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