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