1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# Copyright (C) 1995-2021 Free Software Foundation, Inc. 18 19# This program is free software; you can redistribute it and/or modify 20# it under the terms of the GNU General Public License as published by 21# the Free Software Foundation; either version 2, or (at your option) 22# any later version. 23 24# This program is distributed in the hope that it will be useful, 25# but WITHOUT ANY WARRANTY; without even the implied warranty of 26# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27# GNU General Public License for more details. 28 29# You should have received a copy of the GNU General Public License 30# along with this program. If not, see <https://www.gnu.org/licenses/>. 31 32 33VPATH = @srcdir@ 34am__is_gnu_make = { \ 35 if test -z '$(MAKELEVEL)'; then \ 36 false; \ 37 elif test -n '$(MAKE_HOST)'; then \ 38 true; \ 39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 40 true; \ 41 else \ 42 false; \ 43 fi; \ 44} 45am__make_running_with_option = \ 46 case $${target_option-} in \ 47 ?) ;; \ 48 *) echo "am__make_running_with_option: internal error: invalid" \ 49 "target option '$${target_option-}' specified" >&2; \ 50 exit 1;; \ 51 esac; \ 52 has_opt=no; \ 53 sane_makeflags=$$MAKEFLAGS; \ 54 if $(am__is_gnu_make); then \ 55 sane_makeflags=$$MFLAGS; \ 56 else \ 57 case $$MAKEFLAGS in \ 58 *\\[\ \ ]*) \ 59 bs=\\; \ 60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 62 esac; \ 63 fi; \ 64 skip_next=no; \ 65 strip_trailopt () \ 66 { \ 67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 68 }; \ 69 for flg in $$sane_makeflags; do \ 70 test $$skip_next = yes && { skip_next=no; continue; }; \ 71 case $$flg in \ 72 *=*|--*) continue;; \ 73 -*I) strip_trailopt 'I'; skip_next=yes;; \ 74 -*I?*) strip_trailopt 'I';; \ 75 -*O) strip_trailopt 'O'; skip_next=yes;; \ 76 -*O?*) strip_trailopt 'O';; \ 77 -*l) strip_trailopt 'l'; skip_next=yes;; \ 78 -*l?*) strip_trailopt 'l';; \ 79 -[dEDm]) skip_next=yes;; \ 80 -[JT]) skip_next=yes;; \ 81 esac; \ 82 case $$flg in \ 83 *$$target_option*) has_opt=yes; break;; \ 84 esac; \ 85 done; \ 86 test $$has_opt = yes 87am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 88am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 89pkgdatadir = $(datadir)/@PACKAGE@ 90pkgincludedir = $(includedir)/@PACKAGE@ 91pkglibdir = $(libdir)/@PACKAGE@ 92pkglibexecdir = $(libexecdir)/@PACKAGE@ 93am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 94install_sh_DATA = $(install_sh) -c -m 644 95install_sh_PROGRAM = $(install_sh) -c 96install_sh_SCRIPT = $(install_sh) -c 97INSTALL_HEADER = $(INSTALL_DATA) 98transform = $(program_transform_name) 99NORMAL_INSTALL = : 100PRE_INSTALL = : 101POST_INSTALL = : 102NORMAL_UNINSTALL = : 103PRE_UNINSTALL = : 104POST_UNINSTALL = : 105build_triplet = @build@ 106host_triplet = @host@ 107subdir = . 108ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 109am__aclocal_m4_deps = $(top_srcdir)/configure.ac 110am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 111 $(ACLOCAL_M4) 112DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 113 $(am__configure_deps) $(dist_noinst_SCRIPTS) \ 114 $(srcdir)/doc/version.texi $(srcdir)/doc/stamp-vti \ 115 $(dist_am_DATA) $(dist_automake_ac_DATA) \ 116 $(dist_automake_internal_ac_DATA) $(dist_doc_DATA) \ 117 $(dist_noinst_DATA) $(dist_perllib_DATA) $(dist_pkgvdata_DATA) \ 118 $(dist_script_DATA) $(dist_system_ac_DATA) $(am__DIST_COMMON) 119am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 120 configure.lineno config.status.lineno 121mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs 122CONFIG_CLEAN_FILES = pre-inst-env 123CONFIG_CLEAN_VPATH_FILES = GNUmakefile 124am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 125am__vpath_adj = case $$p in \ 126 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 127 *) f=$$p;; \ 128 esac; 129am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 130am__install_max = 40 131am__nobase_strip_setup = \ 132 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 133am__nobase_strip = \ 134 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 135am__nobase_list = $(am__nobase_strip_setup); \ 136 for p in $$list; do echo "$$p $$p"; done | \ 137 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 138 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 139 if (++n[$$2] == $(am__install_max)) \ 140 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 141 END { for (dir in files) print dir, files[dir] }' 142am__base_list = \ 143 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 144 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 145am__uninstall_files_from_dir = { \ 146 test -z "$$files" \ 147 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 148 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 149 $(am__cd) "$$dir" && rm -f $$files; }; \ 150 } 151am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" \ 152 "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(amdir)" \ 153 "$(DESTDIR)$(automake_acdir)" \ 154 "$(DESTDIR)$(automake_internal_acdir)" "$(DESTDIR)$(docdir)" \ 155 "$(DESTDIR)$(perllibdir)" "$(DESTDIR)$(pkgvdatadir)" \ 156 "$(DESTDIR)$(scriptdir)" "$(DESTDIR)$(system_acdir)" \ 157 "$(DESTDIR)$(perllibdir)" 158SCRIPTS = $(bin_SCRIPTS) $(dist_noinst_SCRIPTS) \ 159 $(nodist_noinst_SCRIPTS) 160AM_V_P = $(am__v_P_@AM_V@) 161am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 162am__v_P_0 = false 163am__v_P_1 = : 164AM_V_GEN = $(am__v_GEN_@AM_V@) 165am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 166am__v_GEN_0 = @echo " GEN " $@; 167am__v_GEN_1 = 168AM_V_at = $(am__v_at_@AM_V@) 169am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 170am__v_at_0 = @ 171am__v_at_1 = 172depcomp = 173am__maybe_remake_depfiles = 174SOURCES = 175DIST_SOURCES = 176AM_V_DVIPS = $(am__v_DVIPS_@AM_V@) 177am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@) 178am__v_DVIPS_0 = @echo " DVIPS " $@; 179am__v_DVIPS_1 = 180AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@) 181am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@) 182am__v_MAKEINFO_0 = @echo " MAKEINFO" $@; 183am__v_MAKEINFO_1 = 184AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@) 185am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@) 186am__v_INFOHTML_0 = @echo " INFOHTML" $@; 187am__v_INFOHTML_1 = 188AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@) 189am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@) 190am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@; 191am__v_TEXI2DVI_1 = 192AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@) 193am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@) 194am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@; 195am__v_TEXI2PDF_1 = 196AM_V_texinfo = $(am__v_texinfo_@AM_V@) 197am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@) 198am__v_texinfo_0 = -q 199am__v_texinfo_1 = 200AM_V_texidevnull = $(am__v_texidevnull_@AM_V@) 201am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@) 202am__v_texidevnull_0 = > /dev/null 203am__v_texidevnull_1 = 204am__dirstamp = $(am__leading_dot)dirstamp 205INFO_DEPS = $(srcdir)/doc/automake.info \ 206 $(srcdir)/doc/automake-history.info 207TEXINFO_TEX = $(top_srcdir)/lib/texinfo.tex 208am__TEXINFO_TEX_DIR = $(top_srcdir)/lib 209DVIS = doc/automake.dvi doc/automake-history.dvi 210PDFS = doc/automake.pdf doc/automake-history.pdf 211PSS = doc/automake.ps doc/automake-history.ps 212HTMLS = doc/automake.html doc/automake-history.html 213TEXINFOS = doc/automake.texi doc/automake-history.texi 214TEXI2DVI = texi2dvi 215TEXI2PDF = $(TEXI2DVI) --pdf --batch 216MAKEINFOHTML = $(MAKEINFO) --html 217AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) 218DVIPS = dvips 219am__can_run_installinfo = \ 220 case $$AM_UPDATE_INFO_DIR in \ 221 n|no|NO) false;; \ 222 *) (install-info --version) >/dev/null 2>&1;; \ 223 esac 224man1dir = $(mandir)/man1 225NROFF = nroff 226MANS = $(man1_MANS) 227DATA = $(dist_am_DATA) $(dist_automake_ac_DATA) \ 228 $(dist_automake_internal_ac_DATA) $(dist_doc_DATA) \ 229 $(dist_noinst_DATA) $(dist_perllib_DATA) $(dist_pkgvdata_DATA) \ 230 $(dist_script_DATA) $(dist_system_ac_DATA) \ 231 $(nodist_noinst_DATA) $(nodist_perllib_DATA) 232am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 233# Read a list of newline-separated strings from the standard input, 234# and print each of them once, without duplicates. Input order is 235# *not* preserved. 236am__uniquify_input = $(AWK) '\ 237 BEGIN { nonempty = 0; } \ 238 { items[$$0] = 1; nonempty = 1; } \ 239 END { if (nonempty) { for (i in items) print i; }; } \ 240' 241# Make sure the list of sources is unique. This is necessary because, 242# e.g., the same source file might be shared among _SOURCES variables 243# for different programs/libraries. 244am__define_uniq_tagged_files = \ 245 list='$(am__tagged_files)'; \ 246 unique=`for i in $$list; do \ 247 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 248 done | $(am__uniquify_input)` 249AM_RECURSIVE_TARGETS = cscope check recheck 250am__tty_colors_dummy = \ 251 mgn= red= grn= lgn= blu= brg= std=; \ 252 am__color_tests=no 253am__tty_colors = { \ 254 $(am__tty_colors_dummy); \ 255 if test "X$(AM_COLOR_TESTS)" = Xno; then \ 256 am__color_tests=no; \ 257 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 258 am__color_tests=yes; \ 259 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 260 am__color_tests=yes; \ 261 fi; \ 262 if test $$am__color_tests = yes; then \ 263 red='[0;31m'; \ 264 grn='[0;32m'; \ 265 lgn='[1;32m'; \ 266 blu='[1;34m'; \ 267 mgn='[0;35m'; \ 268 brg='[1m'; \ 269 std='[m'; \ 270 fi; \ 271} 272am__recheck_rx = ^[ ]*:recheck:[ ]* 273am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 274am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 275# A command that, given a newline-separated list of test names on the 276# standard input, print the name of the tests that are to be re-run 277# upon "make recheck". 278am__list_recheck_tests = $(AWK) '{ \ 279 recheck = 1; \ 280 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 281 { \ 282 if (rc < 0) \ 283 { \ 284 if ((getline line2 < ($$0 ".log")) < 0) \ 285 recheck = 0; \ 286 break; \ 287 } \ 288 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 289 { \ 290 recheck = 0; \ 291 break; \ 292 } \ 293 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 294 { \ 295 break; \ 296 } \ 297 }; \ 298 if (recheck) \ 299 print $$0; \ 300 close ($$0 ".trs"); \ 301 close ($$0 ".log"); \ 302}' 303# A command that, given a newline-separated list of test names on the 304# standard input, create the global log from their .trs and .log files. 305am__create_global_log = $(AWK) ' \ 306function fatal(msg) \ 307{ \ 308 print "fatal: making $@: " msg | "cat >&2"; \ 309 exit 1; \ 310} \ 311function rst_section(header) \ 312{ \ 313 print header; \ 314 len = length(header); \ 315 for (i = 1; i <= len; i = i + 1) \ 316 printf "="; \ 317 printf "\n\n"; \ 318} \ 319{ \ 320 copy_in_global_log = 1; \ 321 global_test_result = "RUN"; \ 322 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 323 { \ 324 if (rc < 0) \ 325 fatal("failed to read from " $$0 ".trs"); \ 326 if (line ~ /$(am__global_test_result_rx)/) \ 327 { \ 328 sub("$(am__global_test_result_rx)", "", line); \ 329 sub("[ ]*$$", "", line); \ 330 global_test_result = line; \ 331 } \ 332 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 333 copy_in_global_log = 0; \ 334 }; \ 335 if (copy_in_global_log) \ 336 { \ 337 rst_section(global_test_result ": " $$0); \ 338 while ((rc = (getline line < ($$0 ".log"))) != 0) \ 339 { \ 340 if (rc < 0) \ 341 fatal("failed to read from " $$0 ".log"); \ 342 print line; \ 343 }; \ 344 printf "\n"; \ 345 }; \ 346 close ($$0 ".trs"); \ 347 close ($$0 ".log"); \ 348}' 349# Restructured Text title. 350am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 351# Solaris 10 'make', and several other traditional 'make' implementations, 352# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 353# by disabling -e (using the XSI extension "set +e") if it's set. 354am__sh_e_setup = case $$- in *e*) set +e;; esac 355# Default flags passed to test drivers. 356am__common_driver_flags = \ 357 --color-tests "$$am__color_tests" \ 358 --enable-hard-errors "$$am__enable_hard_errors" \ 359 --expect-failure "$$am__expect_failure" 360# To be inserted before the command running the test. Creates the 361# directory for the log if needed. Stores in $dir the directory 362# containing $f, in $tst the test, in $log the log. Executes the 363# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 364# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 365# will run the test scripts (or their associated LOG_COMPILER, if 366# thy have one). 367am__check_pre = \ 368$(am__sh_e_setup); \ 369$(am__vpath_adj_setup) $(am__vpath_adj) \ 370$(am__tty_colors); \ 371srcdir=$(srcdir); export srcdir; \ 372case "$@" in \ 373 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 374 *) am__odir=.;; \ 375esac; \ 376test "x$$am__odir" = x"." || test -d "$$am__odir" \ 377 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 378if test -f "./$$f"; then dir=./; \ 379elif test -f "$$f"; then dir=; \ 380else dir="$(srcdir)/"; fi; \ 381tst=$$dir$$f; log='$@'; \ 382if test -n '$(DISABLE_HARD_ERRORS)'; then \ 383 am__enable_hard_errors=no; \ 384else \ 385 am__enable_hard_errors=yes; \ 386fi; \ 387case " $(XFAIL_TESTS) " in \ 388 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 389 am__expect_failure=yes;; \ 390 *) \ 391 am__expect_failure=no;; \ 392esac; \ 393$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 394# A shell command to get the names of the tests scripts with any registered 395# extension removed (i.e., equivalently, the names of the test logs, with 396# the '.log' extension removed). The result is saved in the shell variable 397# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 398# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 399# since that might cause problem with VPATH rewrites for suffix-less tests. 400# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 401am__set_TESTS_bases = \ 402 bases='$(TEST_LOGS)'; \ 403 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 404 bases=`echo $$bases` 405AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' 406RECHECK_LOGS = $(TEST_LOGS) 407TEST_SUITE_LOG = test-suite.log 408am__test_logs1 = $(TESTS:=.log) 409am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 410am__test_logs3 = $(am__test_logs2:.pl.log=.log) 411PL_LOG_DRIVER = $(SHELL) $(top_srcdir)/lib/test-driver 412PL_LOG_COMPILE = $(PL_LOG_COMPILER) $(AM_PL_LOG_FLAGS) $(PL_LOG_FLAGS) 413am__set_b = \ 414 case '$@' in \ 415 */*) \ 416 case '$*' in \ 417 */*) b='$*';; \ 418 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 419 esac;; \ 420 *) \ 421 b='$*';; \ 422 esac 423am__test_logs4 = $(am__test_logs3:.sh.log=.log) 424SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/lib/test-driver 425SH_LOG_COMPILE = $(SH_LOG_COMPILER) $(AM_SH_LOG_FLAGS) $(SH_LOG_FLAGS) 426TEST_LOGS = $(am__test_logs4:.tap.log=.log) 427TAP_LOG_COMPILE = $(TAP_LOG_COMPILER) $(AM_TAP_LOG_FLAGS) \ 428 $(TAP_LOG_FLAGS) 429am__DIST_COMMON = $(doc_automake_TEXINFOS) \ 430 $(doc_automake_history_TEXINFOS) $(srcdir)/GNUmakefile \ 431 $(srcdir)/Makefile.in $(srcdir)/bin/local.mk \ 432 $(srcdir)/contrib/t/local.mk $(srcdir)/doc/local.mk \ 433 $(srcdir)/lib/Automake/local.mk $(srcdir)/lib/am/local.mk \ 434 $(srcdir)/lib/local.mk $(srcdir)/m4/local.mk \ 435 $(srcdir)/pre-inst-env.in $(srcdir)/t/CheckListOfTests.am \ 436 $(srcdir)/t/list-of-tests.mk $(srcdir)/t/local.mk \ 437 $(srcdir)/t/testsuite-part.am $(top_srcdir)/lib/compile \ 438 $(top_srcdir)/lib/config.guess $(top_srcdir)/lib/config.sub \ 439 $(top_srcdir)/lib/install-sh $(top_srcdir)/lib/mdate-sh \ 440 $(top_srcdir)/lib/missing $(top_srcdir)/lib/mkinstalldirs \ 441 $(top_srcdir)/lib/test-driver $(top_srcdir)/lib/texinfo.tex \ 442 AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS \ 443 lib/COPYING lib/INSTALL lib/ar-lib lib/compile \ 444 lib/config.guess lib/config.sub lib/depcomp lib/install-sh \ 445 lib/mdate-sh lib/missing lib/mkinstalldirs lib/py-compile \ 446 lib/texinfo.tex lib/ylwrap 447DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 448distdir = $(PACKAGE)-$(VERSION) 449top_distdir = $(distdir) 450am__remove_distdir = \ 451 if test -d "$(distdir)"; then \ 452 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 453 && rm -rf "$(distdir)" \ 454 || { sleep 5 && rm -rf "$(distdir)"; }; \ 455 else :; fi 456am__post_remove_distdir = $(am__remove_distdir) 457DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 458GZIP_ENV = --best 459DIST_TARGETS = dist-xz dist-gzip 460# Exists only to be overridden by the user if desired. 461AM_DISTCHECK_DVI_TARGET = dvi 462distuninstallcheck_listfiles = find . -type f -print 463am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 464 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 465distcleancheck_listfiles = find . -type f -print 466ACLOCAL = @ACLOCAL@ 467AMTAR = @AMTAR@ 468AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 469AM_TEST_RUNNER_SHELL = @AM_TEST_RUNNER_SHELL@ 470APIVERSION = @APIVERSION@ 471AUTOCONF = @AUTOCONF@ 472AUTOHEADER = @AUTOHEADER@ 473AUTOMAKE = @AUTOMAKE@ 474AWK = @AWK@ 475CC = @CC@ 476CFLAGS = @CFLAGS@ 477CPPFLAGS = @CPPFLAGS@ 478CSCOPE = @CSCOPE@ 479CTAGS = @CTAGS@ 480CXX = @CXX@ 481CXXFLAGS = @CXXFLAGS@ 482CYGPATH_W = @CYGPATH_W@ 483DEFS = @DEFS@ 484ECHO_C = @ECHO_C@ 485ECHO_N = @ECHO_N@ 486ECHO_T = @ECHO_T@ 487EGREP = @EGREP@ 488ETAGS = @ETAGS@ 489EXEEXT = @EXEEXT@ 490F77 = @F77@ 491FC = @FC@ 492FCFLAGS = @FCFLAGS@ 493FFLAGS = @FFLAGS@ 494FGREP = @FGREP@ 495GNU_CC = @GNU_CC@ 496GNU_CFLAGS = @GNU_CFLAGS@ 497GNU_CXX = @GNU_CXX@ 498GNU_CXXFLAGS = @GNU_CXXFLAGS@ 499GNU_F77 = @GNU_F77@ 500GNU_FC = @GNU_FC@ 501GNU_FCFLAGS = @GNU_FCFLAGS@ 502GNU_FFLAGS = @GNU_FFLAGS@ 503GNU_GCJ = @GNU_GCJ@ 504GNU_GCJFLAGS = @GNU_GCJFLAGS@ 505GREP = @GREP@ 506INSTALL = @INSTALL@ 507INSTALL_DATA = @INSTALL_DATA@ 508INSTALL_PROGRAM = @INSTALL_PROGRAM@ 509INSTALL_SCRIPT = @INSTALL_SCRIPT@ 510INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 511LDFLAGS = @LDFLAGS@ 512LEX = @LEX@ 513LIBOBJS = @LIBOBJS@ 514LIBS = @LIBS@ 515LN = @LN@ 516LN_S = @LN_S@ 517LTLIBOBJS = @LTLIBOBJS@ 518MAKEINFO = @MAKEINFO@ 519MKDIR_P = @MKDIR_P@ 520MODIFICATION_DELAY = @MODIFICATION_DELAY@ 521OBJEXT = @OBJEXT@ 522PACKAGE = @PACKAGE@ 523PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 524PACKAGE_NAME = @PACKAGE_NAME@ 525PACKAGE_STRING = @PACKAGE_STRING@ 526PACKAGE_TARNAME = @PACKAGE_TARNAME@ 527PACKAGE_URL = @PACKAGE_URL@ 528PACKAGE_VERSION = @PACKAGE_VERSION@ 529PATH_SEPARATOR = @PATH_SEPARATOR@ 530PERL = @PERL@ 531RELEASE_YEAR = @RELEASE_YEAR@ 532SET_MAKE = @SET_MAKE@ 533SHELL = @SHELL@ 534STRIP = @STRIP@ 535TEX = @TEX@ 536VERSION = @VERSION@ 537YACC = @YACC@ 538abs_builddir = @abs_builddir@ 539abs_srcdir = @abs_srcdir@ 540abs_top_builddir = @abs_top_builddir@ 541abs_top_srcdir = @abs_top_srcdir@ 542ac_ct_CC = @ac_ct_CC@ 543ac_ct_CXX = @ac_ct_CXX@ 544ac_ct_F77 = @ac_ct_F77@ 545ac_ct_FC = @ac_ct_FC@ 546ac_ct_GNU_CC = @ac_ct_GNU_CC@ 547ac_ct_GNU_CXX = @ac_ct_GNU_CXX@ 548ac_ct_GNU_F77 = @ac_ct_GNU_F77@ 549ac_ct_GNU_FC = @ac_ct_GNU_FC@ 550ac_ct_GNU_GCJ = @ac_ct_GNU_GCJ@ 551am_AUTOCONF = @am_AUTOCONF@ 552am_AUTOHEADER = @am_AUTOHEADER@ 553am_AUTOM4TE = @am_AUTOM4TE@ 554am_AUTORECONF = @am_AUTORECONF@ 555am_AUTOUPDATE = @am_AUTOUPDATE@ 556am__leading_dot = @am__leading_dot@ 557am__tar = @am__tar@ 558am__untar = @am__untar@ 559amdir = @amdir@ 560automake_acdir = @automake_acdir@ 561bindir = @bindir@ 562build = @build@ 563build_alias = @build_alias@ 564build_cpu = @build_cpu@ 565build_os = @build_os@ 566build_vendor = @build_vendor@ 567builddir = @builddir@ 568datadir = @datadir@ 569datarootdir = @datarootdir@ 570docdir = @docdir@ 571dvidir = @dvidir@ 572exec_prefix = @exec_prefix@ 573host = @host@ 574host_alias = @host_alias@ 575host_cpu = @host_cpu@ 576host_os = @host_os@ 577host_vendor = @host_vendor@ 578htmldir = @htmldir@ 579includedir = @includedir@ 580infodir = @infodir@ 581install_sh = @install_sh@ 582libdir = @libdir@ 583libexecdir = @libexecdir@ 584localedir = @localedir@ 585localstatedir = @localstatedir@ 586mandir = @mandir@ 587mkdir_p = @mkdir_p@ 588oldincludedir = @oldincludedir@ 589pdfdir = @pdfdir@ 590pkgvdatadir = @pkgvdatadir@ 591prefix = @prefix@ 592program_transform_name = @program_transform_name@ 593psdir = @psdir@ 594required_autoconf_version = @required_autoconf_version@ 595runstatedir = @runstatedir@ 596sbindir = @sbindir@ 597scriptdir = @scriptdir@ 598sharedstatedir = @sharedstatedir@ 599srcdir = @srcdir@ 600sysconfdir = @sysconfdir@ 601system_acdir = @system_acdir@ 602target_alias = @target_alias@ 603top_build_prefix = @top_build_prefix@ 604top_builddir = @top_builddir@ 605top_srcdir = @top_srcdir@ 606CLEANFILES = $(noinst_SCRIPTS) $(bin_SCRIPTS) \ 607 bin/aclocal-$(APIVERSION) bin/automake-$(APIVERSION) \ 608 $(man1_MANS) $(nodist_perllib_DATA) t/ax/test-defs.sh \ 609 t/ax/shell-no-trail-bslash t/ax/cc-no-c-o runtest \ 610 $(PERF_TEST_SUITE_LOG) 611DISTCLEANFILES = 612MAINTAINERCLEANFILES = 613 614# Third-party, obsolescent or experimental stuff. 615 616# Older files, kept mostly for historical interest. 617 618# Maintainer-specific files and scripts. 619# XXX: This script should be updated with 'fetch' target. 620EXTRA_DIST = bootstrap GNUmakefile HACKING NEWS-2.0 PLANS \ 621 contrib/tap-driver.pl contrib/check-html.am contrib/checklinkx \ 622 contrib/multilib/README contrib/multilib/config-ml.in \ 623 contrib/multilib/symlink-tree contrib/multilib/multilib.am \ 624 contrib/multilib/multi.m4 contrib/README old/ChangeLog-tests \ 625 old/ChangeLog.96 old/ChangeLog.98 old/ChangeLog.00 \ 626 old/ChangeLog.01 old/ChangeLog.02 old/ChangeLog.03 \ 627 old/ChangeLog.04 old/ChangeLog.09 old/ChangeLog.11 old/TODO \ 628 maintainer/am-ft maintainer/am-xft maintainer/rename-tests \ 629 maintainer/maint.mk maintainer/syntax-checks.mk \ 630 $(AUTOMAKESOURCES) doc/help2man lib/Automake/Config.in \ 631 m4/amversion.in t/README t/ax/is t/ax/is_newest \ 632 t/ax/deltree.pl $(handwritten_TESTS) t/ax/tap-summary-aux.sh \ 633 t/ax/testsuite-summary-checks.sh t/ax/depcomp.sh \ 634 t/ax/extract-testsuite-summary.pl t/ax/tap-setup.sh \ 635 t/ax/trivial-test-driver $(generated_TESTS) gen-testsuite-part \ 636 $(contrib_TESTS) t/ax/distcheck-hook-m4.am t/ax/test-defs.in \ 637 t/ax/shell-no-trail-bslash.in t/ax/cc-no-c-o.in \ 638 t/ax/runtest.in $(perf_TESTS) 639TAGS_FILES = $(AUTOMAKESOURCES) 640 641# Static dependencies valid for each test case (also further 642# extended later). Note that use 'noinst_' rather than 'check_' 643# as the prefix, because we really want them to be built by 644# "make all". This makes it easier to run the test cases by 645# hand after having simply configured and built the package. 646dist_noinst_DATA = $(amhello_sources) t/ax/test-init.sh \ 647 t/ax/test-lib.sh t/ax/am-test-lib.sh t/ax/tap-functions.sh 648nodist_noinst_DATA = t/ax/test-defs.sh 649dist_noinst_SCRIPTS = 650 651# Wrapper for the build environment. 652nodist_noinst_SCRIPTS = pre-inst-env bin/aclocal-$(APIVERSION) \ 653 bin/automake-$(APIVERSION) t/ax/shell-no-trail-bslash \ 654 t/ax/cc-no-c-o runtest 655 656# We want a handful of substitutions to be fully-expanded by make; 657# then use config.status to substitute the remainder where a single 658# expansion is sufficient. We use a funny notation here to avoid 659# configure substitutions in our text. 660do_subst = ( sed \ 661 -e "s,[@]configure_input[@],Generated from $$in; do not edit by hand.,g" \ 662 -e 's,[@]datadir[@],$(datadir),g' \ 663 -e 's,[@]amdir[@],$(amdir),g' \ 664 -e 's,[@]bindir[@],$(bindir),g' \ 665 -e 's,[@]docdir[@],$(docdir),g' \ 666 -e 's,[@]pkgvdatadir[@],$(pkgvdatadir),g' \ 667 -e 's,[@]scriptdir[@],$(scriptdir),g' \ 668 -e 's,[@]automake_acdir[@],$(automake_acdir),g' \ 669 -e 's,[@]system_acdir[@],$(system_acdir),g' \ 670 -e 's,[@]am__isrc[@],!!@!!am__isrc!!@!!,g' \ 671 | $(SHELL) ./config.status --file=- \ 672 | sed -e 's,!!@!!am__isrc!!@!!,@''am__isrc@,g' \ 673 ) 674 675 676# Generated files shouldn't contain unexpanded '@substitutions@', and 677# should be made read-only, to prevent them from being edited by mistake 678# instead of the file the are generated from. 679generated_file_finalize = $(AM_V_at) \ 680 if LC_ALL=C grep '@[a-zA-Z0-9_][a-zA-Z0-9_]*@' $@-t; then \ 681 echo "$@ contains unexpanded substitution (see lines above)"; \ 682 exit 1; \ 683 fi; \ 684 chmod a-w $@-t && mv -f $@-t $@ 685 686bin_SCRIPTS = bin/automake bin/aclocal 687 688# Used by maintainer checks and such. 689automake_in = $(srcdir)/bin/automake.in 690aclocal_in = $(srcdir)/bin/aclocal.in 691automake_script = bin/automake 692aclocal_script = bin/aclocal 693AUTOMAKESOURCES = $(automake_in) $(aclocal_in) 694info_TEXINFOS = doc/automake.texi doc/automake-history.texi 695doc_automake_TEXINFOS = doc/fdl.texi 696doc_automake_history_TEXINFOS = doc/fdl.texi 697man1_MANS = \ 698 doc/aclocal.1 \ 699 doc/automake.1 \ 700 doc/aclocal-$(APIVERSION).1 \ 701 doc/automake-$(APIVERSION).1 702 703update_mans = \ 704 $(AM_V_GEN): \ 705 && $(MKDIR_P) doc \ 706 && ./pre-inst-env $(PERL) $(srcdir)/doc/help2man --output=$@ 707 708checklinkx = $(top_srcdir)/contrib/checklinkx 709# that 4-second sleep seems to be what gnu.org likes. 710chlx_args = -v --sleep 8 #--exclude-url-file=/tmp/xf 711# Explanation of excludes: 712# - w3.org dtds, they are fine (and slow). 713# - mailto urls, they are always forbidden. 714# - vala, redirects to a Gnome subpage and returns 403 to us. 715# - cfortran, forbidden by site's robots.txt. 716# - search.cpan.org, gets 717# - debbugs.gnu.org/automake, forbidden by robots.txt. 718# - autoconf.html, forbidden by robots.txt (since served from savannah). 719# - https://fsf.org redirects to https://www.fsf.org and nothing to do 720# (it's in the FDL). --suppress-redirect options do not suppress the msg. 721# 722chlx_excludes = \ 723 -X 'http.*w3\.org/.*dtd' \ 724 -X 'mailto:.*' \ 725 -X 'https://www\.vala-project\.org/' \ 726 -X 'https://www-zeus\.desy\.de/~burow/cfortran/' \ 727 -X 'http://xsearch\.cpan\.org/~mschwern/Test-Simple/lib/Test/More\.pm' \ 728 -X 'https://debbugs\.gnu\.org/automake' \ 729 -X 'https://www\.gnu\.org/software/autoconf/manual/autoconf\.html' \ 730 -X 'https://fsf\.org/' 731 732chlx_file = $(top_srcdir)/doc/automake.html 733amhello_sources = \ 734 doc/amhello/configure.ac \ 735 doc/amhello/Makefile.am \ 736 doc/amhello/README \ 737 doc/amhello/src/main.c \ 738 doc/amhello/src/Makefile.am 739 740amhello_configury = \ 741 aclocal.m4 \ 742 autom4te.cache \ 743 Makefile.in \ 744 config.h.in \ 745 configure \ 746 depcomp \ 747 install-sh \ 748 missing \ 749 src/Makefile.in 750 751dist_doc_DATA = $(srcdir)/doc/amhello-1.0.tar.gz 752setup_autotools_paths = { \ 753 ACLOCAL=aclocal-$(APIVERSION) && export ACLOCAL \ 754 && AUTOMAKE=automake-$(APIVERSION) && export AUTOMAKE \ 755 && AUTOCONF='$(am_AUTOCONF)' && export AUTOCONF \ 756 && AUTOM4TE='$(am_AUTOM4TE)' && export AUTOM4TE \ 757 && AUTORECONF='$(am_AUTORECONF)' && export AUTORECONF \ 758 && AUTOHEADER='$(am_AUTOHEADER)' && export AUTOHEADER \ 759 && AUTOUPDATE='$(am_AUTOUPDATE)' && export AUTOUPDATE \ 760 && true; \ 761} 762 763dist_pkgvdata_DATA = \ 764 lib/COPYING \ 765 lib/INSTALL \ 766 lib/texinfo.tex 767 768 769# These must all be executable when installed. However, if we use 770# _SCRIPTS, then the program transform will be applied, which is not 771# what we want. So we make them executable by hand. 772dist_script_DATA = \ 773 lib/config.guess \ 774 lib/config.sub \ 775 lib/install-sh \ 776 lib/mdate-sh \ 777 lib/missing \ 778 lib/mkinstalldirs \ 779 lib/ylwrap \ 780 lib/depcomp \ 781 lib/compile \ 782 lib/py-compile \ 783 lib/ar-lib \ 784 lib/test-driver \ 785 lib/tap-driver.sh 786 787perllibdir = $(pkgvdatadir)/Automake 788dist_perllib_DATA = \ 789 lib/Automake/ChannelDefs.pm \ 790 lib/Automake/Channels.pm \ 791 lib/Automake/Condition.pm \ 792 lib/Automake/Configure_ac.pm \ 793 lib/Automake/DisjConditions.pm \ 794 lib/Automake/FileUtils.pm \ 795 lib/Automake/General.pm \ 796 lib/Automake/Getopt.pm \ 797 lib/Automake/Item.pm \ 798 lib/Automake/ItemDef.pm \ 799 lib/Automake/Language.pm \ 800 lib/Automake/Location.pm \ 801 lib/Automake/Options.pm \ 802 lib/Automake/Rule.pm \ 803 lib/Automake/RuleDef.pm \ 804 lib/Automake/Variable.pm \ 805 lib/Automake/VarDef.pm \ 806 lib/Automake/Version.pm \ 807 lib/Automake/XFile.pm \ 808 lib/Automake/Wrap.pm 809 810nodist_perllib_DATA = lib/Automake/Config.pm 811dist_am_DATA = \ 812 lib/am/check.am \ 813 lib/am/check2.am \ 814 lib/am/clean-hdr.am \ 815 lib/am/clean.am \ 816 lib/am/compile.am \ 817 lib/am/configure.am \ 818 lib/am/data.am \ 819 lib/am/dejagnu.am \ 820 lib/am/depend.am \ 821 lib/am/depend2.am \ 822 lib/am/distdir.am \ 823 lib/am/footer.am \ 824 lib/am/header-vars.am \ 825 lib/am/header.am \ 826 lib/am/install.am \ 827 lib/am/inst-vars.am \ 828 lib/am/java.am \ 829 lib/am/lang-compile.am \ 830 lib/am/lex.am \ 831 lib/am/library.am \ 832 lib/am/libs.am \ 833 lib/am/libtool.am \ 834 lib/am/lisp.am \ 835 lib/am/ltlib.am \ 836 lib/am/ltlibrary.am \ 837 lib/am/mans-vars.am \ 838 lib/am/mans.am \ 839 lib/am/program.am \ 840 lib/am/progs.am \ 841 lib/am/python.am \ 842 lib/am/remake-hdr.am \ 843 lib/am/scripts.am \ 844 lib/am/subdirs.am \ 845 lib/am/tags.am \ 846 lib/am/texi-vers.am \ 847 lib/am/texibuild.am \ 848 lib/am/texinfos.am \ 849 lib/am/vala.am \ 850 lib/am/yacc.am 851 852dist_automake_ac_DATA = \ 853 m4/amversion.m4 \ 854 m4/ar-lib.m4 \ 855 m4/as.m4 \ 856 m4/auxdir.m4 \ 857 m4/cond.m4 \ 858 m4/cond-if.m4 \ 859 m4/depend.m4 \ 860 m4/depout.m4 \ 861 m4/dmalloc.m4 \ 862 m4/extra-recurs.m4 \ 863 m4/gcj.m4 \ 864 m4/init.m4 \ 865 m4/install-sh.m4 \ 866 m4/lead-dot.m4 \ 867 m4/lex.m4 \ 868 m4/lispdir.m4 \ 869 m4/maintainer.m4 \ 870 m4/make.m4 \ 871 m4/missing.m4 \ 872 m4/mkdirp.m4 \ 873 m4/obsolete.m4 \ 874 m4/options.m4 \ 875 m4/python.m4 \ 876 m4/prog-cc-c-o.m4 \ 877 m4/runlog.m4 \ 878 m4/sanity.m4 \ 879 m4/silent.m4 \ 880 m4/strip.m4 \ 881 m4/substnot.m4 \ 882 m4/tar.m4 \ 883 m4/upc.m4 \ 884 m4/vala.m4 885 886dist_system_ac_DATA = m4/acdir/README 887automake_internal_acdir = $(automake_acdir)/internal 888dist_automake_internal_ac_DATA = m4/internal/ac-config-macro-dirs.m4 889 890# Run the tests with a proper shell detected at configure time. 891LOG_COMPILER = ./pre-inst-env $(AM_TEST_RUNNER_SHELL) 892TEST_EXTENSIONS = .pl .sh .tap 893SH_LOG_COMPILER = $(LOG_COMPILER) 894TAP_LOG_COMPILER = $(LOG_COMPILER) 895PL_LOG_COMPILER = ./pre-inst-env $(PERL) 896AM_PL_LOG_FLAGS = -Mstrict -w 897TAP_LOG_DRIVER = AM_TAP_AWK='$(AWK)' $(SHELL) $(srcdir)/lib/tap-driver.sh 898AM_TAP_LOG_DRIVER_FLAGS = --merge 899 900# Hand-written tests. 901 902# Automatically-generated tests wrapping hand-written ones. 903# Also, automatically-computed dependencies for tests. 904 905# Hand-written tests for stuff in 'contrib/'. 906TESTS = $(handwritten_TESTS) $(generated_TESTS) $(contrib_TESTS) 907 908# Some testsuite-influential variables should be overridable from the 909# test scripts, but not from the environment. 910# Keep this in sync with the similar list in ax/runtest.in. 911 912# For sourcing of extra "shell libraries" by our test scripts. As per 913# POSIX, sourcing a file with '.' will cause it to be looked up in $PATH 914# in case it is given with a relative name containing no slashes. 915 916# Ensure that the installed Automake perl modules are found when running 'installcheck' target 917AM_TESTS_ENVIRONMENT = for v in required am_test_protocol \ 918 am_serial_tests am_test_prefer_config_shell \ 919 am_original_AUTOMAKE am_original_ACLOCAL am_test_lib_sourced \ 920 test_lib_sourced ; do eval test x"\$${$$v}" = x || unset $$v; \ 921 done; stderr_fileno_=9; export stderr_fileno_; if test \ 922 $(srcdir) != .; then \ 923 PATH='$(abs_srcdir)/t/ax$(PATH_SEPARATOR)'$$PATH; fi; \ 924 PATH='$(abs_builddir)/t/ax$(PATH_SEPARATOR)'$$PATH; export \ 925 PATH; if test "$${am_running_installcheck}" = yes; then \ 926 PERL5LIB="$(DESTDIR)$(pkgvdatadir)/$${PERL5LIB:+$(PATH_SEPARATOR)}$$PERL5LIB"; \ 927 fi; export PERL5LIB; 928# We want warning messages and explanations for skipped tests to go to 929# the console if possible, so set up 'stderr_fileno_' properly. 930AM_TESTS_FD_REDIRECT = 9>&2 931 932# FIXME: this "expected failures" are in truth an hack used to 933# FIXME: to verify that some incorrect usages of our perl libraries 934# FIXME: raise an error. We should find a cleaner way to check that. 935perl_fake_XFAIL_TESTS = \ 936t/pm/Cond2.pl \ 937t/pm/Cond3.pl \ 938t/pm/DisjCon2.pl \ 939t/pm/DisjCon3.pl \ 940t/pm/Version2.pl \ 941t/pm/Version3.pl 942 943XFAIL_TESTS = \ 944t/all.sh \ 945t/cond17.sh \ 946t/gcj6.sh \ 947t/override-conditional-2.sh \ 948t/override-conditional-pr13940.sh \ 949t/dist-pr109765.sh \ 950t/instdir-cond2.sh \ 951t/java-nobase.sh \ 952t/objext-pr10128.sh \ 953t/remake-timing-bug-pr8365.sh \ 954t/lex-subobj-nodep.sh \ 955t/remake-am-pr10111.sh \ 956t/remake-m4-pr10111.sh \ 957$(perl_fake_XFAIL_TESTS) 958 959perl_TESTS = \ 960t/pm/Cond2.pl \ 961t/pm/Cond3.pl \ 962t/pm/Condition.pl \ 963t/pm/Condition-t.pl \ 964t/pm/DisjCon2.pl \ 965t/pm/DisjCon3.pl \ 966t/pm/DisjConditions.pl \ 967t/pm/DisjConditions-t.pl \ 968t/pm/General.pl \ 969t/pm/Version.pl \ 970t/pm/Version2.pl \ 971t/pm/Version3.pl \ 972t/pm/Wrap.pl 973 974perf_TESTS = \ 975t/perf/cond.sh \ 976t/perf/testsuite-recheck.sh \ 977t/perf/testsuite-summary.sh 978 979 980# The order here is mostly alphabetical, with the deliberate exception 981# that tests having a high runtime (especially TAP tests that run various 982# checks sequentially) are listed early; this improves performance on 983# concurrent testsuite runs. 984handwritten_TESTS = \ 985t/get-sysconf.sh \ 986$(perl_TESTS) \ 987t/instspc.tap \ 988t/aclocal.sh \ 989t/aclocal-I-order-1.sh \ 990t/aclocal-I-order-2.sh \ 991t/aclocal-I-order-3.sh \ 992t/aclocal-I-and-install.sh \ 993t/aclocal-acdir.sh \ 994t/aclocal-amflags.sh \ 995t/aclocal-autoconf-version-check.sh \ 996t/aclocal-comments-respected.sh \ 997t/aclocal-deleted-header-aclocal-amflags.sh \ 998t/aclocal-deleted-header.sh \ 999t/aclocal-deps-subdir.sh \ 1000t/aclocal-deps.sh \ 1001t/aclocal-dirlist.sh \ 1002t/aclocal-dirlist-globbing.sh \ 1003t/aclocal-dirlist-abspath.sh \ 1004t/aclocal-install-absdir.sh \ 1005t/aclocal-install-fail.sh \ 1006t/aclocal-install-mkdir.sh \ 1007t/aclocal-m4-include-are-scanned-aclocal-amflags.sh \ 1008t/aclocal-m4-include-are-scanned.sh \ 1009t/aclocal-m4-sinclude.sh \ 1010t/aclocal-macrodir.tap \ 1011t/aclocal-macrodirs.tap \ 1012t/aclocal-missing-macros.sh \ 1013t/aclocal-no-extra-scan.sh \ 1014t/aclocal-no-force.sh \ 1015t/aclocal-no-install-no-mkdir.sh \ 1016t/aclocal-no-symlinked-overwrite.sh \ 1017t/aclocal-no-unused-required.sh \ 1018t/aclocal-path.sh \ 1019t/aclocal-path-install.sh \ 1020t/aclocal-path-install-serial.sh \ 1021t/aclocal-path-nonexistent.sh \ 1022t/aclocal-path-precedence.sh \ 1023t/aclocal-pr450.sh \ 1024t/aclocal-print-acdir.sh \ 1025t/aclocal-req.sh \ 1026t/aclocal-remake-misc.sh \ 1027t/aclocal-scan-configure-ac-pr319.sh \ 1028t/aclocal-serial.sh \ 1029t/aclocal-underquoted-defun.sh \ 1030t/aclocal-verbose-install.sh \ 1031t/auxdir-pr15981.sh \ 1032t/auxdir-cc-pr15981.sh \ 1033t/ac-output-old.tap \ 1034t/acsilent.sh \ 1035t/acsubst.sh \ 1036t/acsubst2.sh \ 1037t/add-missing.tap \ 1038t/add-missing-multiple.sh \ 1039t/all.sh \ 1040t/all2.sh \ 1041t/alloca.sh \ 1042t/alloca2.sh \ 1043t/alpha.sh \ 1044t/alpha2.sh \ 1045t/amhello-cflags.sh \ 1046t/amhello-cross-compile.sh \ 1047t/amhello-binpkg.sh \ 1048t/aminit-moreargs-deprecation.sh \ 1049t/aminit-trailing-dnl-comment-pr16841.sh \ 1050t/amassign.sh \ 1051t/am-config-header.sh \ 1052t/am-prog-cc-stdc.sh \ 1053t/am-prog-cc-c-o.sh \ 1054t/am-macro-not-found.sh \ 1055t/amopt.sh \ 1056t/amopts-location.sh \ 1057t/amopts-variable-expansion.sh \ 1058t/amsubst.sh \ 1059t/am-default-source-ext.sh \ 1060t/am-include-only-one-generated-fragment.sh \ 1061t/ansi2knr-no-more.sh \ 1062t/ar-lib.sh \ 1063t/ar-lib2.sh \ 1064t/ar-lib3.sh \ 1065t/ar-lib4.sh \ 1066t/ar-lib5a.sh \ 1067t/ar-lib5b.sh \ 1068t/ar-lib6a.sh \ 1069t/ar-lib6b.sh \ 1070t/ar-lib7.sh \ 1071t/ar.sh \ 1072t/ar2.sh \ 1073t/ar3.sh \ 1074t/ar4.sh \ 1075t/ar5.sh \ 1076t/asm.sh \ 1077t/asm2.sh \ 1078t/asm3.sh \ 1079t/autodist.sh \ 1080t/autodist-subdir.sh \ 1081t/autodist-acconfig.sh \ 1082t/autodist-acconfig-no-subdir.sh \ 1083t/autodist-aclocal-m4.sh \ 1084t/autodist-config-headers.sh \ 1085t/autodist-configure-no-subdir.sh \ 1086t/autodist-no-duplicate.sh \ 1087t/autodist-stamp-vti.sh \ 1088t/autohdr.sh \ 1089t/autohdr3.sh \ 1090t/autohdr4.sh \ 1091t/autohdr-subdir-pr12495.sh \ 1092t/autohdrdry.sh \ 1093t/automake-cmdline.tap \ 1094t/auxdir.sh \ 1095t/auxdir6.sh \ 1096t/auxdir7.sh \ 1097t/auxdir8.sh \ 1098t/auxdir-autodetect.sh \ 1099t/auxdir-computed.tap \ 1100t/auxdir-misplaced.sh \ 1101t/auxdir-nonexistent.sh \ 1102t/auxdir-pr19311.sh \ 1103t/auxdir-unportable.tap \ 1104t/backcompat.sh \ 1105t/backcompat2.sh \ 1106t/backcompat3.sh \ 1107t/backcompat6.sh \ 1108t/backcompat-acout.sh \ 1109t/backslash-issues.sh \ 1110t/backslash-before-trailing-whitespace.sh \ 1111t/badline.sh \ 1112t/badopt.sh \ 1113t/badprog.sh \ 1114t/built-sources-check.sh \ 1115t/built-sources-cond.sh \ 1116t/built-sources-fork-bomb.sh \ 1117t/built-sources-install.sh \ 1118t/built-sources-install-exec.sh \ 1119t/built-sources-subdir.sh \ 1120t/built-sources.sh \ 1121t/candist.sh \ 1122t/canon.sh \ 1123t/canon2.sh \ 1124t/canon3.sh \ 1125t/canon4.sh \ 1126t/canon5.sh \ 1127t/canon6.sh \ 1128t/canon7.sh \ 1129t/canon8.sh \ 1130t/canon-name.sh \ 1131t/ccnoco.sh \ 1132t/ccnoco-lib.sh \ 1133t/ccnoco-lt.sh \ 1134t/ccnoco3.sh \ 1135t/ccnoco4.sh \ 1136t/ccnoco-deps.sh \ 1137t/check.sh \ 1138t/check2.sh \ 1139t/check4.sh \ 1140t/check5.sh \ 1141t/check6.sh \ 1142t/check7.sh \ 1143t/check8.sh \ 1144t/check10.sh \ 1145t/check11.sh \ 1146t/check12.sh \ 1147t/check-subst.sh \ 1148t/check-subst-prog.sh \ 1149t/check-exported-srcdir.sh \ 1150t/check-fd-redirect.sh \ 1151t/check-tests-in-builddir.sh \ 1152t/check-no-test-driver.sh \ 1153t/check-concurrency-bug9245.sh \ 1154t/checkall.sh \ 1155t/clean.sh \ 1156t/colneq.sh \ 1157t/colneq2.sh \ 1158t/colneq3.sh \ 1159t/colon.sh \ 1160t/colon2.sh \ 1161t/colon3.sh \ 1162t/colon4.sh \ 1163t/colon5.sh \ 1164t/colon6.sh \ 1165t/colon7.sh \ 1166t/color-tests.sh \ 1167t/color-tests2.sh \ 1168t/color-tests-opt.sh \ 1169t/comment.sh \ 1170t/comment2.sh \ 1171t/comment3.sh \ 1172t/comment4.sh \ 1173t/comment5.sh \ 1174t/comment6.sh \ 1175t/comment7.sh \ 1176t/comment8.sh \ 1177t/comment9.sh \ 1178t/commen10.sh \ 1179t/commen11.sh \ 1180t/comment-block.sh \ 1181t/comments-in-var-def.sh \ 1182t/compile.sh \ 1183t/compile2.sh \ 1184t/compile3.sh \ 1185t/compile4.sh \ 1186t/compile5.sh \ 1187t/compile6.sh \ 1188t/compile7.sh \ 1189t/compile_f90_c_cxx.sh \ 1190t/compile_f_c_cxx.sh \ 1191t/cond-basic.sh \ 1192t/cond.sh \ 1193t/cond3.sh \ 1194t/cond4.sh \ 1195t/cond5.sh \ 1196t/cond6.sh \ 1197t/cond7.sh \ 1198t/cond8.sh \ 1199t/cond9.sh \ 1200t/cond10.sh \ 1201t/cond11.sh \ 1202t/cond13.sh \ 1203t/cond14.sh \ 1204t/cond15.sh \ 1205t/cond16.sh \ 1206t/cond17.sh \ 1207t/cond18.sh \ 1208t/cond19.sh \ 1209t/cond20.sh \ 1210t/cond21.sh \ 1211t/cond22.sh \ 1212t/cond23.sh \ 1213t/cond24.sh \ 1214t/cond25.sh \ 1215t/cond26.sh \ 1216t/cond27.sh \ 1217t/cond28.sh \ 1218t/cond30.sh \ 1219t/cond31.sh \ 1220t/cond32.sh \ 1221t/cond33.sh \ 1222t/cond34.sh \ 1223t/cond35.sh \ 1224t/cond36.sh \ 1225t/cond37.sh \ 1226t/cond38.sh \ 1227t/cond39.sh \ 1228t/cond40.sh \ 1229t/cond41.sh \ 1230t/cond42.sh \ 1231t/cond43.sh \ 1232t/cond44.sh \ 1233t/cond45.sh \ 1234t/cond46.sh \ 1235t/condd.sh \ 1236t/condhook.sh \ 1237t/condhook2.sh \ 1238t/condinc.sh \ 1239t/condinc2.sh \ 1240t/condlib.sh \ 1241t/condman2.sh \ 1242t/condman3.sh \ 1243t/configure.sh \ 1244t/confdeps.sh \ 1245t/conff.sh \ 1246t/conff2.sh \ 1247t/conffile-leading-dot.sh \ 1248t/confh.sh \ 1249t/confh4.sh \ 1250t/confh5.sh \ 1251t/confh6.sh \ 1252t/confh7.sh \ 1253t/confh8.sh \ 1254t/confh-subdir-clean.sh \ 1255t/confincl.sh \ 1256t/conflnk.sh \ 1257t/conflnk2.sh \ 1258t/conflnk3.sh \ 1259t/conflnk4.sh \ 1260t/confsub.sh \ 1261t/confvar.sh \ 1262t/confvar2.sh \ 1263t/copy.sh \ 1264t/cscope.tap \ 1265t/cscope2.sh \ 1266t/cscope3.sh \ 1267t/c-demo.sh \ 1268t/cxx.sh \ 1269t/cxx2.sh \ 1270t/cxxcpp.sh \ 1271t/cxx-demo.sh \ 1272t/cxx-lt-demo.sh \ 1273t/cxxlibobj.sh \ 1274t/cxxlink.sh \ 1275t/cxxnoc.sh \ 1276t/cygnus-no-more.sh \ 1277t/cygwin32.sh \ 1278t/dash.sh \ 1279t/defun.sh \ 1280t/defun2.sh \ 1281t/dejagnu.sh \ 1282t/dejagnu2.sh \ 1283t/dejagnu3.sh \ 1284t/dejagnu4.sh \ 1285t/dejagnu5.sh \ 1286t/dejagnu6.sh \ 1287t/dejagnu7.sh \ 1288t/dejagnu-absolute-builddir.sh \ 1289t/dejagnu-relative-srcdir.sh \ 1290t/dejagnu-siteexp-extend.sh \ 1291t/dejagnu-siteexp-append.sh \ 1292t/dejagnu-siteexp-useredit.sh \ 1293t/deleted-am.sh \ 1294t/deleted-m4.sh \ 1295t/depacl2.sh \ 1296t/depcomp.sh \ 1297t/depcomp2.sh \ 1298t/depcomp8a.sh \ 1299t/depcomp8b.sh \ 1300t/depcomp-implicit-auxdir.sh \ 1301t/depdist.sh \ 1302t/depend.sh \ 1303t/depend3.sh \ 1304t/depend4.sh \ 1305t/depend5.sh \ 1306t/depend6.sh \ 1307t/depend-postproc.sh \ 1308t/deprecated-acinit.sh \ 1309t/destdir.sh \ 1310t/dir-named-obj-is-bad.sh \ 1311t/discover.sh \ 1312t/dist-formats.tap \ 1313t/dist-lzma.sh \ 1314t/dist-tarZ.sh \ 1315t/dist-shar.sh \ 1316t/dist-auxdir-many-subdirs.sh \ 1317t/dist-auxfile-2.sh \ 1318t/dist-auxfile.sh \ 1319t/dist-included-parent-dir.sh \ 1320t/dist-missing-am.sh \ 1321t/dist-missing-included-m4.sh \ 1322t/dist-missing-m4.sh \ 1323t/dist-readonly.sh \ 1324t/dist-repeated.sh \ 1325t/dist-pr109765.sh \ 1326t/dist-no-built-sources.sh \ 1327t/dist-vs-built-sources.sh \ 1328t/distcleancheck.sh \ 1329t/distcom2.sh \ 1330t/distcom3.sh \ 1331t/distcom4.sh \ 1332t/distcom5.sh \ 1333t/distcom-subdir.sh \ 1334t/distdir.sh \ 1335t/disthook.sh \ 1336t/distlinks.sh \ 1337t/distlinksbrk.sh \ 1338t/distname.sh \ 1339t/distcheck-configure-flags.sh \ 1340t/distcheck-configure-flags-am.sh \ 1341t/distcheck-configure-flags-subpkg.sh \ 1342t/distcheck-hook.sh \ 1343t/distcheck-hook2.sh \ 1344t/distcheck-writable-srcdir.sh \ 1345t/distcheck-missing-m4.sh \ 1346t/distcheck-outdated-m4.sh \ 1347t/distcheck-no-prefix-or-srcdir-override.sh \ 1348t/distcheck-override-dvi.sh \ 1349t/distcheck-override-infodir.sh \ 1350t/distcheck-pr9579.sh \ 1351t/distcheck-pr10470.sh \ 1352t/distcheck-pr18286.sh \ 1353t/dmalloc.sh \ 1354t/doc-parsing-buglets-colneq-subst.sh \ 1355t/doc-parsing-buglets-tabs.sh \ 1356t/dollar.sh \ 1357t/dollarvar.sh \ 1358t/dollarvar2.sh \ 1359t/double.sh \ 1360t/dup2.sh \ 1361t/else.sh \ 1362t/empty-data-primary.sh \ 1363t/empty-sources-primary.tap \ 1364t/exdir.sh \ 1365t/exdir2.sh \ 1366t/exdir3.sh \ 1367t/exeext.sh \ 1368t/exeext2.sh \ 1369t/exeext3.sh \ 1370t/exeext4.sh \ 1371t/extra-sources.sh \ 1372t/ext.sh \ 1373t/ext2.sh \ 1374t/ext3.sh \ 1375t/extra.sh \ 1376t/extra-sources-no-spurious.sh \ 1377t/extra-data.sh \ 1378t/extra-dist-vpath-dir.sh \ 1379t/extra-dist-dirs-and-subdirs.sh \ 1380t/extra-dist-vpath-dir-merge.sh \ 1381t/extra-dist-wildcards.sh \ 1382t/extra-dist-wildcards-gnu.sh \ 1383t/extra-dist-wildcards-vpath.sh \ 1384t/extra-programs-misc.sh \ 1385t/extra-programs-and-libs.sh \ 1386t/extra-programs-empty.sh \ 1387t/extra-portability.sh \ 1388t/extra-portability2.sh \ 1389t/extra-portability3.sh \ 1390t/extra-deps.sh \ 1391t/extra-deps-lt.sh \ 1392t/f90only.sh \ 1393t/flavor.sh \ 1394t/flibs.sh \ 1395t/fn99.sh \ 1396t/fn99subdir.sh \ 1397t/fnoc.sh \ 1398t/forcemiss.sh \ 1399t/forcemiss2.sh \ 1400t/fort1.sh \ 1401t/fort2.sh \ 1402t/fort4.sh \ 1403t/fort5.sh \ 1404t/fonly.sh \ 1405t/fortdep.sh \ 1406t/gcj.sh \ 1407t/gcj2.sh \ 1408t/gcj3.sh \ 1409t/gcj4.sh \ 1410t/gcj5.sh \ 1411t/gcj6.sh \ 1412t/gettext-basics.sh \ 1413t/gettext-config-rpath.sh \ 1414t/gettext-external-pr338.sh \ 1415t/gettext-intl-subdir.sh \ 1416t/gettext-pr381.sh \ 1417t/gnumake.sh \ 1418t/gnuwarn.sh \ 1419t/gnuwarn2.sh \ 1420t/gnits.sh \ 1421t/gnits2.sh \ 1422t/gnits3.sh \ 1423t/hdr-vars-defined-once.sh \ 1424t/header.sh \ 1425t/help.sh \ 1426t/help2.sh \ 1427t/help3.sh \ 1428t/help4.sh \ 1429t/help-depend.sh \ 1430t/help-depend2.sh \ 1431t/help-dmalloc.sh \ 1432t/help-init.sh \ 1433t/help-lispdir.sh \ 1434t/help-python.sh \ 1435t/help-silent.sh \ 1436t/help-upc.sh \ 1437t/hfs.sh \ 1438t/implicit.sh \ 1439t/init.sh \ 1440t/init2.sh \ 1441t/dist-install-sh.sh \ 1442t/dist-with-unreadable-makefile-fails.sh \ 1443t/installdir.sh \ 1444t/add-missing-install-sh.sh \ 1445t/install-sh-unittests.sh \ 1446t/install-sh-option-C.sh \ 1447t/install-sh-option-S.sh \ 1448t/instdat.sh \ 1449t/instdat2.sh \ 1450t/instdir.sh \ 1451t/instdir2.sh \ 1452t/instdir-cond.sh \ 1453t/instdir-cond2.sh \ 1454t/instdir-no-empty.sh \ 1455t/instdir-java.sh \ 1456t/instdir-lisp.sh \ 1457t/instdir-ltlib.sh \ 1458t/instdir-prog.sh \ 1459t/instdir-python.sh \ 1460t/instdir-texi.sh \ 1461t/instexec.sh \ 1462t/instfail.sh \ 1463t/instfail-info.sh \ 1464t/instfail-java.sh \ 1465t/instfail-libtool.sh \ 1466t/insthook.sh \ 1467t/instman.sh \ 1468t/instman2.sh \ 1469t/instmany.sh \ 1470t/instmany-mans.sh \ 1471t/instmany-python.sh \ 1472t/install-info-dir.sh \ 1473t/interp.sh \ 1474t/interp2.sh \ 1475t/java.sh \ 1476t/java2.sh \ 1477t/java3.sh \ 1478t/javadir-undefined.sh \ 1479t/javaflags.sh \ 1480t/java-check.sh \ 1481t/java-clean.sh \ 1482t/java-compile-install.sh \ 1483t/java-compile-run-flat.sh \ 1484t/java-compile-run-nested.sh \ 1485t/java-empty-classpath.sh \ 1486t/javaprim.sh \ 1487t/javasubst.sh \ 1488t/java-extra.sh \ 1489t/java-mix.sh \ 1490t/java-no-duplicate.sh \ 1491t/java-nobase.sh \ 1492t/java-noinst.sh \ 1493t/java-rebuild.sh \ 1494t/java-sources.sh \ 1495t/java-uninstall.sh \ 1496t/ldadd.sh \ 1497t/ldflags.sh \ 1498t/lex.sh \ 1499t/lex2.sh \ 1500t/lex3.sh \ 1501t/lex5.sh \ 1502t/lexcpp.sh \ 1503t/lexvpath.sh \ 1504t/lex-subobj-nodep.sh \ 1505t/lex-header.sh \ 1506t/lex-lib.sh \ 1507t/lex-lib-external.sh \ 1508t/lex-libobj.sh \ 1509t/lex-multiple.sh \ 1510t/lex-noyywrap.sh \ 1511t/lex-clean-cxx.sh \ 1512t/lex-clean.sh \ 1513t/lex-depend-cxx.sh \ 1514t/lex-depend-grep.sh \ 1515t/lex-depend.sh \ 1516t/lex-line.sh \ 1517t/lex-nodist.sh \ 1518t/lex-pr204.sh \ 1519t/lflags.sh \ 1520t/lflags-cxx.sh \ 1521t/libexec.sh \ 1522t/libobj-basic.sh \ 1523t/libobj-no-dependency-tracking.sh \ 1524t/libobj2.sh \ 1525t/libobj3.sh \ 1526t/libobj4.sh \ 1527t/libobj5.sh \ 1528t/libobj7.sh \ 1529t/libobj10.sh \ 1530t/libobj12.sh \ 1531t/libobj13.sh \ 1532t/libobj14.sh \ 1533t/libobj15a.sh \ 1534t/libobj15b.sh \ 1535t/libobj15c.sh \ 1536t/libobj16a.sh \ 1537t/libobj16b.sh \ 1538t/libobj17.sh \ 1539t/libobj18.sh \ 1540t/libobj19.sh \ 1541t/libobj20a.sh \ 1542t/libobj20b.sh \ 1543t/libobj20c.sh \ 1544t/library.sh \ 1545t/library2.sh \ 1546t/library3.sh \ 1547t/libtool.sh \ 1548t/libtool2.sh \ 1549t/libtool3.sh \ 1550t/libtool4.sh \ 1551t/libtool5.sh \ 1552t/libtool6.sh \ 1553t/libtool7.sh \ 1554t/libtool8.sh \ 1555t/libtool9.sh \ 1556t/libtoo10.sh \ 1557t/libtoo11.sh \ 1558t/license.sh \ 1559t/license2.sh \ 1560t/link_c_cxx.sh \ 1561t/link_cond.sh \ 1562t/link_dist.sh \ 1563t/link_f90_only.sh \ 1564t/link_fc.sh \ 1565t/link_fccxx.sh \ 1566t/link_fcxx.sh \ 1567t/link_f_only.sh \ 1568t/link_override.sh \ 1569t/lisp2.sh \ 1570t/lisp3.sh \ 1571t/lisp4.sh \ 1572t/lisp5.sh \ 1573t/lisp6.sh \ 1574t/lisp7.sh \ 1575t/lisp8.sh \ 1576t/lisp-readonly-srcdir.sh \ 1577t/lisp-loadpath.sh \ 1578t/lisp-subdir.sh \ 1579t/lisp-subdir2.sh \ 1580t/lisp-subdir-mix.sh \ 1581t/lispdry.sh \ 1582t/lisp-pr11806.sh \ 1583t/lisp-flags.sh \ 1584t/listval.sh \ 1585t/location.sh \ 1586t/longline.sh \ 1587t/longlin2.sh \ 1588t/ltcond.sh \ 1589t/ltcond2.sh \ 1590t/ltconv.sh \ 1591t/ltdeps.sh \ 1592t/ltinit.sh \ 1593t/ltinstloc.sh \ 1594t/ltlibobjs.sh \ 1595t/ltlibsrc.sh \ 1596t/ltorder.sh \ 1597t/m4-inclusion.sh \ 1598t/maintclean.sh \ 1599t/maintclean-vpath.sh \ 1600t/maintmode-configure-msg.sh \ 1601t/make.sh \ 1602t/makefile-deps.sh \ 1603t/makej.sh \ 1604t/makej2.sh \ 1605t/maken.sh \ 1606t/maken3.sh \ 1607t/makevars.sh \ 1608t/make-dryrun.tap \ 1609t/make-keepgoing.tap \ 1610t/make-is-gnu.sh \ 1611t/man.sh \ 1612t/man2.sh \ 1613t/man3.sh \ 1614t/man5.sh \ 1615t/man6.sh \ 1616t/man7.sh \ 1617t/man8.sh \ 1618t/mdate.sh \ 1619t/mdate2.sh \ 1620t/mdate3.sh \ 1621t/mdate4.sh \ 1622t/mdate5.sh \ 1623t/mdate6.sh \ 1624t/missing-version-mismatch.sh \ 1625t/missing3.sh \ 1626t/am-missing-prog.sh \ 1627t/missing-auxfile-stops-makefiles-creation.sh \ 1628t/mkdir_p.sh \ 1629t/mkdirp-deprecation.sh \ 1630t/mkinstall.sh \ 1631t/mkinst2.sh \ 1632t/mkinst3.sh \ 1633t/mmode.sh \ 1634t/mmodely.sh \ 1635t/no-extra-c-stuff.sh \ 1636t/no-extra-makefile-code.sh \ 1637t/no-spurious-install-recursive.sh \ 1638t/nobase.sh \ 1639t/nobase-libtool.sh \ 1640t/nobase-python.sh \ 1641t/nobase-nodist.sh \ 1642t/nodef.sh \ 1643t/nodef2.sh \ 1644t/nodep.sh \ 1645t/nodep2.sh \ 1646t/nodepcomp.sh \ 1647t/nodist.sh \ 1648t/nodist2.sh \ 1649t/nodist3.sh \ 1650t/noinst.sh \ 1651t/noinstdir.sh \ 1652t/nolink.sh \ 1653t/nostdinc.sh \ 1654t/notrans.sh \ 1655t/number.sh \ 1656t/objc-basic.sh \ 1657t/objc-minidemo.sh \ 1658t/objc-flags.sh \ 1659t/objc-deps.sh \ 1660t/objcxx-basic.sh \ 1661t/objcxx-minidemo.sh \ 1662t/objcxx-flags.sh \ 1663t/objcxx-deps.sh \ 1664t/objc-megademo.sh \ 1665t/objext-pr10128.sh \ 1666t/oldvars.sh \ 1667t/order.sh \ 1668t/output.sh \ 1669t/output2.sh \ 1670t/output3.sh \ 1671t/output4.sh \ 1672t/output5.sh \ 1673t/output6.sh \ 1674t/output7.sh \ 1675t/output8.sh \ 1676t/output9.sh \ 1677t/output10.sh \ 1678t/output11.sh \ 1679t/output12.sh \ 1680t/output13.sh \ 1681t/output-order.sh \ 1682t/override-conditional-1.sh \ 1683t/override-conditional-2.sh \ 1684t/override-conditional-pr13940.sh \ 1685t/override-html.sh \ 1686t/override-suggest-local.sh \ 1687t/parallel-am.sh \ 1688t/parallel-am2.sh \ 1689t/parallel-am3.sh \ 1690t/serial-tests.sh \ 1691t/parallel-tests-basics.sh \ 1692t/parallel-tests-concurrency.sh \ 1693t/parallel-tests-concurrency-2.sh \ 1694t/parallel-tests-empty.sh \ 1695t/parallel-tests-exit-status-reported.sh \ 1696t/parallel-tests-generated-and-distributed.sh \ 1697t/parallel-tests-recheck.sh \ 1698t/parallel-tests-trailing-whitespace.sh \ 1699t/parallel-tests-recheck-depends-on-all.sh \ 1700t/parallel-tests-recheck-pr11791.sh \ 1701t/parallel-tests-exeext.sh \ 1702t/parallel-tests-suffix.sh \ 1703t/parallel-tests-suffix-prog.sh \ 1704t/parallel-tests-log-compiler-1.sh \ 1705t/parallel-tests-log-compiler-2.sh \ 1706t/parallel-tests-dry-run-1.sh \ 1707t/parallel-tests-dry-run-2.sh \ 1708t/parallel-tests-fd-redirect.sh \ 1709t/parallel-tests-fd-redirect-exeext.sh \ 1710t/parallel-tests-extra-programs.sh \ 1711t/parallel-tests-unreadable.sh \ 1712t/parallel-tests-subdir.sh \ 1713t/parallel-tests-interrupt.tap \ 1714t/parallel-tests-reset-term.sh \ 1715t/parallel-tests-harderror.sh \ 1716t/parallel-tests-log-override-1.sh \ 1717t/parallel-tests-log-override-2.sh \ 1718t/parallel-tests-log-override-recheck.sh \ 1719t/parallel-tests-log-compiler-example.sh \ 1720t/parallel-tests-cmdline-override.sh \ 1721t/parallel-tests-fork-bomb.sh \ 1722t/parallel-tests-empty-testlogs.sh \ 1723t/parallel-tests-driver-install.sh \ 1724t/parallel-tests-no-color-in-log.sh \ 1725t/parallel-tests-no-spurious-summary.sh \ 1726t/parallel-tests-exit-statuses.sh \ 1727t/parallel-tests-console-output.sh \ 1728t/parallel-tests-once.sh \ 1729t/tests-environment.sh \ 1730t/am-tests-environment.sh \ 1731t/tests-environment-backcompat.sh \ 1732t/testsuite-summary-color.sh \ 1733t/testsuite-summary-count.sh \ 1734t/testsuite-summary-count-many.sh \ 1735t/testsuite-summary-header.sh \ 1736t/testsuite-summary-reference-log.sh \ 1737t/test-driver-acsubst.sh \ 1738t/test-driver-cond.sh \ 1739t/test-driver-custom-no-extra-driver.sh \ 1740t/test-driver-custom.sh \ 1741t/test-driver-custom-xfail-tests.sh \ 1742t/test-driver-custom-multitest.sh \ 1743t/test-driver-custom-multitest-recheck.sh \ 1744t/test-driver-custom-multitest-recheck2.sh \ 1745t/test-driver-create-log-dir.sh \ 1746t/test-driver-strip-vpath.sh \ 1747t/test-driver-trs-suffix-registered.sh \ 1748t/test-driver-fail.sh \ 1749t/test-driver-is-distributed.sh \ 1750t/test-extensions-empty.sh \ 1751t/test-harness-vpath-rewrite.sh \ 1752t/test-log.sh \ 1753t/test-logs-repeated.sh \ 1754t/test-metadata-global-log.sh \ 1755t/test-metadata-global-result.sh \ 1756t/test-metadata-recheck.sh \ 1757t/test-metadata-results.sh \ 1758t/test-missing.sh \ 1759t/test-missing2.sh \ 1760t/test-trs-basic.sh \ 1761t/test-trs-recover.sh \ 1762t/test-trs-recover2.sh \ 1763t/test-extensions.sh \ 1764t/test-extensions-cond.sh \ 1765t/toplevelmd.sh \ 1766t/parse.sh \ 1767t/percent.sh \ 1768t/percent2.sh \ 1769t/per-target-flags.sh \ 1770t/phony.sh \ 1771t/precious.sh \ 1772t/pluseq.sh \ 1773t/pluseq2.sh \ 1774t/pluseq3.sh \ 1775t/pluseq4.sh \ 1776t/pluseq5.sh \ 1777t/pluseq6.sh \ 1778t/pluseq7.sh \ 1779t/pluseq8.sh \ 1780t/pluseq9.sh \ 1781t/pluseq10.sh \ 1782t/pluseq11.sh \ 1783t/posixsubst-data.sh \ 1784t/posixsubst-extradist.sh \ 1785t/posixsubst-ldadd.sh \ 1786t/posixsubst-libraries.sh \ 1787t/posixsubst-ltlibraries.sh \ 1788t/posixsubst-programs.sh \ 1789t/posixsubst-scripts.sh \ 1790t/posixsubst-sources.sh \ 1791t/posixsubst-tests.sh \ 1792t/ppf77.sh \ 1793t/pr2.sh \ 1794t/pr9.sh \ 1795t/pr72.sh \ 1796t/pr87.sh \ 1797t/pr211.sh \ 1798t/pr220.sh \ 1799t/pr224.sh \ 1800t/pr229.sh \ 1801t/pr243.sh \ 1802t/pr266.sh \ 1803t/pr279.sh \ 1804t/pr279-2.sh \ 1805t/pr287.sh \ 1806t/pr300-lib.sh \ 1807t/pr300-ltlib.sh \ 1808t/pr300-prog.sh \ 1809t/pr307.sh \ 1810t/pr401.sh \ 1811t/pr401b.sh \ 1812t/pr401c.sh \ 1813t/prefix.sh \ 1814t/preproc-basics.sh \ 1815t/preproc-c-compile.sh \ 1816t/preproc-demo.sh \ 1817t/preproc-errmsg.sh \ 1818t/primary.sh \ 1819t/primary2.sh \ 1820t/primary3.sh \ 1821t/primary-prefix-invalid-couples.tap \ 1822t/primary-prefix-valid-couples.sh \ 1823t/primary-prefix-couples-force-valid.sh \ 1824t/primary-prefix-couples-documented-valid.sh \ 1825t/print-libdir.sh \ 1826t/proginst.sh \ 1827t/programs-primary-rewritten.sh \ 1828t/py-compile-basic.sh \ 1829t/py-compile-basedir.sh \ 1830t/py-compile-destdir.sh \ 1831t/py-compile-env.sh \ 1832t/py-compile-option-terminate.sh \ 1833t/py-compile-usage.sh \ 1834t/python.sh \ 1835t/python2.sh \ 1836t/python3.sh \ 1837t/python10.sh \ 1838t/python11.sh \ 1839t/python12.sh \ 1840t/python-am-path-iftrue.sh \ 1841t/python-missing.sh \ 1842t/python-too-old.sh \ 1843t/python-dist.sh \ 1844t/python-prefix.sh \ 1845t/python-vars.sh \ 1846t/python-virtualenv.sh \ 1847t/python-pr10995.sh \ 1848t/recurs-user.sh \ 1849t/recurs-user2.sh \ 1850t/recurs-user-deeply-nested.sh \ 1851t/recurs-user-indir.sh \ 1852t/recurs-user-keep-going.sh \ 1853t/recurs-user-many.sh \ 1854t/recurs-user-no-subdirs.sh \ 1855t/recurs-user-no-top-level.sh \ 1856t/recurs-user-override.sh \ 1857t/recurs-user-phony.sh \ 1858t/recurs-user-wrap.sh \ 1859t/relativize.tap \ 1860t/remake-fail.sh \ 1861t/remake-not-after-make-dist.sh \ 1862t/remake-maintainer-mode.sh \ 1863t/remake-makefile-intree.sh \ 1864t/remake-makefile-vpath.sh \ 1865t/remake-after-configure-ac.sh \ 1866t/remake-after-makefile-am.sh \ 1867t/remake-after-acinclude-m4.sh \ 1868t/remake-after-aclocal-m4.sh \ 1869t/remake-include-configure.sh \ 1870t/remake-include-makefile.sh \ 1871t/remake-include-aclocal.sh \ 1872t/remake-config-status-dependencies.sh \ 1873t/remake-configure-dependencies.sh \ 1874t/remake-deeply-nested.sh \ 1875t/remake-mild-stress.sh \ 1876t/remake-all-1.sh \ 1877t/remake-all-2.sh \ 1878t/remake-recurs-user.sh \ 1879t/remake-subdir.sh \ 1880t/remake-subdir2.sh \ 1881t/remake-subdir3.sh \ 1882t/remake-subdir-only.sh \ 1883t/remake-subdir-grepping.sh \ 1884t/remake-subdir-from-subdir.sh \ 1885t/remake-subdir-gnu.sh \ 1886t/remake-subdir-no-makefile.sh \ 1887t/remake-subdir-long-time.sh \ 1888t/remake-gnulib-add-acsubst.sh \ 1889t/remake-gnulib-add-header.sh \ 1890t/remake-gnulib-remove-header.sh \ 1891t/remake-moved-m4-file.sh \ 1892t/remake-deleted-m4-file.sh \ 1893t/remake-renamed-m4-file.sh \ 1894t/remake-renamed-m4-macro-and-file.sh \ 1895t/remake-renamed-m4-macro.sh \ 1896t/remake-am-pr10111.sh \ 1897t/remake-m4-pr10111.sh \ 1898t/remake-deleted-am-2.sh \ 1899t/remake-deleted-am-subdir.sh \ 1900t/remake-deleted-am.sh \ 1901t/remake-renamed-am.sh \ 1902t/remake-aclocal-version-mismatch.sh \ 1903t/remake-macrodir.sh \ 1904t/remake-timing-bug-pr8365.sh \ 1905t/reqd2.sh \ 1906t/repeated-options.sh \ 1907t/rm-f-probe.sh \ 1908t/rulepat.sh \ 1909t/self-check-cc-no-c-o.sh \ 1910t/self-check-configure-help.sh \ 1911t/self-check-dir.tap \ 1912t/self-check-exit.tap \ 1913t/self-check-explicit-skips.sh \ 1914t/self-check-is_newest.tap \ 1915t/self-check-me.tap \ 1916t/self-check-report.sh \ 1917t/self-check-seq.tap \ 1918t/self-check-shell-no-trail-bslash.sh \ 1919t/self-check-is-blocked-signal.tap \ 1920t/self-check-unindent.tap \ 1921t/sanity.sh \ 1922t/seenc.sh \ 1923t/silent-c.sh \ 1924t/silent-cxx.sh \ 1925t/silent-lt.sh \ 1926t/silent-f77.sh \ 1927t/silent-f90.sh \ 1928t/silent-many-languages.sh \ 1929t/silent-gen.sh \ 1930t/silent-texi.sh \ 1931t/silent-lex.sh \ 1932t/silent-yacc.sh \ 1933t/silent-yacc-headers.sh \ 1934t/silent-configsite.sh \ 1935t/silent-nested-vars.sh \ 1936t/silent-custom.sh \ 1937t/src-acsubst.sh \ 1938t/sourcefile-in-subdir.sh \ 1939t/space.sh \ 1940t/specflg6.sh \ 1941t/specflg7.sh \ 1942t/specflg8.sh \ 1943t/specflg9.sh \ 1944t/specflg-dummy.sh \ 1945t/spell.sh \ 1946t/spell2.sh \ 1947t/spell3.sh \ 1948t/spelling.sh \ 1949t/spy-double-colon.sh \ 1950t/spy-rm.tap \ 1951t/stdinc.sh \ 1952t/stamph2.sh \ 1953t/stdlib.sh \ 1954t/stdlib2.sh \ 1955t/strictness-override.sh \ 1956t/strictness-precedence.sh \ 1957t/strip.sh \ 1958t/strip2.sh \ 1959t/strip3.sh \ 1960t/subdir.sh \ 1961t/subdir-ac-subst.sh \ 1962t/subdir-add-pr46.sh \ 1963t/subdir-add2-pr46.sh \ 1964t/subdir-am-cond.sh \ 1965t/subdir-cond-err.sh \ 1966t/subdir-cond-gettext.sh \ 1967t/subdir-env-interference.sh \ 1968t/subdir-order.sh \ 1969t/subdir-with-slash.sh \ 1970t/subdir-subsub.sh \ 1971t/subdir-distclean.sh \ 1972t/subdir-keep-going-pr12554.sh \ 1973t/subobj.sh \ 1974t/subobj2.sh \ 1975t/subobj4.sh \ 1976t/subobj5.sh \ 1977t/subobj6.sh \ 1978t/subobj7.sh \ 1979t/subobj8.sh \ 1980t/subobj9.sh \ 1981t/subobj10.sh \ 1982t/subobj11a.sh \ 1983t/subobj11b.sh \ 1984t/subobj11c.sh \ 1985t/subobjname.sh \ 1986t/subobj-clean-pr10697.sh \ 1987t/subobj-clean-lt-pr10697.sh \ 1988t/subobj-indir-pr13928.sh \ 1989t/subobj-objname-clash.sh \ 1990t/subobj-vpath-pr13928.sh \ 1991t/subobj-pr13928-more-langs.sh \ 1992t/subpkg.sh \ 1993t/subpkg2.sh \ 1994t/subpkg3.sh \ 1995t/subpkg4.sh \ 1996t/subpkg-yacc.sh \ 1997t/subpkg-macrodir.sh \ 1998t/subst.sh \ 1999t/subst3.sh \ 2000t/subst4.sh \ 2001t/subst5.sh \ 2002t/subst-no-trailing-empty-line.sh \ 2003t/substref.sh \ 2004t/substre2.sh \ 2005t/substtarg.sh \ 2006t/suffix.sh \ 2007t/suffix2.sh \ 2008t/suffix3.tap \ 2009t/suffix4.sh \ 2010t/suffix5.sh \ 2011t/suffix6.sh \ 2012t/suffix6b.sh \ 2013t/suffix6c.sh \ 2014t/suffix7.sh \ 2015t/suffix8.tap \ 2016t/suffix9.sh \ 2017t/suffix10.tap \ 2018t/suffix11.tap \ 2019t/suffix-chain.tap \ 2020t/suffix-custom-pr14441.sh \ 2021t/suffix-custom-subobj.sh \ 2022t/suffix-custom-subobj-and-specflg.sh \ 2023t/suffix-extra-c-stuff-pr14560.sh \ 2024t/symlink.sh \ 2025t/symlink2.sh \ 2026t/syntax.sh \ 2027t/tap-ambiguous-directive.sh \ 2028t/tap-autonumber.sh \ 2029t/tap-bailout.sh \ 2030t/tap-bailout-leading-space.sh \ 2031t/tap-bailout-and-logging.sh \ 2032t/tap-bailout-suppress-badexit.sh \ 2033t/tap-bailout-suppress-later-diagnostic.sh \ 2034t/tap-bailout-suppress-later-errors.sh \ 2035t/tap-color.sh \ 2036t/tap-deps.sh \ 2037t/tap-diagnostic.sh \ 2038t/tap-empty-diagnostic.sh \ 2039t/tap-empty.sh \ 2040t/tap-escape-directive.sh \ 2041t/tap-escape-directive-2.sh \ 2042t/tap-exit.sh \ 2043t/tap-signal.tap \ 2044t/tap-fancy.sh \ 2045t/tap-fancy2.sh \ 2046t/tap-global-log.sh \ 2047t/tap-global-result.sh \ 2048t/tap-log.sh \ 2049t/tap-msg0-result.sh \ 2050t/tap-msg0-directive.sh \ 2051t/tap-msg0-planskip.sh \ 2052t/tap-msg0-bailout.sh \ 2053t/tap-msg0-misc.sh \ 2054t/tap-merge-stdout-stderr.sh \ 2055t/tap-no-merge-stdout-stderr.sh \ 2056t/tap-no-disable-hard-error.sh \ 2057t/tap-no-spurious-summary.sh \ 2058t/tap-no-spurious-numbers.sh \ 2059t/tap-no-spurious.sh \ 2060t/tap-not-ok-skip.sh \ 2061t/tap-number-wordboundary.sh \ 2062t/tap-numeric-description.sh \ 2063t/tap-negative-numbers.sh \ 2064t/tap-numbers-leading-zero.sh \ 2065t/tap-out-of-order.sh \ 2066t/tap-passthrough.sh \ 2067t/tap-passthrough-exit.sh \ 2068t/tap-plan.sh \ 2069t/tap-plan-corner.sh \ 2070t/tap-plan-errors.sh \ 2071t/tap-plan-middle.sh \ 2072t/tap-plan-whitespace.sh \ 2073t/tap-plan-leading-zero.sh \ 2074t/tap-plan-malformed.sh \ 2075t/tap-missing-plan-and-bad-exit.sh \ 2076t/tap-planskip.sh \ 2077t/tap-planskip-late.sh \ 2078t/tap-planskip-and-logging.sh \ 2079t/tap-planskip-unplanned.sh \ 2080t/tap-planskip-unplanned-corner.sh \ 2081t/tap-planskip-case-insensitive.sh \ 2082t/tap-planskip-whitespace.sh \ 2083t/tap-planskip-badexit.sh \ 2084t/tap-planskip-bailout.sh \ 2085t/tap-planskip-later-errors.sh \ 2086t/tap-test-number-0.sh \ 2087t/tap-recheck-logs.sh \ 2088t/tap-result-comment.sh \ 2089t/tap-todo-skip-together.sh \ 2090t/tap-todo-skip-whitespace.sh \ 2091t/tap-todo-skip.sh \ 2092t/tap-unplanned.sh \ 2093t/tap-whitespace-normalization.sh \ 2094t/tap-with-and-without-number.sh \ 2095t/tap-xfail-tests.sh \ 2096t/tap-common-setup.sh \ 2097t/tap-bad-prog.tap \ 2098t/tap-basic.sh \ 2099t/tap-diagnostic-custom.sh \ 2100t/tap-driver-stderr.sh \ 2101t/tap-doc.sh \ 2102t/tap-doc2.sh \ 2103t/tap-more.sh \ 2104t/tap-more2.sh \ 2105t/tap-recheck.sh \ 2106t/tap-summary.sh \ 2107t/tap-summary-color.sh \ 2108t/tags.sh \ 2109t/tags2.sh \ 2110t/tagsub.sh \ 2111t/tags-lisp-space.sh \ 2112t/tags-pr12372.sh \ 2113t/tar-ustar.sh \ 2114t/tar-pax.sh \ 2115t/tar-opts-errors.sh \ 2116t/tar-ustar-id-too-high.sh \ 2117t/tar-override.sh \ 2118t/target-cflags.sh \ 2119t/targetclash.sh \ 2120t/tests-environment-fd-redirect.sh \ 2121t/tests-environment-and-log-compiler.sh \ 2122t/txinfo-absolute-srcdir-pr408.sh \ 2123t/txinfo-add-missing-and-dist.sh \ 2124t/txinfo-bsd-make-recurs.sh \ 2125t/txinfo-builddir.sh \ 2126t/txinfo-clean.sh \ 2127t/txinfo-dvi-recurs.sh \ 2128t/txinfo-info-in-srcdir.sh \ 2129t/txinfo-include.sh \ 2130t/txinfo-makeinfo-error-no-clobber.sh \ 2131t/txinfo-many-output-formats.sh \ 2132t/txinfo-many-output-formats-vpath.sh \ 2133t/txinfo-nodist-info.sh \ 2134t/txinfo-no-clutter.sh \ 2135t/txinfo-no-extra-dist.sh \ 2136t/txinfo-no-installinfo.sh \ 2137t/txinfo-no-repeated-targets.sh \ 2138t/txinfo-no-setfilename.sh \ 2139t/txinfo-other-suffixes.sh \ 2140t/txinfo-override-infodeps.sh \ 2141t/txinfo-override-texinfo-tex.sh \ 2142t/txinfo-setfilename-repeated.sh \ 2143t/txinfo-setfilename-suffix-strip.sh \ 2144t/txinfo-subdir-pr343.sh \ 2145t/txinfo-tex-dist.sh \ 2146t/txinfo-unrecognized-extension.sh \ 2147t/txinfo-unrecognized-info-suffix.sh \ 2148t/txinfo-vtexi.sh \ 2149t/txinfo-vtexi2.sh \ 2150t/txinfo-vtexi3.sh \ 2151t/txinfo-vtexi4.sh \ 2152t/txinfo-without-info-suffix.sh \ 2153t/txinfo19.sh \ 2154t/txinfo23.sh \ 2155t/txinfo24.sh \ 2156t/txinfo25.sh \ 2157t/txinfo28.sh \ 2158t/transform.sh \ 2159t/transform2.sh \ 2160t/transform3.sh \ 2161t/uninstall-fail.sh \ 2162t/uninstall-pr9578.sh \ 2163t/unused.sh \ 2164t/upc.sh \ 2165t/upc2.sh \ 2166t/upc3.sh \ 2167t/vala-configure.sh \ 2168t/vala-grepping.sh \ 2169t/vala-headers.sh \ 2170t/vala-libs.sh \ 2171t/vala-libs-distcheck.sh \ 2172t/vala-libs-vpath.sh \ 2173t/vala-mix.sh \ 2174t/vala-mix2.sh \ 2175t/vala-non-recursive-setup.sh \ 2176t/vala-parallel.sh \ 2177t/vala-per-target-flags.sh \ 2178t/vala-recursive-setup.sh \ 2179t/vala-vapi.sh \ 2180t/vala-vpath.sh \ 2181t/vars.sh \ 2182t/vars3.sh \ 2183t/var-recurs.sh \ 2184t/var-recurs2.sh \ 2185t/vartar.sh \ 2186t/vartypos.sh \ 2187t/vartypo2.sh \ 2188t/version3.sh \ 2189t/version4.sh \ 2190t/version6.sh \ 2191t/version7.sh \ 2192t/version8.sh \ 2193t/vpath.sh \ 2194t/warnings-obsolete-default.sh \ 2195t/warnings-override.sh \ 2196t/warnings-precedence.sh \ 2197t/warnings-strictness-interactions.sh \ 2198t/warnings-unknown.sh \ 2199t/warnopts.sh \ 2200t/warnings-win-over-strictness.sh \ 2201t/warning-groups-win-over-strictness.sh \ 2202t/werror.sh \ 2203t/werror2.sh \ 2204t/werror3.sh \ 2205t/werror4.sh \ 2206t/whoami.sh \ 2207t/xsource.sh \ 2208t/yacc-misc.sh \ 2209t/yacc-dry.sh \ 2210t/yacc-cxx-grepping.sh \ 2211t/yacc-vpath.sh \ 2212t/yacc-auxdir.sh \ 2213t/yacc-basic.sh \ 2214t/yacc-cxx.sh \ 2215t/yacc-bison-skeleton-cxx.sh \ 2216t/yacc-bison-skeleton.sh \ 2217t/yacc-clean.sh \ 2218t/yacc-clean-cxx.sh \ 2219t/yacc-d-basic.sh \ 2220t/yacc-d-cxx.sh \ 2221t/yacc-d-vpath.sh \ 2222t/yacc-deleted-headers.sh \ 2223t/yacc-depend.sh \ 2224t/yacc-depend2.sh \ 2225t/yacc-dist-nobuild-subdir.sh \ 2226t/yacc-dist-nobuild.sh \ 2227t/yacc-grepping.sh \ 2228t/yacc-grepping2.sh \ 2229t/yacc-headers-and-dist-pr47.sh \ 2230t/yacc-line.sh \ 2231t/yacc-mix-c-cxx.sh \ 2232t/yacc-nodist.sh \ 2233t/yacc-pr204.sh \ 2234t/yacc-subdir.sh \ 2235t/yacc-weirdnames.sh \ 2236t/yflags.sh \ 2237t/yflags-cxx.sh \ 2238t/yflags-cmdline-override.sh \ 2239t/yflags-conditional.sh \ 2240t/yflags-d-false-positives.sh \ 2241t/yflags-force-conditional.sh \ 2242t/yflags-force-override.sh \ 2243t/yflags-var-expand.sh \ 2244t/libtool-macros.sh \ 2245t/gettext-macros.sh \ 2246t/pkg-config-macros.sh 2247 2248generated_TESTS = t/ar-lib-w.sh t/built-sources-check-w.sh \ 2249 t/check-exported-srcdir-w.sh t/check-fd-redirect-w.sh \ 2250 t/check-subst-prog-w.sh t/check-subst-w.sh \ 2251 t/check-tests-in-builddir-w.sh t/check-w.sh t/check11-w.sh \ 2252 t/check12-w.sh t/check2-w.sh t/check4-w.sh t/check5-w.sh \ 2253 t/check6-w.sh t/check7-w.sh t/check8-w.sh t/color-tests-w.sh \ 2254 t/color-tests2-w.sh t/compile-w.sh t/compile2-w.sh \ 2255 t/compile3-w.sh t/compile4-w.sh t/compile5-w.sh \ 2256 t/compile6-w.sh t/compile7-w.sh t/exeext4-w.sh \ 2257 t/install-sh-option-C-w.sh t/install-sh-option-S-w.sh \ 2258 t/install-sh-unittests-w.sh t/maken3-w.sh t/mdate5-w.sh \ 2259 t/mdate6-w.sh t/missing-version-mismatch-w.sh t/missing3-w.sh \ 2260 t/mkinst3-w.sh t/posixsubst-tests-w.sh t/depcomp-lt-auto.tap \ 2261 t/depcomp-lt-cpp.tap t/depcomp-lt-dashmstdout.tap \ 2262 t/depcomp-lt-disabled.tap t/depcomp-lt-gcc.tap \ 2263 t/depcomp-lt-makedepend.tap t/depcomp-lt-msvcmsys.tap \ 2264 t/depcomp-lt-msvisualcpp.tap t/depcomp-auto.tap \ 2265 t/depcomp-cpp.tap t/depcomp-dashmstdout.tap \ 2266 t/depcomp-disabled.tap t/depcomp-gcc.tap \ 2267 t/depcomp-makedepend.tap t/depcomp-msvcmsys.tap \ 2268 t/depcomp-msvisualcpp.tap 2269check_tap_testsuite_summary_TESTS = \ 2270 t/tap-summary.sh \ 2271 t/tap-summary-color.sh 2272 2273check_testsuite_summary_TESTS = \ 2274 t/testsuite-summary-color.sh \ 2275 t/testsuite-summary-count.sh \ 2276 t/testsuite-summary-header.sh 2277 2278depcomp_TESTS = \ 2279 t/depcomp-lt-auto.tap \ 2280 t/depcomp-lt-cpp.tap \ 2281 t/depcomp-lt-dashmstdout.tap \ 2282 t/depcomp-lt-disabled.tap \ 2283 t/depcomp-lt-gcc.tap \ 2284 t/depcomp-lt-makedepend.tap \ 2285 t/depcomp-lt-msvcmsys.tap \ 2286 t/depcomp-lt-msvisualcpp.tap \ 2287 t/depcomp-auto.tap \ 2288 t/depcomp-cpp.tap \ 2289 t/depcomp-dashmstdout.tap \ 2290 t/depcomp-disabled.tap \ 2291 t/depcomp-gcc.tap \ 2292 t/depcomp-makedepend.tap \ 2293 t/depcomp-msvcmsys.tap \ 2294 t/depcomp-msvisualcpp.tap 2295 2296extract_testsuite_summary_TESTS = \ 2297 t/testsuite-summary-count-many.sh \ 2298 t/testsuite-summary-header.sh 2299 2300gettext_macros_TESTS = \ 2301 t/gettext-basics.sh \ 2302 t/gettext-config-rpath.sh \ 2303 t/gettext-external-pr338.sh \ 2304 t/gettext-intl-subdir.sh \ 2305 t/gettext-pr381.sh \ 2306 t/subdir-cond-gettext.sh 2307 2308libtool_macros_TESTS = \ 2309 t/ar-lib4.sh \ 2310 t/ar-lib6a.sh \ 2311 t/ar-lib6b.sh \ 2312 t/canon6.sh \ 2313 t/canon7.sh \ 2314 t/ccnoco-lt.sh \ 2315 t/cxx-lt-demo.sh \ 2316 t/depcomp8b.sh \ 2317 t/extra-deps-lt.sh \ 2318 t/fort5.sh \ 2319 t/instdir-ltlib.sh \ 2320 t/instfail-libtool.sh \ 2321 t/ldadd.sh \ 2322 t/ldflags.sh \ 2323 t/libobj13.sh \ 2324 t/libtool.sh \ 2325 t/libtool2.sh \ 2326 t/libtool3.sh \ 2327 t/libtool5.sh \ 2328 t/libtool6.sh \ 2329 t/libtool7.sh \ 2330 t/libtool8.sh \ 2331 t/libtool9.sh \ 2332 t/libtoo10.sh \ 2333 t/libtoo11.sh \ 2334 t/listval.sh \ 2335 t/ltcond.sh \ 2336 t/ltcond2.sh \ 2337 t/ltconv.sh \ 2338 t/ltdeps.sh \ 2339 t/ltinit.sh \ 2340 t/ltinstloc.sh \ 2341 t/ltlibobjs.sh \ 2342 t/ltlibsrc.sh \ 2343 t/ltorder.sh \ 2344 t/nobase-libtool.sh \ 2345 t/objc-megademo.sh \ 2346 t/posixsubst-ltlibraries.sh \ 2347 t/pr72.sh \ 2348 t/pr211.sh \ 2349 t/pr300-ltlib.sh \ 2350 t/pr307.sh \ 2351 t/pr401b.sh \ 2352 t/reqd2.sh \ 2353 t/silent-lt.sh \ 2354 t/stdlib2.sh \ 2355 t/strip3.sh \ 2356 t/subobj9.sh \ 2357 t/subobj-clean-lt-pr10697.sh \ 2358 t/suffix2.sh \ 2359 t/suffix5.sh \ 2360 t/suffix8.tap \ 2361 t/suffix10.tap \ 2362 t/vala-libs.sh \ 2363 t/vala-libs-distcheck.sh \ 2364 t/vala-libs-vpath.sh \ 2365 t/vartypo2.sh \ 2366 t/depcomp-lt-auto.tap \ 2367 t/depcomp-lt-cpp.tap \ 2368 t/depcomp-lt-dashmstdout.tap \ 2369 t/depcomp-lt-disabled.tap \ 2370 t/depcomp-lt-gcc.tap \ 2371 t/depcomp-lt-makedepend.tap \ 2372 t/depcomp-lt-msvcmsys.tap \ 2373 t/depcomp-lt-msvisualcpp.tap 2374 2375on_tap_with_common_setup_TESTS = \ 2376 t/tap-ambiguous-directive.sh \ 2377 t/tap-autonumber.sh \ 2378 t/tap-bailout.sh \ 2379 t/tap-bailout-leading-space.sh \ 2380 t/tap-bailout-and-logging.sh \ 2381 t/tap-bailout-suppress-badexit.sh \ 2382 t/tap-bailout-suppress-later-diagnostic.sh \ 2383 t/tap-bailout-suppress-later-errors.sh \ 2384 t/tap-color.sh \ 2385 t/tap-deps.sh \ 2386 t/tap-diagnostic.sh \ 2387 t/tap-empty-diagnostic.sh \ 2388 t/tap-empty.sh \ 2389 t/tap-escape-directive.sh \ 2390 t/tap-escape-directive-2.sh \ 2391 t/tap-exit.sh \ 2392 t/tap-fancy.sh \ 2393 t/tap-fancy2.sh \ 2394 t/tap-global-log.sh \ 2395 t/tap-global-result.sh \ 2396 t/tap-log.sh \ 2397 t/tap-msg0-result.sh \ 2398 t/tap-msg0-directive.sh \ 2399 t/tap-msg0-planskip.sh \ 2400 t/tap-msg0-bailout.sh \ 2401 t/tap-msg0-misc.sh \ 2402 t/tap-merge-stdout-stderr.sh \ 2403 t/tap-no-merge-stdout-stderr.sh \ 2404 t/tap-no-disable-hard-error.sh \ 2405 t/tap-no-spurious-summary.sh \ 2406 t/tap-no-spurious-numbers.sh \ 2407 t/tap-no-spurious.sh \ 2408 t/tap-not-ok-skip.sh \ 2409 t/tap-number-wordboundary.sh \ 2410 t/tap-numeric-description.sh \ 2411 t/tap-negative-numbers.sh \ 2412 t/tap-numbers-leading-zero.sh \ 2413 t/tap-out-of-order.sh \ 2414 t/tap-passthrough.sh \ 2415 t/tap-passthrough-exit.sh \ 2416 t/tap-plan.sh \ 2417 t/tap-plan-corner.sh \ 2418 t/tap-plan-errors.sh \ 2419 t/tap-plan-middle.sh \ 2420 t/tap-plan-whitespace.sh \ 2421 t/tap-plan-leading-zero.sh \ 2422 t/tap-plan-malformed.sh \ 2423 t/tap-missing-plan-and-bad-exit.sh \ 2424 t/tap-planskip.sh \ 2425 t/tap-planskip-late.sh \ 2426 t/tap-planskip-and-logging.sh \ 2427 t/tap-planskip-unplanned.sh \ 2428 t/tap-planskip-unplanned-corner.sh \ 2429 t/tap-planskip-case-insensitive.sh \ 2430 t/tap-planskip-whitespace.sh \ 2431 t/tap-planskip-badexit.sh \ 2432 t/tap-planskip-bailout.sh \ 2433 t/tap-planskip-later-errors.sh \ 2434 t/tap-test-number-0.sh \ 2435 t/tap-recheck-logs.sh \ 2436 t/tap-result-comment.sh \ 2437 t/tap-todo-skip-together.sh \ 2438 t/tap-todo-skip-whitespace.sh \ 2439 t/tap-todo-skip.sh \ 2440 t/tap-unplanned.sh \ 2441 t/tap-whitespace-normalization.sh \ 2442 t/tap-with-and-without-number.sh \ 2443 t/tap-xfail-tests.sh 2444 2445pkgconfig_macros_TESTS = \ 2446 t/vala-headers.sh \ 2447 t/vala-libs.sh \ 2448 t/vala-libs-distcheck.sh \ 2449 t/vala-libs-vpath.sh \ 2450 t/vala-mix.sh \ 2451 t/vala-mix2.sh \ 2452 t/vala-non-recursive-setup.sh \ 2453 t/vala-parallel.sh \ 2454 t/vala-per-target-flags.sh \ 2455 t/vala-recursive-setup.sh \ 2456 t/vala-vapi.sh \ 2457 t/vala-vpath.sh 2458 2459use_trivial_test_driver_TESTS = \ 2460 t/testsuite-summary-count-many.sh \ 2461 t/test-driver-acsubst.sh \ 2462 t/test-driver-cond.sh \ 2463 t/test-driver-custom-multitest.sh \ 2464 t/test-driver-custom-multitest-recheck.sh \ 2465 t/test-driver-custom-multitest-recheck2.sh 2466 2467contrib_TESTS = \ 2468 contrib/t/parallel-tests-html.sh \ 2469 contrib/t/parallel-tests-html-recursive.sh \ 2470 contrib/t/help-multilib.sh \ 2471 contrib/t/multilib.sh 2472 2473test_subdirs = t t/pm contrib/t 2474am__tmk = tests-in-makefile-list.tmp 2475am__tfs = tests-on-filesystem-list.tmp 2476am__tdf = diff-in-tests-lists.tmp 2477PERF_TEST_SUITE_LOG = t/perf/test-suite.log 2478all: all-am 2479 2480.SUFFIXES: 2481.SUFFIXES: .dvi .log .pl .pl$(EXEEXT) .ps .sh .sh$(EXEEXT) .tap .tap$(EXEEXT) .trs 2482am--refresh: Makefile 2483 @: 2484$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/bin/local.mk $(srcdir)/doc/local.mk $(srcdir)/lib/local.mk $(srcdir)/lib/Automake/local.mk $(srcdir)/lib/am/local.mk $(srcdir)/m4/local.mk $(srcdir)/t/local.mk $(srcdir)/t/list-of-tests.mk $(srcdir)/t/testsuite-part.am $(srcdir)/contrib/t/local.mk $(srcdir)/t/CheckListOfTests.am $(am__configure_deps) 2485 @for dep in $?; do \ 2486 case '$(am__configure_deps)' in \ 2487 *$$dep*) \ 2488 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu --ignore-deps'; \ 2489 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu --ignore-deps \ 2490 && exit 0; \ 2491 exit 1;; \ 2492 esac; \ 2493 done; \ 2494 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps Makefile'; \ 2495 $(am__cd) $(top_srcdir) && \ 2496 $(AUTOMAKE) --gnu --ignore-deps Makefile 2497Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 2498 @case '$?' in \ 2499 *config.status*) \ 2500 echo ' $(SHELL) ./config.status'; \ 2501 $(SHELL) ./config.status;; \ 2502 *) \ 2503 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 2504 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 2505 esac; 2506$(srcdir)/bin/local.mk $(srcdir)/doc/local.mk $(srcdir)/lib/local.mk $(srcdir)/lib/Automake/local.mk $(srcdir)/lib/am/local.mk $(srcdir)/m4/local.mk $(srcdir)/t/local.mk $(srcdir)/t/list-of-tests.mk $(srcdir)/t/testsuite-part.am $(srcdir)/contrib/t/local.mk $(srcdir)/t/CheckListOfTests.am $(am__empty): 2507 2508$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 2509 $(SHELL) ./config.status --recheck 2510 2511$(top_srcdir)/configure: $(am__configure_deps) 2512 $(am__cd) $(srcdir) && $(AUTOCONF) 2513$(ACLOCAL_M4): $(am__aclocal_m4_deps) 2514 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 2515$(am__aclocal_m4_deps): 2516pre-inst-env: $(top_builddir)/config.status $(srcdir)/pre-inst-env.in 2517 cd $(top_builddir) && $(SHELL) ./config.status $@ 2518install-binSCRIPTS: $(bin_SCRIPTS) 2519 @$(NORMAL_INSTALL) 2520 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ 2521 if test -n "$$list"; then \ 2522 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 2523 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 2524 fi; \ 2525 for p in $$list; do \ 2526 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 2527 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ 2528 done | \ 2529 sed -e 'p;s,.*/,,;n' \ 2530 -e 'h;s|.*|.|' \ 2531 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ 2532 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ 2533 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 2534 if ($$2 == $$4) { files[d] = files[d] " " $$1; \ 2535 if (++n[d] == $(am__install_max)) { \ 2536 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ 2537 else { print "f", d "/" $$4, $$1 } } \ 2538 END { for (d in files) print "f", d, files[d] }' | \ 2539 while read type dir files; do \ 2540 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 2541 test -z "$$files" || { \ 2542 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 2543 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 2544 } \ 2545 ; done 2546 2547uninstall-binSCRIPTS: 2548 @$(NORMAL_UNINSTALL) 2549 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ 2550 files=`for p in $$list; do echo "$$p"; done | \ 2551 sed -e 's,.*/,,;$(transform)'`; \ 2552 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) 2553doc/$(am__dirstamp): 2554 @$(MKDIR_P) doc 2555 @: > doc/$(am__dirstamp) 2556 2557$(srcdir)/doc/automake.info: doc/automake.texi $(srcdir)/doc/version.texi $(doc_automake_TEXINFOS) 2558 $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \ 2559 am__cwd=`pwd` && $(am__cd) $(srcdir) && \ 2560 rm -rf $$backupdir && mkdir $$backupdir && \ 2561 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ 2562 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ 2563 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ 2564 done; \ 2565 else :; fi && \ 2566 cd "$$am__cwd"; \ 2567 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \ 2568 -o $@ $(srcdir)/doc/automake.texi; \ 2569 then \ 2570 rc=0; \ 2571 $(am__cd) $(srcdir); \ 2572 else \ 2573 rc=$$?; \ 2574 $(am__cd) $(srcdir) && \ 2575 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ 2576 fi; \ 2577 rm -rf $$backupdir; exit $$rc 2578 2579doc/automake.dvi: doc/automake.texi $(srcdir)/doc/version.texi $(doc_automake_TEXINFOS) doc/$(am__dirstamp) 2580 $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 2581 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \ 2582 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \ 2583 `test -f 'doc/automake.texi' || echo '$(srcdir)/'`doc/automake.texi 2584 2585doc/automake.pdf: doc/automake.texi $(srcdir)/doc/version.texi $(doc_automake_TEXINFOS) doc/$(am__dirstamp) 2586 $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 2587 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \ 2588 $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \ 2589 `test -f 'doc/automake.texi' || echo '$(srcdir)/'`doc/automake.texi 2590 2591doc/automake.html: doc/automake.texi $(srcdir)/doc/version.texi $(doc_automake_TEXINFOS) doc/$(am__dirstamp) 2592 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp) 2593 $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \ 2594 -o $(@:.html=.htp) `test -f 'doc/automake.texi' || echo '$(srcdir)/'`doc/automake.texi; \ 2595 then \ 2596 rm -rf $@ && mv $(@:.html=.htp) $@; \ 2597 else \ 2598 rm -rf $(@:.html=.htp); exit 1; \ 2599 fi 2600$(srcdir)/doc/version.texi: $(srcdir)/doc/stamp-vti 2601$(srcdir)/doc/stamp-vti: doc/automake.texi $(top_srcdir)/configure 2602 @test -f doc/$(am__dirstamp) || $(MAKE) $(AM_MAKEFLAGS) doc/$(am__dirstamp) 2603 @(dir=.; test -f ./doc/automake.texi || dir=$(srcdir); \ 2604 set `$(SHELL) $(top_srcdir)/lib/mdate-sh $$dir/doc/automake.texi`; \ 2605 echo "@set UPDATED $$1 $$2 $$3"; \ 2606 echo "@set UPDATED-MONTH $$2 $$3"; \ 2607 echo "@set EDITION $(VERSION)"; \ 2608 echo "@set VERSION $(VERSION)") > vti.tmp$$$$ && \ 2609 (cmp -s vti.tmp$$$$ $(srcdir)/doc/version.texi \ 2610 || (echo "Updating $(srcdir)/doc/version.texi" && \ 2611 cp vti.tmp$$$$ $(srcdir)/doc/version.texi.tmp$$$$ && \ 2612 mv $(srcdir)/doc/version.texi.tmp$$$$ $(srcdir)/doc/version.texi)) && \ 2613 rm -f vti.tmp$$$$ $(srcdir)/doc/version.texi.$$$$ 2614 @cp $(srcdir)/doc/version.texi $@ 2615 2616mostlyclean-vti: 2617 -rm -f vti.tmp* $(srcdir)/doc/version.texi.tmp* 2618 2619maintainer-clean-vti: 2620 -rm -f $(srcdir)/doc/stamp-vti $(srcdir)/doc/version.texi 2621 2622$(srcdir)/doc/automake-history.info: doc/automake-history.texi $(doc_automake_history_TEXINFOS) 2623 $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \ 2624 am__cwd=`pwd` && $(am__cd) $(srcdir) && \ 2625 rm -rf $$backupdir && mkdir $$backupdir && \ 2626 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ 2627 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ 2628 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ 2629 done; \ 2630 else :; fi && \ 2631 cd "$$am__cwd"; \ 2632 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \ 2633 -o $@ $(srcdir)/doc/automake-history.texi; \ 2634 then \ 2635 rc=0; \ 2636 $(am__cd) $(srcdir); \ 2637 else \ 2638 rc=$$?; \ 2639 $(am__cd) $(srcdir) && \ 2640 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ 2641 fi; \ 2642 rm -rf $$backupdir; exit $$rc 2643 2644doc/automake-history.dvi: doc/automake-history.texi $(doc_automake_history_TEXINFOS) doc/$(am__dirstamp) 2645 $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 2646 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \ 2647 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \ 2648 `test -f 'doc/automake-history.texi' || echo '$(srcdir)/'`doc/automake-history.texi 2649 2650doc/automake-history.pdf: doc/automake-history.texi $(doc_automake_history_TEXINFOS) doc/$(am__dirstamp) 2651 $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 2652 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \ 2653 $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \ 2654 `test -f 'doc/automake-history.texi' || echo '$(srcdir)/'`doc/automake-history.texi 2655 2656doc/automake-history.html: doc/automake-history.texi $(doc_automake_history_TEXINFOS) doc/$(am__dirstamp) 2657 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp) 2658 $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \ 2659 -o $(@:.html=.htp) `test -f 'doc/automake-history.texi' || echo '$(srcdir)/'`doc/automake-history.texi; \ 2660 then \ 2661 rm -rf $@ && mv $(@:.html=.htp) $@; \ 2662 else \ 2663 rm -rf $(@:.html=.htp); exit 1; \ 2664 fi 2665.dvi.ps: 2666 $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 2667 $(DVIPS) $(AM_V_texinfo) -o $@ $< 2668 2669uninstall-dvi-am: 2670 @$(NORMAL_UNINSTALL) 2671 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ 2672 for p in $$list; do \ 2673 $(am__strip_dir) \ 2674 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \ 2675 rm -f "$(DESTDIR)$(dvidir)/$$f"; \ 2676 done 2677 2678uninstall-html-am: 2679 @$(NORMAL_UNINSTALL) 2680 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \ 2681 for p in $$list; do \ 2682 $(am__strip_dir) \ 2683 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \ 2684 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \ 2685 done 2686 2687uninstall-info-am: 2688 @$(PRE_UNINSTALL) 2689 @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \ 2690 list='$(INFO_DEPS)'; \ 2691 for file in $$list; do \ 2692 relfile=`echo "$$file" | sed 's|^.*/||'`; \ 2693 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ 2694 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ 2695 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \ 2696 done; \ 2697 else :; fi 2698 @$(NORMAL_UNINSTALL) 2699 @list='$(INFO_DEPS)'; \ 2700 for file in $$list; do \ 2701 relfile=`echo "$$file" | sed 's|^.*/||'`; \ 2702 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ 2703 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \ 2704 echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \ 2705 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ 2706 else :; fi); \ 2707 done 2708 2709uninstall-pdf-am: 2710 @$(NORMAL_UNINSTALL) 2711 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ 2712 for p in $$list; do \ 2713 $(am__strip_dir) \ 2714 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \ 2715 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \ 2716 done 2717 2718uninstall-ps-am: 2719 @$(NORMAL_UNINSTALL) 2720 @list='$(PSS)'; test -n "$(psdir)" || list=; \ 2721 for p in $$list; do \ 2722 $(am__strip_dir) \ 2723 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \ 2724 rm -f "$(DESTDIR)$(psdir)/$$f"; \ 2725 done 2726 2727dist-info: $(INFO_DEPS) 2728 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 2729 list='$(INFO_DEPS)'; \ 2730 for base in $$list; do \ 2731 case $$base in \ 2732 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ 2733 esac; \ 2734 if test -f $$base; then d=.; else d=$(srcdir); fi; \ 2735 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \ 2736 for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \ 2737 if test -f $$file; then \ 2738 relfile=`expr "$$file" : "$$d/\(.*\)"`; \ 2739 test -f "$(distdir)/$$relfile" || \ 2740 cp -p $$file "$(distdir)/$$relfile"; \ 2741 else :; fi; \ 2742 done; \ 2743 done 2744 2745mostlyclean-aminfo: 2746 -rm -rf doc/automake.t2d doc/automake.t2p doc/automake-history.t2d \ 2747 doc/automake-history.t2p 2748 2749clean-aminfo: 2750 -test -z "doc/automake.dvi doc/automake.pdf doc/automake.ps doc/automake.html \ 2751 doc/automake-history.dvi doc/automake-history.pdf \ 2752 doc/automake-history.ps doc/automake-history.html" \ 2753 || rm -rf doc/automake.dvi doc/automake.pdf doc/automake.ps doc/automake.html \ 2754 doc/automake-history.dvi doc/automake-history.pdf \ 2755 doc/automake-history.ps doc/automake-history.html 2756 2757maintainer-clean-aminfo: 2758 @list='$(INFO_DEPS)'; for i in $$list; do \ 2759 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ 2760 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ 2761 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ 2762 done 2763install-man1: $(man1_MANS) 2764 @$(NORMAL_INSTALL) 2765 @list1='$(man1_MANS)'; \ 2766 list2=''; \ 2767 test -n "$(man1dir)" \ 2768 && test -n "`echo $$list1$$list2`" \ 2769 || exit 0; \ 2770 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ 2771 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ 2772 { for i in $$list1; do echo "$$i"; done; \ 2773 if test -n "$$list2"; then \ 2774 for i in $$list2; do echo "$$i"; done \ 2775 | sed -n '/\.1[a-z]*$$/p'; \ 2776 fi; \ 2777 } | while read p; do \ 2778 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 2779 echo "$$d$$p"; echo "$$p"; \ 2780 done | \ 2781 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 2782 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 2783 sed 'N;N;s,\n, ,g' | { \ 2784 list=; while read file base inst; do \ 2785 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 2786 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 2787 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ 2788 fi; \ 2789 done; \ 2790 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 2791 while read files; do \ 2792 test -z "$$files" || { \ 2793 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ 2794 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ 2795 done; } 2796 2797uninstall-man1: 2798 @$(NORMAL_UNINSTALL) 2799 @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \ 2800 files=`{ for i in $$list; do echo "$$i"; done; \ 2801 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 2802 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 2803 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) 2804install-dist_amDATA: $(dist_am_DATA) 2805 @$(NORMAL_INSTALL) 2806 @list='$(dist_am_DATA)'; test -n "$(amdir)" || list=; \ 2807 if test -n "$$list"; then \ 2808 echo " $(MKDIR_P) '$(DESTDIR)$(amdir)'"; \ 2809 $(MKDIR_P) "$(DESTDIR)$(amdir)" || exit 1; \ 2810 fi; \ 2811 for p in $$list; do \ 2812 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 2813 echo "$$d$$p"; \ 2814 done | $(am__base_list) | \ 2815 while read files; do \ 2816 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(amdir)'"; \ 2817 $(INSTALL_DATA) $$files "$(DESTDIR)$(amdir)" || exit $$?; \ 2818 done 2819 2820uninstall-dist_amDATA: 2821 @$(NORMAL_UNINSTALL) 2822 @list='$(dist_am_DATA)'; test -n "$(amdir)" || list=; \ 2823 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 2824 dir='$(DESTDIR)$(amdir)'; $(am__uninstall_files_from_dir) 2825install-dist_automake_acDATA: $(dist_automake_ac_DATA) 2826 @$(NORMAL_INSTALL) 2827 @list='$(dist_automake_ac_DATA)'; test -n "$(automake_acdir)" || list=; \ 2828 if test -n "$$list"; then \ 2829 echo " $(MKDIR_P) '$(DESTDIR)$(automake_acdir)'"; \ 2830 $(MKDIR_P) "$(DESTDIR)$(automake_acdir)" || exit 1; \ 2831 fi; \ 2832 for p in $$list; do \ 2833 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 2834 echo "$$d$$p"; \ 2835 done | $(am__base_list) | \ 2836 while read files; do \ 2837 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(automake_acdir)'"; \ 2838 $(INSTALL_DATA) $$files "$(DESTDIR)$(automake_acdir)" || exit $$?; \ 2839 done 2840 2841uninstall-dist_automake_acDATA: 2842 @$(NORMAL_UNINSTALL) 2843 @list='$(dist_automake_ac_DATA)'; test -n "$(automake_acdir)" || list=; \ 2844 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 2845 dir='$(DESTDIR)$(automake_acdir)'; $(am__uninstall_files_from_dir) 2846install-dist_automake_internal_acDATA: $(dist_automake_internal_ac_DATA) 2847 @$(NORMAL_INSTALL) 2848 @list='$(dist_automake_internal_ac_DATA)'; test -n "$(automake_internal_acdir)" || list=; \ 2849 if test -n "$$list"; then \ 2850 echo " $(MKDIR_P) '$(DESTDIR)$(automake_internal_acdir)'"; \ 2851 $(MKDIR_P) "$(DESTDIR)$(automake_internal_acdir)" || exit 1; \ 2852 fi; \ 2853 for p in $$list; do \ 2854 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 2855 echo "$$d$$p"; \ 2856 done | $(am__base_list) | \ 2857 while read files; do \ 2858 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(automake_internal_acdir)'"; \ 2859 $(INSTALL_DATA) $$files "$(DESTDIR)$(automake_internal_acdir)" || exit $$?; \ 2860 done 2861 2862uninstall-dist_automake_internal_acDATA: 2863 @$(NORMAL_UNINSTALL) 2864 @list='$(dist_automake_internal_ac_DATA)'; test -n "$(automake_internal_acdir)" || list=; \ 2865 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 2866 dir='$(DESTDIR)$(automake_internal_acdir)'; $(am__uninstall_files_from_dir) 2867install-dist_docDATA: $(dist_doc_DATA) 2868 @$(NORMAL_INSTALL) 2869 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 2870 if test -n "$$list"; then \ 2871 echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \ 2872 $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \ 2873 fi; \ 2874 for p in $$list; do \ 2875 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 2876 echo "$$d$$p"; \ 2877 done | $(am__base_list) | \ 2878 while read files; do \ 2879 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ 2880 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ 2881 done 2882 2883uninstall-dist_docDATA: 2884 @$(NORMAL_UNINSTALL) 2885 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 2886 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 2887 dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) 2888install-dist_perllibDATA: $(dist_perllib_DATA) 2889 @$(NORMAL_INSTALL) 2890 @list='$(dist_perllib_DATA)'; test -n "$(perllibdir)" || list=; \ 2891 if test -n "$$list"; then \ 2892 echo " $(MKDIR_P) '$(DESTDIR)$(perllibdir)'"; \ 2893 $(MKDIR_P) "$(DESTDIR)$(perllibdir)" || exit 1; \ 2894 fi; \ 2895 for p in $$list; do \ 2896 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 2897 echo "$$d$$p"; \ 2898 done | $(am__base_list) | \ 2899 while read files; do \ 2900 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(perllibdir)'"; \ 2901 $(INSTALL_DATA) $$files "$(DESTDIR)$(perllibdir)" || exit $$?; \ 2902 done 2903 2904uninstall-dist_perllibDATA: 2905 @$(NORMAL_UNINSTALL) 2906 @list='$(dist_perllib_DATA)'; test -n "$(perllibdir)" || list=; \ 2907 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 2908 dir='$(DESTDIR)$(perllibdir)'; $(am__uninstall_files_from_dir) 2909install-dist_pkgvdataDATA: $(dist_pkgvdata_DATA) 2910 @$(NORMAL_INSTALL) 2911 @list='$(dist_pkgvdata_DATA)'; test -n "$(pkgvdatadir)" || list=; \ 2912 if test -n "$$list"; then \ 2913 echo " $(MKDIR_P) '$(DESTDIR)$(pkgvdatadir)'"; \ 2914 $(MKDIR_P) "$(DESTDIR)$(pkgvdatadir)" || exit 1; \ 2915 fi; \ 2916 for p in $$list; do \ 2917 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 2918 echo "$$d$$p"; \ 2919 done | $(am__base_list) | \ 2920 while read files; do \ 2921 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgvdatadir)'"; \ 2922 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgvdatadir)" || exit $$?; \ 2923 done 2924 2925uninstall-dist_pkgvdataDATA: 2926 @$(NORMAL_UNINSTALL) 2927 @list='$(dist_pkgvdata_DATA)'; test -n "$(pkgvdatadir)" || list=; \ 2928 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 2929 dir='$(DESTDIR)$(pkgvdatadir)'; $(am__uninstall_files_from_dir) 2930install-dist_scriptDATA: $(dist_script_DATA) 2931 @$(NORMAL_INSTALL) 2932 @list='$(dist_script_DATA)'; test -n "$(scriptdir)" || list=; \ 2933 if test -n "$$list"; then \ 2934 echo " $(MKDIR_P) '$(DESTDIR)$(scriptdir)'"; \ 2935 $(MKDIR_P) "$(DESTDIR)$(scriptdir)" || exit 1; \ 2936 fi; \ 2937 for p in $$list; do \ 2938 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 2939 echo "$$d$$p"; \ 2940 done | $(am__base_list) | \ 2941 while read files; do \ 2942 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(scriptdir)'"; \ 2943 $(INSTALL_DATA) $$files "$(DESTDIR)$(scriptdir)" || exit $$?; \ 2944 done 2945 2946uninstall-dist_scriptDATA: 2947 @$(NORMAL_UNINSTALL) 2948 @list='$(dist_script_DATA)'; test -n "$(scriptdir)" || list=; \ 2949 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 2950 dir='$(DESTDIR)$(scriptdir)'; $(am__uninstall_files_from_dir) 2951install-dist_system_acDATA: $(dist_system_ac_DATA) 2952 @$(NORMAL_INSTALL) 2953 @list='$(dist_system_ac_DATA)'; test -n "$(system_acdir)" || list=; \ 2954 if test -n "$$list"; then \ 2955 echo " $(MKDIR_P) '$(DESTDIR)$(system_acdir)'"; \ 2956 $(MKDIR_P) "$(DESTDIR)$(system_acdir)" || exit 1; \ 2957 fi; \ 2958 for p in $$list; do \ 2959 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 2960 echo "$$d$$p"; \ 2961 done | $(am__base_list) | \ 2962 while read files; do \ 2963 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(system_acdir)'"; \ 2964 $(INSTALL_DATA) $$files "$(DESTDIR)$(system_acdir)" || exit $$?; \ 2965 done 2966 2967uninstall-dist_system_acDATA: 2968 @$(NORMAL_UNINSTALL) 2969 @list='$(dist_system_ac_DATA)'; test -n "$(system_acdir)" || list=; \ 2970 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 2971 dir='$(DESTDIR)$(system_acdir)'; $(am__uninstall_files_from_dir) 2972install-nodist_perllibDATA: $(nodist_perllib_DATA) 2973 @$(NORMAL_INSTALL) 2974 @list='$(nodist_perllib_DATA)'; test -n "$(perllibdir)" || list=; \ 2975 if test -n "$$list"; then \ 2976 echo " $(MKDIR_P) '$(DESTDIR)$(perllibdir)'"; \ 2977 $(MKDIR_P) "$(DESTDIR)$(perllibdir)" || exit 1; \ 2978 fi; \ 2979 for p in $$list; do \ 2980 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 2981 echo "$$d$$p"; \ 2982 done | $(am__base_list) | \ 2983 while read files; do \ 2984 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(perllibdir)'"; \ 2985 $(INSTALL_DATA) $$files "$(DESTDIR)$(perllibdir)" || exit $$?; \ 2986 done 2987 2988uninstall-nodist_perllibDATA: 2989 @$(NORMAL_UNINSTALL) 2990 @list='$(nodist_perllib_DATA)'; test -n "$(perllibdir)" || list=; \ 2991 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 2992 dir='$(DESTDIR)$(perllibdir)'; $(am__uninstall_files_from_dir) 2993 2994ID: $(am__tagged_files) 2995 $(am__define_uniq_tagged_files); mkid -fID $$unique 2996tags: tags-am 2997TAGS: tags 2998 2999tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 3000 set x; \ 3001 here=`pwd`; \ 3002 $(am__define_uniq_tagged_files); \ 3003 shift; \ 3004 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 3005 test -n "$$unique" || unique=$$empty_fix; \ 3006 if test $$# -gt 0; then \ 3007 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 3008 "$$@" $$unique; \ 3009 else \ 3010 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 3011 $$unique; \ 3012 fi; \ 3013 fi 3014ctags: ctags-am 3015 3016CTAGS: ctags 3017ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 3018 $(am__define_uniq_tagged_files); \ 3019 test -z "$(CTAGS_ARGS)$$unique" \ 3020 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 3021 $$unique 3022 3023GTAGS: 3024 here=`$(am__cd) $(top_builddir) && pwd` \ 3025 && $(am__cd) $(top_srcdir) \ 3026 && gtags -i $(GTAGS_ARGS) "$$here" 3027cscope: cscope.files 3028 test ! -s cscope.files \ 3029 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 3030clean-cscope: 3031 -rm -f cscope.files 3032cscope.files: clean-cscope cscopelist 3033cscopelist: cscopelist-am 3034 3035cscopelist-am: $(am__tagged_files) 3036 list='$(am__tagged_files)'; \ 3037 case "$(srcdir)" in \ 3038 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 3039 *) sdir=$(subdir)/$(srcdir) ;; \ 3040 esac; \ 3041 for i in $$list; do \ 3042 if test -f "$$i"; then \ 3043 echo "$(subdir)/$$i"; \ 3044 else \ 3045 echo "$$sdir/$$i"; \ 3046 fi; \ 3047 done >> $(top_builddir)/cscope.files 3048 3049distclean-tags: 3050 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 3051 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 3052 3053# Recover from deleted '.trs' file; this should ensure that 3054# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 3055# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 3056# to avoid problems with "make -n". 3057.log.trs: 3058 rm -f $< $@ 3059 $(MAKE) $(AM_MAKEFLAGS) $< 3060 3061# Leading 'am--fnord' is there to ensure the list of targets does not 3062# expand to empty, as could happen e.g. with make check TESTS=''. 3063am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 3064am--force-recheck: 3065 @: 3066 3067$(TEST_SUITE_LOG): $(TEST_LOGS) 3068 @$(am__set_TESTS_bases); \ 3069 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 3070 redo_bases=`for i in $$bases; do \ 3071 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 3072 done`; \ 3073 if test -n "$$redo_bases"; then \ 3074 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 3075 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 3076 if $(am__make_dryrun); then :; else \ 3077 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 3078 fi; \ 3079 fi; \ 3080 if test -n "$$am__remaking_logs"; then \ 3081 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 3082 "recursion detected" >&2; \ 3083 elif test -n "$$redo_logs"; then \ 3084 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 3085 fi; \ 3086 if $(am__make_dryrun); then :; else \ 3087 st=0; \ 3088 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 3089 for i in $$redo_bases; do \ 3090 test -f $$i.trs && test -r $$i.trs \ 3091 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 3092 test -f $$i.log && test -r $$i.log \ 3093 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 3094 done; \ 3095 test $$st -eq 0 || exit 1; \ 3096 fi 3097 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 3098 ws='[ ]'; \ 3099 results=`for b in $$bases; do echo $$b.trs; done`; \ 3100 test -n "$$results" || results=/dev/null; \ 3101 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 3102 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 3103 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 3104 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 3105 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 3106 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 3107 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 3108 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 3109 success=true; \ 3110 else \ 3111 success=false; \ 3112 fi; \ 3113 br='==================='; br=$$br$$br$$br$$br; \ 3114 result_count () \ 3115 { \ 3116 if test x"$$1" = x"--maybe-color"; then \ 3117 maybe_colorize=yes; \ 3118 elif test x"$$1" = x"--no-color"; then \ 3119 maybe_colorize=no; \ 3120 else \ 3121 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 3122 fi; \ 3123 shift; \ 3124 desc=$$1 count=$$2; \ 3125 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 3126 color_start=$$3 color_end=$$std; \ 3127 else \ 3128 color_start= color_end=; \ 3129 fi; \ 3130 echo "$${color_start}# $$desc $$count$${color_end}"; \ 3131 }; \ 3132 create_testsuite_report () \ 3133 { \ 3134 result_count $$1 "TOTAL:" $$all "$$brg"; \ 3135 result_count $$1 "PASS: " $$pass "$$grn"; \ 3136 result_count $$1 "SKIP: " $$skip "$$blu"; \ 3137 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 3138 result_count $$1 "FAIL: " $$fail "$$red"; \ 3139 result_count $$1 "XPASS:" $$xpass "$$red"; \ 3140 result_count $$1 "ERROR:" $$error "$$mgn"; \ 3141 }; \ 3142 { \ 3143 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 3144 $(am__rst_title); \ 3145 create_testsuite_report --no-color; \ 3146 echo; \ 3147 echo ".. contents:: :depth: 2"; \ 3148 echo; \ 3149 for b in $$bases; do echo $$b; done \ 3150 | $(am__create_global_log); \ 3151 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 3152 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 3153 if $$success; then \ 3154 col="$$grn"; \ 3155 else \ 3156 col="$$red"; \ 3157 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 3158 fi; \ 3159 echo "$${col}$$br$${std}"; \ 3160 echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ 3161 echo "$${col}$$br$${std}"; \ 3162 create_testsuite_report --maybe-color; \ 3163 echo "$$col$$br$$std"; \ 3164 if $$success; then :; else \ 3165 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 3166 if test -n "$(PACKAGE_BUGREPORT)"; then \ 3167 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 3168 fi; \ 3169 echo "$$col$$br$$std"; \ 3170 fi; \ 3171 $$success || exit 1 3172 3173check-TESTS: 3174 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 3175 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 3176 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 3177 @set +e; $(am__set_TESTS_bases); \ 3178 log_list=`for i in $$bases; do echo $$i.log; done`; \ 3179 trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 3180 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 3181 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 3182 exit $$?; 3183recheck: all 3184 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 3185 @set +e; $(am__set_TESTS_bases); \ 3186 bases=`for i in $$bases; do echo $$i; done \ 3187 | $(am__list_recheck_tests)` || exit 1; \ 3188 log_list=`for i in $$bases; do echo $$i.log; done`; \ 3189 log_list=`echo $$log_list`; \ 3190 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 3191 am__force_recheck=am--force-recheck \ 3192 TEST_LOGS="$$log_list"; \ 3193 exit $$? 3194.pl.log: 3195 @p='$<'; \ 3196 $(am__set_b); \ 3197 $(am__check_pre) $(PL_LOG_DRIVER) --test-name "$$f" \ 3198 --log-file $$b.log --trs-file $$b.trs \ 3199 $(am__common_driver_flags) $(AM_PL_LOG_DRIVER_FLAGS) $(PL_LOG_DRIVER_FLAGS) -- $(PL_LOG_COMPILE) \ 3200 "$$tst" $(AM_TESTS_FD_REDIRECT) 3201@am__EXEEXT_TRUE@.pl$(EXEEXT).log: 3202@am__EXEEXT_TRUE@ @p='$<'; \ 3203@am__EXEEXT_TRUE@ $(am__set_b); \ 3204@am__EXEEXT_TRUE@ $(am__check_pre) $(PL_LOG_DRIVER) --test-name "$$f" \ 3205@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 3206@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_PL_LOG_DRIVER_FLAGS) $(PL_LOG_DRIVER_FLAGS) -- $(PL_LOG_COMPILE) \ 3207@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 3208.sh.log: 3209 @p='$<'; \ 3210 $(am__set_b); \ 3211 $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ 3212 --log-file $$b.log --trs-file $$b.trs \ 3213 $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ 3214 "$$tst" $(AM_TESTS_FD_REDIRECT) 3215@am__EXEEXT_TRUE@.sh$(EXEEXT).log: 3216@am__EXEEXT_TRUE@ @p='$<'; \ 3217@am__EXEEXT_TRUE@ $(am__set_b); \ 3218@am__EXEEXT_TRUE@ $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ 3219@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 3220@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ 3221@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 3222.tap.log: 3223 @p='$<'; \ 3224 $(am__set_b); \ 3225 $(am__check_pre) $(TAP_LOG_DRIVER) --test-name "$$f" \ 3226 --log-file $$b.log --trs-file $$b.trs \ 3227 $(am__common_driver_flags) $(AM_TAP_LOG_DRIVER_FLAGS) $(TAP_LOG_DRIVER_FLAGS) -- $(TAP_LOG_COMPILE) \ 3228 "$$tst" $(AM_TESTS_FD_REDIRECT) 3229@am__EXEEXT_TRUE@.tap$(EXEEXT).log: 3230@am__EXEEXT_TRUE@ @p='$<'; \ 3231@am__EXEEXT_TRUE@ $(am__set_b); \ 3232@am__EXEEXT_TRUE@ $(am__check_pre) $(TAP_LOG_DRIVER) --test-name "$$f" \ 3233@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 3234@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TAP_LOG_DRIVER_FLAGS) $(TAP_LOG_DRIVER_FLAGS) -- $(TAP_LOG_COMPILE) \ 3235@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 3236distdir: $(BUILT_SOURCES) 3237 $(MAKE) $(AM_MAKEFLAGS) distdir-am 3238 3239distdir-am: $(DISTFILES) 3240 $(am__remove_distdir) 3241 test -d "$(distdir)" || mkdir "$(distdir)" 3242 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 3243 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 3244 list='$(DISTFILES)'; \ 3245 dist_files=`for file in $$list; do echo $$file; done | \ 3246 sed -e "s|^$$srcdirstrip/||;t" \ 3247 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 3248 case $$dist_files in \ 3249 */*) $(MKDIR_P) `echo "$$dist_files" | \ 3250 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 3251 sort -u` ;; \ 3252 esac; \ 3253 for file in $$dist_files; do \ 3254 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 3255 if test -d $$d/$$file; then \ 3256 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 3257 if test -d "$(distdir)/$$file"; then \ 3258 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 3259 fi; \ 3260 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 3261 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 3262 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 3263 fi; \ 3264 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 3265 else \ 3266 test -f "$(distdir)/$$file" \ 3267 || cp -p $$d/$$file "$(distdir)/$$file" \ 3268 || exit 1; \ 3269 fi; \ 3270 done 3271 $(MAKE) $(AM_MAKEFLAGS) \ 3272 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 3273 dist-info 3274 -test -n "$(am__skip_mode_fix)" \ 3275 || find "$(distdir)" -type d ! -perm -755 \ 3276 -exec chmod u+rwx,go+rx {} \; -o \ 3277 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 3278 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 3279 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 3280 || chmod -R a+r "$(distdir)" 3281 @if test -z "$(am__skip_length_check)" && find "$(distdir)" -type f -print | \ 3282 grep '^...................................................................................................' 1>&2; then \ 3283 echo 'error: the above filenames are too long' 1>&2; \ 3284 exit 1; \ 3285 else :; fi 3286dist-gzip: distdir 3287 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 3288 $(am__post_remove_distdir) 3289 3290dist-bzip2: distdir 3291 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 3292 $(am__post_remove_distdir) 3293 3294dist-lzip: distdir 3295 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 3296 $(am__post_remove_distdir) 3297dist-xz: distdir 3298 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 3299 $(am__post_remove_distdir) 3300 3301dist-zstd: distdir 3302 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 3303 $(am__post_remove_distdir) 3304 3305dist-tarZ: distdir 3306 @echo WARNING: "Support for distribution archives compressed with" \ 3307 "legacy program 'compress' is deprecated." >&2 3308 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 3309 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 3310 $(am__post_remove_distdir) 3311 3312dist-shar: distdir 3313 @echo WARNING: "Support for shar distribution archives is" \ 3314 "deprecated." >&2 3315 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 3316 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 3317 $(am__post_remove_distdir) 3318 3319dist-zip: distdir 3320 -rm -f $(distdir).zip 3321 zip -rq $(distdir).zip $(distdir) 3322 $(am__post_remove_distdir) 3323 3324dist dist-all: 3325 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 3326 $(am__post_remove_distdir) 3327 3328# This target untars the dist file and tries a VPATH configuration. Then 3329# it guarantees that the distribution is self-contained by making another 3330# tarfile. 3331distcheck: dist 3332 case '$(DIST_ARCHIVES)' in \ 3333 *.tar.gz*) \ 3334 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 3335 *.tar.bz2*) \ 3336 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 3337 *.tar.lz*) \ 3338 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 3339 *.tar.xz*) \ 3340 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 3341 *.tar.Z*) \ 3342 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 3343 *.shar.gz*) \ 3344 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 3345 *.zip*) \ 3346 unzip $(distdir).zip ;;\ 3347 *.tar.zst*) \ 3348 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 3349 esac 3350 chmod -R a-w $(distdir) 3351 chmod u+w $(distdir) 3352 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 3353 chmod a-w $(distdir) 3354 test -d $(distdir)/_build || exit 0; \ 3355 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 3356 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 3357 && am__cwd=`pwd` \ 3358 && $(am__cd) $(distdir)/_build/sub \ 3359 && ../../configure \ 3360 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 3361 $(DISTCHECK_CONFIGURE_FLAGS) \ 3362 --srcdir=../.. --prefix="$$dc_install_base" \ 3363 && $(MAKE) $(AM_MAKEFLAGS) \ 3364 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 3365 && $(MAKE) $(AM_MAKEFLAGS) check \ 3366 && $(MAKE) $(AM_MAKEFLAGS) install \ 3367 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 3368 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 3369 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 3370 distuninstallcheck \ 3371 && chmod -R a-w "$$dc_install_base" \ 3372 && ({ \ 3373 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 3374 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 3375 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 3376 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 3377 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 3378 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 3379 && rm -rf "$$dc_destdir" \ 3380 && $(MAKE) $(AM_MAKEFLAGS) dist \ 3381 && rm -rf $(DIST_ARCHIVES) \ 3382 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 3383 && cd "$$am__cwd" \ 3384 || exit 1 3385 $(am__post_remove_distdir) 3386 @(echo "$(distdir) archives ready for distribution: "; \ 3387 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 3388 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 3389distuninstallcheck: 3390 @test -n '$(distuninstallcheck_dir)' || { \ 3391 echo 'ERROR: trying to run $@ with an empty' \ 3392 '$$(distuninstallcheck_dir)' >&2; \ 3393 exit 1; \ 3394 }; \ 3395 $(am__cd) '$(distuninstallcheck_dir)' || { \ 3396 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 3397 exit 1; \ 3398 }; \ 3399 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 3400 || { echo "ERROR: files left after uninstall:" ; \ 3401 if test -n "$(DESTDIR)"; then \ 3402 echo " (check DESTDIR support)"; \ 3403 fi ; \ 3404 $(distuninstallcheck_listfiles) ; \ 3405 exit 1; } >&2 3406distcleancheck: distclean 3407 @if test '$(srcdir)' = . ; then \ 3408 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 3409 exit 1 ; \ 3410 fi 3411 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 3412 || { echo "ERROR: files left in build directory after distclean:" ; \ 3413 $(distcleancheck_listfiles) ; \ 3414 exit 1; } >&2 3415check-am: all-am 3416 $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local 3417check: check-am 3418all-am: Makefile $(INFO_DEPS) $(SCRIPTS) $(MANS) $(DATA) 3419installdirs: 3420 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(amdir)" "$(DESTDIR)$(automake_acdir)" "$(DESTDIR)$(automake_internal_acdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(perllibdir)" "$(DESTDIR)$(pkgvdatadir)" "$(DESTDIR)$(scriptdir)" "$(DESTDIR)$(system_acdir)" "$(DESTDIR)$(perllibdir)"; do \ 3421 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 3422 done 3423install: install-am 3424install-exec: install-exec-am 3425install-data: install-data-am 3426uninstall: uninstall-am 3427 3428install-am: all-am 3429 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 3430 3431installcheck: installcheck-am 3432install-strip: 3433 if test -z '$(STRIP)'; then \ 3434 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 3435 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 3436 install; \ 3437 else \ 3438 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 3439 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 3440 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 3441 fi 3442mostlyclean-generic: 3443 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 3444 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 3445 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 3446 3447clean-generic: 3448 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 3449 3450distclean-generic: 3451 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 3452 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 3453 -rm -f doc/$(am__dirstamp) 3454 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 3455 3456maintainer-clean-generic: 3457 @echo "This command is intended for maintainers to use" 3458 @echo "it deletes files that may require special tools to rebuild." 3459 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 3460clean: clean-am 3461 3462clean-am: clean-aminfo clean-generic clean-local mostlyclean-am 3463 3464distclean: distclean-am 3465 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 3466 -rm -f Makefile 3467distclean-am: clean-am distclean-generic distclean-tags 3468 3469dvi: dvi-am 3470 3471dvi-am: $(DVIS) 3472 3473html: html-am 3474 3475html-am: $(HTMLS) 3476 3477info: info-am 3478 3479info-am: $(INFO_DEPS) 3480 3481install-data-am: install-dist_amDATA install-dist_automake_acDATA \ 3482 install-dist_automake_internal_acDATA install-dist_docDATA \ 3483 install-dist_perllibDATA install-dist_pkgvdataDATA \ 3484 install-dist_scriptDATA install-dist_system_acDATA \ 3485 install-info-am install-man install-nodist_perllibDATA 3486 @$(NORMAL_INSTALL) 3487 $(MAKE) $(AM_MAKEFLAGS) install-data-hook 3488install-dvi: install-dvi-am 3489 3490install-dvi-am: $(DVIS) 3491 @$(NORMAL_INSTALL) 3492 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ 3493 if test -n "$$list"; then \ 3494 echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \ 3495 $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \ 3496 fi; \ 3497 for p in $$list; do \ 3498 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 3499 echo "$$d$$p"; \ 3500 done | $(am__base_list) | \ 3501 while read files; do \ 3502 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \ 3503 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \ 3504 done 3505install-exec-am: install-binSCRIPTS 3506 @$(NORMAL_INSTALL) 3507 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook 3508install-html: install-html-am 3509 3510install-html-am: $(HTMLS) 3511 @$(NORMAL_INSTALL) 3512 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \ 3513 if test -n "$$list"; then \ 3514 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \ 3515 $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \ 3516 fi; \ 3517 for p in $$list; do \ 3518 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ 3519 $(am__strip_dir) \ 3520 d2=$$d$$p; \ 3521 if test -d "$$d2"; then \ 3522 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ 3523 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \ 3524 echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \ 3525 $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \ 3526 else \ 3527 list2="$$list2 $$d2"; \ 3528 fi; \ 3529 done; \ 3530 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ 3531 while read files; do \ 3532 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ 3533 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ 3534 done; } 3535install-info: install-info-am 3536 3537install-info-am: $(INFO_DEPS) 3538 @$(NORMAL_INSTALL) 3539 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 3540 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ 3541 if test -n "$$list"; then \ 3542 echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \ 3543 $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \ 3544 fi; \ 3545 for file in $$list; do \ 3546 case $$file in \ 3547 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 3548 esac; \ 3549 if test -f $$file; then d=.; else d=$(srcdir); fi; \ 3550 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ 3551 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ 3552 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \ 3553 if test -f $$ifile; then \ 3554 echo "$$ifile"; \ 3555 else : ; fi; \ 3556 done; \ 3557 done | $(am__base_list) | \ 3558 while read files; do \ 3559 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ 3560 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done 3561 @$(POST_INSTALL) 3562 @if $(am__can_run_installinfo); then \ 3563 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ 3564 for file in $$list; do \ 3565 relfile=`echo "$$file" | sed 's|^.*/||'`; \ 3566 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ 3567 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ 3568 done; \ 3569 else : ; fi 3570install-man: install-man1 3571 3572install-pdf: install-pdf-am 3573 3574install-pdf-am: $(PDFS) 3575 @$(NORMAL_INSTALL) 3576 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ 3577 if test -n "$$list"; then \ 3578 echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \ 3579 $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \ 3580 fi; \ 3581 for p in $$list; do \ 3582 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 3583 echo "$$d$$p"; \ 3584 done | $(am__base_list) | \ 3585 while read files; do \ 3586 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \ 3587 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done 3588install-ps: install-ps-am 3589 3590install-ps-am: $(PSS) 3591 @$(NORMAL_INSTALL) 3592 @list='$(PSS)'; test -n "$(psdir)" || list=; \ 3593 if test -n "$$list"; then \ 3594 echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \ 3595 $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \ 3596 fi; \ 3597 for p in $$list; do \ 3598 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 3599 echo "$$d$$p"; \ 3600 done | $(am__base_list) | \ 3601 while read files; do \ 3602 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \ 3603 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done 3604installcheck-am: installcheck-local 3605 3606maintainer-clean: maintainer-clean-am 3607 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 3608 -rm -rf $(top_srcdir)/autom4te.cache 3609 -rm -f Makefile 3610maintainer-clean-am: distclean-am maintainer-clean-aminfo \ 3611 maintainer-clean-generic maintainer-clean-local \ 3612 maintainer-clean-vti 3613 3614mostlyclean: mostlyclean-am 3615 3616mostlyclean-am: mostlyclean-aminfo mostlyclean-generic mostlyclean-vti 3617 3618pdf: pdf-am 3619 3620pdf-am: $(PDFS) 3621 3622ps: ps-am 3623 3624ps-am: $(PSS) 3625 3626uninstall-am: uninstall-binSCRIPTS uninstall-dist_amDATA \ 3627 uninstall-dist_automake_acDATA \ 3628 uninstall-dist_automake_internal_acDATA uninstall-dist_docDATA \ 3629 uninstall-dist_perllibDATA uninstall-dist_pkgvdataDATA \ 3630 uninstall-dist_scriptDATA uninstall-dist_system_acDATA \ 3631 uninstall-dvi-am uninstall-html-am uninstall-info-am \ 3632 uninstall-man uninstall-nodist_perllibDATA uninstall-pdf-am \ 3633 uninstall-ps-am 3634 @$(NORMAL_INSTALL) 3635 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook 3636uninstall-man: uninstall-man1 3637 3638.MAKE: check-am install-am install-data-am install-exec-am \ 3639 install-strip uninstall-am 3640 3641.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \ 3642 check-am check-local clean clean-aminfo clean-cscope \ 3643 clean-generic clean-local cscope cscopelist-am ctags ctags-am \ 3644 dist dist-all dist-bzip2 dist-gzip dist-info dist-lzip \ 3645 dist-shar dist-tarZ dist-xz dist-zip dist-zstd distcheck \ 3646 distclean distclean-generic distclean-tags distcleancheck \ 3647 distdir distuninstallcheck dvi dvi-am html html-am info \ 3648 info-am install install-am install-binSCRIPTS install-data \ 3649 install-data-am install-data-hook install-dist_amDATA \ 3650 install-dist_automake_acDATA \ 3651 install-dist_automake_internal_acDATA install-dist_docDATA \ 3652 install-dist_perllibDATA install-dist_pkgvdataDATA \ 3653 install-dist_scriptDATA install-dist_system_acDATA install-dvi \ 3654 install-dvi-am install-exec install-exec-am install-exec-hook \ 3655 install-html install-html-am install-info install-info-am \ 3656 install-man install-man1 install-nodist_perllibDATA \ 3657 install-pdf install-pdf-am install-ps install-ps-am \ 3658 install-strip installcheck installcheck-am installcheck-local \ 3659 installdirs maintainer-clean maintainer-clean-aminfo \ 3660 maintainer-clean-generic maintainer-clean-local \ 3661 maintainer-clean-vti mostlyclean mostlyclean-aminfo \ 3662 mostlyclean-generic mostlyclean-vti pdf pdf-am ps ps-am \ 3663 recheck tags tags-am uninstall uninstall-am \ 3664 uninstall-binSCRIPTS uninstall-dist_amDATA \ 3665 uninstall-dist_automake_acDATA \ 3666 uninstall-dist_automake_internal_acDATA uninstall-dist_docDATA \ 3667 uninstall-dist_perllibDATA uninstall-dist_pkgvdataDATA \ 3668 uninstall-dist_scriptDATA uninstall-dist_system_acDATA \ 3669 uninstall-dvi-am uninstall-hook uninstall-html-am \ 3670 uninstall-info-am uninstall-man uninstall-man1 \ 3671 uninstall-nodist_perllibDATA uninstall-pdf-am uninstall-ps-am 3672 3673.PRECIOUS: Makefile 3674 3675 3676# The master location for INSTALL is lib/INSTALL. 3677# This is where "make fetch" will install new versions. 3678# Make sure we also update this copy. 3679INSTALL: lib/INSTALL 3680 $(AM_V_GEN)cp $(srcdir)/lib/INSTALL $@ 3681 3682# We don't use the default name for the autom4te cache directory, 3683# so we need this. 3684maintainer-clean-local: 3685 rm -rf .autom4te.cache 3686 3687# So that automake won't complain about the missing ChangeLog. 3688# The real rule for ChangeLog generation is now in maintainer/maint.mk 3689# (as it is maintainer-specific). 3690ChangeLog: 3691 3692# Make versioned links. We only run the transform on the root name; 3693# then we make a versioned link with the transformed base name. This 3694# seemed like the most reasonable approach. 3695install-exec-hook: 3696 @$(POST_INSTALL) 3697 @for p in $(bin_SCRIPTS); do \ 3698 f=`echo $$p | sed -e 's,.*/,,' -e '$(transform)'`; \ 3699 fv="$$f-$(APIVERSION)"; \ 3700 rm -f "$(DESTDIR)$(bindir)/$$fv"; \ 3701 echo " $(LN) '$(DESTDIR)$(bindir)/$$f' '$(DESTDIR)$(bindir)/$$fv'"; \ 3702 $(LN) "$(DESTDIR)$(bindir)/$$f" "$(DESTDIR)$(bindir)/$$fv"; \ 3703 done 3704 3705uninstall-hook: 3706 @for p in $(bin_SCRIPTS); do \ 3707 f=`echo $$p | sed -e 's,.*/,,' -e '$(transform)'`; \ 3708 fv="$$f-$(APIVERSION)"; \ 3709 rm -f "$(DESTDIR)$(bindir)/$$fv"; \ 3710 done 3711 3712# These files depend on Makefile so they are rebuilt if $(VERSION), 3713# $(datadir) or other do_subst'ituted variables change. 3714bin/automake: bin/automake.in 3715bin/aclocal: bin/aclocal.in 3716bin/automake bin/aclocal: Makefile 3717 $(AM_V_GEN)rm -f $@ $@-t $@-t2 \ 3718 && $(MKDIR_P) $(@D) \ 3719 && in=$@.in && $(do_subst) <$(srcdir)/$$in >$@-t \ 3720 && chmod a+x,a-w $@-t && mv -f $@-t $@ 3721 3722bin/aclocal-$(APIVERSION): bin/aclocal 3723 $(AM_V_GEN) rm -f $@; \ 3724 $(LN) bin/aclocal $@ 3725 3726bin/automake-$(APIVERSION): bin/automake 3727 $(AM_V_GEN) rm -f $@; \ 3728 $(LN) bin/automake $@ 3729 3730# vim: ft=automake noet 3731 3732$(man1_MANS): $(top_srcdir)/configure.ac 3733 3734doc/aclocal.1 doc/automake.1: 3735 $(AM_V_GEN): \ 3736 && $(MKDIR_P) doc \ 3737 && f=`echo $@ | sed 's|.*/||; s|\.1$$||; $(transform)'` \ 3738 && echo ".so man1/$$f-$(APIVERSION).1" > $@ 3739 3740doc/aclocal-$(APIVERSION).1: $(aclocal_script) lib/Automake/Config.pm 3741 $(update_mans) $(aclocal_script) 3742doc/automake-$(APIVERSION).1: $(automake_script) lib/Automake/Config.pm 3743 $(update_mans) $(automake_script) 3744.PHONY: checklinkx 3745checklinkx: 3746 $(checklinkx) $(chlx_args) $(chlx_excludes) $(chlx_file) 3747 3748# We depend on configure.ac so that we regenerate the tarball 3749# whenever the Automake version changes. 3750$(srcdir)/doc/amhello-1.0.tar.gz: $(amhello_sources) $(srcdir)/configure.ac 3751 $(AM_V_GEN)tmp=amhello-output.tmp \ 3752 && $(am__cd) $(srcdir)/doc/amhello \ 3753 && : Make our aclocal and automake available before system ones. \ 3754 && $(setup_autotools_paths) \ 3755 && ( \ 3756 { $(AM_V_P) || exec 5>&2 >$$tmp 2>&1; } \ 3757 && $(abs_builddir)/pre-inst-env $(am_AUTORECONF) -vfi \ 3758 && ./configure \ 3759 && $(MAKE) $(AM_MAKEFLAGS) distcheck \ 3760 && $(MAKE) $(AM_MAKEFLAGS) distclean \ 3761 || { \ 3762 if $(AM_V_P); then :; else \ 3763 echo "$@: recipe failed." >&5; \ 3764 echo "See file '`pwd`/$$tmp' for details" >&5; \ 3765 fi; \ 3766 exit 1; \ 3767 } \ 3768 ) \ 3769 && rm -rf $(amhello_configury) $$tmp \ 3770 && mv -f amhello-1.0.tar.gz .. 3771 3772# vim: ft=automake noet 3773 3774install-data-hook: 3775 @$(POST_INSTALL) 3776 @for f in $(dist_script_DATA); do echo $$f; done \ 3777 | sed 's,^lib/,,' \ 3778 | ( st=0; \ 3779 while read f; do \ 3780 echo " chmod +x '$(DESTDIR)$(scriptdir)/$$f'"; \ 3781 chmod +x "$(DESTDIR)$(scriptdir)/$$f" || st=1; \ 3782 done; \ 3783 exit $$st ) 3784 3785installcheck-local: installcheck-executable-scripts 3786installcheck-executable-scripts: 3787 @for f in $(dist_script_DATA); do echo $$f; done \ 3788 | sed 's,^lib/,,' \ 3789 | while read f; do \ 3790 path="$(pkgvdatadir)/$$f"; \ 3791 test -x "$$path" || echo $$path; \ 3792 done \ 3793 | sed 's/$$/: not executable/' \ 3794 | grep . 1>&2 && exit 1; exit 0 3795 3796# vim: ft=automake noet 3797 3798lib/Automake/Config.pm: lib/Automake/Config.in Makefile 3799 $(AM_V_at)rm -f $@ $@-t 3800 $(AM_V_at)$(MKDIR_P) lib/Automake 3801 $(AM_V_GEN)in=Config.in \ 3802 && $(do_subst) <$(srcdir)/lib/Automake/Config.in >$@-t 3803 $(generated_file_finalize) 3804 3805# vim: ft=automake noet 3806 3807# vim: ft=automake noet 3808 3809# We build amversion.m4 here, instead of from config.status, 3810# because config.status is rerun each time one of configure's 3811# dependencies change and amversion.m4 happens to be a configure 3812# dependency. configure and amversion.m4 would be rebuilt in 3813# loop otherwise. 3814# Use '$(top_srcdir)' for the benefit of non-GNU makes: this is 3815# how amversion.m4 appears in our dependencies. 3816$(top_srcdir)/m4/amversion.m4: $(srcdir)/configure.ac \ 3817 $(srcdir)/m4/amversion.in 3818 $(AM_V_at)rm -f $@-t $@ 3819 $(AM_V_GEN)in=amversion.in \ 3820 && $(do_subst) <$(srcdir)/m4/amversion.in >$@-t 3821 $(generated_file_finalize) 3822 3823# vim: ft=automake noet 3824 3825print-list-of-tests: 3826 @echo $(handwritten_TESTS) 3827.PHONY: print-list-of-tests 3828 3829t/ar-lib-w.log: t/ar-lib.sh 3830t/ar-lib-w.log: t/ar-lib.log 3831t/built-sources-check-w.log: t/built-sources-check.sh 3832t/built-sources-check-w.log: t/built-sources-check.log 3833t/check-exported-srcdir-w.log: t/check-exported-srcdir.sh 3834t/check-exported-srcdir-w.log: t/check-exported-srcdir.log 3835t/check-fd-redirect-w.log: t/check-fd-redirect.sh 3836t/check-fd-redirect-w.log: t/check-fd-redirect.log 3837t/check-subst-prog-w.log: t/check-subst-prog.sh 3838t/check-subst-prog-w.log: t/check-subst-prog.log 3839t/check-subst-w.log: t/check-subst.sh 3840t/check-subst-w.log: t/check-subst.log 3841t/check-tests-in-builddir-w.log: t/check-tests-in-builddir.sh 3842t/check-tests-in-builddir-w.log: t/check-tests-in-builddir.log 3843t/check-w.log: t/check.sh 3844t/check-w.log: t/check.log 3845t/check11-w.log: t/check11.sh 3846t/check11-w.log: t/check11.log 3847t/check12-w.log: t/check12.sh 3848t/check12-w.log: t/check12.log 3849t/check2-w.log: t/check2.sh 3850t/check2-w.log: t/check2.log 3851t/check4-w.log: t/check4.sh 3852t/check4-w.log: t/check4.log 3853t/check5-w.log: t/check5.sh 3854t/check5-w.log: t/check5.log 3855t/check6-w.log: t/check6.sh 3856t/check6-w.log: t/check6.log 3857t/check7-w.log: t/check7.sh 3858t/check7-w.log: t/check7.log 3859t/check8-w.log: t/check8.sh 3860t/check8-w.log: t/check8.log 3861t/color-tests-w.log: t/color-tests.sh 3862t/color-tests-w.log: t/color-tests.log 3863t/color-tests2-w.log: t/color-tests2.sh 3864t/color-tests2-w.log: t/color-tests2.log 3865t/compile-w.log: t/compile.sh 3866t/compile-w.log: t/compile.log 3867t/compile2-w.log: t/compile2.sh 3868t/compile2-w.log: t/compile2.log 3869t/compile3-w.log: t/compile3.sh 3870t/compile3-w.log: t/compile3.log 3871t/compile4-w.log: t/compile4.sh 3872t/compile4-w.log: t/compile4.log 3873t/compile5-w.log: t/compile5.sh 3874t/compile5-w.log: t/compile5.log 3875t/compile6-w.log: t/compile6.sh 3876t/compile6-w.log: t/compile6.log 3877t/compile7-w.log: t/compile7.sh 3878t/compile7-w.log: t/compile7.log 3879t/exeext4-w.log: t/exeext4.sh 3880t/exeext4-w.log: t/exeext4.log 3881t/install-sh-option-C-w.log: t/install-sh-option-C.sh 3882t/install-sh-option-C-w.log: t/install-sh-option-C.log 3883t/install-sh-option-S-w.log: t/install-sh-option-S.sh 3884t/install-sh-option-S-w.log: t/install-sh-option-S.log 3885t/install-sh-unittests-w.log: t/install-sh-unittests.sh 3886t/install-sh-unittests-w.log: t/install-sh-unittests.log 3887t/maken3-w.log: t/maken3.sh 3888t/maken3-w.log: t/maken3.log 3889t/mdate5-w.log: t/mdate5.sh 3890t/mdate5-w.log: t/mdate5.log 3891t/mdate6-w.log: t/mdate6.sh 3892t/mdate6-w.log: t/mdate6.log 3893t/missing-version-mismatch-w.log: t/missing-version-mismatch.sh 3894t/missing-version-mismatch-w.log: t/missing-version-mismatch.log 3895t/missing3-w.log: t/missing3.sh 3896t/missing3-w.log: t/missing3.log 3897t/mkinst3-w.log: t/mkinst3.sh 3898t/mkinst3-w.log: t/mkinst3.log 3899t/posixsubst-tests-w.log: t/posixsubst-tests.sh 3900t/posixsubst-tests-w.log: t/posixsubst-tests.log 3901t/tap-summary.log: t/ax/tap-summary-aux.sh 3902t/tap-summary-color.log: t/ax/tap-summary-aux.sh 3903t/testsuite-summary-color.log: t/ax/testsuite-summary-checks.sh 3904t/testsuite-summary-count.log: t/ax/testsuite-summary-checks.sh 3905t/testsuite-summary-header.log: t/ax/testsuite-summary-checks.sh 3906t/depcomp-lt-auto.log: t/ax/depcomp.sh 3907t/depcomp-lt-cpp.log: t/ax/depcomp.sh 3908t/depcomp-lt-dashmstdout.log: t/ax/depcomp.sh 3909t/depcomp-lt-disabled.log: t/ax/depcomp.sh 3910t/depcomp-lt-gcc.log: t/ax/depcomp.sh 3911t/depcomp-lt-makedepend.log: t/ax/depcomp.sh 3912t/depcomp-lt-msvcmsys.log: t/ax/depcomp.sh 3913t/depcomp-lt-msvisualcpp.log: t/ax/depcomp.sh 3914t/depcomp-auto.log: t/ax/depcomp.sh 3915t/depcomp-cpp.log: t/ax/depcomp.sh 3916t/depcomp-dashmstdout.log: t/ax/depcomp.sh 3917t/depcomp-disabled.log: t/ax/depcomp.sh 3918t/depcomp-gcc.log: t/ax/depcomp.sh 3919t/depcomp-makedepend.log: t/ax/depcomp.sh 3920t/depcomp-msvcmsys.log: t/ax/depcomp.sh 3921t/depcomp-msvisualcpp.log: t/ax/depcomp.sh 3922t/testsuite-summary-count-many.log: t/ax/extract-testsuite-summary.pl 3923t/testsuite-summary-header.log: t/ax/extract-testsuite-summary.pl 3924t/gettext-basics.log: t/gettext-macros.log 3925t/gettext-config-rpath.log: t/gettext-macros.log 3926t/gettext-external-pr338.log: t/gettext-macros.log 3927t/gettext-intl-subdir.log: t/gettext-macros.log 3928t/gettext-pr381.log: t/gettext-macros.log 3929t/subdir-cond-gettext.log: t/gettext-macros.log 3930t/ar-lib4.log: t/libtool-macros.log 3931t/ar-lib6a.log: t/libtool-macros.log 3932t/ar-lib6b.log: t/libtool-macros.log 3933t/canon6.log: t/libtool-macros.log 3934t/canon7.log: t/libtool-macros.log 3935t/ccnoco-lt.log: t/libtool-macros.log 3936t/cxx-lt-demo.log: t/libtool-macros.log 3937t/depcomp8b.log: t/libtool-macros.log 3938t/extra-deps-lt.log: t/libtool-macros.log 3939t/fort5.log: t/libtool-macros.log 3940t/instdir-ltlib.log: t/libtool-macros.log 3941t/instfail-libtool.log: t/libtool-macros.log 3942t/ldadd.log: t/libtool-macros.log 3943t/ldflags.log: t/libtool-macros.log 3944t/libobj13.log: t/libtool-macros.log 3945t/libtool.log: t/libtool-macros.log 3946t/libtool2.log: t/libtool-macros.log 3947t/libtool3.log: t/libtool-macros.log 3948t/libtool5.log: t/libtool-macros.log 3949t/libtool6.log: t/libtool-macros.log 3950t/libtool7.log: t/libtool-macros.log 3951t/libtool8.log: t/libtool-macros.log 3952t/libtool9.log: t/libtool-macros.log 3953t/libtoo10.log: t/libtool-macros.log 3954t/libtoo11.log: t/libtool-macros.log 3955t/listval.log: t/libtool-macros.log 3956t/ltcond.log: t/libtool-macros.log 3957t/ltcond2.log: t/libtool-macros.log 3958t/ltconv.log: t/libtool-macros.log 3959t/ltdeps.log: t/libtool-macros.log 3960t/ltinit.log: t/libtool-macros.log 3961t/ltinstloc.log: t/libtool-macros.log 3962t/ltlibobjs.log: t/libtool-macros.log 3963t/ltlibsrc.log: t/libtool-macros.log 3964t/ltorder.log: t/libtool-macros.log 3965t/nobase-libtool.log: t/libtool-macros.log 3966t/objc-megademo.log: t/libtool-macros.log 3967t/posixsubst-ltlibraries.log: t/libtool-macros.log 3968t/pr72.log: t/libtool-macros.log 3969t/pr211.log: t/libtool-macros.log 3970t/pr300-ltlib.log: t/libtool-macros.log 3971t/pr307.log: t/libtool-macros.log 3972t/pr401b.log: t/libtool-macros.log 3973t/reqd2.log: t/libtool-macros.log 3974t/silent-lt.log: t/libtool-macros.log 3975t/stdlib2.log: t/libtool-macros.log 3976t/strip3.log: t/libtool-macros.log 3977t/subobj9.log: t/libtool-macros.log 3978t/subobj-clean-lt-pr10697.log: t/libtool-macros.log 3979t/suffix2.log: t/libtool-macros.log 3980t/suffix5.log: t/libtool-macros.log 3981t/suffix8.log: t/libtool-macros.log 3982t/suffix10.log: t/libtool-macros.log 3983t/vala-libs.log: t/libtool-macros.log 3984t/vala-libs-distcheck.log: t/libtool-macros.log 3985t/vala-libs-vpath.log: t/libtool-macros.log 3986t/vartypo2.log: t/libtool-macros.log 3987t/depcomp-lt-auto.log: t/libtool-macros.log 3988t/depcomp-lt-cpp.log: t/libtool-macros.log 3989t/depcomp-lt-dashmstdout.log: t/libtool-macros.log 3990t/depcomp-lt-disabled.log: t/libtool-macros.log 3991t/depcomp-lt-gcc.log: t/libtool-macros.log 3992t/depcomp-lt-makedepend.log: t/libtool-macros.log 3993t/depcomp-lt-msvcmsys.log: t/libtool-macros.log 3994t/depcomp-lt-msvisualcpp.log: t/libtool-macros.log 3995t/tap-ambiguous-directive.log: t/ax/tap-setup.sh t/tap-common-setup.log 3996t/tap-autonumber.log: t/ax/tap-setup.sh t/tap-common-setup.log 3997t/tap-bailout.log: t/ax/tap-setup.sh t/tap-common-setup.log 3998t/tap-bailout-leading-space.log: t/ax/tap-setup.sh t/tap-common-setup.log 3999t/tap-bailout-and-logging.log: t/ax/tap-setup.sh t/tap-common-setup.log 4000t/tap-bailout-suppress-badexit.log: t/ax/tap-setup.sh t/tap-common-setup.log 4001t/tap-bailout-suppress-later-diagnostic.log: t/ax/tap-setup.sh t/tap-common-setup.log 4002t/tap-bailout-suppress-later-errors.log: t/ax/tap-setup.sh t/tap-common-setup.log 4003t/tap-color.log: t/ax/tap-setup.sh t/tap-common-setup.log 4004t/tap-deps.log: t/ax/tap-setup.sh t/tap-common-setup.log 4005t/tap-diagnostic.log: t/ax/tap-setup.sh t/tap-common-setup.log 4006t/tap-empty-diagnostic.log: t/ax/tap-setup.sh t/tap-common-setup.log 4007t/tap-empty.log: t/ax/tap-setup.sh t/tap-common-setup.log 4008t/tap-escape-directive.log: t/ax/tap-setup.sh t/tap-common-setup.log 4009t/tap-escape-directive-2.log: t/ax/tap-setup.sh t/tap-common-setup.log 4010t/tap-exit.log: t/ax/tap-setup.sh t/tap-common-setup.log 4011t/tap-fancy.log: t/ax/tap-setup.sh t/tap-common-setup.log 4012t/tap-fancy2.log: t/ax/tap-setup.sh t/tap-common-setup.log 4013t/tap-global-log.log: t/ax/tap-setup.sh t/tap-common-setup.log 4014t/tap-global-result.log: t/ax/tap-setup.sh t/tap-common-setup.log 4015t/tap-log.log: t/ax/tap-setup.sh t/tap-common-setup.log 4016t/tap-msg0-result.log: t/ax/tap-setup.sh t/tap-common-setup.log 4017t/tap-msg0-directive.log: t/ax/tap-setup.sh t/tap-common-setup.log 4018t/tap-msg0-planskip.log: t/ax/tap-setup.sh t/tap-common-setup.log 4019t/tap-msg0-bailout.log: t/ax/tap-setup.sh t/tap-common-setup.log 4020t/tap-msg0-misc.log: t/ax/tap-setup.sh t/tap-common-setup.log 4021t/tap-merge-stdout-stderr.log: t/ax/tap-setup.sh t/tap-common-setup.log 4022t/tap-no-merge-stdout-stderr.log: t/ax/tap-setup.sh t/tap-common-setup.log 4023t/tap-no-disable-hard-error.log: t/ax/tap-setup.sh t/tap-common-setup.log 4024t/tap-no-spurious-summary.log: t/ax/tap-setup.sh t/tap-common-setup.log 4025t/tap-no-spurious-numbers.log: t/ax/tap-setup.sh t/tap-common-setup.log 4026t/tap-no-spurious.log: t/ax/tap-setup.sh t/tap-common-setup.log 4027t/tap-not-ok-skip.log: t/ax/tap-setup.sh t/tap-common-setup.log 4028t/tap-number-wordboundary.log: t/ax/tap-setup.sh t/tap-common-setup.log 4029t/tap-numeric-description.log: t/ax/tap-setup.sh t/tap-common-setup.log 4030t/tap-negative-numbers.log: t/ax/tap-setup.sh t/tap-common-setup.log 4031t/tap-numbers-leading-zero.log: t/ax/tap-setup.sh t/tap-common-setup.log 4032t/tap-out-of-order.log: t/ax/tap-setup.sh t/tap-common-setup.log 4033t/tap-passthrough.log: t/ax/tap-setup.sh t/tap-common-setup.log 4034t/tap-passthrough-exit.log: t/ax/tap-setup.sh t/tap-common-setup.log 4035t/tap-plan.log: t/ax/tap-setup.sh t/tap-common-setup.log 4036t/tap-plan-corner.log: t/ax/tap-setup.sh t/tap-common-setup.log 4037t/tap-plan-errors.log: t/ax/tap-setup.sh t/tap-common-setup.log 4038t/tap-plan-middle.log: t/ax/tap-setup.sh t/tap-common-setup.log 4039t/tap-plan-whitespace.log: t/ax/tap-setup.sh t/tap-common-setup.log 4040t/tap-plan-leading-zero.log: t/ax/tap-setup.sh t/tap-common-setup.log 4041t/tap-plan-malformed.log: t/ax/tap-setup.sh t/tap-common-setup.log 4042t/tap-missing-plan-and-bad-exit.log: t/ax/tap-setup.sh t/tap-common-setup.log 4043t/tap-planskip.log: t/ax/tap-setup.sh t/tap-common-setup.log 4044t/tap-planskip-late.log: t/ax/tap-setup.sh t/tap-common-setup.log 4045t/tap-planskip-and-logging.log: t/ax/tap-setup.sh t/tap-common-setup.log 4046t/tap-planskip-unplanned.log: t/ax/tap-setup.sh t/tap-common-setup.log 4047t/tap-planskip-unplanned-corner.log: t/ax/tap-setup.sh t/tap-common-setup.log 4048t/tap-planskip-case-insensitive.log: t/ax/tap-setup.sh t/tap-common-setup.log 4049t/tap-planskip-whitespace.log: t/ax/tap-setup.sh t/tap-common-setup.log 4050t/tap-planskip-badexit.log: t/ax/tap-setup.sh t/tap-common-setup.log 4051t/tap-planskip-bailout.log: t/ax/tap-setup.sh t/tap-common-setup.log 4052t/tap-planskip-later-errors.log: t/ax/tap-setup.sh t/tap-common-setup.log 4053t/tap-test-number-0.log: t/ax/tap-setup.sh t/tap-common-setup.log 4054t/tap-recheck-logs.log: t/ax/tap-setup.sh t/tap-common-setup.log 4055t/tap-result-comment.log: t/ax/tap-setup.sh t/tap-common-setup.log 4056t/tap-todo-skip-together.log: t/ax/tap-setup.sh t/tap-common-setup.log 4057t/tap-todo-skip-whitespace.log: t/ax/tap-setup.sh t/tap-common-setup.log 4058t/tap-todo-skip.log: t/ax/tap-setup.sh t/tap-common-setup.log 4059t/tap-unplanned.log: t/ax/tap-setup.sh t/tap-common-setup.log 4060t/tap-whitespace-normalization.log: t/ax/tap-setup.sh t/tap-common-setup.log 4061t/tap-with-and-without-number.log: t/ax/tap-setup.sh t/tap-common-setup.log 4062t/tap-xfail-tests.log: t/ax/tap-setup.sh t/tap-common-setup.log 4063t/vala-headers.log: t/pkg-config-macros.log 4064t/vala-libs.log: t/pkg-config-macros.log 4065t/vala-libs-distcheck.log: t/pkg-config-macros.log 4066t/vala-libs-vpath.log: t/pkg-config-macros.log 4067t/vala-mix.log: t/pkg-config-macros.log 4068t/vala-mix2.log: t/pkg-config-macros.log 4069t/vala-non-recursive-setup.log: t/pkg-config-macros.log 4070t/vala-parallel.log: t/pkg-config-macros.log 4071t/vala-per-target-flags.log: t/pkg-config-macros.log 4072t/vala-recursive-setup.log: t/pkg-config-macros.log 4073t/vala-vapi.log: t/pkg-config-macros.log 4074t/vala-vpath.log: t/pkg-config-macros.log 4075t/testsuite-summary-count-many.log: t/ax/trivial-test-driver 4076t/test-driver-acsubst.log: t/ax/trivial-test-driver 4077t/test-driver-cond.log: t/ax/trivial-test-driver 4078t/test-driver-custom-multitest.log: t/ax/trivial-test-driver 4079t/test-driver-custom-multitest-recheck.log: t/ax/trivial-test-driver 4080t/test-driver-custom-multitest-recheck2.log: t/ax/trivial-test-driver 4081 4082$(srcdir)/t/testsuite-part.am: 4083 $(AM_V_at)rm -f t/testsuite-part.tmp $@ 4084 $(AM_V_GEN)$(PERL) $(srcdir)/gen-testsuite-part \ 4085 --srcdir $(srcdir) > t/testsuite-part.tmp 4086 $(AM_V_at)chmod a-w t/testsuite-part.tmp 4087 $(AM_V_at)mv -f t/testsuite-part.tmp $@ 4088 4089# The dependencies declared here are not truly complete, but such 4090# completeness would cause more issues than it would solve. See 4091# automake bug#11347 and #44458. 4092$(generated_TESTS): $(srcdir)/gen-testsuite-part 4093$(srcdir)/t/testsuite-part.am: $(srcdir)/gen-testsuite-part 4094$(srcdir)/t/testsuite-part.am: Makefile.am 4095$(srcdir)/t/testsuite-part.am: t/list-of-tests.mk 4096 4097# Few more static dependencies. 4098t/distcheck-missing-m4.log: t/ax/distcheck-hook-m4.am 4099t/distcheck-outdated-m4.log: t/ax/distcheck-hook-m4.am 4100 4101t/ax/test-defs.sh: t/ax/test-defs.in Makefile 4102 $(AM_V_at)rm -f $@ $@-t 4103 $(AM_V_at)$(MKDIR_P) t/ax 4104 $(AM_V_GEN)in=t/ax/test-defs.in \ 4105 && $(do_subst) <$(srcdir)/$$in >$@-t 4106 $(generated_file_finalize) 4107 4108t/ax/shell-no-trail-bslash: t/ax/shell-no-trail-bslash.in Makefile 4109 $(AM_V_at)rm -f $@ $@-t 4110 $(AM_V_GEN)in=t/ax/shell-no-trail-bslash.in \ 4111 && $(MKDIR_P) t/ax \ 4112 && $(do_subst) <$(srcdir)/$$in >$@-t \ 4113 && chmod a+x $@-t 4114 $(generated_file_finalize) 4115 4116t/ax/cc-no-c-o: t/ax/cc-no-c-o.in Makefile 4117 $(AM_V_at)rm -f $@ $@-t 4118 $(AM_V_GEN)in=t/ax/cc-no-c-o.in \ 4119 && $(MKDIR_P) t/ax \ 4120 && $(do_subst) <$(srcdir)/$$in >$@-t \ 4121 && chmod a+x $@-t 4122 $(generated_file_finalize) 4123 4124runtest: t/ax/runtest.in Makefile 4125 $(AM_V_at)rm -f $@ $@-t 4126 $(AM_V_GEN)in=t/ax/runtest.in \ 4127 && $(MKDIR_P) t/ax \ 4128 && $(do_subst) <$(srcdir)/$$in >$@-t \ 4129 && chmod a+x $@-t 4130 $(generated_file_finalize) 4131 4132# If two test scripts have the same basename, they will end up sharing 4133# the same log file, leading to all sort of undefined and undesired 4134# behaviours. 4135check-no-repeated-test-name: 4136 @LC_ALL=C; export LC_ALL; \ 4137 lst='$(TEST_LOGS)'; for log in $$lst; do echo $$log; done \ 4138 | sort | uniq -c | awk '($$1 > 1) { print }' \ 4139 | sed 's/\.log$$//' | grep . >&2 \ 4140 && { \ 4141 echo $@: test names listed above are duplicated >&2; \ 4142 exit 1; \ 4143 }; : 4144check-local: check-no-repeated-test-name 4145.PHONY: check-no-repeated-test-name 4146 4147# Check that our test cases are syntactically correct. 4148# See automake bug#11898. 4149check-tests-syntax: 4150 @st=0; \ 4151 err () { echo "$@: $$*" >&2; st=1; }; \ 4152 bases=`for log in : $(TEST_LOGS); do echo $$log; done \ 4153 | sed -e '/^:$$/d' -e 's/\.log$$//'`; \ 4154 for bas in $$bases; do \ 4155 for suf in sh tap pl; do \ 4156 tst=$$bas.$$suf; \ 4157 if test -f $$tst; then \ 4158 break; \ 4159 elif test -f $(srcdir)/$$tst; then \ 4160 tst=$(srcdir)/$$tst; \ 4161 break; \ 4162 else \ 4163 tst=''; \ 4164 fi; \ 4165 done; \ 4166 test -n "$$tst" || err "couldn't find test '$$bas'"; \ 4167 test $$suf = pl && continue; \ 4168 $(AM_V_P) && echo " $(AM_TEST_RUNNER_SHELL) -n $$tst"; \ 4169 $(AM_TEST_RUNNER_SHELL) -n "$$tst" \ 4170 || err "test '$$tst' syntactically invalid"; \ 4171 done; \ 4172 exit $$st 4173check-local: check-tests-syntax 4174.PHONY: check-tests-syntax 4175 4176# Recipes with a trailing backslash character (possibly followed by 4177# blank characters only) can cause spurious syntax errors with at 4178# least older bash versions (e.g., bash 2.05b), and can be potentially 4179# be unportable to other weaker shells. Run the testsuite in a way 4180# that helps catching such problems in Automake-generated recipes. 4181# See automake bug#10436. 4182check-no-trailing-backslash-in-recipes: 4183 $(AM_V_GEN)$(MAKE) $(AM_MAKEFLAGS) check \ 4184 CONFIG_SHELL='$(abs_top_builddir)/t/ax/shell-no-trail-bslash' 4185.PHONY: check-no-trailing-backslash-in-recipes 4186 4187# Some compilers out there (hello, MSVC) still choke on "-c -o" being 4188# passed together on the command line. Run the whole testsuite faking 4189# the presence of such a compiler, to help catch regressions that would 4190# otherwise only present themselves later "in the wild". See also the 4191# long discussion about automake bug#13378. 4192check-cc-no-c-o: 4193 $(AM_V_GEN)$(MAKE) $(AM_MAKEFLAGS) check \ 4194 AM_TESTSUITE_SIMULATING_NO_CC_C_O=yes 4195.PHONY: check-cc-no-c-o 4196 4197# Automake-generated Makefiles should work when run with parallel make. 4198check-parallel: 4199 $(AM_V_GEN)$(MAKE) $(AM_MAKEFLAGS) check \ 4200 AM_TESTSUITE_MAKE="$${AM_TESTSUITE_MAKE-$${MAKE-make}} -j4" 4201.PHONY: check-parallel 4202 4203.PHONY: maintainer-check-list-of-tests 4204maintainer-check-list-of-tests: 4205 @if diff -u /dev/null /dev/null >/dev/null 2>&1; then \ 4206 diff='diff -u'; \ 4207 else \ 4208 diff='diff'; \ 4209 fi; \ 4210 lst='$(expected_list_of_tests)'; \ 4211 test -n "$$lst" || lst='$(TESTS)'; \ 4212 for t in $$lst; do \ 4213 echo "$$t"; \ 4214 done | sort >$(am__tmk); \ 4215 dirs='$(test_subdirs)'; \ 4216 test -n "$$dirs" || dirs=.; \ 4217 test_extensions='$(TEST_EXTENSIONS)'; \ 4218 for ext in $$test_extensions; do \ 4219 for dir in $$dirs; do \ 4220 ls $$dir/*$$ext 2>/dev/null; \ 4221 if test $(srcdir) != $(builddir); then \ 4222 ($(am__cd) $(srcdir) && ls $$dir/*$$ext 2>/dev/null); \ 4223 fi; \ 4224 done; \ 4225 done | sed 's,^\./,,' | sort | uniq >$(am__tfs); \ 4226 if $$diff $(am__tmk) $(am__tfs) >$(am__tdf); then \ 4227 result=0; \ 4228 else \ 4229 echo '$@: list of tests in Makefile and on filesystem differ' >&2; \ 4230 echo "+ $$diff in-makefile on-filesystem" >&2; \ 4231 cat $(am__tdf) >&2; \ 4232 result=1; \ 4233 fi; \ 4234 rm -f $(am__tmk) $(am__tfs) $(am__tdf); \ 4235 exit $$result; 4236 4237.PHONY: clean-maintcheck-testslist-tmp 4238clean-local: clean-maintcheck-testslist-tmp 4239clean-maintcheck-testslist-tmp: 4240 rm -f $(am__tmk) $(am__tfs) $(am__tdf) 4241 4242# Run the testsuite with the installed aclocal and automake without using 4243# the 'pre-inst-env' wrapper script. 4244installcheck-local: installcheck-testsuite 4245installcheck-testsuite: 4246 $(AM_V_GEN)$(MAKE) $(AM_MAKEFLAGS) check \ 4247 LOG_COMPILER=$(AM_TEST_RUNNER_SHELL) \ 4248 PL_LOG_COMPILER=$(PERL) \ 4249 am_running_installcheck=yes 4250 4251# Performance tests. 4252.PHONY: perf 4253perf: all 4254 $(AM_V_GEN)$(MAKE) $(AM_MAKEFLAGS) check \ 4255 TEST_SUITE_LOG='$(PERF_TEST_SUITE_LOG)' TESTS='$(perf_TESTS)' 4256 4257clean-local: clean-local-check 4258.PHONY: clean-local-check 4259clean-local-check: 4260 $(AM_V_GEN)$(PERL) $(srcdir)/t/ax/deltree.pl t/*.dir t/*/*.dir */t/*.dir 4261 4262# vim: ft=automake noet 4263 4264# Most work delegated to sub-dir makefile fragments. 4265 4266# vim: ft=automake noet 4267 4268# Tell versions [3.59,3.63) of GNU make to not export all variables. 4269# Otherwise a system limit (for SysV at least) may be exceeded. 4270.NOEXPORT: 4271