Merge branch 'msvc'
[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).  This contradicts POSIX.  Work around the problem
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 confincl.test \
462 conflnk.test \
463 conflnk2.test \
464 conflnk3.test \
465 conflnk4.test \
466 confsub.test \
467 confvar.test \
468 confvar2.test \
469 copy.test \
470 cscope.test \
471 cscope2.test \
472 cscope3.test \
473 ctarget1.test \
474 cxx.test \
475 cxx2.test \
476 cxxansi.test \
477 cxxcpp.test \
478 cxxlibobj.test \
479 cxxlink.test \
480 cxxnoc.test \
481 cxxo.test \
482 cygwin32.test \
483 dash.test \
484 defun.test \
485 defun2.test \
486 dejagnu.test \
487 dejagnu2.test \
488 dejagnu3.test \
489 dejagnu4.test \
490 dejagnu5.test \
491 dejagnu6.test \
492 dejagnu7.test \
493 depacl2.test \
494 depcomp.test \
495 depcomp2.test \
496 depcomp3.test \
497 depcomp4.test \
498 depcomp5.test \
499 depcomp6.test \
500 depcomp7.test \
501 depdist.test \
502 depend.test \
503 depend2.test \
504 depend3.test \
505 depend4.test \
506 depend5.test \
507 depend6.test \
508 destdir.test \
509 dirforbid.test \
510 dirlist.test \
511 dirlist2.test \
512 discover.test \
513 distcleancheck.test \
514 distcom2.test \
515 distcom3.test \
516 distcom4.test \
517 distcom5.test \
518 distcom6.test \
519 distcom7.test \
520 distdir.test \
521 distlinks.test \
522 distlinksbrk.test \
523 distname.test \
524 dollar.test \
525 dollarvar.test \
526 dollarvar2.test \
527 double.test \
528 dup2.test \
529 else.test \
530 empty.test \
531 empty2.test \
532 empty3.test \
533 empty4.test \
534 exdir.test \
535 exdir2.test \
536 exdir3.test \
537 exeext.test \
538 exeext2.test \
539 exeext3.test \
540 exeext4.test \
541 exsource.test \
542 ext.test \
543 ext2.test \
544 ext3.test \
545 extra.test \
546 extra2.test \
547 extra3.test \
548 extra4.test \
549 extra5.test \
550 extra6.test \
551 extra7.test \
552 extra8.test \
553 extra9.test \
554 extra10.test \
555 extra11.test \
556 extra12.test \
557 f90only.test \
558 flavor.test \
559 flibs.test \
560 fn99.test \
561 fn99subdir.test \
562 fnoc.test \
563 fo.test \
564 forcemiss.test \
565 forcemiss2.test \
566 fort1.test \
567 fort2.test \
568 fort4.test \
569 fort5.test \
570 fonly.test \
571 fortdep.test \
572 gcj.test \
573 gcj2.test \
574 gcj3.test \
575 gcj4.test \
576 gcj5.test \
577 gcj6.test \
578 getopt.test \
579 gettext.test \
580 gettext2.test \
581 gettext3.test \
582 gnumake.test \
583 gnuwarn.test \
584 gnuwarn2.test \
585 gnits.test \
586 gnits2.test \
587 gnits3.test \
588 header.test \
589 help.test \
590 hfs.test \
591 hosts.test \
592 implicit.test \
593 include.test \
594 include2.test \
595 info.test \
596 init.test \
597 init2.test \
598 insh2.test \
599 install2.test \
600 installdir.test \
601 instsh.test \
602 instsh2.test \
603 instsh3.test \
604 instdat.test \
605 instdat2.test \
606 instdir.test \
607 instdir2.test \
608 instdir-java.test \
609 instdir-lisp.test \
610 instdir-ltlib.test \
611 instdir-prog.test \
612 instdir-python.test \
613 instdir-texi.test \
614 instexec.test \
615 instfail.test \
616 instfail-info.test \
617 instfail-java.test \
618 instfail-libtool.test \
619 insthook.test \
620 instman.test \
621 instman2.test \
622 instmany.test \
623 instmany-mans.test \
624 instmany-python.test \
625 instspc.test \
626 interp.test \
627 interp2.test \
628 java.test \
629 java2.test \
630 java3.test \
631 javaprim.test \
632 javasubst.test \
633 ldadd.test \
634 ldflags.test \
635 lex.test \
636 lex2.test \
637 lex3.test \
638 lex4.test \
639 lex5.test \
640 lflags.test \
641 lflags2.test \
642 libexec.test \
643 libobj2.test \
644 libobj3.test \
645 libobj4.test \
646 libobj5.test \
647 libobj7.test \
648 libobj8.test \
649 libobj10.test \
650 libobj11.test \
651 libobj12.test \
652 libobj13.test \
653 libobj14.test \
654 library.test \
655 library2.test \
656 library3.test \
657 libtool.test \
658 libtool2.test \
659 libtool3.test \
660 libtool4.test \
661 libtool5.test \
662 libtool6.test \
663 libtool7.test \
664 libtool8.test \
665 libtool9.test \
666 libtoo10.test \
667 libtoo11.test \
668 license.test \
669 license2.test \
670 link_c_cxx.test \
671 link_dist.test \
672 link_f90_only.test \
673 link_fc.test \
674 link_fccxx.test \
675 link_fcxx.test \
676 link_f_only.test \
677 link_override.test \
678 lisp2.test \
679 lisp3.test \
680 lisp4.test \
681 lisp5.test \
682 lisp6.test \
683 lisp7.test \
684 lisp8.test \
685 listval.test \
686 location.test \
687 longline.test \
688 longlin2.test \
689 ltcond.test \
690 ltcond2.test \
691 ltconv.test \
692 ltdeps.test \
693 ltinstloc.test \
694 ltlibobjs.test \
695 ltlibsrc.test \
696 ltorder.test \
697 lzip.test \
698 lzma.test \
699 maintclean.test \
700 make.test \
701 makej.test \
702 makej2.test \
703 maken.test \
704 maken2.test \
705 maken3.test \
706 maken4.test \
707 makevars.test \
708 man.test \
709 man2.test \
710 man3.test \
711 man4.test \
712 man5.test \
713 mclean.test \
714 mdate.test \
715 mdate2.test \
716 mdate3.test \
717 mdate4.test \
718 mdate5.test \
719 missing.test \
720 missing2.test \
721 missing3.test \
722 missing4.test \
723 missing5.test \
724 missing6.test \
725 mkinstall.test \
726 mkinst2.test \
727 mkinst3.test \
728 mmode.test \
729 mmodely.test \
730 multlib.test \
731 nobase.test \
732 nobase-libtool.test \
733 nobase-python.test \
734 nodef.test \
735 nodef2.test \
736 nodep.test \
737 nodep2.test \
738 nodepcomp.test \
739 nodist.test \
740 nodist2.test \
741 nodist3.test \
742 nogzip.test \
743 nogzip2.test \
744 noinst.test \
745 noinstdir.test \
746 nolink.test \
747 nostdinc.test \
748 notrans.test \
749 number.test \
750 objc.test \
751 objc2.test \
752 obsolete.test \
753 oldvars.test \
754 order.test \
755 outdir.test \
756 output.test \
757 output2.test \
758 output3.test \
759 output4.test \
760 output5.test \
761 output6.test \
762 output7.test \
763 output8.test \
764 output9.test \
765 output10.test \
766 output11.test \
767 output12.test \
768 output13.test \
769 output-order.test \
770 overrid.test \
771 parallel-am.test \
772 parallel-am2.test \
773 parallel-am3.test \
774 parallel-tests.test \
775 parallel-tests2.test \
776 parallel-tests3.test \
777 parallel-tests4.test \
778 parallel-tests5.test \
779 parallel-tests6.test \
780 parallel-tests7.test \
781 parallel-tests8.test \
782 parallel-tests9.test \
783 parallel-tests10.test \
784 parse.test \
785 percent.test \
786 percent2.test \
787 phony.test \
788 pluseq.test \
789 pluseq2.test \
790 pluseq3.test \
791 pluseq4.test \
792 pluseq5.test \
793 pluseq6.test \
794 pluseq7.test \
795 pluseq8.test \
796 pluseq9.test \
797 pluseq10.test \
798 postproc.test \
799 ppf77.test \
800 pr2.test \
801 pr9.test \
802 pr72.test \
803 pr87.test \
804 pr204.test \
805 pr211.test \
806 pr220.test \
807 pr224.test \
808 pr229.test \
809 pr243.test \
810 pr266.test \
811 pr279.test \
812 pr279-2.test \
813 pr287.test \
814 pr300-lib.test \
815 pr300-ltlib.test \
816 pr300-prog.test \
817 pr307.test \
818 pr401.test \
819 pr401b.test \
820 pr401c.test \
821 prefix.test \
822 primary.test \
823 primary2.test \
824 primary3.test \
825 proginst.test \
826 python.test \
827 python2.test \
828 python3.test \
829 python4.test \
830 python5.test \
831 python6.test \
832 python7.test \
833 python8.test \
834 python9.test \
835 python10.test \
836 python11.test \
837 python12.test \
838 recurs.test \
839 recurs2.test \
840 remake.test \
841 remake2.test \
842 remake3.test \
843 remake4.test \
844 remake5.test \
845 remake6.test \
846 remake7.test \
847 regex.test \
848 req.test \
849 reqd.test \
850 reqd2.test \
851 rulepat.test \
852 sanity.test \
853 scripts.test \
854 seenc.test \
855 silent.test \
856 silent2.test \
857 silent3.test \
858 silent4.test \
859 silent5.test \
860 silent6.test \
861 silent7.test \
862 silent8.test \
863 silent9.test \
864 silentcxx.test \
865 silentf77.test \
866 silentf90.test \
867 silentlex.test \
868 silentyacc.test \
869 sinclude.test \
870 srcsub.test \
871 srcsub2.test \
872 space.test \
873 specflg.test \
874 specflg2.test \
875 specflg3.test \
876 specflg6.test \
877 specflg7.test \
878 specflg8.test \
879 specflg9.test \
880 specflg10.test \
881 spell.test \
882 spell2.test \
883 spell3.test \
884 spelling.test \
885 spy.test \
886 stdinc.test \
887 stamph2.test \
888 stdlib.test \
889 stdlib2.test \
890 strip.test \
891 subdir.test \
892 subdir2.test \
893 subdir3.test \
894 subdir4.test \
895 subdir5.test \
896 subdir6.test \
897 subdir7.test \
898 subdir8.test \
899 subdir9.test \
900 subdir10.test \
901 subdirbuiltsources.test \
902 subcond.test \
903 subcond2.test \
904 subcond3.test \
905 subobj.test \
906 subobj2.test \
907 subobj3.test \
908 subobj4.test \
909 subobj5.test \
910 subobj6.test \
911 subobj7.test \
912 subobj8.test \
913 subobj9.test \
914 subobj10.test \
915 subobjname.test \
916 subpkg.test \
917 subpkg2.test \
918 subpkg3.test \
919 subpkg4.test \
920 subst.test \
921 subst2.test \
922 subst3.test \
923 subst4.test \
924 subst5.test \
925 substref.test \
926 substre2.test \
927 substtarg.test \
928 suffix.test \
929 suffix2.test \
930 suffix3.test \
931 suffix4.test \
932 suffix5.test \
933 suffix6.test \
934 suffix7.test \
935 suffix8.test \
936 suffix9.test \
937 suffix10.test \
938 suffix11.test \
939 suffix12.test \
940 suffix13.test \
941 symlink.test \
942 symlink2.test \
943 syntax.test \
944 tags.test \
945 tags2.test \
946 tagsub.test \
947 tar.test \
948 tar2.test \
949 tar3.test \
950 target-cflags.test \
951 targetclash.test \
952 txinfo.test \
953 txinfo2.test \
954 txinfo3.test \
955 txinfo4.test \
956 txinfo5.test \
957 txinfo6.test \
958 txinfo7.test \
959 txinfo8.test \
960 txinfo9.test \
961 txinfo10.test \
962 txinfo13.test \
963 txinfo16.test \
964 txinfo17.test \
965 txinfo18.test \
966 txinfo19.test \
967 txinfo20.test \
968 txinfo21.test \
969 txinfo22.test \
970 txinfo23.test \
971 txinfo24.test \
972 txinfo25.test \
973 txinfo26.test \
974 txinfo27.test \
975 txinfo28.test \
976 txinfo29.test \
977 txinfo30.test \
978 txinfo31.test \
979 txinfo32.test \
980 txinfo33.test \
981 transform.test \
982 transform2.test \
983 unused.test \
984 upc.test \
985 upc2.test \
986 upc3.test \
987 vala.test \
988 vala1.test \
989 vala2.test \
990 vala3.test \
991 vala4.test \
992 vala5.test \
993 vars.test \
994 vars3.test \
995 vartar.test \
996 version.test \
997 version2.test \
998 version3.test \
999 version4.test \
1000 version6.test \
1001 version7.test \
1002 version8.test \
1003 vpath.test \
1004 vtexi.test \
1005 vtexi2.test \
1006 warnopts.test \
1007 werror.test \
1008 werror2.test \
1009 werror3.test \
1010 werror4.test \
1011 whoami.test \
1012 xsource.test \
1013 xz.test \
1014 yacc.test \
1015 yacc2.test \
1016 yacc3.test \
1017 yacc4.test \
1018 yacc5.test \
1019 yacc6.test \
1020 yacc7.test \
1021 yacc8.test \
1022 yaccpp.test \
1023 yaccvpath.test \
1024 yflags.test \
1025 yflags2.test \
1026 $(parallel_tests)
1027
1028 EXTRA_DIST = ChangeLog-old gen-parallel-tests $(TESTS)
1029 all: all-am
1030
1031 .SUFFIXES:
1032 .SUFFIXES: .html .log .test
1033 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/parallel-tests.am $(am__configure_deps)
1034         @for dep in $?; do \
1035           case '$(am__configure_deps)' in \
1036             *$$dep*) \
1037               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1038                 && { if test -f $@; then exit 0; else break; fi; }; \
1039               exit 1;; \
1040           esac; \
1041         done; \
1042         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
1043         $(am__cd) $(top_srcdir) && \
1044           $(AUTOMAKE) --gnu tests/Makefile
1045 .PRECIOUS: Makefile
1046 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1047         @case '$?' in \
1048           *config.status*) \
1049             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1050           *) \
1051             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1052             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1053         esac;
1054
1055 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1056         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1057
1058 $(top_srcdir)/configure:  $(am__configure_deps)
1059         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1060 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1061         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1062 $(am__aclocal_m4_deps):
1063 defs: $(top_builddir)/config.status $(srcdir)/defs.in
1064         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1065 aclocal-${APIVERSION}: $(top_builddir)/config.status $(srcdir)/aclocal.in
1066         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1067 automake-${APIVERSION}: $(top_builddir)/config.status $(srcdir)/automake.in
1068         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1069 tags: TAGS
1070 TAGS:
1071
1072 ctags: CTAGS
1073 CTAGS:
1074
1075 cscope cscopelist:
1076
1077
1078 # To be appended to the command running the test.  Handle the stdout
1079 # and stderr redirection, and catch the exit status.
1080 am__check_post =                                        \
1081 >$@-t 2>&1;                                             \
1082 estatus=$$?;                                            \
1083 if test -n '$(DISABLE_HARD_ERRORS)'                     \
1084    && test $$estatus -eq 99; then                       \
1085   estatus=1;                                            \
1086 fi;                                                     \
1087 TERM=$$__SAVED_TERM; export TERM;                       \
1088 $(am__tty_colors);                                      \
1089 xfailed=PASS;                                           \
1090 case " $(XFAIL_TESTS) " in                              \
1091   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
1092     xfailed=XFAIL;;                                     \
1093 esac;                                                   \
1094 case $$estatus:$$xfailed in                             \
1095     0:XFAIL) col=$$red; res=XPASS;;                     \
1096     0:*)     col=$$grn; res=PASS ;;                     \
1097     77:*)    col=$$blu; res=SKIP ;;                     \
1098     99:*)    col=$$red; res=FAIL ;;                     \
1099     *:XFAIL) col=$$lgn; res=XFAIL;;                     \
1100     *:*)     col=$$red; res=FAIL ;;                     \
1101 esac;                                                   \
1102 echo "$${col}$$res$${std}: $$f";                        \
1103 echo "$$res: $$f (exit: $$estatus)" |                   \
1104   $(am__rst_section) >$@;                               \
1105 cat $@-t >>$@;                                          \
1106 rm -f $@-t
1107
1108 $(TEST_SUITE_LOG): $(TEST_LOGS)
1109         @$(am__sh_e_setup);                                             \
1110         list='$(TEST_LOGS)';                                            \
1111         results=`for f in $$list; do                                    \
1112                    read line < $$f && echo "$$line" || echo FAIL;       \
1113                  done`;                                                 \
1114         all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[      ]*//'`; \
1115         fail=`echo "$$results" | grep -c '^FAIL'`;                      \
1116         pass=`echo "$$results" | grep -c '^PASS'`;                      \
1117         skip=`echo "$$results" | grep -c '^SKIP'`;                      \
1118         xfail=`echo "$$results" | grep -c '^XFAIL'`;                    \
1119         xpass=`echo "$$results" | grep -c '^XPASS'`;                    \
1120         failures=`expr $$fail + $$xpass`;                               \
1121         all=`expr $$all - $$skip`;                                      \
1122         if test "$$all" -eq 1; then tests=test; All=;                   \
1123         else tests=tests; All="All "; fi;                               \
1124         case fail=$$fail:xpass=$$xpass:xfail=$$xfail in                 \
1125           fail=0:xpass=0:xfail=0)                                       \
1126             msg="$$All$$all $$tests passed.  ";                         \
1127             exit=true;;                                                 \
1128           fail=0:xpass=0:xfail=*)                                       \
1129             msg="$$All$$all $$tests behaved as expected";               \
1130             if test "$$xfail" -eq 1; then xfailures=failure;            \
1131             else xfailures=failures; fi;                                \
1132             msg="$$msg ($$xfail expected $$xfailures).  ";              \
1133             exit=true;;                                                 \
1134           fail=*:xpass=0:xfail=*)                                       \
1135             msg="$$fail of $$all $$tests failed.  ";                    \
1136             exit=false;;                                                \
1137           fail=*:xpass=*:xfail=*)                                       \
1138             msg="$$failures of $$all $$tests did not behave as expected"; \
1139             if test "$$xpass" -eq 1; then xpasses=pass;                 \
1140             else xpasses=passes; fi;                                    \
1141             msg="$$msg ($$xpass unexpected $$xpasses).  ";              \
1142             exit=false;;                                                \
1143           *)                                                            \
1144             echo >&2 "incorrect case"; exit 4;;                         \
1145         esac;                                                           \
1146         if test "$$skip" -ne 0; then                                    \
1147           if test "$$skip" -eq 1; then                                  \
1148             msg="$$msg($$skip test was not run).  ";                    \
1149           else                                                          \
1150             msg="$$msg($$skip tests were not run).  ";                  \
1151           fi;                                                           \
1152         fi;                                                             \
1153         {                                                               \
1154           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
1155             $(am__rst_title);                                           \
1156           echo "$$msg";                                                 \
1157           echo;                                                         \
1158           echo ".. contents:: :depth: 2";                               \
1159           echo;                                                         \
1160           for f in $$list; do                                           \
1161             read line < $$f;                                            \
1162             case $$line in                                              \
1163               PASS:*|XFAIL:*);;                                         \
1164               *) echo; cat $$f;;                                        \
1165             esac;                                                       \
1166           done;                                                         \
1167         } >$(TEST_SUITE_LOG).tmp;                                       \
1168         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
1169         if test "$$failures" -ne 0; then                                \
1170           msg="$${msg}See $(subdir)/$(TEST_SUITE_LOG).  ";              \
1171           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
1172             msg="$${msg}Please report to $(PACKAGE_BUGREPORT).  ";      \
1173           fi;                                                           \
1174         fi;                                                             \
1175         test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);       \
1176         $(am__tty_colors);                                              \
1177         if $$exit; then                                                 \
1178           echo $(ECHO_N) "$$grn$(ECHO_C)";                              \
1179          else                                                           \
1180           echo $(ECHO_N) "$$red$(ECHO_C)";                              \
1181         fi;                                                             \
1182         echo "$$msg" | $(am__text_box);                                 \
1183         echo $(ECHO_N) "$$std$(ECHO_C)";                                \
1184         $$exit
1185
1186 # Run all the tests.
1187 check-TESTS:
1188         @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
1189         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1190         @list='$(TEST_LOGS)';                                           \
1191         list=`for f in $$list; do                                       \
1192           test .log = $$f || echo $$f;                                  \
1193         done | tr '\012\015' '  '`;                                     \
1194         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list"
1195
1196 .log.html:
1197         @list='$(RST2HTML) $$RST2HTML rst2html rst2html.py';            \
1198         for r2h in $$list; do                                           \
1199           if ($$r2h --version) >/dev/null 2>&1; then                    \
1200             R2H=$$r2h;                                                  \
1201           fi;                                                           \
1202         done;                                                           \
1203         if test -z "$$R2H"; then                                        \
1204           echo >&2 "cannot find rst2html, cannot create $@";            \
1205           exit 2;                                                       \
1206         fi;                                                             \
1207         $$R2H $< >$@.tmp
1208         @mv $@.tmp $@
1209
1210 # Be sure to run check first, and then to convert the result.
1211 # Beware of concurrent executions.  Run "check" not "check-TESTS", as
1212 # check-SCRIPTS and other dependencies are rebuilt by the former only.
1213 # And expect check to fail.
1214 check-html:
1215         @if $(MAKE) $(AM_MAKEFLAGS) check; then                 \
1216           rv=0; else rv=$$?;                                    \
1217         fi;                                                     \
1218         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_HTML) || exit 4;   \
1219         exit $$rv
1220 recheck recheck-html:
1221         @target=`echo $@ | sed 's,^re,,'`;                              \
1222         list='$(TEST_LOGS)';                                            \
1223         list=`for f in $$list; do                                       \
1224                 test -f $$f || continue;                                \
1225                 if read line < $$f; then                                \
1226                   case $$line in FAIL*|XPASS*) echo $$f;; esac;         \
1227                 else echo $$f; fi;                                      \
1228               done | tr '\012\015' '  '`;                               \
1229         list=`echo "$$list" | sed 's/ *$$//'`;                          \
1230         $(MAKE) $(AM_MAKEFLAGS) $$target AM_MAKEFLAGS='$(AM_MAKEFLAGS) TEST_LOGS="'"$$list"'"'
1231 .test.log:
1232         @p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1233
1234 distdir: $(DISTFILES)
1235         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1236         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1237         list='$(DISTFILES)'; \
1238           dist_files=`for file in $$list; do echo $$file; done | \
1239           sed -e "s|^$$srcdirstrip/||;t" \
1240               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1241         case $$dist_files in \
1242           */*) $(MKDIR_P) `echo "$$dist_files" | \
1243                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1244                            sort -u` ;; \
1245         esac; \
1246         for file in $$dist_files; do \
1247           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1248           if test -d $$d/$$file; then \
1249             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1250             if test -d "$(distdir)/$$file"; then \
1251               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1252             fi; \
1253             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1254               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1255               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1256             fi; \
1257             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1258           else \
1259             test -f "$(distdir)/$$file" \
1260             || cp -p $$d/$$file "$(distdir)/$$file" \
1261             || exit 1; \
1262           fi; \
1263         done
1264 check-am: all-am
1265         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1266 check: check-am
1267 all-am: Makefile
1268 installdirs:
1269 install: install-am
1270 install-exec: install-exec-am
1271 install-data: install-data-am
1272 uninstall: uninstall-am
1273
1274 install-am: all-am
1275         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1276
1277 installcheck: installcheck-am
1278 install-strip:
1279         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1280           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1281           `test -z '$(STRIP)' || \
1282             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1283 mostlyclean-generic:
1284         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1285         -test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP)
1286         -test -z "$(TEST_SUITE_HTML)" || rm -f $(TEST_SUITE_HTML)
1287         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1288
1289 clean-generic:
1290
1291 distclean-generic:
1292         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1293         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1294
1295 maintainer-clean-generic:
1296         @echo "This command is intended for maintainers to use"
1297         @echo "it deletes files that may require special tools to rebuild."
1298         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1299 clean: clean-am
1300
1301 clean-am: clean-generic clean-local mostlyclean-am
1302
1303 distclean: distclean-am
1304         -rm -f Makefile
1305 distclean-am: clean-am distclean-generic
1306
1307 dvi: dvi-am
1308
1309 dvi-am:
1310
1311 html: html-am
1312
1313 html-am:
1314
1315 info: info-am
1316
1317 info-am:
1318
1319 install-data-am:
1320
1321 install-dvi: install-dvi-am
1322
1323 install-dvi-am:
1324
1325 install-exec-am:
1326
1327 install-html: install-html-am
1328
1329 install-html-am:
1330
1331 install-info: install-info-am
1332
1333 install-info-am:
1334
1335 install-man:
1336
1337 install-pdf: install-pdf-am
1338
1339 install-pdf-am:
1340
1341 install-ps: install-ps-am
1342
1343 install-ps-am:
1344
1345 installcheck-am:
1346
1347 maintainer-clean: maintainer-clean-am
1348         -rm -f Makefile
1349 maintainer-clean-am: distclean-am maintainer-clean-generic
1350
1351 mostlyclean: mostlyclean-am
1352
1353 mostlyclean-am: mostlyclean-generic
1354
1355 pdf: pdf-am
1356
1357 pdf-am:
1358
1359 ps: ps-am
1360
1361 ps-am:
1362
1363 uninstall-am:
1364
1365 .MAKE: check-am check-html install-am install-strip recheck \
1366         recheck-html
1367
1368 .PHONY: all all-am check check-TESTS check-am check-html clean \
1369         clean-generic clean-local distclean distclean-generic distdir \
1370         dvi dvi-am html html-am info info-am install install-am \
1371         install-data install-data-am install-dvi install-dvi-am \
1372         install-exec install-exec-am install-html install-html-am \
1373         install-info install-info-am install-man install-pdf \
1374         install-pdf-am install-ps install-ps-am install-strip \
1375         installcheck installcheck-am installdirs maintainer-clean \
1376         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1377         pdf-am ps ps-am recheck recheck-html uninstall uninstall-am
1378
1379 check-p.log: check.test
1380 check10-p.log: check10.test
1381 check11-p.log: check11.test
1382 check2-p.log: check2.test
1383 check3-p.log: check3.test
1384 check4-p.log: check4.test
1385 check5-p.log: check5.test
1386 check6-p.log: check6.test
1387 check7-p.log: check7.test
1388 check8-p.log: check8.test
1389 check9-p.log: check9.test
1390 color-p.log: color.test
1391 color2-p.log: color2.test
1392 comment9-p.log: comment9.test
1393 dejagnu-p.log: dejagnu.test
1394 exeext4-p.log: exeext4.test
1395 maken3-p.log: maken3.test
1396 maken4-p.log: maken4.test
1397 pr401-p.log: pr401.test
1398 pr401b-p.log: pr401b.test
1399 pr401c-p.log: pr401c.test
1400
1401 $(srcdir)/parallel-tests.am: gen-parallel-tests Makefile.am
1402         $(AM_V_GEN)(cd $(srcdir) && $(SHELL) ./gen-parallel-tests) >$@
1403
1404 $(parallel_tests): Makefile.am
1405         $(AM_V_at)rm -f $@ $@-t
1406         $(AM_V_GEN)input=`echo $@ | sed 's,.*/,,; s,-p.test$$,.test,'`; \
1407         { echo '#!/bin/sh'; \
1408           echo '# DO NOT EDIT!  GENERATED AUTOMATICALLY!'; \
1409           echo; \
1410           echo '# Ensure proper definition of $$srcdir.'; \
1411           echo 'am_skip_defs=yes'; \
1412           echo '. ./defs || exit 99'; \
1413           echo 'test -n "$$srcdir" || exit 99 # sanity check'; \
1414           echo; \
1415           echo "# Run the test with Automake's parallel-tests driver enabled."; \
1416           echo 'parallel_tests=yes'; \
1417           echo "# In the spirit of VPATH, we prefer a test in the build tree"; \
1418           echo "# over one in the source tree."; \
1419           echo "if test -f \"./$$input\"; then"; \
1420           echo "  . \"./$$input\""; \
1421           echo 'else'; \
1422           echo "  . \"\$$srcdir/$$input\""; \
1423           echo 'fi'; \
1424         } > $@-t
1425         $(AM_V_at)chmod a+rx $@-t && mv -f $@-t $@
1426
1427 # Each test case depends on defs, aclocal, and automake.
1428 $(TEST_LOGS): defs aclocal-$(APIVERSION) automake-$(APIVERSION)
1429
1430 clean-local: clean-local-check
1431 .PHONY: clean-local-check
1432 clean-local-check:
1433         -set x *.dir; shift; \
1434          if test "$$#,$$1" = "1,*.dir"; then \
1435            : there is no test directory to clean; \
1436          else \
1437            find "$$@" -type d '!' -perm -200 -exec chmod u+w {} ';'; \
1438            rm -rf "$$@"; \
1439          fi;
1440
1441 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1442 # Otherwise a system limit (for SysV at least) may be exceeded.
1443 .NOEXPORT: