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