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