py-compile: '--' and non-option arguments terminate the option list
[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-option-terminate.test \
913 py-compile-usage.test \
914 python.test \
915 python2.test \
916 python3.test \
917 python4.test \
918 python5.test \
919 python6.test \
920 python7.test \
921 python8.test \
922 python9.test \
923 python10.test \
924 python11.test \
925 python12.test \
926 recurs.test \
927 recurs2.test \
928 remake.test \
929 remake2.test \
930 remake3.test \
931 remake4.test \
932 remake5.test \
933 remake6.test \
934 remake7.test \
935 remake-subdir-from-subdir.test \
936 remake-subdir-gnu.test \
937 remake-subdir.test \
938 remake-subdir2.test \
939 pr8365-remake-timing.test \
940 regex.test \
941 req.test \
942 reqd.test \
943 reqd2.test \
944 rulepat.test \
945 sanity.test \
946 scripts.test \
947 seenc.test \
948 silent.test \
949 silent2.test \
950 silent3.test \
951 silent4.test \
952 silent6.test \
953 silent7.test \
954 silent9.test \
955 silentcxx.test \
956 silentf77.test \
957 silentf90.test \
958 silent-many-gcc.test \
959 silent-many-generic.test \
960 silent-lex-gcc.test \
961 silent-lex-generic.test \
962 silent-yacc-gcc.test \
963 silent-yacc-generic.test \
964 srcsub.test \
965 srcsub2.test \
966 space.test \
967 specflg.test \
968 specflg2.test \
969 specflg3.test \
970 specflg6.test \
971 specflg7.test \
972 specflg8.test \
973 specflg9.test \
974 specflg10.test \
975 specflg-dummy.test \
976 spell.test \
977 spell2.test \
978 spell3.test \
979 spelling.test \
980 spy.test \
981 stdinc.test \
982 stamph2.test \
983 stdlib.test \
984 stdlib2.test \
985 strip.test \
986 strip2.test \
987 strip3.test \
988 subdir.test \
989 subdir2.test \
990 subdir3.test \
991 subdir4.test \
992 subdir5.test \
993 subdir6.test \
994 subdir7.test \
995 subdir8.test \
996 subdir9.test \
997 subdir10.test \
998 subdirbuiltsources.test \
999 subcond.test \
1000 subcond2.test \
1001 subcond3.test \
1002 subobj.test \
1003 subobj2.test \
1004 subobj3.test \
1005 subobj4.test \
1006 subobj5.test \
1007 subobj6.test \
1008 subobj7.test \
1009 subobj8.test \
1010 subobj9.test \
1011 subobj10.test \
1012 subobj11a.test \
1013 subobj11b.test \
1014 subobj11c.test \
1015 subobjname.test \
1016 subpkg.test \
1017 subpkg2.test \
1018 subpkg3.test \
1019 subpkg4.test \
1020 subst.test \
1021 subst2.test \
1022 subst3.test \
1023 subst4.test \
1024 substref.test \
1025 substre2.test \
1026 substtarg.test \
1027 suffix.test \
1028 suffix2.test \
1029 suffix3.test \
1030 suffix4.test \
1031 suffix5.test \
1032 suffix6.test \
1033 suffix7.test \
1034 suffix8.test \
1035 suffix9.test \
1036 suffix10.test \
1037 suffix11.test \
1038 suffix12.test \
1039 suffix13.test \
1040 symlink.test \
1041 symlink2.test \
1042 syntax.test \
1043 tags.test \
1044 tagsub.test \
1045 tar.test \
1046 tar2.test \
1047 tar3.test \
1048 target-cflags.test \
1049 targetclash.test \
1050 txinfo.test \
1051 txinfo2.test \
1052 txinfo3.test \
1053 txinfo4.test \
1054 txinfo5.test \
1055 txinfo5b.test \
1056 txinfo6.test \
1057 txinfo7.test \
1058 txinfo8.test \
1059 txinfo9.test \
1060 txinfo10.test \
1061 txinfo13.test \
1062 txinfo16.test \
1063 txinfo17.test \
1064 txinfo18.test \
1065 txinfo19.test \
1066 txinfo20.test \
1067 txinfo21.test \
1068 txinfo22.test \
1069 txinfo23.test \
1070 txinfo24.test \
1071 txinfo25.test \
1072 txinfo26.test \
1073 txinfo27.test \
1074 txinfo28.test \
1075 txinfo29.test \
1076 txinfo30.test \
1077 txinfo31.test \
1078 txinfo32.test \
1079 txinfo33.test \
1080 transform.test \
1081 transform2.test \
1082 unused.test \
1083 upc.test \
1084 upc2.test \
1085 upc3.test \
1086 vala.test \
1087 vala1.test \
1088 vala2.test \
1089 vala3.test \
1090 vala4.test \
1091 vala5.test \
1092 vars.test \
1093 vars3.test \
1094 vartar.test \
1095 version.test \
1096 version2.test \
1097 version3.test \
1098 version4.test \
1099 version6.test \
1100 version7.test \
1101 version8.test \
1102 vpath.test \
1103 vtexi.test \
1104 vtexi2.test \
1105 vtexi3.test \
1106 vtexi4.test \
1107 warnopts.test \
1108 werror.test \
1109 werror2.test \
1110 werror3.test \
1111 whoami.test \
1112 xsource.test \
1113 xz.test \
1114 yacc.test \
1115 yacc2.test \
1116 yacc3.test \
1117 yacc4.test \
1118 yacc5.test \
1119 yacc6.test \
1120 yacc7.test \
1121 yacc8.test \
1122 yaccdry.test \
1123 yaccpp.test \
1124 yaccvpath.test \
1125 yacc-dist-nobuild-subdir.test \
1126 yflags.test \
1127 yflags2.test \
1128 $(parallel_tests)
1129
1130 EXTRA_DIST = ChangeLog-old gen-parallel-tests $(TESTS)
1131
1132 # Each test case depends on defs, aclocal, and automake.
1133 check_SCRIPTS = defs aclocal-$(APIVERSION) automake-$(APIVERSION)
1134 all: all-am
1135
1136 .SUFFIXES:
1137 .SUFFIXES: .html .log .test
1138 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/parallel-tests.am $(am__configure_deps)
1139         @for dep in $?; do \
1140           case '$(am__configure_deps)' in \
1141             *$$dep*) \
1142               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1143                 && { if test -f $@; then exit 0; else break; fi; }; \
1144               exit 1;; \
1145           esac; \
1146         done; \
1147         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
1148         $(am__cd) $(top_srcdir) && \
1149           $(AUTOMAKE) --gnu tests/Makefile
1150 .PRECIOUS: Makefile
1151 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1152         @case '$?' in \
1153           *config.status*) \
1154             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1155           *) \
1156             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1157             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1158         esac;
1159
1160 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1161         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1162
1163 $(top_srcdir)/configure:  $(am__configure_deps)
1164         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1165 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1166         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1167 $(am__aclocal_m4_deps):
1168 defs: $(top_builddir)/config.status $(srcdir)/defs.in
1169         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1170 aclocal-${APIVERSION}: $(top_builddir)/config.status $(srcdir)/aclocal.in
1171         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1172 automake-${APIVERSION}: $(top_builddir)/config.status $(srcdir)/automake.in
1173         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1174 tags: TAGS
1175 TAGS:
1176
1177 ctags: CTAGS
1178 CTAGS:
1179
1180
1181 $(TEST_SUITE_LOG): $(TEST_LOGS)
1182         @$(am__sh_e_setup);                                             \
1183         list='$(TEST_LOGS)';                                            \
1184         results=`for f in $$list; do                                    \
1185                    test -r $$f && read line < $$f && echo "$$line"      \
1186                      || echo FAIL;                                      \
1187                  done`;                                                 \
1188         all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[      ]*//'`; \
1189         fail=`echo "$$results" | grep -c '^FAIL'`;                      \
1190         pass=`echo "$$results" | grep -c '^PASS'`;                      \
1191         skip=`echo "$$results" | grep -c '^SKIP'`;                      \
1192         xfail=`echo "$$results" | grep -c '^XFAIL'`;                    \
1193         xpass=`echo "$$results" | grep -c '^XPASS'`;                    \
1194         failures=`expr $$fail + $$xpass`;                               \
1195         all=`expr $$all - $$skip`;                                      \
1196         if test "$$all" -eq 1; then tests=test; All=;                   \
1197         else tests=tests; All="All "; fi;                               \
1198         case fail=$$fail:xpass=$$xpass:xfail=$$xfail in                 \
1199           fail=0:xpass=0:xfail=0)                                       \
1200             msg="$$All$$all $$tests passed.  ";                         \
1201             exit=true;;                                                 \
1202           fail=0:xpass=0:xfail=*)                                       \
1203             msg="$$All$$all $$tests behaved as expected";               \
1204             if test "$$xfail" -eq 1; then xfailures=failure;            \
1205             else xfailures=failures; fi;                                \
1206             msg="$$msg ($$xfail expected $$xfailures).  ";              \
1207             exit=true;;                                                 \
1208           fail=*:xpass=0:xfail=*)                                       \
1209             msg="$$fail of $$all $$tests failed.  ";                    \
1210             exit=false;;                                                \
1211           fail=*:xpass=*:xfail=*)                                       \
1212             msg="$$failures of $$all $$tests did not behave as expected"; \
1213             if test "$$xpass" -eq 1; then xpasses=pass;                 \
1214             else xpasses=passes; fi;                                    \
1215             msg="$$msg ($$xpass unexpected $$xpasses).  ";              \
1216             exit=false;;                                                \
1217           *)                                                            \
1218             echo >&2 "incorrect case"; exit 4;;                         \
1219         esac;                                                           \
1220         if test "$$skip" -ne 0; then                                    \
1221           if test "$$skip" -eq 1; then                                  \
1222             msg="$$msg($$skip test was not run).  ";                    \
1223           else                                                          \
1224             msg="$$msg($$skip tests were not run).  ";                  \
1225           fi;                                                           \
1226         fi;                                                             \
1227         {                                                               \
1228           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
1229             $(am__rst_title);                                           \
1230           echo "$$msg";                                                 \
1231           echo;                                                         \
1232           echo ".. contents:: :depth: 2";                               \
1233           echo;                                                         \
1234           for f in $$list; do                                           \
1235             test -r $$f && read line < $$f || line=;                    \
1236             case $$line in                                              \
1237               PASS:*|XFAIL:*);;                                         \
1238               *) echo; cat $$f;;                                        \
1239             esac;                                                       \
1240           done;                                                         \
1241         } >$(TEST_SUITE_LOG).tmp;                                       \
1242         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
1243         if test "$$failures" -ne 0; then                                \
1244           msg="$${msg}See $(subdir)/$(TEST_SUITE_LOG).  ";              \
1245           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
1246             msg="$${msg}Please report to $(PACKAGE_BUGREPORT).  ";      \
1247           fi;                                                           \
1248         fi;                                                             \
1249         test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);       \
1250         $(am__tty_colors);                                              \
1251         if $$exit; then                                                 \
1252           echo $(ECHO_N) "$$grn$(ECHO_C)";                              \
1253          else                                                           \
1254           echo $(ECHO_N) "$$red$(ECHO_C)";                              \
1255         fi;                                                             \
1256         echo "$$msg" | $(am__text_box);                                 \
1257         echo $(ECHO_N) "$$std$(ECHO_C)";                                \
1258         $$exit
1259
1260 # Run all the tests.
1261 check-TESTS:
1262         @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
1263         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1264         @list='$(TEST_LOGS)';                                           \
1265         list=`for f in $$list; do                                       \
1266           test .log = $$f || echo $$f;                                  \
1267         done | tr '\012\015' '  '`;                                     \
1268         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list"
1269
1270 .log.html:
1271         @list='$(RST2HTML) $$RST2HTML rst2html rst2html.py';            \
1272         for r2h in $$list; do                                           \
1273           if ($$r2h --version) >/dev/null 2>&1; then                    \
1274             R2H=$$r2h;                                                  \
1275           fi;                                                           \
1276         done;                                                           \
1277         if test -z "$$R2H"; then                                        \
1278           echo >&2 "cannot find rst2html, cannot create $@";            \
1279           exit 2;                                                       \
1280         fi;                                                             \
1281         $$R2H $< >$@.tmp
1282         @mv $@.tmp $@
1283
1284 # Be sure to run check first, and then to convert the result.
1285 # Beware of concurrent executions.  Run "check" not "check-TESTS", as
1286 # check-SCRIPTS and other dependencies are rebuilt by the former only.
1287 # And expect check to fail.
1288 check-html:
1289         @if $(MAKE) $(AM_MAKEFLAGS) check; then                 \
1290           rv=0; else rv=$$?;                                    \
1291         fi;                                                     \
1292         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_HTML) || exit 4;   \
1293         exit $$rv
1294 recheck recheck-html:
1295         @target=`echo $@ | sed 's,^re,,'`;                              \
1296         list='$(TEST_LOGS)';                                            \
1297         list=`for f in $$list; do                                       \
1298                 test -f $$f || continue;                                \
1299                 if test -r $$f && read line < $$f; then                 \
1300                   case $$line in FAIL*|XPASS*) echo $$f;; esac;         \
1301                 else echo $$f; fi;                                      \
1302               done | tr '\012\015' '  '`;                               \
1303         list=`echo "$$list" | sed 's/ *$$//'`;                          \
1304         $(MAKE) $(AM_MAKEFLAGS) $$target AM_MAKEFLAGS='$(AM_MAKEFLAGS) TEST_LOGS="'"$$list"'"'
1305 .test.log:
1306         @p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1307
1308 distdir: $(DISTFILES)
1309         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1310         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1311         list='$(DISTFILES)'; \
1312           dist_files=`for file in $$list; do echo $$file; done | \
1313           sed -e "s|^$$srcdirstrip/||;t" \
1314               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1315         case $$dist_files in \
1316           */*) $(MKDIR_P) `echo "$$dist_files" | \
1317                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1318                            sort -u` ;; \
1319         esac; \
1320         for file in $$dist_files; do \
1321           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1322           if test -d $$d/$$file; then \
1323             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1324             if test -d "$(distdir)/$$file"; then \
1325               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1326             fi; \
1327             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1328               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1329               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1330             fi; \
1331             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1332           else \
1333             test -f "$(distdir)/$$file" \
1334             || cp -p $$d/$$file "$(distdir)/$$file" \
1335             || exit 1; \
1336           fi; \
1337         done
1338 check-am: all-am
1339         $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
1340         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1341 check: check-am
1342 all-am: Makefile
1343 installdirs:
1344 install: install-am
1345 install-exec: install-exec-am
1346 install-data: install-data-am
1347 uninstall: uninstall-am
1348
1349 install-am: all-am
1350         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1351
1352 installcheck: installcheck-am
1353 install-strip:
1354         if test -z '$(STRIP)'; then \
1355           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1356             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1357               install; \
1358         else \
1359           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1360             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1361             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1362         fi
1363 mostlyclean-generic:
1364         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1365         -test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP)
1366         -test -z "$(TEST_SUITE_HTML)" || rm -f $(TEST_SUITE_HTML)
1367         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1368
1369 clean-generic:
1370
1371 distclean-generic:
1372         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1373         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1374
1375 maintainer-clean-generic:
1376         @echo "This command is intended for maintainers to use"
1377         @echo "it deletes files that may require special tools to rebuild."
1378         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1379 clean: clean-am
1380
1381 clean-am: clean-generic clean-local mostlyclean-am
1382
1383 distclean: distclean-am
1384         -rm -f Makefile
1385 distclean-am: clean-am distclean-generic
1386
1387 dvi: dvi-am
1388
1389 dvi-am:
1390
1391 html: html-am
1392
1393 html-am:
1394
1395 info: info-am
1396
1397 info-am:
1398
1399 install-data-am:
1400
1401 install-dvi: install-dvi-am
1402
1403 install-dvi-am:
1404
1405 install-exec-am:
1406
1407 install-html: install-html-am
1408
1409 install-html-am:
1410
1411 install-info: install-info-am
1412
1413 install-info-am:
1414
1415 install-man:
1416
1417 install-pdf: install-pdf-am
1418
1419 install-pdf-am:
1420
1421 install-ps: install-ps-am
1422
1423 install-ps-am:
1424
1425 installcheck-am:
1426
1427 maintainer-clean: maintainer-clean-am
1428         -rm -f Makefile
1429 maintainer-clean-am: distclean-am maintainer-clean-generic
1430
1431 mostlyclean: mostlyclean-am
1432
1433 mostlyclean-am: mostlyclean-generic
1434
1435 pdf: pdf-am
1436
1437 pdf-am:
1438
1439 ps: ps-am
1440
1441 ps-am:
1442
1443 uninstall-am:
1444
1445 .MAKE: check-am check-html install-am install-strip recheck \
1446         recheck-html
1447
1448 .PHONY: all all-am check check-TESTS check-am check-html clean \
1449         clean-generic clean-local distclean distclean-generic distdir \
1450         dvi dvi-am html html-am info info-am install install-am \
1451         install-data install-data-am install-dvi install-dvi-am \
1452         install-exec install-exec-am install-html install-html-am \
1453         install-info install-info-am install-man install-pdf \
1454         install-pdf-am install-ps install-ps-am install-strip \
1455         installcheck installcheck-am installdirs maintainer-clean \
1456         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1457         pdf-am ps ps-am recheck recheck-html uninstall uninstall-am
1458
1459
1460 $(srcdir)/parallel-tests.am: gen-parallel-tests Makefile.am
1461         (cd $(srcdir) && $(SHELL) ./gen-parallel-tests) >$@
1462
1463 $(parallel_tests): $(parallel_tests:-p.test=.test) Makefile.am
1464         input=`echo $@ | sed 's,.*/,,; s,-p.test$$,.test,'`; \
1465         sed 's|^\. \./defs.*|parallel_tests=yes; &|' \
1466           < $(srcdir)/$$input >$@
1467         chmod a+rx $@
1468
1469 clean-local: clean-local-check
1470 .PHONY: clean-local-check
1471 clean-local-check:
1472         -set x *.dir; shift; \
1473          if test "$$#,$$1" = "1,*.dir"; then \
1474            : there is no test directory to clean; \
1475          else \
1476            find "$$@" -type d ! -perm -700 -exec chmod u+rwx {} ';'; \
1477            rm -rf "$$@"; \
1478          fi;
1479
1480 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1481 # Otherwise a system limit (for SysV at least) may be exceeded.
1482 .NOEXPORT: