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