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