47a334e096a0e3a49b55053990bf4794660fed8f
[platform/upstream/automake.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
19 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
20
21 # This program is free software; you can redistribute it and/or modify
22 # it under the terms of the GNU General Public License as published by
23 # the Free Software Foundation; either version 2, or (at your option)
24 # any later version.
25
26 # This program is distributed in the hope that it will be useful,
27 # but WITHOUT ANY WARRANTY; without even the implied warranty of
28 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29 # GNU General Public License for more details.
30
31 # You should have received a copy of the GNU General Public License
32 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
33 VPATH = @srcdir@
34 pkgdatadir = $(datadir)/@PACKAGE@
35 pkgincludedir = $(includedir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkglibexecdir = $(libexecdir)/@PACKAGE@
38 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39 install_sh_DATA = $(install_sh) -c -m 644
40 install_sh_PROGRAM = $(install_sh) -c
41 install_sh_SCRIPT = $(install_sh) -c
42 INSTALL_HEADER = $(INSTALL_DATA)
43 transform = $(program_transform_name)
44 NORMAL_INSTALL = :
45 PRE_INSTALL = :
46 POST_INSTALL = :
47 NORMAL_UNINSTALL = :
48 PRE_UNINSTALL = :
49 POST_UNINSTALL = :
50 build_triplet = @build@
51 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
52         $(srcdir)/aclocal.in $(srcdir)/automake.in $(srcdir)/defs.in \
53         $(srcdir)/parallel-tests.am
54 subdir = tests
55 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56 am__aclocal_m4_deps = $(top_srcdir)/m4/amversion.m4 \
57         $(top_srcdir)/m4/auxdir.m4 $(top_srcdir)/m4/init.m4 \
58         $(top_srcdir)/m4/install-sh.m4 $(top_srcdir)/m4/lead-dot.m4 \
59         $(top_srcdir)/m4/missing.m4 $(top_srcdir)/m4/mkdirp.m4 \
60         $(top_srcdir)/m4/options.m4 $(top_srcdir)/m4/runlog.m4 \
61         $(top_srcdir)/m4/sanity.m4 $(top_srcdir)/m4/strip.m4 \
62         $(top_srcdir)/m4/substnot.m4 $(top_srcdir)/m4/tar.m4 \
63         $(top_srcdir)/configure.ac
64 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65         $(ACLOCAL_M4)
66 mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
67 CONFIG_CLEAN_FILES = defs aclocal-${APIVERSION} automake-${APIVERSION}
68 CONFIG_CLEAN_VPATH_FILES =
69 SOURCES =
70 DIST_SOURCES =
71 # If stdout is a non-dumb tty, use colors.  If test -t is not supported,
72 # then this fails; a conservative approach.  Of course do not redirect
73 # stdout here, just stderr.
74 am__tty_colors = \
75 red=; grn=; lgn=; blu=; std=; \
76 test "X$(AM_COLOR_TESTS)" != Xno \
77 && test "X$$TERM" != Xdumb \
78 && { test "X$(AM_COLOR_TESTS)" = Xalways || test -t 1 2>/dev/null; } \
79 && { \
80   red='\e[0;31m'; \
81   grn='\e[0;32m'; \
82   lgn='\e[1;32m'; \
83   blu='\e[1;34m'; \
84   std='\e[m'; \
85 }
86 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
87 am__vpath_adj = case $$p in \
88     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
89     *) f=$$p;; \
90   esac;
91 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
92 am__install_max = 40
93 am__nobase_strip_setup = \
94   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
95 am__nobase_strip = \
96   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
97 am__nobase_list = $(am__nobase_strip_setup); \
98   for p in $$list; do echo "$$p $$p"; done | \
99   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
100   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
101     if (++n[$$2] == $(am__install_max)) \
102       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
103     END { for (dir in files) print dir, files[dir] }'
104 am__base_list = \
105   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
106   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
107 # Restructured Text title and section.
108 am__rst_title = sed 's/.*/   &   /;h;s/./=/g;p;x;p;g;p;s/.*//'
109 am__rst_section = sed 'p;s/./=/g;p;g'
110 # Put stdin (possibly several lines separated by ".  ") in a box.
111 am__text_box = $(AWK) '{                                \
112   n = split($$0, lines, "\\.  "); max = 0;              \
113   for (i = 1; i <= n; ++i)                              \
114     if (max < length(lines[i]))                         \
115       max = length(lines[i]);                           \
116   for (i = 0; i < max; ++i) line = line "=";            \
117   print line;                                           \
118   for (i = 1; i <= n; ++i) if (lines[i]) print lines[i];\
119   print line;                                           \
120 }'
121 # Solaris 10 'make', and several other traditional 'make' implementations,
122 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
123 # by disabling -e (using the XSI extension "set +e") if it's set.
124 am__sh_e_setup = case $$- in *e*) set +e;; esac
125 # To be inserted before the command running the test.  Creates the
126 # directory for the log if needed.  Stores in $dir the directory
127 # containing $f, in $tst the test, in $log the log, and passes
128 # TESTS_ENVIRONMENT.  Save and restore TERM around use of
129 # TESTS_ENVIRONMENT, in case that unsets it.
130 am__check_pre = \
131 $(am__sh_e_setup);                                      \
132 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
133 srcdir=$(srcdir); export srcdir;                        \
134 rm -f $@-t;                                             \
135 am__trap='rm -f '\''$(abs_builddir)/$@-t'\''; (exit $$st); exit $$st'; \
136 trap "st=129; $$am__trap" 1; trap "st=130; $$am__trap" 2;       \
137 trap "st=141; $$am__trap" 13; trap "st=143; $$am__trap" 15; \
138 am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;            \
139 test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?; \
140 if test -f "./$$f"; then dir=./;                        \
141 elif test -f "$$f"; then dir=;                          \
142 else dir="$(srcdir)/"; fi;                              \
143 tst=$$dir$$f; log='$@'; __SAVED_TERM=$$TERM;            \
144 $(TESTS_ENVIRONMENT)
145 # To be appended to the command running the test.  Handle the stdout
146 # and stderr redirection, and catch the exit status.
147 am__check_post = \
148 >$@-t 2>&1;                                             \
149 estatus=$$?;                                            \
150 if test -n '$(DISABLE_HARD_ERRORS)'                     \
151    && test $$estatus -eq 99; then                       \
152   estatus=1;                                            \
153 fi;                                                     \
154 TERM=$$__SAVED_TERM; export TERM;                       \
155 $(am__tty_colors);                                      \
156 xfailed=PASS;                                           \
157 case " $(XFAIL_TESTS) " in                              \
158   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
159     xfailed=XFAIL;;                                     \
160 esac;                                                   \
161 case $$estatus.$$xfailed in                             \
162     0.XFAIL) col=$$red; res=XPASS;;                     \
163     0.*)     col=$$grn; res=PASS ;;                     \
164     77.*)    col=$$blu; res=SKIP ;;                     \
165     99.*)    col=$$red; res=FAIL ;;                     \
166     *.XFAIL) col=$$lgn; res=XFAIL;;                     \
167     *.*)     col=$$red; res=FAIL ;;                     \
168 esac;                                                   \
169 echo "$${col}$$res$${std}: $$f";                        \
170 echo "$$res: $$f (exit: $$estatus)" |                   \
171   $(am__rst_section) >$@;                               \
172 cat $@-t >>$@;                                          \
173 rm -f $@-t
174 RECHECK_LOGS = $(TEST_LOGS)
175 AM_RECURSIVE_TARGETS = check check-html recheck recheck-html
176 TEST_SUITE_LOG = test-suite.log
177 TEST_SUITE_HTML = $(TEST_SUITE_LOG:.log=.html)
178 TEST_EXTENSIONS = .test
179 am__test_logs1 = $(TESTS:=.log)
180 TEST_LOGS = $(am__test_logs1:.test.log=.log)
181 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
182         $(TEST_LOG_FLAGS)
183 TEST_LOGS_TMP = $(TEST_LOGS:.log=.log-t)
184 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
185 ACLOCAL = @ACLOCAL@
186 AMTAR = @AMTAR@
187 APIVERSION = @APIVERSION@
188 AUTOCONF = @AUTOCONF@
189 AUTOHEADER = @AUTOHEADER@
190 AUTOMAKE = @AUTOMAKE@
191 AWK = @AWK@
192 CYGPATH_W = @CYGPATH_W@
193 DEFS = @DEFS@
194 ECHO_C = @ECHO_C@
195 ECHO_N = @ECHO_N@
196 ECHO_T = @ECHO_T@
197 EGREP = @EGREP@
198 FGREP = @FGREP@
199 GREP = @GREP@
200 HELP2MAN = @HELP2MAN@
201 INSTALL = @INSTALL@
202 INSTALL_DATA = @INSTALL_DATA@
203 INSTALL_PROGRAM = @INSTALL_PROGRAM@
204 INSTALL_SCRIPT = @INSTALL_SCRIPT@
205 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
206 LIBOBJS = @LIBOBJS@
207 LIBS = @LIBS@
208 LN = @LN@
209 LTLIBOBJS = @LTLIBOBJS@
210 MAKEINFO = @MAKEINFO@
211 MKDIR_P = @MKDIR_P@
212 MODIFICATION_DELAY = @MODIFICATION_DELAY@
213 PACKAGE = @PACKAGE@
214 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
215 PACKAGE_NAME = @PACKAGE_NAME@
216 PACKAGE_STRING = @PACKAGE_STRING@
217 PACKAGE_TARNAME = @PACKAGE_TARNAME@
218 PACKAGE_URL = @PACKAGE_URL@
219 PACKAGE_VERSION = @PACKAGE_VERSION@
220 PATH_SEPARATOR = @PATH_SEPARATOR@
221 PERL = @PERL@
222 PERL_THREADS = @PERL_THREADS@
223 SET_MAKE = @SET_MAKE@
224 SHELL = @SHELL@
225 STRIP = @STRIP@
226 TEX = @TEX@
227 VERSION = @VERSION@
228 abs_builddir = @abs_builddir@
229 abs_srcdir = @abs_srcdir@
230 abs_top_builddir = @abs_top_builddir@
231 abs_top_srcdir = @abs_top_srcdir@
232 am_AUTOCONF = @am_AUTOCONF@
233 am_AUTOHEADER = @am_AUTOHEADER@
234 am_AUTOM4TE = @am_AUTOM4TE@
235 am_AUTORECONF = @am_AUTORECONF@
236 am_AUTOUPDATE = @am_AUTOUPDATE@
237 am__leading_dot = @am__leading_dot@
238 am__tar = @am__tar@
239 am__untar = @am__untar@
240 bindir = @bindir@
241 build = @build@
242 build_alias = @build_alias@
243 build_cpu = @build_cpu@
244 build_os = @build_os@
245 build_vendor = @build_vendor@
246 builddir = @builddir@
247 datadir = @datadir@
248 datarootdir = @datarootdir@
249 docdir = @docdir@
250 dvidir = @dvidir@
251 exec_prefix = @exec_prefix@
252 host_alias = @host_alias@
253 htmldir = @htmldir@
254 includedir = @includedir@
255 infodir = @infodir@
256 install_sh = @install_sh@
257 libdir = @libdir@
258 libexecdir = @libexecdir@
259 localedir = @localedir@
260 localstatedir = @localstatedir@
261 mandir = @mandir@
262 mkdir_p = @mkdir_p@
263 oldincludedir = @oldincludedir@
264 pdfdir = @pdfdir@
265 pkgvdatadir = @pkgvdatadir@
266 prefix = @prefix@
267 program_transform_name = @program_transform_name@
268 psdir = @psdir@
269 sbindir = @sbindir@
270 sh_errexit_works = @sh_errexit_works@
271 sharedstatedir = @sharedstatedir@
272 srcdir = @srcdir@
273 sysconfdir = @sysconfdir@
274 target_alias = @target_alias@
275 top_build_prefix = @top_build_prefix@
276 top_builddir = @top_builddir@
277 top_srcdir = @top_srcdir@
278 XFAIL_TESTS = \
279 all.test \
280 auxdir2.test \
281 cond17.test \
282 gcj6.test \
283 pr8365-remake-timing.test \
284 yacc-dist-nobuild-subdir.test \
285 txinfo5.test
286
287 parallel_tests = \
288 check-exported-srcdir-p.test \
289 check-tests-in-builddir-p.test \
290 check-tests_environment-p.test \
291 check-p.test \
292 check10-p.test \
293 check11-p.test \
294 check2-p.test \
295 check3-p.test \
296 check4-p.test \
297 check5-p.test \
298 check6-p.test \
299 check7-p.test \
300 check8-p.test \
301 check9-p.test \
302 color-p.test \
303 color2-p.test \
304 comment9-p.test \
305 dejagnu-p.test \
306 exeext4-p.test \
307 maken3-p.test \
308 maken4-p.test
309
310 MAINTAINERCLEANFILES = $(parallel_tests)
311
312 # Some testsuite-influential variables should be overridable from the
313 # test scripts, but not from the environment.
314 TESTS_ENVIRONMENT = \
315   test x"$$me" = x || unset me; \
316   test x"$$required" = x || unset required; \
317   test x"$$parallel_tests" = x || unset parallel_tests;
318
319 TESTS = \
320 self-check-env-sanitize.test \
321 self-check-report.test \
322 aclibobj.test \
323 aclocal.test \
324 aclocal3.test \
325 aclocal4.test \
326 aclocal5.test \
327 aclocal6.test \
328 aclocal7.test \
329 aclocal8.test \
330 aclocal9.test \
331 acloca10.test \
332 acloca11.test \
333 acloca12.test \
334 acloca13.test \
335 acloca14.test \
336 acloca15.test \
337 acloca16.test \
338 acloca17.test \
339 acloca18.test \
340 acloca19.test \
341 acloca20.test \
342 acloca21.test \
343 acloca22.test \
344 acoutnoq.test \
345 acoutpt.test \
346 acoutpt2.test \
347 acoutqnl.test \
348 acoutbs.test \
349 acoutbs2.test \
350 acsilent.test \
351 acsubst.test \
352 acsubst2.test \
353 all.test \
354 all2.test \
355 alloca.test \
356 alloca2.test \
357 alpha.test \
358 alpha2.test \
359 amassign.test \
360 ammissing.test \
361 amopt.test \
362 amsubst.test \
363 ansi.test \
364 ansi2.test \
365 ansi3.test \
366 ansi3b.test \
367 ansi4.test \
368 ansi5.test \
369 ansi6.test \
370 ansi7.test \
371 ansi8.test \
372 ansi9.test \
373 ansi10.test \
374 ar.test \
375 ar2.test \
376 asm.test \
377 asm2.test \
378 asm3.test \
379 autodist.test \
380 autodist-subdir.test \
381 autodist-acconfig.test \
382 autodist-acconfig-no-subdir.test \
383 autodist-aclocal-m4.test \
384 autodist-config-headers.test \
385 autodist-configure-no-subdir.test \
386 autodist-stamp-vti.test \
387 autohdr.test \
388 autohdr2.test \
389 autohdr3.test \
390 autohdr4.test \
391 autohdrdry.test \
392 automake.test \
393 auxdir.test \
394 auxdir2.test \
395 auxdir3.test \
396 auxdir4.test \
397 backsl.test \
398 backsl2.test \
399 backsl3.test \
400 backsl4.test \
401 badline.test \
402 badopt.test \
403 badprog.test \
404 block.test \
405 bsource.test \
406 canon.test \
407 canon2.test \
408 canon3.test \
409 canon4.test \
410 canon5.test \
411 canon-name.test \
412 ccnoco.test \
413 ccnoco2.test \
414 ccnoco3.test \
415 check.test \
416 check2.test \
417 check3.test \
418 check4.test \
419 check5.test \
420 check6.test \
421 check7.test \
422 check8.test \
423 check9.test \
424 check10.test \
425 check11.test \
426 check-exported-srcdir.test \
427 check-tests-in-builddir.test \
428 check-tests_environment.test \
429 checkall.test \
430 clean.test \
431 clean2.test \
432 colneq.test \
433 colneq2.test \
434 colon.test \
435 colon2.test \
436 colon3.test \
437 colon4.test \
438 colon5.test \
439 colon6.test \
440 colon7.test \
441 color.test \
442 color2.test \
443 comment.test \
444 comment2.test \
445 comment3.test \
446 comment4.test \
447 comment5.test \
448 comment6.test \
449 comment7.test \
450 comment8.test \
451 comment9.test \
452 commen10.test \
453 commen11.test \
454 comments-in-var-def.test \
455 compile.test \
456 compile2.test \
457 compile_f90_c_cxx.test \
458 compile_f_c_cxx.test \
459 cond.test \
460 cond2.test \
461 cond3.test \
462 cond4.test \
463 cond5.test \
464 cond6.test \
465 cond7.test \
466 cond8.test \
467 cond9.test \
468 cond10.test \
469 cond11.test \
470 cond13.test \
471 cond14.test \
472 cond15.test \
473 cond16.test \
474 cond17.test \
475 cond18.test \
476 cond19.test \
477 cond20.test \
478 cond21.test \
479 cond22.test \
480 cond23.test \
481 cond24.test \
482 cond25.test \
483 cond26.test \
484 cond27.test \
485 cond28.test \
486 cond29.test \
487 cond30.test \
488 cond31.test \
489 cond32.test \
490 cond33.test \
491 cond34.test \
492 cond35.test \
493 cond36.test \
494 cond37.test \
495 cond38.test \
496 cond39.test \
497 cond40.test \
498 cond41.test \
499 cond42.test \
500 cond43.test \
501 cond44.test \
502 cond45.test \
503 condd.test \
504 condhook.test \
505 condhook2.test \
506 condinc.test \
507 condinc2.test \
508 condlib.test \
509 condman.test \
510 condman2.test \
511 condman3.test \
512 configure.test \
513 confdeps.test \
514 conff.test \
515 conff2.test \
516 confh.test \
517 confh4.test \
518 confh5.test \
519 confh6.test \
520 confh7.test \
521 confh8.test \
522 confincl.test \
523 conflnk.test \
524 conflnk2.test \
525 conflnk3.test \
526 conflnk4.test \
527 confsub.test \
528 confvar.test \
529 confvar2.test \
530 copy.test \
531 ctarget1.test \
532 cxx.test \
533 cxx2.test \
534 cxxansi.test \
535 cxxcpp.test \
536 cxxlibobj.test \
537 cxxlink.test \
538 cxxnoc.test \
539 cxxo.test \
540 cygwin32.test \
541 dash.test \
542 defun.test \
543 defun2.test \
544 dejagnu.test \
545 dejagnu2.test \
546 dejagnu3.test \
547 dejagnu4.test \
548 dejagnu5.test \
549 dejagnu6.test \
550 dejagnu7.test \
551 depacl2.test \
552 depcomp.test \
553 depcomp2.test \
554 depcomp3.test \
555 depcomp4.test \
556 depcomp5.test \
557 depcomp6.test \
558 depcomp7.test \
559 depcomp8a.test \
560 depcomp8b.test \
561 depcomp9.test \
562 depcomp10.test \
563 depdist.test \
564 depend.test \
565 depend2.test \
566 depend3.test \
567 depend4.test \
568 depend5.test \
569 depend6.test \
570 destdir.test \
571 dirforbid.test \
572 dirlist.test \
573 dirlist2.test \
574 discover.test \
575 dist-included-parent-dir.test \
576 distcleancheck.test \
577 distcom2.test \
578 distcom3.test \
579 distcom4.test \
580 distcom5.test \
581 distcom6.test \
582 distcom7.test \
583 distdir.test \
584 distlinks.test \
585 distlinksbrk.test \
586 distname.test \
587 dmalloc.test \
588 dollar.test \
589 dollarvar.test \
590 dollarvar2.test \
591 double.test \
592 dup2.test \
593 else.test \
594 empty.test \
595 empty2.test \
596 empty3.test \
597 empty4.test \
598 exdir.test \
599 exdir2.test \
600 exdir3.test \
601 exeext.test \
602 exeext2.test \
603 exeext3.test \
604 exeext4.test \
605 exsource.test \
606 ext.test \
607 ext2.test \
608 extra.test \
609 extra2.test \
610 extra3.test \
611 extra4.test \
612 extra5.test \
613 extra6.test \
614 extra7.test \
615 extra8.test \
616 extra10.test \
617 extra11.test \
618 extra12.test \
619 f90only.test \
620 flavor.test \
621 flibs.test \
622 fn99.test \
623 fn99subdir.test \
624 fnoc.test \
625 fo.test \
626 forcemiss.test \
627 forcemiss2.test \
628 fort1.test \
629 fort2.test \
630 fort4.test \
631 fort5.test \
632 fonly.test \
633 fortdep.test \
634 gcj.test \
635 gcj2.test \
636 gcj3.test \
637 gcj4.test \
638 gcj5.test \
639 gcj6.test \
640 getopt.test \
641 gettext.test \
642 gettext2.test \
643 gettext3.test \
644 gnumake.test \
645 gnuwarn.test \
646 gnuwarn2.test \
647 gnits.test \
648 gnits2.test \
649 gnits3.test \
650 hdr-vars-defined-once.test \
651 header.test \
652 help.test \
653 help2.test \
654 help3.test \
655 help4.test \
656 help-depend.test \
657 help-depend2.test \
658 help-dmalloc.test \
659 help-init.test \
660 help-lispdir.test \
661 help-maintainer.test \
662 help-multilib.test \
663 help-python.test \
664 help-regex.test \
665 help-silent.test \
666 help-upc.test \
667 hfs.test \
668 hosts.test \
669 implicit.test \
670 info.test \
671 init.test \
672 init2.test \
673 insh2.test \
674 install2.test \
675 installdir.test \
676 instsh.test \
677 instsh2.test \
678 instsh3.test \
679 instdat.test \
680 instdat2.test \
681 instdir.test \
682 instdir2.test \
683 instdir-java.test \
684 instdir-lisp.test \
685 instdir-ltlib.test \
686 instdir-prog.test \
687 instdir-python.test \
688 instdir-texi.test \
689 instexec.test \
690 instfail.test \
691 instfail-info.test \
692 instfail-java.test \
693 instfail-libtool.test \
694 insthook.test \
695 instman.test \
696 instman2.test \
697 instmany.test \
698 instmany-mans.test \
699 instmany-python.test \
700 instspc.test \
701 interp.test \
702 interp2.test \
703 java.test \
704 java2.test \
705 java3.test \
706 java-check.test \
707 javaprim.test \
708 javasubst.test \
709 ldadd.test \
710 ldflags.test \
711 lex.test \
712 lex2.test \
713 lex3.test \
714 lex4.test \
715 lex5.test \
716 lex-subobj-nodep.test \
717 lflags.test \
718 lflags2.test \
719 libexec.test \
720 libobj2.test \
721 libobj3.test \
722 libobj4.test \
723 libobj5.test \
724 libobj7.test \
725 libobj8.test \
726 libobj10.test \
727 libobj11.test \
728 libobj12.test \
729 libobj13.test \
730 libobj14.test \
731 library.test \
732 library2.test \
733 library3.test \
734 libtool.test \
735 libtool2.test \
736 libtool3.test \
737 libtool4.test \
738 libtool5.test \
739 libtool6.test \
740 libtool7.test \
741 libtool8.test \
742 libtool9.test \
743 libtoo10.test \
744 libtoo11.test \
745 license.test \
746 license2.test \
747 link_c_cxx.test \
748 link_dist.test \
749 link_f90_only.test \
750 link_fc.test \
751 link_fccxx.test \
752 link_fcxx.test \
753 link_f_only.test \
754 lisp2.test \
755 lisp3.test \
756 lisp4.test \
757 lisp5.test \
758 lisp6.test \
759 lisp7.test \
760 lisp8.test \
761 lispdry.test \
762 listval.test \
763 location.test \
764 longline.test \
765 longlin2.test \
766 ltcond.test \
767 ltcond2.test \
768 ltconv.test \
769 ltdeps.test \
770 ltinit.test \
771 ltinstloc.test \
772 ltlibobjs.test \
773 ltlibsrc.test \
774 ltorder.test \
775 lzma.test \
776 m4-inclusion.test \
777 maintclean.test \
778 maintclean-vpath.test \
779 make.test \
780 makej.test \
781 makej2.test \
782 maken.test \
783 maken2.test \
784 maken3.test \
785 maken4.test \
786 makevars.test \
787 man.test \
788 man2.test \
789 man3.test \
790 man4.test \
791 man5.test \
792 mdate.test \
793 mdate2.test \
794 mdate3.test \
795 mdate4.test \
796 mdate5.test \
797 mdate6.test \
798 missing.test \
799 missing2.test \
800 missing3.test \
801 missing4.test \
802 missing5.test \
803 missing6.test \
804 mkinstall.test \
805 mkinst2.test \
806 mkinst3.test \
807 mmode.test \
808 mmodely.test \
809 multlib.test \
810 nobase.test \
811 nobase-libtool.test \
812 nobase-python.test \
813 nodef.test \
814 nodef2.test \
815 nodep.test \
816 nodep2.test \
817 nodepcomp.test \
818 nodist.test \
819 nodist2.test \
820 nodist3.test \
821 nogzip.test \
822 nogzip2.test \
823 noinst.test \
824 noinstdir.test \
825 nolink.test \
826 nostdinc.test \
827 notrans.test \
828 number.test \
829 objc.test \
830 objc2.test \
831 obsolete.test \
832 order.test \
833 outdir.test \
834 output.test \
835 output2.test \
836 output3.test \
837 output4.test \
838 output5.test \
839 output6.test \
840 output7.test \
841 output8.test \
842 output9.test \
843 output10.test \
844 output11.test \
845 output12.test \
846 output13.test \
847 output-order.test \
848 overrid.test \
849 parallel-am.test \
850 parallel-am2.test \
851 parallel-am3.test \
852 parallel-tests.test \
853 parallel-tests2.test \
854 parallel-tests3.test \
855 parallel-tests4.test \
856 parallel-tests5.test \
857 parallel-tests6.test \
858 parallel-tests7.test \
859 parallel-tests8.test \
860 parallel-tests9.test \
861 parallel-tests10.test \
862 parallel-tests-unreadable-log.test \
863 parallel-tests-subdir.test \
864 parse.test \
865 percent.test \
866 percent2.test \
867 phony.test \
868 pluseq.test \
869 pluseq2.test \
870 pluseq3.test \
871 pluseq4.test \
872 pluseq5.test \
873 pluseq6.test \
874 pluseq7.test \
875 pluseq8.test \
876 pluseq9.test \
877 pluseq10.test \
878 pluseq11.test \
879 postproc.test \
880 ppf77.test \
881 pr2.test \
882 pr9.test \
883 pr72.test \
884 pr87.test \
885 pr204.test \
886 pr211.test \
887 pr220.test \
888 pr224.test \
889 pr229.test \
890 pr243.test \
891 pr266.test \
892 pr279.test \
893 pr279-2.test \
894 pr287.test \
895 pr300-lib.test \
896 pr300-ltlib.test \
897 pr300-prog.test \
898 pr307.test \
899 pr401.test \
900 pr401b.test \
901 pr401c.test \
902 prefix.test \
903 primary.test \
904 primary2.test \
905 primary3.test \
906 proginst.test \
907 py-compile-basic.test \
908 py-compile-basic2.test \
909 py-compile-basedir.test \
910 py-compile-destdir.test \
911 py-compile-env.test \
912 py-compile-usage.test \
913 python.test \
914 python2.test \
915 python3.test \
916 python4.test \
917 python5.test \
918 python6.test \
919 python7.test \
920 python8.test \
921 python9.test \
922 python10.test \
923 python11.test \
924 python12.test \
925 recurs.test \
926 recurs2.test \
927 remake.test \
928 remake2.test \
929 remake3.test \
930 remake4.test \
931 remake5.test \
932 remake6.test \
933 remake7.test \
934 remake-subdir-from-subdir.test \
935 remake-subdir-gnu.test \
936 remake-subdir.test \
937 remake-subdir2.test \
938 pr8365-remake-timing.test \
939 regex.test \
940 req.test \
941 reqd.test \
942 reqd2.test \
943 rulepat.test \
944 sanity.test \
945 scripts.test \
946 seenc.test \
947 silent.test \
948 silent2.test \
949 silent3.test \
950 silent4.test \
951 silent6.test \
952 silent7.test \
953 silent9.test \
954 silentcxx.test \
955 silentf77.test \
956 silentf90.test \
957 silent-many-gcc.test \
958 silent-many-generic.test \
959 silent-lex-gcc.test \
960 silent-lex-generic.test \
961 silent-yacc-gcc.test \
962 silent-yacc-generic.test \
963 srcsub.test \
964 srcsub2.test \
965 space.test \
966 specflg.test \
967 specflg2.test \
968 specflg3.test \
969 specflg6.test \
970 specflg7.test \
971 specflg8.test \
972 specflg9.test \
973 specflg10.test \
974 specflg-dummy.test \
975 spell.test \
976 spell2.test \
977 spell3.test \
978 spelling.test \
979 spy.test \
980 stdinc.test \
981 stamph2.test \
982 stdlib.test \
983 stdlib2.test \
984 strip.test \
985 strip2.test \
986 strip3.test \
987 subdir.test \
988 subdir2.test \
989 subdir3.test \
990 subdir4.test \
991 subdir5.test \
992 subdir6.test \
993 subdir7.test \
994 subdir8.test \
995 subdir9.test \
996 subdir10.test \
997 subdirbuiltsources.test \
998 subcond.test \
999 subcond2.test \
1000 subcond3.test \
1001 subobj.test \
1002 subobj2.test \
1003 subobj3.test \
1004 subobj4.test \
1005 subobj5.test \
1006 subobj6.test \
1007 subobj7.test \
1008 subobj8.test \
1009 subobj9.test \
1010 subobj10.test \
1011 subobj11a.test \
1012 subobj11b.test \
1013 subobj11c.test \
1014 subobjname.test \
1015 subpkg.test \
1016 subpkg2.test \
1017 subpkg3.test \
1018 subpkg4.test \
1019 subst.test \
1020 subst2.test \
1021 subst3.test \
1022 subst4.test \
1023 substref.test \
1024 substre2.test \
1025 substtarg.test \
1026 suffix.test \
1027 suffix2.test \
1028 suffix3.test \
1029 suffix4.test \
1030 suffix5.test \
1031 suffix6.test \
1032 suffix7.test \
1033 suffix8.test \
1034 suffix9.test \
1035 suffix10.test \
1036 suffix11.test \
1037 suffix12.test \
1038 suffix13.test \
1039 symlink.test \
1040 symlink2.test \
1041 syntax.test \
1042 tags.test \
1043 tagsub.test \
1044 tar.test \
1045 tar2.test \
1046 tar3.test \
1047 target-cflags.test \
1048 targetclash.test \
1049 txinfo.test \
1050 txinfo2.test \
1051 txinfo3.test \
1052 txinfo4.test \
1053 txinfo5.test \
1054 txinfo5b.test \
1055 txinfo6.test \
1056 txinfo7.test \
1057 txinfo8.test \
1058 txinfo9.test \
1059 txinfo10.test \
1060 txinfo13.test \
1061 txinfo16.test \
1062 txinfo17.test \
1063 txinfo18.test \
1064 txinfo19.test \
1065 txinfo20.test \
1066 txinfo21.test \
1067 txinfo22.test \
1068 txinfo23.test \
1069 txinfo24.test \
1070 txinfo25.test \
1071 txinfo26.test \
1072 txinfo27.test \
1073 txinfo28.test \
1074 txinfo29.test \
1075 txinfo30.test \
1076 txinfo31.test \
1077 txinfo32.test \
1078 txinfo33.test \
1079 transform.test \
1080 transform2.test \
1081 unused.test \
1082 upc.test \
1083 upc2.test \
1084 upc3.test \
1085 vala.test \
1086 vala1.test \
1087 vala2.test \
1088 vala3.test \
1089 vala4.test \
1090 vala5.test \
1091 vars.test \
1092 vars3.test \
1093 vartar.test \
1094 version.test \
1095 version2.test \
1096 version3.test \
1097 version4.test \
1098 version6.test \
1099 version7.test \
1100 version8.test \
1101 vpath.test \
1102 vtexi.test \
1103 vtexi2.test \
1104 vtexi3.test \
1105 vtexi4.test \
1106 warnopts.test \
1107 werror.test \
1108 werror2.test \
1109 werror3.test \
1110 whoami.test \
1111 xsource.test \
1112 xz.test \
1113 yacc.test \
1114 yacc2.test \
1115 yacc3.test \
1116 yacc4.test \
1117 yacc5.test \
1118 yacc6.test \
1119 yacc7.test \
1120 yacc8.test \
1121 yaccdry.test \
1122 yaccpp.test \
1123 yaccvpath.test \
1124 yacc-dist-nobuild-subdir.test \
1125 yflags.test \
1126 yflags2.test \
1127 $(parallel_tests)
1128
1129 EXTRA_DIST = ChangeLog-old gen-parallel-tests $(TESTS)
1130
1131 # Each test case depends on defs, aclocal, and automake.
1132 check_SCRIPTS = defs aclocal-$(APIVERSION) automake-$(APIVERSION)
1133 all: all-am
1134
1135 .SUFFIXES:
1136 .SUFFIXES: .html .log .test
1137 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/parallel-tests.am $(am__configure_deps)
1138         @for dep in $?; do \
1139           case '$(am__configure_deps)' in \
1140             *$$dep*) \
1141               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1142                 && { if test -f $@; then exit 0; else break; fi; }; \
1143               exit 1;; \
1144           esac; \
1145         done; \
1146         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
1147         $(am__cd) $(top_srcdir) && \
1148           $(AUTOMAKE) --gnu tests/Makefile
1149 .PRECIOUS: Makefile
1150 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1151         @case '$?' in \
1152           *config.status*) \
1153             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1154           *) \
1155             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1156             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1157         esac;
1158
1159 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1160         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1161
1162 $(top_srcdir)/configure:  $(am__configure_deps)
1163         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1164 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1165         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1166 $(am__aclocal_m4_deps):
1167 defs: $(top_builddir)/config.status $(srcdir)/defs.in
1168         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1169 aclocal-${APIVERSION}: $(top_builddir)/config.status $(srcdir)/aclocal.in
1170         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1171 automake-${APIVERSION}: $(top_builddir)/config.status $(srcdir)/automake.in
1172         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1173 tags: TAGS
1174 TAGS:
1175
1176 ctags: CTAGS
1177 CTAGS:
1178
1179
1180 $(TEST_SUITE_LOG): $(TEST_LOGS)
1181         @$(am__sh_e_setup);                                             \
1182         list='$(TEST_LOGS)';                                            \
1183         results=`for f in $$list; do                                    \
1184                    test -r $$f && read line < $$f && echo "$$line"      \
1185                      || echo FAIL;                                      \
1186                  done`;                                                 \
1187         all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[      ]*//'`; \
1188         fail=`echo "$$results" | grep -c '^FAIL'`;                      \
1189         pass=`echo "$$results" | grep -c '^PASS'`;                      \
1190         skip=`echo "$$results" | grep -c '^SKIP'`;                      \
1191         xfail=`echo "$$results" | grep -c '^XFAIL'`;                    \
1192         xpass=`echo "$$results" | grep -c '^XPASS'`;                    \
1193         failures=`expr $$fail + $$xpass`;                               \
1194         all=`expr $$all - $$skip`;                                      \
1195         if test "$$all" -eq 1; then tests=test; All=;                   \
1196         else tests=tests; All="All "; fi;                               \
1197         case fail=$$fail:xpass=$$xpass:xfail=$$xfail in                 \
1198           fail=0:xpass=0:xfail=0)                                       \
1199             msg="$$All$$all $$tests passed.  ";                         \
1200             exit=true;;                                                 \
1201           fail=0:xpass=0:xfail=*)                                       \
1202             msg="$$All$$all $$tests behaved as expected";               \
1203             if test "$$xfail" -eq 1; then xfailures=failure;            \
1204             else xfailures=failures; fi;                                \
1205             msg="$$msg ($$xfail expected $$xfailures).  ";              \
1206             exit=true;;                                                 \
1207           fail=*:xpass=0:xfail=*)                                       \
1208             msg="$$fail of $$all $$tests failed.  ";                    \
1209             exit=false;;                                                \
1210           fail=*:xpass=*:xfail=*)                                       \
1211             msg="$$failures of $$all $$tests did not behave as expected"; \
1212             if test "$$xpass" -eq 1; then xpasses=pass;                 \
1213             else xpasses=passes; fi;                                    \
1214             msg="$$msg ($$xpass unexpected $$xpasses).  ";              \
1215             exit=false;;                                                \
1216           *)                                                            \
1217             echo >&2 "incorrect case"; exit 4;;                         \
1218         esac;                                                           \
1219         if test "$$skip" -ne 0; then                                    \
1220           if test "$$skip" -eq 1; then                                  \
1221             msg="$$msg($$skip test was not run).  ";                    \
1222           else                                                          \
1223             msg="$$msg($$skip tests were not run).  ";                  \
1224           fi;                                                           \
1225         fi;                                                             \
1226         {                                                               \
1227           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
1228             $(am__rst_title);                                           \
1229           echo "$$msg";                                                 \
1230           echo;                                                         \
1231           echo ".. contents:: :depth: 2";                               \
1232           echo;                                                         \
1233           for f in $$list; do                                           \
1234             test -r $$f && read line < $$f || line=;                    \
1235             case $$line in                                              \
1236               PASS:*|XFAIL:*);;                                         \
1237               *) echo; cat $$f;;                                        \
1238             esac;                                                       \
1239           done;                                                         \
1240         } >$(TEST_SUITE_LOG).tmp;                                       \
1241         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
1242         if test "$$failures" -ne 0; then                                \
1243           msg="$${msg}See $(subdir)/$(TEST_SUITE_LOG).  ";              \
1244           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
1245             msg="$${msg}Please report to $(PACKAGE_BUGREPORT).  ";      \
1246           fi;                                                           \
1247         fi;                                                             \
1248         test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);       \
1249         $(am__tty_colors);                                              \
1250         if $$exit; then                                                 \
1251           echo $(ECHO_N) "$$grn$(ECHO_C)";                              \
1252          else                                                           \
1253           echo $(ECHO_N) "$$red$(ECHO_C)";                              \
1254         fi;                                                             \
1255         echo "$$msg" | $(am__text_box);                                 \
1256         echo $(ECHO_N) "$$std$(ECHO_C)";                                \
1257         $$exit
1258
1259 # Run all the tests.
1260 check-TESTS:
1261         @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
1262         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1263         @list='$(TEST_LOGS)';                                           \
1264         list=`for f in $$list; do                                       \
1265           test .log = $$f || echo $$f;                                  \
1266         done | tr '\012\015' '  '`;                                     \
1267         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list"
1268
1269 .log.html:
1270         @list='$(RST2HTML) $$RST2HTML rst2html rst2html.py';            \
1271         for r2h in $$list; do                                           \
1272           if ($$r2h --version) >/dev/null 2>&1; then                    \
1273             R2H=$$r2h;                                                  \
1274           fi;                                                           \
1275         done;                                                           \
1276         if test -z "$$R2H"; then                                        \
1277           echo >&2 "cannot find rst2html, cannot create $@";            \
1278           exit 2;                                                       \
1279         fi;                                                             \
1280         $$R2H $< >$@.tmp
1281         @mv $@.tmp $@
1282
1283 # Be sure to run check first, and then to convert the result.
1284 # Beware of concurrent executions.  Run "check" not "check-TESTS", as
1285 # check-SCRIPTS and other dependencies are rebuilt by the former only.
1286 # And expect check to fail.
1287 check-html:
1288         @if $(MAKE) $(AM_MAKEFLAGS) check; then                 \
1289           rv=0; else rv=$$?;                                    \
1290         fi;                                                     \
1291         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_HTML) || exit 4;   \
1292         exit $$rv
1293 recheck recheck-html:
1294         @target=`echo $@ | sed 's,^re,,'`;                              \
1295         list='$(TEST_LOGS)';                                            \
1296         list=`for f in $$list; do                                       \
1297                 test -f $$f || continue;                                \
1298                 if test -r $$f && read line < $$f; then                 \
1299                   case $$line in FAIL*|XPASS*) echo $$f;; esac;         \
1300                 else echo $$f; fi;                                      \
1301               done | tr '\012\015' '  '`;                               \
1302         list=`echo "$$list" | sed 's/ *$$//'`;                          \
1303         $(MAKE) $(AM_MAKEFLAGS) $$target AM_MAKEFLAGS='$(AM_MAKEFLAGS) TEST_LOGS="'"$$list"'"'
1304 .test.log:
1305         @p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1306
1307 distdir: $(DISTFILES)
1308         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1309         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1310         list='$(DISTFILES)'; \
1311           dist_files=`for file in $$list; do echo $$file; done | \
1312           sed -e "s|^$$srcdirstrip/||;t" \
1313               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1314         case $$dist_files in \
1315           */*) $(MKDIR_P) `echo "$$dist_files" | \
1316                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1317                            sort -u` ;; \
1318         esac; \
1319         for file in $$dist_files; do \
1320           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1321           if test -d $$d/$$file; then \
1322             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1323             if test -d "$(distdir)/$$file"; then \
1324               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1325             fi; \
1326             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1327               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1328               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1329             fi; \
1330             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1331           else \
1332             test -f "$(distdir)/$$file" \
1333             || cp -p $$d/$$file "$(distdir)/$$file" \
1334             || exit 1; \
1335           fi; \
1336         done
1337 check-am: all-am
1338         $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
1339         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1340 check: check-am
1341 all-am: Makefile
1342 installdirs:
1343 install: install-am
1344 install-exec: install-exec-am
1345 install-data: install-data-am
1346 uninstall: uninstall-am
1347
1348 install-am: all-am
1349         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1350
1351 installcheck: installcheck-am
1352 install-strip:
1353         if test -z '$(STRIP)'; then \
1354           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1355             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1356               install; \
1357         else \
1358           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1359             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1360             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1361         fi
1362 mostlyclean-generic:
1363         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1364         -test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP)
1365         -test -z "$(TEST_SUITE_HTML)" || rm -f $(TEST_SUITE_HTML)
1366         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1367
1368 clean-generic:
1369
1370 distclean-generic:
1371         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1372         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1373
1374 maintainer-clean-generic:
1375         @echo "This command is intended for maintainers to use"
1376         @echo "it deletes files that may require special tools to rebuild."
1377         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1378 clean: clean-am
1379
1380 clean-am: clean-generic clean-local mostlyclean-am
1381
1382 distclean: distclean-am
1383         -rm -f Makefile
1384 distclean-am: clean-am distclean-generic
1385
1386 dvi: dvi-am
1387
1388 dvi-am:
1389
1390 html: html-am
1391
1392 html-am:
1393
1394 info: info-am
1395
1396 info-am:
1397
1398 install-data-am:
1399
1400 install-dvi: install-dvi-am
1401
1402 install-dvi-am:
1403
1404 install-exec-am:
1405
1406 install-html: install-html-am
1407
1408 install-html-am:
1409
1410 install-info: install-info-am
1411
1412 install-info-am:
1413
1414 install-man:
1415
1416 install-pdf: install-pdf-am
1417
1418 install-pdf-am:
1419
1420 install-ps: install-ps-am
1421
1422 install-ps-am:
1423
1424 installcheck-am:
1425
1426 maintainer-clean: maintainer-clean-am
1427         -rm -f Makefile
1428 maintainer-clean-am: distclean-am maintainer-clean-generic
1429
1430 mostlyclean: mostlyclean-am
1431
1432 mostlyclean-am: mostlyclean-generic
1433
1434 pdf: pdf-am
1435
1436 pdf-am:
1437
1438 ps: ps-am
1439
1440 ps-am:
1441
1442 uninstall-am:
1443
1444 .MAKE: check-am check-html install-am install-strip recheck \
1445         recheck-html
1446
1447 .PHONY: all all-am check check-TESTS check-am check-html clean \
1448         clean-generic clean-local distclean distclean-generic distdir \
1449         dvi dvi-am html html-am info info-am install install-am \
1450         install-data install-data-am install-dvi install-dvi-am \
1451         install-exec install-exec-am install-html install-html-am \
1452         install-info install-info-am install-man install-pdf \
1453         install-pdf-am install-ps install-ps-am install-strip \
1454         installcheck installcheck-am installdirs maintainer-clean \
1455         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1456         pdf-am ps ps-am recheck recheck-html uninstall uninstall-am
1457
1458
1459 $(srcdir)/parallel-tests.am: gen-parallel-tests Makefile.am
1460         (cd $(srcdir) && $(SHELL) ./gen-parallel-tests) >$@
1461
1462 $(parallel_tests): $(parallel_tests:-p.test=.test) Makefile.am
1463         input=`echo $@ | sed 's,.*/,,; s,-p.test$$,.test,'`; \
1464         sed 's|^\. \./defs.*|parallel_tests=yes; &|' \
1465           < $(srcdir)/$$input >$@
1466         chmod a+rx $@
1467
1468 clean-local: clean-local-check
1469 .PHONY: clean-local-check
1470 clean-local-check:
1471         -set x *.dir; shift; \
1472          if test "$$#,$$1" = "1,*.dir"; then \
1473            : there is no test directory to clean; \
1474          else \
1475            find "$$@" -type d ! -perm -700 -exec chmod u+rwx {} ';'; \
1476            rm -rf "$$@"; \
1477          fi;
1478
1479 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1480 # Otherwise a system limit (for SysV at least) may be exceeded.
1481 .NOEXPORT: