1 # Makefile.in generated by automake 1.11a from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
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.
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
18 # Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
19 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
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)
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.
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/>.
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)
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
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/silent.m4 \
62 $(top_srcdir)/m4/strip.m4 $(top_srcdir)/m4/substnot.m4 \
63 $(top_srcdir)/m4/tar.m4 $(top_srcdir)/configure.ac
64 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66 mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
67 CONFIG_CLEAN_FILES = defs aclocal-${APIVERSION} automake-${APIVERSION}
68 CONFIG_CLEAN_VPATH_FILES =
69 AM_V_GEN = $(am__v_GEN_$(V))
70 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
71 am__v_GEN_0 = @echo " GEN " $@;
72 AM_V_at = $(am__v_at_$(V))
73 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
77 # If stdout is a non-dumb tty, use colors. If test -t is not supported,
78 # then this fails; a conservative approach. Of course do not redirect
79 # stdout here, just stderr.
81 red=; grn=; lgn=; blu=; std=; \
82 test "X$(AM_COLOR_TESTS)" != Xno \
83 && test "X$$TERM" != Xdumb \
84 && { test "X$(AM_COLOR_TESTS)" = Xalways || test -t 1 2>/dev/null; } \
92 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
93 am__vpath_adj = case $$p in \
94 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
97 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
99 am__nobase_strip_setup = \
100 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
102 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
103 am__nobase_list = $(am__nobase_strip_setup); \
104 for p in $$list; do echo "$$p $$p"; done | \
105 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
106 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
107 if (++n[$$2] == $(am__install_max)) \
108 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
109 END { for (dir in files) print dir, files[dir] }'
111 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
112 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
113 # Restructured Text title and section.
114 am__rst_title = sed 's/.*/ & /;h;s/./=/g;p;x;p;g;p;s/.*//'
115 am__rst_section = sed 'p;s/./=/g;p;g'
116 # Put stdin (possibly several lines separated by ". ") in a box.
117 am__text_box = $(AWK) '{ \
118 n = split($$0, lines, "\\. "); max = 0; \
119 for (i = 1; i <= n; ++i) \
120 if (max < length(lines[i])) \
121 max = length(lines[i]); \
122 for (i = 0; i < max; ++i) line = line "="; \
124 for (i = 1; i <= n; ++i) if (lines[i]) print lines[i];\
127 # Solaris 10 'make', and several other traditional 'make' implementations,
128 # pass "-e" to $(SHELL). This contradicts POSIX. Work around the problem
129 # by disabling -e (using the XSI extension "set +e") if it's set.
130 am__sh_e_setup = case $$- in *e*) set +e;; esac
131 # To be inserted before the command running the test. Creates the
132 # directory for the log if needed. Stores in $dir the directory
133 # containing $f, in $tst the test, in $log the log, and passes
134 # TESTS_ENVIRONMENT. Save and restore TERM around use of
135 # TESTS_ENVIRONMENT, in case that unsets it.
138 $(am__vpath_adj_setup) $(am__vpath_adj) \
139 srcdir=$(srcdir); export srcdir; \
141 am__trap='rm -f '\''$(abs_builddir)/$@-t'\''; (exit $$st); exit $$st'; \
142 trap "st=129; $$am__trap" 1; trap "st=130; $$am__trap" 2; \
143 trap "st=141; $$am__trap" 13; trap "st=143; $$am__trap" 15; \
144 am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`; \
145 test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?; \
146 if test -f "./$$f"; then dir=./; \
147 elif test -f "$$f"; then dir=; \
148 else dir="$(srcdir)/"; fi; \
149 tst=$$dir$$f; log='$@'; __SAVED_TERM=$$TERM; \
151 RECHECK_LOGS = $(TEST_LOGS)
152 AM_RECURSIVE_TARGETS = check check-html recheck recheck-html
153 TEST_SUITE_LOG = test-suite.log
154 TEST_SUITE_HTML = $(TEST_SUITE_LOG:.log=.html)
155 TEST_EXTENSIONS = .test
156 am__test_logs1 = $(TESTS:=.log)
157 TEST_LOGS = $(am__test_logs1:.test.log=.log)
158 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
160 TEST_LOGS_TMP = $(TEST_LOGS:.log=.log-t)
161 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
164 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
165 APIVERSION = @APIVERSION@
166 AUTOCONF = @AUTOCONF@
167 AUTOHEADER = @AUTOHEADER@
168 AUTOMAKE = @AUTOMAKE@
170 CYGPATH_W = @CYGPATH_W@
178 HELP2MAN = @HELP2MAN@
180 INSTALL_DATA = @INSTALL_DATA@
181 INSTALL_PROGRAM = @INSTALL_PROGRAM@
182 INSTALL_SCRIPT = @INSTALL_SCRIPT@
183 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
187 LTLIBOBJS = @LTLIBOBJS@
188 MAKEINFO = @MAKEINFO@
190 MODIFICATION_DELAY = @MODIFICATION_DELAY@
192 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193 PACKAGE_NAME = @PACKAGE_NAME@
194 PACKAGE_STRING = @PACKAGE_STRING@
195 PACKAGE_TARNAME = @PACKAGE_TARNAME@
196 PACKAGE_URL = @PACKAGE_URL@
197 PACKAGE_VERSION = @PACKAGE_VERSION@
198 PATH_SEPARATOR = @PATH_SEPARATOR@
200 PERL_THREADS = @PERL_THREADS@
201 SET_MAKE = @SET_MAKE@
206 abs_builddir = @abs_builddir@
207 abs_srcdir = @abs_srcdir@
208 abs_top_builddir = @abs_top_builddir@
209 abs_top_srcdir = @abs_top_srcdir@
210 am_AUTOCONF = @am_AUTOCONF@
211 am_AUTOHEADER = @am_AUTOHEADER@
212 am__leading_dot = @am__leading_dot@
214 am__untar = @am__untar@
217 build_alias = @build_alias@
218 build_cpu = @build_cpu@
219 build_os = @build_os@
220 build_vendor = @build_vendor@
221 builddir = @builddir@
223 datarootdir = @datarootdir@
226 exec_prefix = @exec_prefix@
227 host_alias = @host_alias@
229 includedir = @includedir@
231 install_sh = @install_sh@
233 libexecdir = @libexecdir@
234 localedir = @localedir@
235 localstatedir = @localstatedir@
238 oldincludedir = @oldincludedir@
240 pkgvdatadir = @pkgvdatadir@
242 program_transform_name = @program_transform_name@
245 sh_errexit_works = @sh_errexit_works@
246 sharedstatedir = @sharedstatedir@
248 sysconfdir = @sysconfdir@
249 target_alias = @target_alias@
250 top_build_prefix = @top_build_prefix@
251 top_builddir = @top_builddir@
252 top_srcdir = @top_srcdir@
283 MAINTAINERCLEANFILES = $(parallel_tests)
408 compile_f90_c_cxx.test \
409 compile_f_c_cxx.test \
523 distcleancheck.test \
620 instdir-python.test \
626 instfail-libtool.test \
632 instmany-python.test \
738 nobase-libtool.test \
780 parallel-tests.test \
781 parallel-tests2.test \
782 parallel-tests3.test \
783 parallel-tests4.test \
784 parallel-tests5.test \
785 parallel-tests6.test \
786 parallel-tests7.test \
787 parallel-tests8.test \
788 parallel-tests9.test \
789 parallel-tests10.test \
907 subdirbuiltsources.test \
1032 EXTRA_DIST = ChangeLog-old gen-parallel-tests $(TESTS)
1034 # Each test case depends on defs, aclocal, and automake.
1035 check_SCRIPTS = defs aclocal-$(APIVERSION) automake-$(APIVERSION)
1039 .SUFFIXES: .html .log .test
1040 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/parallel-tests.am $(am__configure_deps)
1041 @for dep in $?; do \
1042 case '$(am__configure_deps)' in \
1044 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1045 && { if test -f $@; then exit 0; else break; fi; }; \
1049 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
1050 $(am__cd) $(top_srcdir) && \
1051 $(AUTOMAKE) --gnu tests/Makefile
1053 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1056 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1058 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1059 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1062 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1063 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1065 $(top_srcdir)/configure: $(am__configure_deps)
1066 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1067 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
1068 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1069 $(am__aclocal_m4_deps):
1070 defs: $(top_builddir)/config.status $(srcdir)/defs.in
1071 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1072 aclocal-${APIVERSION}: $(top_builddir)/config.status $(srcdir)/aclocal.in
1073 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1074 automake-${APIVERSION}: $(top_builddir)/config.status $(srcdir)/automake.in
1075 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1085 # To be appended to the command running the test. Handle the stdout
1086 # and stderr redirection, and catch the exit status.
1090 if test -n '$(DISABLE_HARD_ERRORS)' \
1091 && test $$estatus -eq 99; then \
1094 TERM=$$__SAVED_TERM; export TERM; \
1095 $(am__tty_colors); \
1097 case " $(XFAIL_TESTS) " in \
1098 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
1101 case $$estatus:$$xfailed in \
1102 0:XFAIL) col=$$red; res=XPASS;; \
1103 0:*) col=$$grn; res=PASS ;; \
1104 77:*) col=$$blu; res=SKIP ;; \
1105 99:*) col=$$red; res=FAIL ;; \
1106 *:XFAIL) col=$$lgn; res=XFAIL;; \
1107 *:*) col=$$red; res=FAIL ;; \
1109 echo "$${col}$$res$${std}: $$f"; \
1110 echo "$$res: $$f (exit: $$estatus)" | \
1111 $(am__rst_section) >$@; \
1115 $(TEST_SUITE_LOG): $(TEST_LOGS)
1116 @$(am__sh_e_setup); \
1117 list='$(TEST_LOGS)'; \
1118 results=`for f in $$list; do \
1119 read line < $$f && echo "$$line" || echo FAIL; \
1121 all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[ ]*//'`; \
1122 fail=`echo "$$results" | grep -c '^FAIL'`; \
1123 pass=`echo "$$results" | grep -c '^PASS'`; \
1124 skip=`echo "$$results" | grep -c '^SKIP'`; \
1125 xfail=`echo "$$results" | grep -c '^XFAIL'`; \
1126 xpass=`echo "$$results" | grep -c '^XPASS'`; \
1127 failures=`expr $$fail + $$xpass`; \
1128 all=`expr $$all - $$skip`; \
1129 if test "$$all" -eq 1; then tests=test; All=; \
1130 else tests=tests; All="All "; fi; \
1131 case fail=$$fail:xpass=$$xpass:xfail=$$xfail in \
1132 fail=0:xpass=0:xfail=0) \
1133 msg="$$All$$all $$tests passed. "; \
1135 fail=0:xpass=0:xfail=*) \
1136 msg="$$All$$all $$tests behaved as expected"; \
1137 if test "$$xfail" -eq 1; then xfailures=failure; \
1138 else xfailures=failures; fi; \
1139 msg="$$msg ($$xfail expected $$xfailures). "; \
1141 fail=*:xpass=0:xfail=*) \
1142 msg="$$fail of $$all $$tests failed. "; \
1144 fail=*:xpass=*:xfail=*) \
1145 msg="$$failures of $$all $$tests did not behave as expected"; \
1146 if test "$$xpass" -eq 1; then xpasses=pass; \
1147 else xpasses=passes; fi; \
1148 msg="$$msg ($$xpass unexpected $$xpasses). "; \
1151 echo >&2 "incorrect case"; exit 4;; \
1153 if test "$$skip" -ne 0; then \
1154 if test "$$skip" -eq 1; then \
1155 msg="$$msg($$skip test was not run). "; \
1157 msg="$$msg($$skip tests were not run). "; \
1161 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
1165 echo ".. contents:: :depth: 2"; \
1167 for f in $$list; do \
1171 *) echo; cat $$f;; \
1174 } >$(TEST_SUITE_LOG).tmp; \
1175 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
1176 if test "$$failures" -ne 0; then \
1177 msg="$${msg}See $(subdir)/$(TEST_SUITE_LOG). "; \
1178 if test -n "$(PACKAGE_BUGREPORT)"; then \
1179 msg="$${msg}Please report to $(PACKAGE_BUGREPORT). "; \
1182 test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG); \
1183 $(am__tty_colors); \
1185 echo $(ECHO_N) "$$grn$(ECHO_C)"; \
1187 echo $(ECHO_N) "$$red$(ECHO_C)"; \
1189 echo "$$msg" | $(am__text_box); \
1190 echo $(ECHO_N) "$$std$(ECHO_C)"; \
1193 # Run all the tests.
1195 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
1196 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1197 @list='$(TEST_LOGS)'; \
1198 list=`for f in $$list; do \
1199 test .log = $$f || echo $$f; \
1200 done | tr '\012\015' ' '`; \
1201 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list"
1204 @list='$(RST2HTML) $$RST2HTML rst2html rst2html.py'; \
1205 for r2h in $$list; do \
1206 if ($$r2h --version) >/dev/null 2>&1; then \
1210 if test -z "$$R2H"; then \
1211 echo >&2 "cannot find rst2html, cannot create $@"; \
1217 # Be sure to run check first, and then to convert the result.
1218 # Beware of concurrent executions. Run "check" not "check-TESTS", as
1219 # check-SCRIPTS and other dependencies are rebuilt by the former only.
1220 # And expect check to fail.
1222 @if $(MAKE) $(AM_MAKEFLAGS) check; then \
1223 rv=0; else rv=$$?; \
1225 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_HTML) || exit 4; \
1227 recheck recheck-html:
1228 @target=`echo $@ | sed 's,^re,,'`; \
1229 list='$(TEST_LOGS)'; \
1230 list=`for f in $$list; do \
1231 test -f $$f || continue; \
1232 if read line < $$f; then \
1233 case $$line in FAIL*|XPASS*) echo $$f;; esac; \
1234 else echo $$f; fi; \
1235 done | tr '\012\015' ' '`; \
1236 $(MAKE) $(AM_MAKEFLAGS) $$target AM_MAKEFLAGS='$(AM_MAKEFLAGS) TEST_LOGS="'"$$list"'"'
1238 @p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1240 distdir: $(DISTFILES)
1241 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1242 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1243 list='$(DISTFILES)'; \
1244 dist_files=`for file in $$list; do echo $$file; done | \
1245 sed -e "s|^$$srcdirstrip/||;t" \
1246 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1247 case $$dist_files in \
1248 */*) $(MKDIR_P) `echo "$$dist_files" | \
1249 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1252 for file in $$dist_files; do \
1253 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1254 if test -d $$d/$$file; then \
1255 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1256 if test -d "$(distdir)/$$file"; then \
1257 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1259 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1260 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1261 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1263 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1265 test -f "$(distdir)/$$file" \
1266 || cp -p $$d/$$file "$(distdir)/$$file" \
1271 $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
1272 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1277 install-exec: install-exec-am
1278 install-data: install-data-am
1279 uninstall: uninstall-am
1282 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1284 installcheck: installcheck-am
1286 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1287 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1288 `test -z '$(STRIP)' || \
1289 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1290 mostlyclean-generic:
1291 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1292 -test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP)
1293 -test -z "$(TEST_SUITE_HTML)" || rm -f $(TEST_SUITE_HTML)
1294 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1299 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1300 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1302 maintainer-clean-generic:
1303 @echo "This command is intended for maintainers to use"
1304 @echo "it deletes files that may require special tools to rebuild."
1305 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1308 clean-am: clean-generic clean-local mostlyclean-am
1310 distclean: distclean-am
1312 distclean-am: clean-am distclean-generic
1328 install-dvi: install-dvi-am
1334 install-html: install-html-am
1338 install-info: install-info-am
1344 install-pdf: install-pdf-am
1348 install-ps: install-ps-am
1354 maintainer-clean: maintainer-clean-am
1356 maintainer-clean-am: distclean-am maintainer-clean-generic
1358 mostlyclean: mostlyclean-am
1360 mostlyclean-am: mostlyclean-generic
1372 .MAKE: check-am check-html install-am install-strip recheck \
1375 .PHONY: all all-am check check-TESTS check-am check-html clean \
1376 clean-generic clean-local distclean distclean-generic distdir \
1377 dvi dvi-am html html-am info info-am install install-am \
1378 install-data install-data-am install-dvi install-dvi-am \
1379 install-exec install-exec-am install-html install-html-am \
1380 install-info install-info-am install-man install-pdf \
1381 install-pdf-am install-ps install-ps-am install-strip \
1382 installcheck installcheck-am installdirs maintainer-clean \
1383 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1384 pdf-am ps ps-am recheck recheck-html uninstall uninstall-am
1387 $(srcdir)/parallel-tests.am: gen-parallel-tests Makefile.am
1388 $(AM_V_GEN)(cd $(srcdir) && $(SHELL) ./gen-parallel-tests) >$@
1390 $(parallel_tests): Makefile.am
1391 $(AM_V_at)rm -f $@ $@-t
1392 $(AM_V_GEN)input=`echo $@ | sed 's,.*/,,; s,-p.test$$,.test,'`; \
1393 { echo '#!/bin/sh'; \
1394 echo '# DO NOT EDIT! GENERATED AUTOMATICALLY!'; \
1395 echo 'parallel_tests=yes'; \
1396 echo '. ./defs || Exit 1'; \
1397 echo '# So that the sourced test can re-exec ./defs safely.'; \
1398 echo 'cd "$$curdir" || Exit 1'; \
1399 echo ". \"\$$testsrcdir/$$input\""; \
1401 $(AM_V_at)chmod a+rx $@-t && mv -f $@-t $@
1403 clean-local: clean-local-check
1404 .PHONY: clean-local-check
1406 -set x *.dir; shift; \
1407 if test "$$#,$$1" = "1,*.dir"; then \
1408 : there is no test directory to clean; \
1410 find "$$@" -type d '!' -perm -200 -exec chmod u+w {} ';'; \
1414 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1415 # Otherwise a system limit (for SysV at least) may be exceeded.