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