Makefile.in (automake-1.16.2.tar.xz) | : | Makefile.in (automake-1.16.3.tar.xz) | ||
---|---|---|---|---|
# Makefile.in generated by automake 1.16.2 from Makefile.am. | # Makefile.in generated by automake 1.16.3 from Makefile.am. | |||
# @configure_input@ | # @configure_input@ | |||
# Copyright (C) 1994-2020 Free Software Foundation, Inc. | # Copyright (C) 1994-2020 Free Software Foundation, Inc. | |||
# This Makefile.in is free software; the Free Software Foundation | # This Makefile.in is free software; the Free Software Foundation | |||
# gives unlimited permission to copy and/or distribute it, | # gives unlimited permission to copy and/or distribute it, | |||
# with or without modifications, as long as this notice is preserved. | # with or without modifications, as long as this notice is preserved. | |||
# This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |||
skipping to change at line 108 | skipping to change at line 108 | |||
NORMAL_INSTALL = : | NORMAL_INSTALL = : | |||
PRE_INSTALL = : | PRE_INSTALL = : | |||
POST_INSTALL = : | POST_INSTALL = : | |||
NORMAL_UNINSTALL = : | NORMAL_UNINSTALL = : | |||
PRE_UNINSTALL = : | PRE_UNINSTALL = : | |||
POST_UNINSTALL = : | POST_UNINSTALL = : | |||
build_triplet = @build@ | build_triplet = @build@ | |||
host_triplet = @host@ | host_triplet = @host@ | |||
subdir = . | subdir = . | |||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac | am__aclocal_m4_deps = $(top_srcdir)/m4/amversion.m4 \ | |||
$(top_srcdir)/m4/auxdir.m4 $(top_srcdir)/m4/cond.m4 \ | ||||
$(top_srcdir)/m4/init.m4 $(top_srcdir)/m4/install-sh.m4 \ | ||||
$(top_srcdir)/m4/lead-dot.m4 $(top_srcdir)/m4/missing.m4 \ | ||||
$(top_srcdir)/m4/options.m4 $(top_srcdir)/m4/prog-cc-c-o.m4 \ | ||||
$(top_srcdir)/m4/runlog.m4 $(top_srcdir)/m4/sanity.m4 \ | ||||
$(top_srcdir)/m4/silent.m4 $(top_srcdir)/m4/strip.m4 \ | ||||
$(top_srcdir)/m4/substnot.m4 $(top_srcdir)/m4/tar.m4 \ | ||||
$(top_srcdir)/configure.ac | ||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |||
$(ACLOCAL_M4) | $(ACLOCAL_M4) | |||
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ | DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ | |||
$(am__configure_deps) $(dist_noinst_SCRIPTS) \ | $(am__configure_deps) $(dist_noinst_SCRIPTS) \ | |||
$(srcdir)/doc/version.texi $(srcdir)/doc/stamp-vti \ | $(srcdir)/doc/version.texi $(srcdir)/doc/stamp-vti \ | |||
$(dist_am_DATA) $(dist_automake_ac_DATA) \ | $(dist_am_DATA) $(dist_automake_ac_DATA) \ | |||
$(dist_automake_internal_ac_DATA) $(dist_doc_DATA) \ | $(dist_automake_internal_ac_DATA) $(dist_doc_DATA) \ | |||
$(dist_noinst_DATA) $(dist_perllib_DATA) $(dist_pkgvdata_DATA) \ | $(dist_noinst_DATA) $(dist_perllib_DATA) $(dist_pkgvdata_DATA) \ | |||
$(dist_script_DATA) $(dist_system_ac_DATA) $(am__DIST_COMMON) | $(dist_script_DATA) $(dist_system_ac_DATA) $(am__DIST_COMMON) | |||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |||
skipping to change at line 407 | skipping to change at line 415 | |||
# extension removed (i.e., equivalently, the names of the test logs, with | # extension removed (i.e., equivalently, the names of the test logs, with | |||
# the '.log' extension removed). The result is saved in the shell variable | # the '.log' extension removed). The result is saved in the shell variable | |||
# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, | # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, | |||
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", | # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", | |||
# since that might cause problem with VPATH rewrites for suffix-less tests. | # since that might cause problem with VPATH rewrites for suffix-less tests. | |||
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. | # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. | |||
am__set_TESTS_bases = \ | am__set_TESTS_bases = \ | |||
bases='$(TEST_LOGS)'; \ | bases='$(TEST_LOGS)'; \ | |||
bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ | bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ | |||
bases=`echo $$bases` | bases=`echo $$bases` | |||
AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' | ||||
RECHECK_LOGS = $(TEST_LOGS) | RECHECK_LOGS = $(TEST_LOGS) | |||
TEST_SUITE_LOG = test-suite.log | TEST_SUITE_LOG = test-suite.log | |||
am__test_logs1 = $(TESTS:=.log) | am__test_logs1 = $(TESTS:=.log) | |||
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) | am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) | |||
am__test_logs3 = $(am__test_logs2:.pl.log=.log) | am__test_logs3 = $(am__test_logs2:.pl.log=.log) | |||
PL_LOG_DRIVER = $(SHELL) $(top_srcdir)/lib/test-driver | PL_LOG_DRIVER = $(SHELL) $(top_srcdir)/lib/test-driver | |||
PL_LOG_COMPILE = $(PL_LOG_COMPILER) $(AM_PL_LOG_FLAGS) $(PL_LOG_FLAGS) | PL_LOG_COMPILE = $(PL_LOG_COMPILER) $(AM_PL_LOG_FLAGS) $(PL_LOG_FLAGS) | |||
am__set_b = \ | am__set_b = \ | |||
case '$@' in \ | case '$@' in \ | |||
*/*) \ | */*) \ | |||
skipping to change at line 461 | skipping to change at line 470 | |||
am__remove_distdir = \ | am__remove_distdir = \ | |||
if test -d "$(distdir)"; then \ | if test -d "$(distdir)"; then \ | |||
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | |||
&& rm -rf "$(distdir)" \ | && rm -rf "$(distdir)" \ | |||
|| { sleep 5 && rm -rf "$(distdir)"; }; \ | || { sleep 5 && rm -rf "$(distdir)"; }; \ | |||
else :; fi | else :; fi | |||
am__post_remove_distdir = $(am__remove_distdir) | am__post_remove_distdir = $(am__remove_distdir) | |||
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz | DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz | |||
GZIP_ENV = --best | GZIP_ENV = --best | |||
DIST_TARGETS = dist-xz dist-gzip | DIST_TARGETS = dist-xz dist-gzip | |||
# Exists only to be overridden by the user if desired. | ||||
AM_DISTCHECK_DVI_TARGET = dvi | ||||
distuninstallcheck_listfiles = find . -type f -print | distuninstallcheck_listfiles = find . -type f -print | |||
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | |||
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | |||
distcleancheck_listfiles = find . -type f -print | distcleancheck_listfiles = find . -type f -print | |||
ACLOCAL = @ACLOCAL@ | ACLOCAL = @ACLOCAL@ | |||
AMTAR = @AMTAR@ | AMTAR = @AMTAR@ | |||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |||
AM_TEST_RUNNER_SHELL = @AM_TEST_RUNNER_SHELL@ | AM_TEST_RUNNER_SHELL = @AM_TEST_RUNNER_SHELL@ | |||
APIVERSION = @APIVERSION@ | APIVERSION = @APIVERSION@ | |||
AUTOCONF = @AUTOCONF@ | AUTOCONF = @AUTOCONF@ | |||
skipping to change at line 617 | skipping to change at line 628 | |||
DISTCLEANFILES = | DISTCLEANFILES = | |||
MAINTAINERCLEANFILES = | MAINTAINERCLEANFILES = | |||
# Third-party, obsolescent or experimental stuff. | # Third-party, obsolescent or experimental stuff. | |||
# Older files, kept mostly for historical interest. | # Older files, kept mostly for historical interest. | |||
# Maintainer-specific files and scripts. | # Maintainer-specific files and scripts. | |||
# XXX: This script should be updated with 'fetch' target. | # XXX: This script should be updated with 'fetch' target. | |||
EXTRA_DIST = bootstrap GNUmakefile HACKING PLANS contrib/tap-driver.pl \ | EXTRA_DIST = bootstrap GNUmakefile HACKING PLANS contrib/tap-driver.pl \ | |||
contrib/check-html.am contrib/multilib/README \ | contrib/check-html.am contrib/checklinkx \ | |||
contrib/multilib/config-ml.in contrib/multilib/symlink-tree \ | contrib/multilib/README contrib/multilib/config-ml.in \ | |||
contrib/multilib/multilib.am contrib/multilib/multi.m4 \ | contrib/multilib/symlink-tree contrib/multilib/multilib.am \ | |||
contrib/README old/ChangeLog-tests old/ChangeLog.96 \ | contrib/multilib/multi.m4 contrib/README old/ChangeLog-tests \ | |||
old/ChangeLog.98 old/ChangeLog.00 old/ChangeLog.01 \ | old/ChangeLog.96 old/ChangeLog.98 old/ChangeLog.00 \ | |||
old/ChangeLog.02 old/ChangeLog.03 old/ChangeLog.04 \ | old/ChangeLog.01 old/ChangeLog.02 old/ChangeLog.03 \ | |||
old/ChangeLog.09 old/ChangeLog.11 old/TODO maintainer/am-ft \ | old/ChangeLog.04 old/ChangeLog.09 old/ChangeLog.11 old/TODO \ | |||
maintainer/am-xft maintainer/rename-tests maintainer/maint.mk \ | maintainer/am-ft maintainer/am-xft maintainer/rename-tests \ | |||
maintainer/syntax-checks.mk $(AUTOMAKESOURCES) doc/help2man \ | maintainer/maint.mk maintainer/syntax-checks.mk \ | |||
lib/Automake/Config.in m4/amversion.in t/README t/ax/is \ | $(AUTOMAKESOURCES) doc/help2man lib/Automake/Config.in \ | |||
t/ax/is_newest t/ax/deltree.pl $(handwritten_TESTS) \ | m4/amversion.in t/README t/ax/is t/ax/is_newest \ | |||
t/ax/tap-summary-aux.sh t/ax/testsuite-summary-checks.sh \ | t/ax/deltree.pl $(handwritten_TESTS) t/ax/tap-summary-aux.sh \ | |||
t/ax/depcomp.sh t/ax/extract-testsuite-summary.pl \ | t/ax/testsuite-summary-checks.sh t/ax/depcomp.sh \ | |||
t/ax/tap-setup.sh t/ax/trivial-test-driver $(generated_TESTS) \ | t/ax/extract-testsuite-summary.pl t/ax/tap-setup.sh \ | |||
gen-testsuite-part $(contrib_TESTS) t/ax/distcheck-hook-m4.am \ | t/ax/trivial-test-driver $(generated_TESTS) gen-testsuite-part \ | |||
t/ax/test-defs.in t/ax/shell-no-trail-bslash.in \ | $(contrib_TESTS) t/ax/distcheck-hook-m4.am t/ax/test-defs.in \ | |||
t/ax/cc-no-c-o.in t/ax/runtest.in $(perf_TESTS) | t/ax/shell-no-trail-bslash.in t/ax/cc-no-c-o.in \ | |||
t/ax/runtest.in $(perf_TESTS) | ||||
TAGS_FILES = $(AUTOMAKESOURCES) | TAGS_FILES = $(AUTOMAKESOURCES) | |||
# Static dependencies valid for each test case (also further | # Static dependencies valid for each test case (also further | |||
# extended later). Note that use 'noinst_' rather than 'check_' | # extended later). Note that use 'noinst_' rather than 'check_' | |||
# as the prefix, because we really want them to be built by | # as the prefix, because we really want them to be built by | |||
# "make all". This makes it easier to run the test cases by | # "make all". This makes it easier to run the test cases by | |||
# hand after having simply configured and built the package. | # hand after having simply configured and built the package. | |||
dist_noinst_DATA = $(amhello_sources) t/ax/test-init.sh \ | dist_noinst_DATA = $(amhello_sources) t/ax/test-init.sh \ | |||
t/ax/test-lib.sh t/ax/am-test-lib.sh t/ax/tap-functions.sh | t/ax/test-lib.sh t/ax/am-test-lib.sh t/ax/tap-functions.sh | |||
nodist_noinst_DATA = t/ax/test-defs.sh | nodist_noinst_DATA = t/ax/test-defs.sh | |||
skipping to change at line 702 | skipping to change at line 714 | |||
doc/aclocal.1 \ | doc/aclocal.1 \ | |||
doc/automake.1 \ | doc/automake.1 \ | |||
doc/aclocal-$(APIVERSION).1 \ | doc/aclocal-$(APIVERSION).1 \ | |||
doc/automake-$(APIVERSION).1 | doc/automake-$(APIVERSION).1 | |||
update_mans = \ | update_mans = \ | |||
$(AM_V_GEN): \ | $(AM_V_GEN): \ | |||
&& $(MKDIR_P) doc \ | && $(MKDIR_P) doc \ | |||
&& ./pre-inst-env $(PERL) $(srcdir)/doc/help2man --output=$@ | && ./pre-inst-env $(PERL) $(srcdir)/doc/help2man --output=$@ | |||
checklinkx = $(top_srcdir)/contrib/checklinkx | ||||
# that 4-second sleep seems to be what gnu.org likes. | ||||
chlx_args = -v --sleep 8 #--exclude-url-file=/tmp/xf | ||||
# Explanation of excludes: | ||||
# - w3.org dtds, they are fine (and slow). | ||||
# - mailto urls, they are always forbidden. | ||||
# - vala, redirects to a Gnome subpage and returns 403 to us. | ||||
# - cfortran, forbidden by site's robots.txt. | ||||
# - search.cpan.org, gets | ||||
# - debbugs.gnu.org/automake, forbidden by robots.txt. | ||||
# - autoconf.html, forbidden by robots.txt (since served from savannah). | ||||
# - https://fsf.org redirects to https://www.fsf.org and nothing to do | ||||
# (it's in the FDL). --suppress-redirect options do not suppress the msg. | ||||
# | ||||
chlx_excludes = \ | ||||
-X 'http.*w3\.org/.*dtd' \ | ||||
-X 'mailto:.*' \ | ||||
-X 'https://www\.vala-project\.org/' \ | ||||
-X 'https://www-zeus\.desy\.de/~burow/cfortran/' \ | ||||
-X 'http://xsearch\.cpan\.org/~mschwern/Test-Simple/lib/Test/More\.pm' \ | ||||
-X 'https://debbugs\.gnu\.org/automake' \ | ||||
-X 'https://www\.gnu\.org/software/autoconf/manual/autoconf\.html' \ | ||||
-X 'https://fsf\.org/' | ||||
chlx_file = $(top_srcdir)/doc/automake.html | ||||
amhello_sources = \ | amhello_sources = \ | |||
doc/amhello/configure.ac \ | doc/amhello/configure.ac \ | |||
doc/amhello/Makefile.am \ | doc/amhello/Makefile.am \ | |||
doc/amhello/README \ | doc/amhello/README \ | |||
doc/amhello/src/main.c \ | doc/amhello/src/main.c \ | |||
doc/amhello/src/Makefile.am | doc/amhello/src/Makefile.am | |||
amhello_configury = \ | amhello_configury = \ | |||
aclocal.m4 \ | aclocal.m4 \ | |||
autom4te.cache \ | autom4te.cache \ | |||
skipping to change at line 913 | skipping to change at line 950 | |||
perl_fake_XFAIL_TESTS = \ | perl_fake_XFAIL_TESTS = \ | |||
t/pm/Cond2.pl \ | t/pm/Cond2.pl \ | |||
t/pm/Cond3.pl \ | t/pm/Cond3.pl \ | |||
t/pm/DisjCon2.pl \ | t/pm/DisjCon2.pl \ | |||
t/pm/DisjCon3.pl \ | t/pm/DisjCon3.pl \ | |||
t/pm/Version2.pl \ | t/pm/Version2.pl \ | |||
t/pm/Version3.pl | t/pm/Version3.pl | |||
XFAIL_TESTS = \ | XFAIL_TESTS = \ | |||
t/all.sh \ | t/all.sh \ | |||
t/auxdir-pr19311.sh \ | ||||
t/cond17.sh \ | t/cond17.sh \ | |||
t/gcj6.sh \ | t/gcj6.sh \ | |||
t/override-conditional-2.sh \ | t/override-conditional-2.sh \ | |||
t/override-conditional-pr13940.sh \ | t/override-conditional-pr13940.sh \ | |||
t/dist-pr109765.sh \ | t/dist-pr109765.sh \ | |||
t/instdir-cond2.sh \ | t/instdir-cond2.sh \ | |||
t/java-nobase.sh \ | t/java-nobase.sh \ | |||
t/objext-pr10128.sh \ | t/objext-pr10128.sh \ | |||
t/remake-timing-bug-pr8365.sh \ | t/remake-timing-bug-pr8365.sh \ | |||
t/lex-subobj-nodep.sh \ | t/lex-subobj-nodep.sh \ | |||
skipping to change at line 1086 | skipping to change at line 1122 | |||
t/backcompat-acout.sh \ | t/backcompat-acout.sh \ | |||
t/backslash-issues.sh \ | t/backslash-issues.sh \ | |||
t/backslash-before-trailing-whitespace.sh \ | t/backslash-before-trailing-whitespace.sh \ | |||
t/badline.sh \ | t/badline.sh \ | |||
t/badopt.sh \ | t/badopt.sh \ | |||
t/badprog.sh \ | t/badprog.sh \ | |||
t/built-sources-check.sh \ | t/built-sources-check.sh \ | |||
t/built-sources-cond.sh \ | t/built-sources-cond.sh \ | |||
t/built-sources-fork-bomb.sh \ | t/built-sources-fork-bomb.sh \ | |||
t/built-sources-install.sh \ | t/built-sources-install.sh \ | |||
t/built-sources-install-exec.sh \ | ||||
t/built-sources-subdir.sh \ | t/built-sources-subdir.sh \ | |||
t/built-sources.sh \ | t/built-sources.sh \ | |||
t/candist.sh \ | t/candist.sh \ | |||
t/canon.sh \ | t/canon.sh \ | |||
t/canon2.sh \ | t/canon2.sh \ | |||
t/canon3.sh \ | t/canon3.sh \ | |||
t/canon4.sh \ | t/canon4.sh \ | |||
t/canon5.sh \ | t/canon5.sh \ | |||
t/canon6.sh \ | t/canon6.sh \ | |||
t/canon7.sh \ | t/canon7.sh \ | |||
skipping to change at line 1314 | skipping to change at line 1351 | |||
t/distname.sh \ | t/distname.sh \ | |||
t/distcheck-configure-flags.sh \ | t/distcheck-configure-flags.sh \ | |||
t/distcheck-configure-flags-am.sh \ | t/distcheck-configure-flags-am.sh \ | |||
t/distcheck-configure-flags-subpkg.sh \ | t/distcheck-configure-flags-subpkg.sh \ | |||
t/distcheck-hook.sh \ | t/distcheck-hook.sh \ | |||
t/distcheck-hook2.sh \ | t/distcheck-hook2.sh \ | |||
t/distcheck-writable-srcdir.sh \ | t/distcheck-writable-srcdir.sh \ | |||
t/distcheck-missing-m4.sh \ | t/distcheck-missing-m4.sh \ | |||
t/distcheck-outdated-m4.sh \ | t/distcheck-outdated-m4.sh \ | |||
t/distcheck-no-prefix-or-srcdir-override.sh \ | t/distcheck-no-prefix-or-srcdir-override.sh \ | |||
t/distcheck-override-dvi.sh \ | ||||
t/distcheck-override-infodir.sh \ | t/distcheck-override-infodir.sh \ | |||
t/distcheck-pr9579.sh \ | t/distcheck-pr9579.sh \ | |||
t/distcheck-pr10470.sh \ | t/distcheck-pr10470.sh \ | |||
t/distcheck-pr18286.sh \ | t/distcheck-pr18286.sh \ | |||
t/dmalloc.sh \ | t/dmalloc.sh \ | |||
t/doc-parsing-buglets-colneq-subst.sh \ | t/doc-parsing-buglets-colneq-subst.sh \ | |||
t/doc-parsing-buglets-tabs.sh \ | t/doc-parsing-buglets-tabs.sh \ | |||
t/dollar.sh \ | t/dollar.sh \ | |||
t/dollarvar.sh \ | t/dollarvar.sh \ | |||
t/dollarvar2.sh \ | t/dollarvar2.sh \ | |||
skipping to change at line 1412 | skipping to change at line 1450 | |||
t/hfs.sh \ | t/hfs.sh \ | |||
t/implicit.sh \ | t/implicit.sh \ | |||
t/init.sh \ | t/init.sh \ | |||
t/init2.sh \ | t/init2.sh \ | |||
t/dist-install-sh.sh \ | t/dist-install-sh.sh \ | |||
t/dist-with-unreadable-makefile-fails.sh \ | t/dist-with-unreadable-makefile-fails.sh \ | |||
t/installdir.sh \ | t/installdir.sh \ | |||
t/add-missing-install-sh.sh \ | t/add-missing-install-sh.sh \ | |||
t/install-sh-unittests.sh \ | t/install-sh-unittests.sh \ | |||
t/install-sh-option-C.sh \ | t/install-sh-option-C.sh \ | |||
t/install-sh-option-S.sh \ | ||||
t/instdat.sh \ | t/instdat.sh \ | |||
t/instdat2.sh \ | t/instdat2.sh \ | |||
t/instdir.sh \ | t/instdir.sh \ | |||
t/instdir2.sh \ | t/instdir2.sh \ | |||
t/instdir-cond.sh \ | t/instdir-cond.sh \ | |||
t/instdir-cond2.sh \ | t/instdir-cond2.sh \ | |||
t/instdir-no-empty.sh \ | t/instdir-no-empty.sh \ | |||
t/instdir-java.sh \ | t/instdir-java.sh \ | |||
t/instdir-lisp.sh \ | t/instdir-lisp.sh \ | |||
t/instdir-ltlib.sh \ | t/instdir-ltlib.sh \ | |||
skipping to change at line 1699 | skipping to change at line 1738 | |||
t/parallel-tests-no-spurious-summary.sh \ | t/parallel-tests-no-spurious-summary.sh \ | |||
t/parallel-tests-exit-statuses.sh \ | t/parallel-tests-exit-statuses.sh \ | |||
t/parallel-tests-console-output.sh \ | t/parallel-tests-console-output.sh \ | |||
t/parallel-tests-once.sh \ | t/parallel-tests-once.sh \ | |||
t/tests-environment.sh \ | t/tests-environment.sh \ | |||
t/am-tests-environment.sh \ | t/am-tests-environment.sh \ | |||
t/tests-environment-backcompat.sh \ | t/tests-environment-backcompat.sh \ | |||
t/testsuite-summary-color.sh \ | t/testsuite-summary-color.sh \ | |||
t/testsuite-summary-count.sh \ | t/testsuite-summary-count.sh \ | |||
t/testsuite-summary-count-many.sh \ | t/testsuite-summary-count-many.sh \ | |||
t/testsuite-summary-header.sh \ | ||||
t/testsuite-summary-reference-log.sh \ | t/testsuite-summary-reference-log.sh \ | |||
t/test-driver-acsubst.sh \ | t/test-driver-acsubst.sh \ | |||
t/test-driver-cond.sh \ | t/test-driver-cond.sh \ | |||
t/test-driver-custom-no-extra-driver.sh \ | t/test-driver-custom-no-extra-driver.sh \ | |||
t/test-driver-custom.sh \ | t/test-driver-custom.sh \ | |||
t/test-driver-custom-xfail-tests.sh \ | t/test-driver-custom-xfail-tests.sh \ | |||
t/test-driver-custom-multitest.sh \ | t/test-driver-custom-multitest.sh \ | |||
t/test-driver-custom-multitest-recheck.sh \ | t/test-driver-custom-multitest-recheck.sh \ | |||
t/test-driver-custom-multitest-recheck2.sh \ | t/test-driver-custom-multitest-recheck2.sh \ | |||
t/test-driver-create-log-dir.sh \ | t/test-driver-create-log-dir.sh \ | |||
t/test-driver-strip-vpath.sh \ | t/test-driver-strip-vpath.sh \ | |||
t/test-driver-trs-suffix-registered.sh \ | t/test-driver-trs-suffix-registered.sh \ | |||
t/test-driver-fail.sh \ | t/test-driver-fail.sh \ | |||
t/test-driver-is-distributed.sh \ | t/test-driver-is-distributed.sh \ | |||
t/test-extensions-empty.sh \ | ||||
t/test-harness-vpath-rewrite.sh \ | t/test-harness-vpath-rewrite.sh \ | |||
t/test-log.sh \ | t/test-log.sh \ | |||
t/test-logs-repeated.sh \ | t/test-logs-repeated.sh \ | |||
t/test-metadata-global-log.sh \ | t/test-metadata-global-log.sh \ | |||
t/test-metadata-global-result.sh \ | t/test-metadata-global-result.sh \ | |||
t/test-metadata-recheck.sh \ | t/test-metadata-recheck.sh \ | |||
t/test-metadata-results.sh \ | t/test-metadata-results.sh \ | |||
t/test-missing.sh \ | t/test-missing.sh \ | |||
t/test-missing2.sh \ | t/test-missing2.sh \ | |||
t/test-trs-basic.sh \ | t/test-trs-basic.sh \ | |||
skipping to change at line 2131 | skipping to change at line 2172 | |||
t/uninstall-fail.sh \ | t/uninstall-fail.sh \ | |||
t/uninstall-pr9578.sh \ | t/uninstall-pr9578.sh \ | |||
t/unused.sh \ | t/unused.sh \ | |||
t/upc.sh \ | t/upc.sh \ | |||
t/upc2.sh \ | t/upc2.sh \ | |||
t/upc3.sh \ | t/upc3.sh \ | |||
t/vala-configure.sh \ | t/vala-configure.sh \ | |||
t/vala-grepping.sh \ | t/vala-grepping.sh \ | |||
t/vala-headers.sh \ | t/vala-headers.sh \ | |||
t/vala-libs.sh \ | t/vala-libs.sh \ | |||
t/vala-libs-distcheck.sh \ | ||||
t/vala-libs-vpath.sh \ | ||||
t/vala-mix.sh \ | t/vala-mix.sh \ | |||
t/vala-mix2.sh \ | t/vala-mix2.sh \ | |||
t/vala-non-recursive-setup.sh \ | t/vala-non-recursive-setup.sh \ | |||
t/vala-parallel.sh \ | t/vala-parallel.sh \ | |||
t/vala-per-target-flags.sh \ | t/vala-per-target-flags.sh \ | |||
t/vala-recursive-setup.sh \ | t/vala-recursive-setup.sh \ | |||
t/vala-vapi.sh \ | t/vala-vapi.sh \ | |||
t/vala-vpath.sh \ | t/vala-vpath.sh \ | |||
t/vars.sh \ | t/vars.sh \ | |||
t/vars3.sh \ | t/vars3.sh \ | |||
skipping to change at line 2215 | skipping to change at line 2258 | |||
generated_TESTS = t/ar-lib-w.sh t/built-sources-check-w.sh \ | generated_TESTS = t/ar-lib-w.sh t/built-sources-check-w.sh \ | |||
t/check-exported-srcdir-w.sh t/check-fd-redirect-w.sh \ | t/check-exported-srcdir-w.sh t/check-fd-redirect-w.sh \ | |||
t/check-subst-prog-w.sh t/check-subst-w.sh \ | t/check-subst-prog-w.sh t/check-subst-w.sh \ | |||
t/check-tests-in-builddir-w.sh t/check-w.sh t/check11-w.sh \ | t/check-tests-in-builddir-w.sh t/check-w.sh t/check11-w.sh \ | |||
t/check12-w.sh t/check2-w.sh t/check4-w.sh t/check5-w.sh \ | t/check12-w.sh t/check2-w.sh t/check4-w.sh t/check5-w.sh \ | |||
t/check6-w.sh t/check7-w.sh t/check8-w.sh t/color-tests-w.sh \ | t/check6-w.sh t/check7-w.sh t/check8-w.sh t/color-tests-w.sh \ | |||
t/color-tests2-w.sh t/compile-w.sh t/compile2-w.sh \ | t/color-tests2-w.sh t/compile-w.sh t/compile2-w.sh \ | |||
t/compile3-w.sh t/compile4-w.sh t/compile5-w.sh \ | t/compile3-w.sh t/compile4-w.sh t/compile5-w.sh \ | |||
t/compile6-w.sh t/compile7-w.sh t/exeext4-w.sh \ | t/compile6-w.sh t/compile7-w.sh t/exeext4-w.sh \ | |||
t/install-sh-option-C-w.sh t/install-sh-unittests-w.sh \ | t/install-sh-option-C-w.sh t/install-sh-option-S-w.sh \ | |||
t/maken3-w.sh t/mdate5-w.sh t/mdate6-w.sh \ | t/install-sh-unittests-w.sh t/maken3-w.sh t/mdate5-w.sh \ | |||
t/missing-version-mismatch-w.sh t/missing3-w.sh t/mkinst3-w.sh \ | t/mdate6-w.sh t/missing-version-mismatch-w.sh t/missing3-w.sh \ | |||
t/posixsubst-tests-w.sh t/depcomp-lt-auto.tap \ | t/mkinst3-w.sh t/posixsubst-tests-w.sh t/depcomp-lt-auto.tap \ | |||
t/depcomp-lt-cpp.tap t/depcomp-lt-dashmstdout.tap \ | t/depcomp-lt-cpp.tap t/depcomp-lt-dashmstdout.tap \ | |||
t/depcomp-lt-disabled.tap t/depcomp-lt-gcc.tap \ | t/depcomp-lt-disabled.tap t/depcomp-lt-gcc.tap \ | |||
t/depcomp-lt-makedepend.tap t/depcomp-lt-msvcmsys.tap \ | t/depcomp-lt-makedepend.tap t/depcomp-lt-msvcmsys.tap \ | |||
t/depcomp-lt-msvisualcpp.tap t/depcomp-auto.tap \ | t/depcomp-lt-msvisualcpp.tap t/depcomp-auto.tap \ | |||
t/depcomp-cpp.tap t/depcomp-dashmstdout.tap \ | t/depcomp-cpp.tap t/depcomp-dashmstdout.tap \ | |||
t/depcomp-disabled.tap t/depcomp-gcc.tap \ | t/depcomp-disabled.tap t/depcomp-gcc.tap \ | |||
t/depcomp-makedepend.tap t/depcomp-msvcmsys.tap \ | t/depcomp-makedepend.tap t/depcomp-msvcmsys.tap \ | |||
t/depcomp-msvisualcpp.tap | t/depcomp-msvisualcpp.tap | |||
check_tap_testsuite_summary_TESTS = \ | check_tap_testsuite_summary_TESTS = \ | |||
t/tap-summary.sh \ | t/tap-summary.sh \ | |||
t/tap-summary-color.sh | t/tap-summary-color.sh | |||
check_testsuite_summary_TESTS = \ | check_testsuite_summary_TESTS = \ | |||
t/testsuite-summary-color.sh \ | t/testsuite-summary-color.sh \ | |||
t/testsuite-summary-count.sh | t/testsuite-summary-count.sh \ | |||
t/testsuite-summary-header.sh | ||||
depcomp_TESTS = \ | depcomp_TESTS = \ | |||
t/depcomp-lt-auto.tap \ | t/depcomp-lt-auto.tap \ | |||
t/depcomp-lt-cpp.tap \ | t/depcomp-lt-cpp.tap \ | |||
t/depcomp-lt-dashmstdout.tap \ | t/depcomp-lt-dashmstdout.tap \ | |||
t/depcomp-lt-disabled.tap \ | t/depcomp-lt-disabled.tap \ | |||
t/depcomp-lt-gcc.tap \ | t/depcomp-lt-gcc.tap \ | |||
t/depcomp-lt-makedepend.tap \ | t/depcomp-lt-makedepend.tap \ | |||
t/depcomp-lt-msvcmsys.tap \ | t/depcomp-lt-msvcmsys.tap \ | |||
t/depcomp-lt-msvisualcpp.tap \ | t/depcomp-lt-msvisualcpp.tap \ | |||
t/depcomp-auto.tap \ | t/depcomp-auto.tap \ | |||
t/depcomp-cpp.tap \ | t/depcomp-cpp.tap \ | |||
t/depcomp-dashmstdout.tap \ | t/depcomp-dashmstdout.tap \ | |||
t/depcomp-disabled.tap \ | t/depcomp-disabled.tap \ | |||
t/depcomp-gcc.tap \ | t/depcomp-gcc.tap \ | |||
t/depcomp-makedepend.tap \ | t/depcomp-makedepend.tap \ | |||
t/depcomp-msvcmsys.tap \ | t/depcomp-msvcmsys.tap \ | |||
t/depcomp-msvisualcpp.tap | t/depcomp-msvisualcpp.tap | |||
extract_testsuite_summary_TESTS = \ | extract_testsuite_summary_TESTS = \ | |||
t/testsuite-summary-count-many.sh | t/testsuite-summary-count-many.sh \ | |||
t/testsuite-summary-header.sh | ||||
gettext_macros_TESTS = \ | gettext_macros_TESTS = \ | |||
t/gettext-basics.sh \ | t/gettext-basics.sh \ | |||
t/gettext-config-rpath.sh \ | t/gettext-config-rpath.sh \ | |||
t/gettext-external-pr338.sh \ | t/gettext-external-pr338.sh \ | |||
t/gettext-intl-subdir.sh \ | t/gettext-intl-subdir.sh \ | |||
t/gettext-pr381.sh \ | t/gettext-pr381.sh \ | |||
t/subdir-cond-gettext.sh | t/subdir-cond-gettext.sh | |||
libtool_macros_TESTS = \ | libtool_macros_TESTS = \ | |||
skipping to change at line 2319 | skipping to change at line 2364 | |||
t/silent-lt.sh \ | t/silent-lt.sh \ | |||
t/stdlib2.sh \ | t/stdlib2.sh \ | |||
t/strip3.sh \ | t/strip3.sh \ | |||
t/subobj9.sh \ | t/subobj9.sh \ | |||
t/subobj-clean-lt-pr10697.sh \ | t/subobj-clean-lt-pr10697.sh \ | |||
t/suffix2.sh \ | t/suffix2.sh \ | |||
t/suffix5.sh \ | t/suffix5.sh \ | |||
t/suffix8.tap \ | t/suffix8.tap \ | |||
t/suffix10.tap \ | t/suffix10.tap \ | |||
t/vala-libs.sh \ | t/vala-libs.sh \ | |||
t/vala-libs-distcheck.sh \ | ||||
t/vala-libs-vpath.sh \ | ||||
t/vartypo2.sh \ | t/vartypo2.sh \ | |||
t/depcomp-lt-auto.tap \ | t/depcomp-lt-auto.tap \ | |||
t/depcomp-lt-cpp.tap \ | t/depcomp-lt-cpp.tap \ | |||
t/depcomp-lt-dashmstdout.tap \ | t/depcomp-lt-dashmstdout.tap \ | |||
t/depcomp-lt-disabled.tap \ | t/depcomp-lt-disabled.tap \ | |||
t/depcomp-lt-gcc.tap \ | t/depcomp-lt-gcc.tap \ | |||
t/depcomp-lt-makedepend.tap \ | t/depcomp-lt-makedepend.tap \ | |||
t/depcomp-lt-msvcmsys.tap \ | t/depcomp-lt-msvcmsys.tap \ | |||
t/depcomp-lt-msvisualcpp.tap | t/depcomp-lt-msvisualcpp.tap | |||
skipping to change at line 2402 | skipping to change at line 2449 | |||
t/tap-todo-skip-whitespace.sh \ | t/tap-todo-skip-whitespace.sh \ | |||
t/tap-todo-skip.sh \ | t/tap-todo-skip.sh \ | |||
t/tap-unplanned.sh \ | t/tap-unplanned.sh \ | |||
t/tap-whitespace-normalization.sh \ | t/tap-whitespace-normalization.sh \ | |||
t/tap-with-and-without-number.sh \ | t/tap-with-and-without-number.sh \ | |||
t/tap-xfail-tests.sh | t/tap-xfail-tests.sh | |||
pkgconfig_macros_TESTS = \ | pkgconfig_macros_TESTS = \ | |||
t/vala-headers.sh \ | t/vala-headers.sh \ | |||
t/vala-libs.sh \ | t/vala-libs.sh \ | |||
t/vala-libs-distcheck.sh \ | ||||
t/vala-libs-vpath.sh \ | ||||
t/vala-mix.sh \ | t/vala-mix.sh \ | |||
t/vala-mix2.sh \ | t/vala-mix2.sh \ | |||
t/vala-non-recursive-setup.sh \ | t/vala-non-recursive-setup.sh \ | |||
t/vala-parallel.sh \ | t/vala-parallel.sh \ | |||
t/vala-per-target-flags.sh \ | t/vala-per-target-flags.sh \ | |||
t/vala-recursive-setup.sh \ | t/vala-recursive-setup.sh \ | |||
t/vala-vapi.sh \ | t/vala-vapi.sh \ | |||
t/vala-vpath.sh | t/vala-vpath.sh | |||
use_trivial_test_driver_TESTS = \ | use_trivial_test_driver_TESTS = \ | |||
skipping to change at line 3112 | skipping to change at line 3161 | |||
| $(am__create_global_log); \ | | $(am__create_global_log); \ | |||
} >$(TEST_SUITE_LOG).tmp || exit 1; \ | } >$(TEST_SUITE_LOG).tmp || exit 1; \ | |||
mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ | mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ | |||
if $$success; then \ | if $$success; then \ | |||
col="$$grn"; \ | col="$$grn"; \ | |||
else \ | else \ | |||
col="$$red"; \ | col="$$red"; \ | |||
test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ | test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ | |||
fi; \ | fi; \ | |||
echo "$${col}$$br$${std}"; \ | echo "$${col}$$br$${std}"; \ | |||
echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ | echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ | |||
echo "$${col}$$br$${std}"; \ | echo "$${col}$$br$${std}"; \ | |||
create_testsuite_report --maybe-color; \ | create_testsuite_report --maybe-color; \ | |||
echo "$$col$$br$$std"; \ | echo "$$col$$br$$std"; \ | |||
if $$success; then :; else \ | if $$success; then :; else \ | |||
echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ | echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ | |||
if test -n "$(PACKAGE_BUGREPORT)"; then \ | if test -n "$(PACKAGE_BUGREPORT)"; then \ | |||
echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ | echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ | |||
fi; \ | fi; \ | |||
echo "$$col$$br$$std"; \ | echo "$$col$$br$$std"; \ | |||
fi; \ | fi; \ | |||
skipping to change at line 3317 | skipping to change at line 3366 | |||
test -d $(distdir)/_build || exit 0; \ | test -d $(distdir)/_build || exit 0; \ | |||
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[ \\/],/,'` \ | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[ \\/],/,'` \ | |||
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |||
&& am__cwd=`pwd` \ | && am__cwd=`pwd` \ | |||
&& $(am__cd) $(distdir)/_build/sub \ | && $(am__cd) $(distdir)/_build/sub \ | |||
&& ../../configure \ | && ../../configure \ | |||
$(AM_DISTCHECK_CONFIGURE_FLAGS) \ | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ | |||
$(DISTCHECK_CONFIGURE_FLAGS) \ | $(DISTCHECK_CONFIGURE_FLAGS) \ | |||
--srcdir=../.. --prefix="$$dc_install_base" \ | --srcdir=../.. --prefix="$$dc_install_base" \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) \ | && $(MAKE) $(AM_MAKEFLAGS) \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ | && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) check \ | && $(MAKE) $(AM_MAKEFLAGS) check \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) install \ | && $(MAKE) $(AM_MAKEFLAGS) install \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \ | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \ | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |||
distuninstallcheck \ | distuninstallcheck \ | |||
&& chmod -R a-w "$$dc_install_base" \ | && chmod -R a-w "$$dc_install_base" \ | |||
&& ({ \ | && ({ \ | |||
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | |||
skipping to change at line 3696 | skipping to change at line 3745 | |||
doc/aclocal.1 doc/automake.1: | doc/aclocal.1 doc/automake.1: | |||
$(AM_V_GEN): \ | $(AM_V_GEN): \ | |||
&& $(MKDIR_P) doc \ | && $(MKDIR_P) doc \ | |||
&& f=`echo $@ | sed 's|.*/||; s|\.1$$||; $(transform)'` \ | && f=`echo $@ | sed 's|.*/||; s|\.1$$||; $(transform)'` \ | |||
&& echo ".so man1/$$f-$(APIVERSION).1" > $@ | && echo ".so man1/$$f-$(APIVERSION).1" > $@ | |||
doc/aclocal-$(APIVERSION).1: $(aclocal_script) lib/Automake/Config.pm | doc/aclocal-$(APIVERSION).1: $(aclocal_script) lib/Automake/Config.pm | |||
$(update_mans) aclocal-$(APIVERSION) | $(update_mans) aclocal-$(APIVERSION) | |||
doc/automake-$(APIVERSION).1: $(automake_script) lib/Automake/Config.pm | doc/automake-$(APIVERSION).1: $(automake_script) lib/Automake/Config.pm | |||
$(update_mans) automake-$(APIVERSION) | $(update_mans) automake-$(APIVERSION) | |||
.PHONY: checklinkx | ||||
checklinkx: | ||||
$(checklinkx) $(chlx_args) $(chlx_excludes) $(chlx_file) | ||||
# We depend on configure.ac so that we regenerate the tarball | # We depend on configure.ac so that we regenerate the tarball | |||
# whenever the Automake version changes. | # whenever the Automake version changes. | |||
$(srcdir)/doc/amhello-1.0.tar.gz: $(amhello_sources) $(srcdir)/configure.ac | $(srcdir)/doc/amhello-1.0.tar.gz: $(amhello_sources) $(srcdir)/configure.ac | |||
$(AM_V_GEN)tmp=amhello-output.tmp \ | $(AM_V_GEN)tmp=amhello-output.tmp \ | |||
&& $(am__cd) $(srcdir)/doc/amhello \ | && $(am__cd) $(srcdir)/doc/amhello \ | |||
&& : Make our aclocal and automake avaiable before system ones. \ | && : Make our aclocal and automake avaiable before system ones. \ | |||
&& $(setup_autotools_paths) \ | && $(setup_autotools_paths) \ | |||
&& ( \ | && ( \ | |||
{ $(AM_V_P) || exec 5>&2 >$$tmp 2>&1; } \ | { $(AM_V_P) || exec 5>&2 >$$tmp 2>&1; } \ | |||
skipping to change at line 3832 | skipping to change at line 3884 | |||
t/compile5-w.log: t/compile5.sh | t/compile5-w.log: t/compile5.sh | |||
t/compile5-w.log: t/compile5.log | t/compile5-w.log: t/compile5.log | |||
t/compile6-w.log: t/compile6.sh | t/compile6-w.log: t/compile6.sh | |||
t/compile6-w.log: t/compile6.log | t/compile6-w.log: t/compile6.log | |||
t/compile7-w.log: t/compile7.sh | t/compile7-w.log: t/compile7.sh | |||
t/compile7-w.log: t/compile7.log | t/compile7-w.log: t/compile7.log | |||
t/exeext4-w.log: t/exeext4.sh | t/exeext4-w.log: t/exeext4.sh | |||
t/exeext4-w.log: t/exeext4.log | t/exeext4-w.log: t/exeext4.log | |||
t/install-sh-option-C-w.log: t/install-sh-option-C.sh | t/install-sh-option-C-w.log: t/install-sh-option-C.sh | |||
t/install-sh-option-C-w.log: t/install-sh-option-C.log | t/install-sh-option-C-w.log: t/install-sh-option-C.log | |||
t/install-sh-option-S-w.log: t/install-sh-option-S.sh | ||||
t/install-sh-option-S-w.log: t/install-sh-option-S.log | ||||
t/install-sh-unittests-w.log: t/install-sh-unittests.sh | t/install-sh-unittests-w.log: t/install-sh-unittests.sh | |||
t/install-sh-unittests-w.log: t/install-sh-unittests.log | t/install-sh-unittests-w.log: t/install-sh-unittests.log | |||
t/maken3-w.log: t/maken3.sh | t/maken3-w.log: t/maken3.sh | |||
t/maken3-w.log: t/maken3.log | t/maken3-w.log: t/maken3.log | |||
t/mdate5-w.log: t/mdate5.sh | t/mdate5-w.log: t/mdate5.sh | |||
t/mdate5-w.log: t/mdate5.log | t/mdate5-w.log: t/mdate5.log | |||
t/mdate6-w.log: t/mdate6.sh | t/mdate6-w.log: t/mdate6.sh | |||
t/mdate6-w.log: t/mdate6.log | t/mdate6-w.log: t/mdate6.log | |||
t/missing-version-mismatch-w.log: t/missing-version-mismatch.sh | t/missing-version-mismatch-w.log: t/missing-version-mismatch.sh | |||
t/missing-version-mismatch-w.log: t/missing-version-mismatch.log | t/missing-version-mismatch-w.log: t/missing-version-mismatch.log | |||
t/missing3-w.log: t/missing3.sh | t/missing3-w.log: t/missing3.sh | |||
t/missing3-w.log: t/missing3.log | t/missing3-w.log: t/missing3.log | |||
t/mkinst3-w.log: t/mkinst3.sh | t/mkinst3-w.log: t/mkinst3.sh | |||
t/mkinst3-w.log: t/mkinst3.log | t/mkinst3-w.log: t/mkinst3.log | |||
t/posixsubst-tests-w.log: t/posixsubst-tests.sh | t/posixsubst-tests-w.log: t/posixsubst-tests.sh | |||
t/posixsubst-tests-w.log: t/posixsubst-tests.log | t/posixsubst-tests-w.log: t/posixsubst-tests.log | |||
t/tap-summary.log: t/ax/tap-summary-aux.sh | t/tap-summary.log: t/ax/tap-summary-aux.sh | |||
t/tap-summary-color.log: t/ax/tap-summary-aux.sh | t/tap-summary-color.log: t/ax/tap-summary-aux.sh | |||
t/testsuite-summary-color.log: t/ax/testsuite-summary-checks.sh | t/testsuite-summary-color.log: t/ax/testsuite-summary-checks.sh | |||
t/testsuite-summary-count.log: t/ax/testsuite-summary-checks.sh | t/testsuite-summary-count.log: t/ax/testsuite-summary-checks.sh | |||
t/testsuite-summary-header.log: t/ax/testsuite-summary-checks.sh | ||||
t/depcomp-lt-auto.log: t/ax/depcomp.sh | t/depcomp-lt-auto.log: t/ax/depcomp.sh | |||
t/depcomp-lt-cpp.log: t/ax/depcomp.sh | t/depcomp-lt-cpp.log: t/ax/depcomp.sh | |||
t/depcomp-lt-dashmstdout.log: t/ax/depcomp.sh | t/depcomp-lt-dashmstdout.log: t/ax/depcomp.sh | |||
t/depcomp-lt-disabled.log: t/ax/depcomp.sh | t/depcomp-lt-disabled.log: t/ax/depcomp.sh | |||
t/depcomp-lt-gcc.log: t/ax/depcomp.sh | t/depcomp-lt-gcc.log: t/ax/depcomp.sh | |||
t/depcomp-lt-makedepend.log: t/ax/depcomp.sh | t/depcomp-lt-makedepend.log: t/ax/depcomp.sh | |||
t/depcomp-lt-msvcmsys.log: t/ax/depcomp.sh | t/depcomp-lt-msvcmsys.log: t/ax/depcomp.sh | |||
t/depcomp-lt-msvisualcpp.log: t/ax/depcomp.sh | t/depcomp-lt-msvisualcpp.log: t/ax/depcomp.sh | |||
t/depcomp-auto.log: t/ax/depcomp.sh | t/depcomp-auto.log: t/ax/depcomp.sh | |||
t/depcomp-cpp.log: t/ax/depcomp.sh | t/depcomp-cpp.log: t/ax/depcomp.sh | |||
t/depcomp-dashmstdout.log: t/ax/depcomp.sh | t/depcomp-dashmstdout.log: t/ax/depcomp.sh | |||
t/depcomp-disabled.log: t/ax/depcomp.sh | t/depcomp-disabled.log: t/ax/depcomp.sh | |||
t/depcomp-gcc.log: t/ax/depcomp.sh | t/depcomp-gcc.log: t/ax/depcomp.sh | |||
t/depcomp-makedepend.log: t/ax/depcomp.sh | t/depcomp-makedepend.log: t/ax/depcomp.sh | |||
t/depcomp-msvcmsys.log: t/ax/depcomp.sh | t/depcomp-msvcmsys.log: t/ax/depcomp.sh | |||
t/depcomp-msvisualcpp.log: t/ax/depcomp.sh | t/depcomp-msvisualcpp.log: t/ax/depcomp.sh | |||
t/testsuite-summary-count-many.log: t/ax/extract-testsuite-summary.pl | t/testsuite-summary-count-many.log: t/ax/extract-testsuite-summary.pl | |||
t/testsuite-summary-header.log: t/ax/extract-testsuite-summary.pl | ||||
t/gettext-basics.log: t/gettext-macros.log | t/gettext-basics.log: t/gettext-macros.log | |||
t/gettext-config-rpath.log: t/gettext-macros.log | t/gettext-config-rpath.log: t/gettext-macros.log | |||
t/gettext-external-pr338.log: t/gettext-macros.log | t/gettext-external-pr338.log: t/gettext-macros.log | |||
t/gettext-intl-subdir.log: t/gettext-macros.log | t/gettext-intl-subdir.log: t/gettext-macros.log | |||
t/gettext-pr381.log: t/gettext-macros.log | t/gettext-pr381.log: t/gettext-macros.log | |||
t/subdir-cond-gettext.log: t/gettext-macros.log | t/subdir-cond-gettext.log: t/gettext-macros.log | |||
t/ar-lib4.log: t/libtool-macros.log | t/ar-lib4.log: t/libtool-macros.log | |||
t/ar-lib6a.log: t/libtool-macros.log | t/ar-lib6a.log: t/libtool-macros.log | |||
t/ar-lib6b.log: t/libtool-macros.log | t/ar-lib6b.log: t/libtool-macros.log | |||
t/canon6.log: t/libtool-macros.log | t/canon6.log: t/libtool-macros.log | |||
skipping to change at line 3929 | skipping to change at line 3985 | |||
t/silent-lt.log: t/libtool-macros.log | t/silent-lt.log: t/libtool-macros.log | |||
t/stdlib2.log: t/libtool-macros.log | t/stdlib2.log: t/libtool-macros.log | |||
t/strip3.log: t/libtool-macros.log | t/strip3.log: t/libtool-macros.log | |||
t/subobj9.log: t/libtool-macros.log | t/subobj9.log: t/libtool-macros.log | |||
t/subobj-clean-lt-pr10697.log: t/libtool-macros.log | t/subobj-clean-lt-pr10697.log: t/libtool-macros.log | |||
t/suffix2.log: t/libtool-macros.log | t/suffix2.log: t/libtool-macros.log | |||
t/suffix5.log: t/libtool-macros.log | t/suffix5.log: t/libtool-macros.log | |||
t/suffix8.log: t/libtool-macros.log | t/suffix8.log: t/libtool-macros.log | |||
t/suffix10.log: t/libtool-macros.log | t/suffix10.log: t/libtool-macros.log | |||
t/vala-libs.log: t/libtool-macros.log | t/vala-libs.log: t/libtool-macros.log | |||
t/vala-libs-distcheck.log: t/libtool-macros.log | ||||
t/vala-libs-vpath.log: t/libtool-macros.log | ||||
t/vartypo2.log: t/libtool-macros.log | t/vartypo2.log: t/libtool-macros.log | |||
t/depcomp-lt-auto.log: t/libtool-macros.log | t/depcomp-lt-auto.log: t/libtool-macros.log | |||
t/depcomp-lt-cpp.log: t/libtool-macros.log | t/depcomp-lt-cpp.log: t/libtool-macros.log | |||
t/depcomp-lt-dashmstdout.log: t/libtool-macros.log | t/depcomp-lt-dashmstdout.log: t/libtool-macros.log | |||
t/depcomp-lt-disabled.log: t/libtool-macros.log | t/depcomp-lt-disabled.log: t/libtool-macros.log | |||
t/depcomp-lt-gcc.log: t/libtool-macros.log | t/depcomp-lt-gcc.log: t/libtool-macros.log | |||
t/depcomp-lt-makedepend.log: t/libtool-macros.log | t/depcomp-lt-makedepend.log: t/libtool-macros.log | |||
t/depcomp-lt-msvcmsys.log: t/libtool-macros.log | t/depcomp-lt-msvcmsys.log: t/libtool-macros.log | |||
t/depcomp-lt-msvisualcpp.log: t/libtool-macros.log | t/depcomp-lt-msvisualcpp.log: t/libtool-macros.log | |||
t/tap-ambiguous-directive.log: t/ax/tap-setup.sh t/tap-common-setup.log | t/tap-ambiguous-directive.log: t/ax/tap-setup.sh t/tap-common-setup.log | |||
skipping to change at line 4008 | skipping to change at line 4066 | |||
t/tap-result-comment.log: t/ax/tap-setup.sh t/tap-common-setup.log | t/tap-result-comment.log: t/ax/tap-setup.sh t/tap-common-setup.log | |||
t/tap-todo-skip-together.log: t/ax/tap-setup.sh t/tap-common-setup.log | t/tap-todo-skip-together.log: t/ax/tap-setup.sh t/tap-common-setup.log | |||
t/tap-todo-skip-whitespace.log: t/ax/tap-setup.sh t/tap-common-setup.log | t/tap-todo-skip-whitespace.log: t/ax/tap-setup.sh t/tap-common-setup.log | |||
t/tap-todo-skip.log: t/ax/tap-setup.sh t/tap-common-setup.log | t/tap-todo-skip.log: t/ax/tap-setup.sh t/tap-common-setup.log | |||
t/tap-unplanned.log: t/ax/tap-setup.sh t/tap-common-setup.log | t/tap-unplanned.log: t/ax/tap-setup.sh t/tap-common-setup.log | |||
t/tap-whitespace-normalization.log: t/ax/tap-setup.sh t/tap-common-setup.log | t/tap-whitespace-normalization.log: t/ax/tap-setup.sh t/tap-common-setup.log | |||
t/tap-with-and-without-number.log: t/ax/tap-setup.sh t/tap-common-setup.log | t/tap-with-and-without-number.log: t/ax/tap-setup.sh t/tap-common-setup.log | |||
t/tap-xfail-tests.log: t/ax/tap-setup.sh t/tap-common-setup.log | t/tap-xfail-tests.log: t/ax/tap-setup.sh t/tap-common-setup.log | |||
t/vala-headers.log: t/pkg-config-macros.log | t/vala-headers.log: t/pkg-config-macros.log | |||
t/vala-libs.log: t/pkg-config-macros.log | t/vala-libs.log: t/pkg-config-macros.log | |||
t/vala-libs-distcheck.log: t/pkg-config-macros.log | ||||
t/vala-libs-vpath.log: t/pkg-config-macros.log | ||||
t/vala-mix.log: t/pkg-config-macros.log | t/vala-mix.log: t/pkg-config-macros.log | |||
t/vala-mix2.log: t/pkg-config-macros.log | t/vala-mix2.log: t/pkg-config-macros.log | |||
t/vala-non-recursive-setup.log: t/pkg-config-macros.log | t/vala-non-recursive-setup.log: t/pkg-config-macros.log | |||
t/vala-parallel.log: t/pkg-config-macros.log | t/vala-parallel.log: t/pkg-config-macros.log | |||
t/vala-per-target-flags.log: t/pkg-config-macros.log | t/vala-per-target-flags.log: t/pkg-config-macros.log | |||
t/vala-recursive-setup.log: t/pkg-config-macros.log | t/vala-recursive-setup.log: t/pkg-config-macros.log | |||
t/vala-vapi.log: t/pkg-config-macros.log | t/vala-vapi.log: t/pkg-config-macros.log | |||
t/vala-vpath.log: t/pkg-config-macros.log | t/vala-vpath.log: t/pkg-config-macros.log | |||
t/testsuite-summary-count-many.log: t/ax/trivial-test-driver | t/testsuite-summary-count-many.log: t/ax/trivial-test-driver | |||
t/test-driver-acsubst.log: t/ax/trivial-test-driver | t/test-driver-acsubst.log: t/ax/trivial-test-driver | |||
skipping to change at line 4030 | skipping to change at line 4090 | |||
t/test-driver-custom-multitest-recheck.log: t/ax/trivial-test-driver | t/test-driver-custom-multitest-recheck.log: t/ax/trivial-test-driver | |||
t/test-driver-custom-multitest-recheck2.log: t/ax/trivial-test-driver | t/test-driver-custom-multitest-recheck2.log: t/ax/trivial-test-driver | |||
$(srcdir)/t/testsuite-part.am: | $(srcdir)/t/testsuite-part.am: | |||
$(AM_V_at)rm -f t/testsuite-part.tmp $@ | $(AM_V_at)rm -f t/testsuite-part.tmp $@ | |||
$(AM_V_GEN)$(PERL) $(srcdir)/gen-testsuite-part \ | $(AM_V_GEN)$(PERL) $(srcdir)/gen-testsuite-part \ | |||
--srcdir $(srcdir) > t/testsuite-part.tmp | --srcdir $(srcdir) > t/testsuite-part.tmp | |||
$(AM_V_at)chmod a-w t/testsuite-part.tmp | $(AM_V_at)chmod a-w t/testsuite-part.tmp | |||
$(AM_V_at)mv -f t/testsuite-part.tmp $@ | $(AM_V_at)mv -f t/testsuite-part.tmp $@ | |||
# The dependecies declared here are not truly complete, but such | # The dependencies declared here are not truly complete, but such | |||
# completeness would cause more issues than it would solve. See | # completeness would cause more issues than it would solve. See | |||
# automake bug#11347. | # automake bug#11347 and #44458. | |||
$(generated_TESTS): $(srcdir)/gen-testsuite-part | $(generated_TESTS): $(srcdir)/gen-testsuite-part | |||
$(srcdir)/t/testsuite-part.am: $(srcdir)/gen-testsuite-part | $(srcdir)/t/testsuite-part.am: $(srcdir)/gen-testsuite-part | |||
$(srcdir)/t/testsuite-part.am: Makefile.am | $(srcdir)/t/testsuite-part.am: Makefile.am | |||
$(srcdir)/t/testsuite-part.am: t/list-of-tests.mk | ||||
# Few more static dependencies. | # Few more static dependencies. | |||
t/distcheck-missing-m4.log: t/ax/distcheck-hook-m4.am | t/distcheck-missing-m4.log: t/ax/distcheck-hook-m4.am | |||
t/distcheck-outdated-m4.log: t/ax/distcheck-hook-m4.am | t/distcheck-outdated-m4.log: t/ax/distcheck-hook-m4.am | |||
t/ax/test-defs.sh: t/ax/test-defs.in Makefile | t/ax/test-defs.sh: t/ax/test-defs.in Makefile | |||
$(AM_V_at)rm -f $@ $@-t | $(AM_V_at)rm -f $@ $@-t | |||
$(AM_V_at)$(MKDIR_P) t/ax | $(AM_V_at)$(MKDIR_P) t/ax | |||
$(AM_V_GEN)in=t/ax/test-defs.in \ | $(AM_V_GEN)in=t/ax/test-defs.in \ | |||
&& $(do_subst) <$(srcdir)/$$in >$@-t | && $(do_subst) <$(srcdir)/$$in >$@-t | |||
End of changes. 29 change blocks. | ||||
30 lines changed or deleted | 91 lines changed or added |