Merge branch 'maint' into foo
[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 acoutnoq.test \
308 acoutpt.test \
309 acoutpt2.test \
310 acoutqnl.test \
311 acoutbs.test \
312 acoutbs2.test \
313 acsilent.test \
314 acsubst.test \
315 acsubst2.test \
316 all.test \
317 alloca.test \
318 alloca2.test \
319 alpha.test \
320 alpha2.test \
321 amassign.test \
322 ammissing.test \
323 amopt.test \
324 amsubst.test \
325 ansi.test \
326 ansi2.test \
327 ansi3.test \
328 ansi3b.test \
329 ansi4.test \
330 ansi5.test \
331 ansi6.test \
332 ansi7.test \
333 ansi8.test \
334 ansi9.test \
335 ansi10.test \
336 ar.test \
337 ar2.test \
338 asm.test \
339 asm2.test \
340 asm3.test \
341 autohdr.test \
342 autohdr2.test \
343 autohdr3.test \
344 autohdr4.test \
345 automake.test \
346 auxdir.test \
347 auxdir2.test \
348 auxdir3.test \
349 auxdir4.test \
350 backsl.test \
351 backsl2.test \
352 backsl3.test \
353 backsl4.test \
354 badline.test \
355 badopt.test \
356 badprog.test \
357 block.test \
358 bsource.test \
359 candist.test \
360 canon.test \
361 canon2.test \
362 canon3.test \
363 canon4.test \
364 canon5.test \
365 canon-name.test \
366 ccnoco.test \
367 ccnoco2.test \
368 ccnoco3.test \
369 check.test \
370 check2.test \
371 check3.test \
372 check4.test \
373 check5.test \
374 check6.test \
375 check7.test \
376 check8.test \
377 check9.test \
378 check10.test \
379 check11.test \
380 checkall.test \
381 clean.test \
382 clean2.test \
383 colneq.test \
384 colneq2.test \
385 colon.test \
386 colon2.test \
387 colon3.test \
388 colon4.test \
389 colon5.test \
390 colon6.test \
391 colon7.test \
392 color.test \
393 color2.test \
394 comment.test \
395 comment2.test \
396 comment3.test \
397 comment4.test \
398 comment5.test \
399 comment6.test \
400 comment7.test \
401 comment8.test \
402 comment9.test \
403 commen10.test \
404 commen11.test \
405 compile.test \
406 compile2.test \
407 compile_f90_c_cxx.test \
408 compile_f_c_cxx.test \
409 cond.test \
410 cond2.test \
411 cond3.test \
412 cond4.test \
413 cond5.test \
414 cond6.test \
415 cond7.test \
416 cond8.test \
417 cond9.test \
418 cond10.test \
419 cond11.test \
420 cond13.test \
421 cond14.test \
422 cond15.test \
423 cond16.test \
424 cond17.test \
425 cond18.test \
426 cond19.test \
427 cond20.test \
428 cond21.test \
429 cond22.test \
430 cond23.test \
431 cond24.test \
432 cond25.test \
433 cond26.test \
434 cond27.test \
435 cond28.test \
436 cond29.test \
437 cond30.test \
438 cond31.test \
439 cond32.test \
440 cond33.test \
441 cond34.test \
442 cond35.test \
443 cond36.test \
444 cond37.test \
445 cond38.test \
446 cond39.test \
447 cond40.test \
448 cond41.test \
449 cond42.test \
450 cond43.test \
451 cond44.test \
452 cond45.test \
453 cond46.test \
454 condd.test \
455 condhook.test \
456 condinc.test \
457 condinc2.test \
458 condlib.test \
459 condman.test \
460 condman2.test \
461 configure.test \
462 conf2.test \
463 confdeps.test \
464 conff.test \
465 conff2.test \
466 confh.test \
467 confh4.test \
468 confh5.test \
469 config.test \
470 confincl.test \
471 conflnk.test \
472 conflnk2.test \
473 conflnk3.test \
474 conflnk4.test \
475 confsub.test \
476 confvar.test \
477 confvar2.test \
478 copy.test \
479 cscope.test \
480 cscope2.test \
481 cscope3.test \
482 ctarget1.test \
483 cxx.test \
484 cxx2.test \
485 cxxansi.test \
486 cxxcpp.test \
487 cxxlibobj.test \
488 cxxlink.test \
489 cxxnoc.test \
490 cxxo.test \
491 cygwin32.test \
492 dash.test \
493 defun.test \
494 defun2.test \
495 dejagnu.test \
496 dejagnu2.test \
497 dejagnu3.test \
498 dejagnu4.test \
499 dejagnu5.test \
500 dejagnu6.test \
501 dejagnu7.test \
502 depacl2.test \
503 depcomp.test \
504 depcomp2.test \
505 depcomp3.test \
506 depcomp4.test \
507 depcomp5.test \
508 depcomp6.test \
509 depcomp7.test \
510 depdist.test \
511 depend.test \
512 depend2.test \
513 depend3.test \
514 depend4.test \
515 depend5.test \
516 depend6.test \
517 destdir.test \
518 dirforbid.test \
519 dirlist.test \
520 dirlist2.test \
521 discover.test \
522 distcleancheck.test \
523 distcom2.test \
524 distcom3.test \
525 distcom4.test \
526 distcom5.test \
527 distcom6.test \
528 distcom7.test \
529 distdir.test \
530 distlinks.test \
531 distname.test \
532 dollar.test \
533 dollarvar.test \
534 dollarvar2.test \
535 double.test \
536 dup2.test \
537 else.test \
538 empty.test \
539 empty2.test \
540 empty3.test \
541 empty4.test \
542 exdir.test \
543 exdir2.test \
544 exdir3.test \
545 exeext.test \
546 exeext2.test \
547 exeext3.test \
548 exeext4.test \
549 exsource.test \
550 ext.test \
551 ext2.test \
552 ext3.test \
553 extra.test \
554 extra2.test \
555 extra3.test \
556 extra4.test \
557 extra5.test \
558 extra6.test \
559 extra7.test \
560 extra8.test \
561 extra9.test \
562 extra10.test \
563 extra11.test \
564 extra12.test \
565 f90only.test \
566 flavor.test \
567 flibs.test \
568 fn99.test \
569 fn99subdir.test \
570 fnoc.test \
571 fo.test \
572 fort1.test \
573 fort2.test \
574 fort4.test \
575 fort5.test \
576 fonly.test \
577 fortdep.test \
578 fpinst2.test \
579 fpinstall.test \
580 gcj.test \
581 gcj2.test \
582 gcj3.test \
583 gcj4.test \
584 gcj5.test \
585 gcj6.test \
586 getopt.test \
587 gettext.test \
588 gettext2.test \
589 gettext3.test \
590 gnumake.test \
591 gnuwarn.test \
592 gnuwarn2.test \
593 gnits.test \
594 gnits2.test \
595 gnits3.test \
596 header.test \
597 help.test \
598 hfs.test \
599 hosts.test \
600 implicit.test \
601 include.test \
602 include2.test \
603 info.test \
604 init.test \
605 insh2.test \
606 install2.test \
607 installdir.test \
608 instsh.test \
609 instsh2.test \
610 instsh3.test \
611 instdat.test \
612 instdat2.test \
613 instdir.test \
614 instdir2.test \
615 instdir-java.test \
616 instdir-lisp.test \
617 instdir-ltlib.test \
618 instdir-prog.test \
619 instdir-python.test \
620 instdir-texi.test \
621 instexec.test \
622 instfail.test \
623 instfail-info.test \
624 instfail-java.test \
625 instfail-libtool.test \
626 insthook.test \
627 instman.test \
628 instman2.test \
629 instmany.test \
630 instmany-mans.test \
631 instmany-python.test \
632 instspc.test \
633 interp.test \
634 interp2.test \
635 java.test \
636 java2.test \
637 java3.test \
638 javaprim.test \
639 javasubst.test \
640 ldadd.test \
641 ldflags.test \
642 lex.test \
643 lex2.test \
644 lex3.test \
645 lex4.test \
646 lex5.test \
647 libexec.test \
648 libobj2.test \
649 libobj3.test \
650 libobj4.test \
651 libobj5.test \
652 libobj7.test \
653 libobj8.test \
654 libobj10.test \
655 libobj11.test \
656 libobj12.test \
657 libobj13.test \
658 libobj14.test \
659 library.test \
660 library2.test \
661 library3.test \
662 libtool.test \
663 libtool2.test \
664 libtool3.test \
665 libtool4.test \
666 libtool5.test \
667 libtool6.test \
668 libtool7.test \
669 libtool8.test \
670 libtool9.test \
671 libtoo10.test \
672 libtoo11.test \
673 license.test \
674 license2.test \
675 link_c_cxx.test \
676 link_dist.test \
677 link_f90_only.test \
678 link_fc.test \
679 link_fccxx.test \
680 link_fcxx.test  \
681 link_f_only.test \
682 link_override.test \
683 lisp2.test \
684 lisp3.test \
685 lisp4.test \
686 lisp5.test \
687 lisp6.test \
688 lisp7.test \
689 lisp8.test \
690 listval.test \
691 location.test \
692 longline.test \
693 longlin2.test \
694 ltcond.test \
695 ltcond2.test \
696 ltconv.test \
697 ltdeps.test \
698 ltinstloc.test \
699 ltlibobjs.test \
700 ltlibsrc.test \
701 ltorder.test \
702 lzip.test \
703 lzma.test \
704 maintclean.test \
705 make.test \
706 makej.test \
707 makej2.test \
708 maken.test \
709 maken2.test \
710 maken3.test \
711 maken4.test \
712 makevars.test \
713 man.test \
714 man2.test \
715 man3.test \
716 man4.test \
717 man5.test \
718 mclean.test \
719 mdate.test \
720 mdate2.test \
721 mdate3.test \
722 mdate4.test \
723 mdate5.test \
724 missing.test \
725 missing2.test \
726 missing3.test \
727 missing4.test \
728 missing5.test \
729 missing6.test \
730 mkinstall.test \
731 mkinst2.test \
732 mkinst3.test \
733 mmode.test \
734 mmodely.test \
735 multlib.test \
736 nobase.test \
737 nobase-libtool.test \
738 nobase-python.test \
739 nodef.test \
740 nodef2.test \
741 nodep.test \
742 nodep2.test \
743 nodepcomp.test \
744 nodist.test \
745 nodist2.test \
746 nodist3.test \
747 nogzip.test \
748 nogzip2.test \
749 noinst.test \
750 noinstdir.test \
751 nolink.test \
752 nostdinc.test \
753 notrans.test \
754 number.test \
755 objc.test \
756 objc2.test \
757 obsolete.test \
758 order.test \
759 outdir.test \
760 output.test \
761 output2.test \
762 output3.test \
763 output4.test \
764 output5.test \
765 output6.test \
766 output7.test \
767 output8.test \
768 output9.test \
769 output10.test \
770 output11.test \
771 output12.test \
772 output13.test \
773 output-order.test \
774 overrid.test \
775 parallel-am.test \
776 parallel-am2.test \
777 parallel-am3.test \
778 parallel-tests.test \
779 parallel-tests2.test \
780 parallel-tests3.test \
781 parallel-tests4.test \
782 parallel-tests5.test \
783 parallel-tests6.test \
784 parallel-tests7.test \
785 parallel-tests8.test \
786 parallel-tests9.test \
787 parallel-tests10.test \
788 parse.test \
789 percent.test \
790 percent2.test \
791 phony.test \
792 pluseq.test \
793 pluseq2.test \
794 pluseq3.test \
795 pluseq4.test \
796 pluseq5.test \
797 pluseq6.test \
798 pluseq7.test \
799 pluseq8.test \
800 pluseq9.test \
801 pluseq10.test \
802 postproc.test \
803 ppf77.test \
804 pr2.test \
805 pr9.test \
806 pr72.test \
807 pr87.test \
808 pr204.test \
809 pr211.test \
810 pr220.test \
811 pr224.test \
812 pr229.test \
813 pr243.test \
814 pr266.test \
815 pr279.test \
816 pr279-2.test \
817 pr287.test \
818 pr300-lib.test \
819 pr300-ltlib.test \
820 pr300-prog.test \
821 pr307.test \
822 pr401.test \
823 pr401b.test \
824 pr401c.test \
825 prefix.test \
826 primary.test \
827 primary2.test \
828 primary3.test \
829 proginst.test \
830 python.test \
831 python2.test \
832 python3.test \
833 python4.test \
834 python5.test \
835 python6.test \
836 python7.test \
837 python8.test \
838 python9.test \
839 python10.test \
840 python11.test \
841 python12.test \
842 recurs.test \
843 recurs2.test \
844 remake.test \
845 remake2.test \
846 remake3.test \
847 remake4.test \
848 remake5.test \
849 remake6.test \
850 remake7.test \
851 regex.test \
852 req.test \
853 reqd.test \
854 reqd2.test \
855 rulepat.test \
856 sanity.test \
857 scripts.test \
858 seenc.test \
859 silent.test \
860 silent2.test \
861 silent3.test \
862 silent4.test \
863 silent5.test \
864 silent6.test \
865 silent7.test \
866 silent8.test \
867 silent9.test \
868 sinclude.test \
869 srcsub.test \
870 srcsub2.test \
871 space.test \
872 specflg.test \
873 specflg2.test   \
874 specflg3.test   \
875 specflg6.test   \
876 specflg7.test   \
877 specflg8.test   \
878 specflg9.test   \
879 specflg10.test  \
880 spell.test \
881 spell2.test \
882 spell3.test \
883 spelling.test \
884 spy.test \
885 stdinc.test \
886 stamph2.test \
887 stdlib.test \
888 stdlib2.test \
889 strip.test \
890 subdir.test \
891 subdir2.test \
892 subdir3.test \
893 subdir4.test \
894 subdir5.test \
895 subdir6.test \
896 subdir7.test \
897 subdir8.test \
898 subdir9.test \
899 subdir10.test \
900 subdirbuiltsources.test \
901 subcond.test \
902 subcond2.test \
903 subcond3.test \
904 subobj.test \
905 subobj2.test \
906 subobj3.test \
907 subobj4.test \
908 subobj5.test \
909 subobj6.test \
910 subobj7.test \
911 subobj8.test \
912 subobj9.test \
913 subobj10.test \
914 subobjname.test \
915 subpkg.test \
916 subpkg2.test \
917 subpkg3.test \
918 subpkg4.test \
919 subst.test \
920 subst2.test \
921 subst3.test \
922 subst4.test \
923 subst5.test \
924 substref.test \
925 substre2.test \
926 substtarg.test \
927 suffix.test \
928 suffix2.test \
929 suffix3.test \
930 suffix4.test \
931 suffix5.test \
932 suffix6.test \
933 suffix7.test \
934 suffix8.test \
935 suffix9.test \
936 suffix10.test \
937 suffix11.test \
938 suffix12.test \
939 suffix13.test \
940 symlink.test \
941 symlink2.test \
942 symlink3.test \
943 syntax.test \
944 tags.test \
945 tagsub.test \
946 tar.test \
947 tar2.test \
948 tar3.test \
949 target-cflags.test \
950 targetclash.test \
951 txinfo.test \
952 txinfo2.test \
953 txinfo3.test \
954 txinfo4.test \
955 txinfo5.test \
956 txinfo6.test \
957 txinfo7.test \
958 txinfo8.test \
959 txinfo9.test \
960 txinfo10.test \
961 txinfo13.test \
962 txinfo16.test \
963 txinfo17.test \
964 txinfo18.test \
965 txinfo19.test \
966 txinfo20.test \
967 txinfo21.test \
968 txinfo22.test \
969 txinfo23.test \
970 txinfo24.test \
971 txinfo25.test \
972 txinfo26.test \
973 txinfo27.test \
974 txinfo28.test \
975 txinfo29.test \
976 txinfo30.test \
977 txinfo31.test \
978 txinfo32.test \
979 txinfo33.test \
980 transform.test \
981 transform2.test \
982 unused.test \
983 upc.test \
984 upc2.test \
985 upc3.test \
986 vala.test \
987 vala1.test \
988 vala2.test \
989 vala3.test \
990 vala4.test \
991 vala5.test \
992 vars.test \
993 vars3.test \
994 vartar.test \
995 version.test \
996 version2.test \
997 version3.test \
998 version4.test \
999 version6.test \
1000 version7.test \
1001 version8.test \
1002 vpath.test \
1003 vtexi.test \
1004 vtexi2.test \
1005 warnopts.test \
1006 werror.test \
1007 werror2.test \
1008 werror3.test \
1009 werror4.test \
1010 whoami.test \
1011 xsource.test \
1012 xz.test \
1013 yacc.test \
1014 yacc2.test \
1015 yacc3.test \
1016 yacc4.test \
1017 yacc5.test \
1018 yacc6.test \
1019 yacc7.test \
1020 yacc8.test \
1021 yaccpp.test \
1022 yaccvpath.test \
1023 $(parallel_tests)
1024
1025 EXTRA_DIST = ChangeLog-old gen-parallel-tests $(TESTS)
1026
1027 # Each test case depends on defs, aclocal, and automake.
1028 check_SCRIPTS = defs aclocal-$(APIVERSION) automake-$(APIVERSION)
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         $(MAKE) $(AM_MAKEFLAGS) $$target AM_MAKEFLAGS='$(AM_MAKEFLAGS) TEST_LOGS="'"$$list"'"'
1230 .test.log:
1231         @p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1232
1233 distdir: $(DISTFILES)
1234         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1235         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1236         list='$(DISTFILES)'; \
1237           dist_files=`for file in $$list; do echo $$file; done | \
1238           sed -e "s|^$$srcdirstrip/||;t" \
1239               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1240         case $$dist_files in \
1241           */*) $(MKDIR_P) `echo "$$dist_files" | \
1242                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1243                            sort -u` ;; \
1244         esac; \
1245         for file in $$dist_files; do \
1246           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1247           if test -d $$d/$$file; then \
1248             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1249             if test -d "$(distdir)/$$file"; then \
1250               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1251             fi; \
1252             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1253               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1254               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1255             fi; \
1256             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1257           else \
1258             test -f "$(distdir)/$$file" \
1259             || cp -p $$d/$$file "$(distdir)/$$file" \
1260             || exit 1; \
1261           fi; \
1262         done
1263 check-am: all-am
1264         $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
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
1380 $(srcdir)/parallel-tests.am: gen-parallel-tests Makefile.am
1381         $(AM_V_GEN)(cd $(srcdir) && $(SHELL) ./gen-parallel-tests) >$@
1382
1383 $(parallel_tests): Makefile.am
1384         $(AM_V_at)rm -f $@ $@-t
1385         $(AM_V_GEN)input=`echo $@ | sed 's,.*/,,; s,-p.test$$,.test,'`; \
1386         { echo '#!/bin/sh'; \
1387           echo '# DO NOT EDIT! GENERATED AUTOMATICALLY!'; \
1388           echo 'parallel_tests=yes'; \
1389           echo ". '$(srcdir)/$$input'"; \
1390         } > $@-t
1391         $(AM_V_at)chmod a+rx $@-t && mv -f $@-t $@
1392
1393 clean-local: clean-local-check
1394 .PHONY: clean-local-check
1395 clean-local-check:
1396         -set x *.dir; shift; \
1397          if test "$$#,$$1" = "1,*.dir"; then \
1398            : there is no test directory to clean; \
1399          else \
1400            find "$$@" -type d '!' -perm -200 -exec chmod u+w {} ';'; \
1401            rm -rf "$$@"; \
1402          fi;
1403
1404 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1405 # Otherwise a system limit (for SysV at least) may be exceeded.
1406 .NOEXPORT: