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