1# Makefile.in generated by automake 1.17 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2024 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) 2001-2021 Lutz Mueller <lutz@users.sourceforge.net>, et. al. 18# SPDX-License-Identifier: LGPL-2.0-or-later 19VPATH = @srcdir@ 20am__is_gnu_make = { \ 21 if test -z '$(MAKELEVEL)'; then \ 22 false; \ 23 elif test -n '$(MAKE_HOST)'; then \ 24 true; \ 25 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 26 true; \ 27 else \ 28 false; \ 29 fi; \ 30} 31am__make_running_with_option = \ 32 case $${target_option-} in \ 33 ?) ;; \ 34 *) echo "am__make_running_with_option: internal error: invalid" \ 35 "target option '$${target_option-}' specified" >&2; \ 36 exit 1;; \ 37 esac; \ 38 has_opt=no; \ 39 sane_makeflags=$$MAKEFLAGS; \ 40 if $(am__is_gnu_make); then \ 41 sane_makeflags=$$MFLAGS; \ 42 else \ 43 case $$MAKEFLAGS in \ 44 *\\[\ \ ]*) \ 45 bs=\\; \ 46 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 48 esac; \ 49 fi; \ 50 skip_next=no; \ 51 strip_trailopt () \ 52 { \ 53 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 54 }; \ 55 for flg in $$sane_makeflags; do \ 56 test $$skip_next = yes && { skip_next=no; continue; }; \ 57 case $$flg in \ 58 *=*|--*) continue;; \ 59 -*I) strip_trailopt 'I'; skip_next=yes;; \ 60 -*I?*) strip_trailopt 'I';; \ 61 -*O) strip_trailopt 'O'; skip_next=yes;; \ 62 -*O?*) strip_trailopt 'O';; \ 63 -*l) strip_trailopt 'l'; skip_next=yes;; \ 64 -*l?*) strip_trailopt 'l';; \ 65 -[dEDm]) skip_next=yes;; \ 66 -[JT]) skip_next=yes;; \ 67 esac; \ 68 case $$flg in \ 69 *$$target_option*) has_opt=yes; break;; \ 70 esac; \ 71 done; \ 72 test $$has_opt = yes 73am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 74am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 75am__rm_f = rm -f $(am__rm_f_notfound) 76am__rm_rf = rm -rf $(am__rm_f_notfound) 77pkgdatadir = $(datadir)/@PACKAGE@ 78pkgincludedir = $(includedir)/@PACKAGE@ 79pkglibdir = $(libdir)/@PACKAGE@ 80pkglibexecdir = $(libexecdir)/@PACKAGE@ 81am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 82install_sh_DATA = $(install_sh) -c -m 644 83install_sh_PROGRAM = $(install_sh) -c 84install_sh_SCRIPT = $(install_sh) -c 85INSTALL_HEADER = $(INSTALL_DATA) 86transform = $(program_transform_name) 87NORMAL_INSTALL = : 88PRE_INSTALL = : 89POST_INSTALL = : 90NORMAL_UNINSTALL = : 91PRE_UNINSTALL = : 92POST_UNINSTALL = : 93build_triplet = @build@ 94host_triplet = @host@ 95TESTS = test-mem$(EXEEXT) test-value$(EXEEXT) test-integers$(EXEEXT) \ 96 test-parse$(EXEEXT) test-parse-from-data$(EXEEXT) \ 97 test-tagtable$(EXEEXT) test-sorted$(EXEEXT) \ 98 test-fuzzer$(EXEEXT) test-null$(EXEEXT) test-gps$(EXEEXT) \ 99 parse-regression.sh swap-byte-order.sh extract-parse.sh \ 100 check-mnote.sh check-failmalloc.sh 101check_PROGRAMS = test-mem$(EXEEXT) test-mnote$(EXEEXT) \ 102 test-value$(EXEEXT) test-integers$(EXEEXT) test-parse$(EXEEXT) \ 103 test-parse-from-data$(EXEEXT) test-tagtable$(EXEEXT) \ 104 test-sorted$(EXEEXT) test-fuzzer$(EXEEXT) \ 105 test-extract$(EXEEXT) test-null$(EXEEXT) test-gps$(EXEEXT) 106subdir = test 107ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 108am__aclocal_m4_deps = $(top_srcdir)/m4m/failmalloc.m4 \ 109 $(top_srcdir)/m4m/gp-check-shell-environment.m4 \ 110 $(top_srcdir)/m4m/gp-config-msg.m4 \ 111 $(top_srcdir)/m4m/gp-documentation.m4 \ 112 $(top_srcdir)/m4m/gp-gettext-hack.m4 \ 113 $(top_srcdir)/m4m/stdint.m4 $(top_srcdir)/auto-m4/gettext.m4 \ 114 $(top_srcdir)/auto-m4/iconv.m4 \ 115 $(top_srcdir)/auto-m4/intlmacosx.m4 \ 116 $(top_srcdir)/auto-m4/lib-ld.m4 \ 117 $(top_srcdir)/auto-m4/lib-link.m4 \ 118 $(top_srcdir)/auto-m4/lib-prefix.m4 \ 119 $(top_srcdir)/auto-m4/libtool.m4 \ 120 $(top_srcdir)/auto-m4/ltoptions.m4 \ 121 $(top_srcdir)/auto-m4/ltsugar.m4 \ 122 $(top_srcdir)/auto-m4/ltversion.m4 \ 123 $(top_srcdir)/auto-m4/lt~obsolete.m4 \ 124 $(top_srcdir)/auto-m4/nls.m4 $(top_srcdir)/auto-m4/po.m4 \ 125 $(top_srcdir)/auto-m4/progtest.m4 $(top_srcdir)/configure.ac 126am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 127 $(ACLOCAL_M4) 128DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 129mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 130CONFIG_HEADER = $(top_builddir)/config.h 131CONFIG_CLEAN_FILES = 132CONFIG_CLEAN_VPATH_FILES = 133test_extract_SOURCES = test-extract.c 134test_extract_OBJECTS = test-extract.$(OBJEXT) 135test_extract_LDADD = $(LDADD) 136am__DEPENDENCIES_1 = 137test_extract_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \ 138 $(am__DEPENDENCIES_1) 139AM_V_lt = $(am__v_lt_@AM_V@) 140am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 141am__v_lt_0 = --silent 142am__v_lt_1 = 143test_fuzzer_SOURCES = test-fuzzer.c 144test_fuzzer_OBJECTS = test-fuzzer.$(OBJEXT) 145test_fuzzer_LDADD = $(LDADD) 146test_fuzzer_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \ 147 $(am__DEPENDENCIES_1) 148test_gps_SOURCES = test-gps.c 149test_gps_OBJECTS = test-gps.$(OBJEXT) 150test_gps_LDADD = $(LDADD) 151test_gps_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \ 152 $(am__DEPENDENCIES_1) 153test_integers_SOURCES = test-integers.c 154test_integers_OBJECTS = test-integers.$(OBJEXT) 155test_integers_LDADD = $(LDADD) 156test_integers_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \ 157 $(am__DEPENDENCIES_1) 158test_mem_SOURCES = test-mem.c 159test_mem_OBJECTS = test-mem.$(OBJEXT) 160test_mem_LDADD = $(LDADD) 161test_mem_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \ 162 $(am__DEPENDENCIES_1) 163test_mnote_SOURCES = test-mnote.c 164test_mnote_OBJECTS = test-mnote.$(OBJEXT) 165test_mnote_LDADD = $(LDADD) 166test_mnote_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \ 167 $(am__DEPENDENCIES_1) 168test_null_SOURCES = test-null.c 169test_null_OBJECTS = test-null.$(OBJEXT) 170test_null_LDADD = $(LDADD) 171test_null_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \ 172 $(am__DEPENDENCIES_1) 173test_parse_SOURCES = test-parse.c 174test_parse_OBJECTS = test-parse.$(OBJEXT) 175test_parse_LDADD = $(LDADD) 176test_parse_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \ 177 $(am__DEPENDENCIES_1) 178test_parse_from_data_SOURCES = test-parse-from-data.c 179test_parse_from_data_OBJECTS = test-parse-from-data.$(OBJEXT) 180test_parse_from_data_LDADD = $(LDADD) 181test_parse_from_data_DEPENDENCIES = \ 182 $(top_builddir)/libexif/libexif.la $(am__DEPENDENCIES_1) 183test_sorted_SOURCES = test-sorted.c 184test_sorted_OBJECTS = test-sorted.$(OBJEXT) 185test_sorted_LDADD = $(LDADD) 186test_sorted_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \ 187 $(am__DEPENDENCIES_1) 188test_tagtable_SOURCES = test-tagtable.c 189test_tagtable_OBJECTS = test-tagtable.$(OBJEXT) 190test_tagtable_LDADD = $(LDADD) 191test_tagtable_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \ 192 $(am__DEPENDENCIES_1) 193test_value_SOURCES = test-value.c 194test_value_OBJECTS = test-value.$(OBJEXT) 195test_value_LDADD = $(LDADD) 196test_value_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \ 197 $(am__DEPENDENCIES_1) 198AM_V_P = $(am__v_P_@AM_V@) 199am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 200am__v_P_0 = false 201am__v_P_1 = : 202AM_V_GEN = $(am__v_GEN_@AM_V@) 203am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 204am__v_GEN_0 = @echo " GEN " $@; 205am__v_GEN_1 = 206AM_V_at = $(am__v_at_@AM_V@) 207am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 208am__v_at_0 = @ 209am__v_at_1 = 210DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 211depcomp = $(SHELL) $(top_srcdir)/depcomp 212am__maybe_remake_depfiles = depfiles 213am__depfiles_remade = ./$(DEPDIR)/test-extract.Po \ 214 ./$(DEPDIR)/test-fuzzer.Po ./$(DEPDIR)/test-gps.Po \ 215 ./$(DEPDIR)/test-integers.Po ./$(DEPDIR)/test-mem.Po \ 216 ./$(DEPDIR)/test-mnote.Po ./$(DEPDIR)/test-null.Po \ 217 ./$(DEPDIR)/test-parse-from-data.Po ./$(DEPDIR)/test-parse.Po \ 218 ./$(DEPDIR)/test-sorted.Po ./$(DEPDIR)/test-tagtable.Po \ 219 ./$(DEPDIR)/test-value.Po 220am__mv = mv -f 221COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 222 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 223LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 224 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 225 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 226 $(AM_CFLAGS) $(CFLAGS) 227AM_V_CC = $(am__v_CC_@AM_V@) 228am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 229am__v_CC_0 = @echo " CC " $@; 230am__v_CC_1 = 231CCLD = $(CC) 232LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 233 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 234 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 235AM_V_CCLD = $(am__v_CCLD_@AM_V@) 236am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 237am__v_CCLD_0 = @echo " CCLD " $@; 238am__v_CCLD_1 = 239SOURCES = test-extract.c test-fuzzer.c test-gps.c test-integers.c \ 240 test-mem.c test-mnote.c test-null.c test-parse.c \ 241 test-parse-from-data.c test-sorted.c test-tagtable.c \ 242 test-value.c 243DIST_SOURCES = test-extract.c test-fuzzer.c test-gps.c test-integers.c \ 244 test-mem.c test-mnote.c test-null.c test-parse.c \ 245 test-parse-from-data.c test-sorted.c test-tagtable.c \ 246 test-value.c 247RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 248 ctags-recursive dvi-recursive html-recursive info-recursive \ 249 install-data-recursive install-dvi-recursive \ 250 install-exec-recursive install-html-recursive \ 251 install-info-recursive install-pdf-recursive \ 252 install-ps-recursive install-recursive installcheck-recursive \ 253 installdirs-recursive pdf-recursive ps-recursive \ 254 tags-recursive uninstall-recursive 255am__can_run_installinfo = \ 256 case $$AM_UPDATE_INFO_DIR in \ 257 n|no|NO) false;; \ 258 *) (install-info --version) >/dev/null 2>&1;; \ 259 esac 260RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 261 distclean-recursive maintainer-clean-recursive 262am__recursive_targets = \ 263 $(RECURSIVE_TARGETS) \ 264 $(RECURSIVE_CLEAN_TARGETS) \ 265 $(am__extra_recursive_targets) 266AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 267 check recheck distdir distdir-am 268am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 269# Read a list of newline-separated strings from the standard input, 270# and print each of them once, without duplicates. Input order is 271# *not* preserved. 272am__uniquify_input = $(AWK) '\ 273 BEGIN { nonempty = 0; } \ 274 { items[$$0] = 1; nonempty = 1; } \ 275 END { if (nonempty) { for (i in items) print i; }; } \ 276' 277# Make sure the list of sources is unique. This is necessary because, 278# e.g., the same source file might be shared among _SOURCES variables 279# for different programs/libraries. 280am__define_uniq_tagged_files = \ 281 list='$(am__tagged_files)'; \ 282 unique=`for i in $$list; do \ 283 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 284 done | $(am__uniquify_input)` 285am__tty_colors_dummy = \ 286 mgn= red= grn= lgn= blu= brg= std=; \ 287 am__color_tests=no 288am__tty_colors = { \ 289 $(am__tty_colors_dummy); \ 290 if test "X$(AM_COLOR_TESTS)" = Xno; then \ 291 am__color_tests=no; \ 292 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 293 am__color_tests=yes; \ 294 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 295 am__color_tests=yes; \ 296 fi; \ 297 if test $$am__color_tests = yes; then \ 298 red='[0;31m'; \ 299 grn='[0;32m'; \ 300 lgn='[1;32m'; \ 301 blu='[1;34m'; \ 302 mgn='[0;35m'; \ 303 brg='[1m'; \ 304 std='[m'; \ 305 fi; \ 306} 307am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 308am__vpath_adj = case $$p in \ 309 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 310 *) f=$$p;; \ 311 esac; 312am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 313am__install_max = 40 314am__nobase_strip_setup = \ 315 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 316am__nobase_strip = \ 317 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 318am__nobase_list = $(am__nobase_strip_setup); \ 319 for p in $$list; do echo "$$p $$p"; done | \ 320 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 321 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 322 if (++n[$$2] == $(am__install_max)) \ 323 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 324 END { for (dir in files) print dir, files[dir] }' 325am__base_list = \ 326 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 327 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 328am__uninstall_files_from_dir = { \ 329 { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 330 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 331 $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ 332 } 333am__recheck_rx = ^[ ]*:recheck:[ ]* 334am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 335am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 336# A command that, given a newline-separated list of test names on the 337# standard input, print the name of the tests that are to be re-run 338# upon "make recheck". 339am__list_recheck_tests = $(AWK) '{ \ 340 recheck = 1; \ 341 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 342 { \ 343 if (rc < 0) \ 344 { \ 345 if ((getline line2 < ($$0 ".log")) < 0) \ 346 recheck = 0; \ 347 break; \ 348 } \ 349 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 350 { \ 351 recheck = 0; \ 352 break; \ 353 } \ 354 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 355 { \ 356 break; \ 357 } \ 358 }; \ 359 if (recheck) \ 360 print $$0; \ 361 close ($$0 ".trs"); \ 362 close ($$0 ".log"); \ 363}' 364# A command that, given a newline-separated list of test names on the 365# standard input, create the global log from their .trs and .log files. 366am__create_global_log = $(AWK) ' \ 367function fatal(msg) \ 368{ \ 369 print "fatal: making $@: " msg | "cat >&2"; \ 370 exit 1; \ 371} \ 372function rst_section(header) \ 373{ \ 374 print header; \ 375 len = length(header); \ 376 for (i = 1; i <= len; i = i + 1) \ 377 printf "="; \ 378 printf "\n\n"; \ 379} \ 380{ \ 381 copy_in_global_log = 1; \ 382 global_test_result = "RUN"; \ 383 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 384 { \ 385 if (rc < 0) \ 386 fatal("failed to read from " $$0 ".trs"); \ 387 if (line ~ /$(am__global_test_result_rx)/) \ 388 { \ 389 sub("$(am__global_test_result_rx)", "", line); \ 390 sub("[ ]*$$", "", line); \ 391 global_test_result = line; \ 392 } \ 393 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 394 copy_in_global_log = 0; \ 395 }; \ 396 if (copy_in_global_log) \ 397 { \ 398 rst_section(global_test_result ": " $$0); \ 399 while ((rc = (getline line < ($$0 ".log"))) != 0) \ 400 { \ 401 if (rc < 0) \ 402 fatal("failed to read from " $$0 ".log"); \ 403 print line; \ 404 }; \ 405 printf "\n"; \ 406 }; \ 407 close ($$0 ".trs"); \ 408 close ($$0 ".log"); \ 409}' 410# Restructured Text title. 411am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 412# Solaris 10 'make', and several other traditional 'make' implementations, 413# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 414# by disabling -e (using the XSI extension "set +e") if it's set. 415am__sh_e_setup = case $$- in *e*) set +e;; esac 416# Default flags passed to test drivers. 417am__common_driver_flags = \ 418 --color-tests "$$am__color_tests" \ 419 $$am__collect_skipped_logs \ 420 --enable-hard-errors "$$am__enable_hard_errors" \ 421 --expect-failure "$$am__expect_failure" 422# To be inserted before the command running the test. Creates the 423# directory for the log if needed. Stores in $dir the directory 424# containing $f, in $tst the test, in $log the log. Executes the 425# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 426# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 427# will run the test scripts (or their associated LOG_COMPILER, if 428# thy have one). 429am__check_pre = \ 430$(am__sh_e_setup); \ 431$(am__vpath_adj_setup) $(am__vpath_adj) \ 432$(am__tty_colors); \ 433srcdir=$(srcdir); export srcdir; \ 434case "$@" in \ 435 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 436 *) am__odir=.;; \ 437esac; \ 438test "x$$am__odir" = x"." || test -d "$$am__odir" \ 439 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 440if test -f "./$$f"; then dir=./; \ 441elif test -f "$$f"; then dir=; \ 442else dir="$(srcdir)/"; fi; \ 443tst=$$dir$$f; log='$@'; \ 444if test -n '$(IGNORE_SKIPPED_LOGS)'; then \ 445 am__collect_skipped_logs='--collect-skipped-logs no'; \ 446else \ 447 am__collect_skipped_logs=''; \ 448fi; \ 449if test -n '$(DISABLE_HARD_ERRORS)'; then \ 450 am__enable_hard_errors=no; \ 451else \ 452 am__enable_hard_errors=yes; \ 453fi; \ 454case " $(XFAIL_TESTS) " in \ 455 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 456 am__expect_failure=yes;; \ 457 *) \ 458 am__expect_failure=no;; \ 459esac; \ 460$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 461# A shell command to get the names of the tests scripts with any registered 462# extension removed (i.e., equivalently, the names of the test logs, with 463# the '.log' extension removed). The result is saved in the shell variable 464# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 465# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 466# since that might cause problem with VPATH rewrites for suffix-less tests. 467# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 468am__set_TESTS_bases = \ 469 bases='$(TEST_LOGS)'; \ 470 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 471 bases=`echo $$bases` 472AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' 473RECHECK_LOGS = $(TEST_LOGS) 474TEST_SUITE_LOG = test-suite.log 475TEST_EXTENSIONS = @EXEEXT@ .test 476LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 477LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 478am__set_b = \ 479 case '$@' in \ 480 */*) \ 481 case '$*' in \ 482 */*) b='$*';; \ 483 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 484 esac;; \ 485 *) \ 486 b='$*';; \ 487 esac 488am__test_logs1 = $(TESTS:=.log) 489am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 490TEST_LOGS = $(am__test_logs2:.test.log=.log) 491TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 492TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 493 $(TEST_LOG_FLAGS) 494DIST_SUBDIRS = $(SUBDIRS) 495am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ 496 $(top_srcdir)/mkinstalldirs $(top_srcdir)/test-driver 497DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 498am__relativize = \ 499 dir0=`pwd`; \ 500 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 501 sed_rest='s,^[^/]*/*,,'; \ 502 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 503 sed_butlast='s,/*[^/]*$$,,'; \ 504 while test -n "$$dir1"; do \ 505 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 506 if test "$$first" != "."; then \ 507 if test "$$first" = ".."; then \ 508 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 509 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 510 else \ 511 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 512 if test "$$first2" = "$$first"; then \ 513 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 514 else \ 515 dir2="../$$dir2"; \ 516 fi; \ 517 dir0="$$dir0"/"$$first"; \ 518 fi; \ 519 fi; \ 520 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 521 done; \ 522 reldir="$$dir2" 523ACLOCAL = @ACLOCAL@ 524AMTAR = @AMTAR@ 525AM_CPPFLAGS = @AM_CPPFLAGS@ 526AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 527AM_LDFLAGS = @AM_LDFLAGS@ 528AR = @AR@ 529AS = @AS@ 530AUTOCONF = @AUTOCONF@ 531AUTOHEADER = @AUTOHEADER@ 532AUTOMAKE = @AUTOMAKE@ 533AWK = @AWK@ 534CC = @CC@ 535CCDEPMODE = @CCDEPMODE@ 536CFLAGS = @CFLAGS@ 537CPP = @CPP@ 538CPPFLAGS = @CPPFLAGS@ 539CSCOPE = @CSCOPE@ 540CTAGS = @CTAGS@ 541CYGPATH_W = @CYGPATH_W@ 542DEFS = @DEFS@ 543DEPDIR = @DEPDIR@ 544DIFF = @DIFF@ 545DIFF_U = @DIFF_U@ 546DLLTOOL = @DLLTOOL@ 547DOT = @DOT@ 548DOXYGEN = @DOXYGEN@ 549DOXYGEN_OUTPUT_DIR = @DOXYGEN_OUTPUT_DIR@ 550DSYMUTIL = @DSYMUTIL@ 551DUMPBIN = @DUMPBIN@ 552ECHO_C = @ECHO_C@ 553ECHO_N = @ECHO_N@ 554ECHO_T = @ECHO_T@ 555EGREP = @EGREP@ 556ETAGS = @ETAGS@ 557EXEEXT = @EXEEXT@ 558FAILMALLOC_PATH = @FAILMALLOC_PATH@ 559FGREP = @FGREP@ 560FILECMD = @FILECMD@ 561GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 562GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ 563GMSGFMT = @GMSGFMT@ 564GMSGFMT_015 = @GMSGFMT_015@ 565GREP = @GREP@ 566HAVE_DOT = @HAVE_DOT@ 567HTML_APIDOC_DIR = @HTML_APIDOC_DIR@ 568HTML_APIDOC_INTERNALS_DIR = @HTML_APIDOC_INTERNALS_DIR@ 569INSTALL = @INSTALL@ 570INSTALL_DATA = @INSTALL_DATA@ 571INSTALL_PROGRAM = @INSTALL_PROGRAM@ 572INSTALL_SCRIPT = @INSTALL_SCRIPT@ 573INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 574INTLLIBS = @INTLLIBS@ 575INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 576LD = @LD@ 577LDFLAGS = @LDFLAGS@ 578LIBEXIF_AGE = @LIBEXIF_AGE@ 579LIBEXIF_CURRENT = @LIBEXIF_CURRENT@ 580LIBEXIF_CURRENT_MIN = @LIBEXIF_CURRENT_MIN@ 581LIBEXIF_REVISION = @LIBEXIF_REVISION@ 582LIBEXIF_VERSION_INFO = @LIBEXIF_VERSION_INFO@ 583LIBICONV = @LIBICONV@ 584LIBINTL = @LIBINTL@ 585LIBOBJS = @LIBOBJS@ 586LIBS = @LIBS@ 587LIBTOOL = @LIBTOOL@ 588LIPO = @LIPO@ 589LN_S = @LN_S@ 590LTLIBICONV = @LTLIBICONV@ 591LTLIBINTL = @LTLIBINTL@ 592LTLIBOBJS = @LTLIBOBJS@ 593LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 594MAINT = @MAINT@ 595MAKEINFO = @MAKEINFO@ 596MANIFEST_TOOL = @MANIFEST_TOOL@ 597MKDIR_P = @MKDIR_P@ 598MSGFMT = @MSGFMT@ 599MSGFMT_015 = @MSGFMT_015@ 600MSGMERGE = @MSGMERGE@ 601NM = @NM@ 602NMEDIT = @NMEDIT@ 603OBJDUMP = @OBJDUMP@ 604OBJEXT = @OBJEXT@ 605OTOOL = @OTOOL@ 606OTOOL64 = @OTOOL64@ 607PACKAGE = @PACKAGE@ 608PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 609PACKAGE_NAME = @PACKAGE_NAME@ 610PACKAGE_STRING = @PACKAGE_STRING@ 611PACKAGE_TARNAME = @PACKAGE_TARNAME@ 612PACKAGE_URL = @PACKAGE_URL@ 613PACKAGE_VERSION = @PACKAGE_VERSION@ 614PATH_SEPARATOR = @PATH_SEPARATOR@ 615POSUB = @POSUB@ 616RANLIB = @RANLIB@ 617SED = @SED@ 618SET_MAKE = @SET_MAKE@ 619SHELL = @SHELL@ 620STRIP = @STRIP@ 621USE_NLS = @USE_NLS@ 622VERSION = @VERSION@ 623XGETTEXT = @XGETTEXT@ 624XGETTEXT_015 = @XGETTEXT_015@ 625XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 626abs_builddir = @abs_builddir@ 627abs_srcdir = @abs_srcdir@ 628abs_top_builddir = @abs_top_builddir@ 629abs_top_srcdir = @abs_top_srcdir@ 630ac_ct_AR = @ac_ct_AR@ 631ac_ct_CC = @ac_ct_CC@ 632ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 633am__include = @am__include@ 634am__leading_dot = @am__leading_dot@ 635am__quote = @am__quote@ 636am__rm_f_notfound = @am__rm_f_notfound@ 637am__tar = @am__tar@ 638am__untar = @am__untar@ 639am__xargs_n = @am__xargs_n@ 640bindir = @bindir@ 641build = @build@ 642build_alias = @build_alias@ 643build_cpu = @build_cpu@ 644build_os = @build_os@ 645build_vendor = @build_vendor@ 646builddir = @builddir@ 647datadir = @datadir@ 648datarootdir = @datarootdir@ 649docdir = @docdir@ 650dvidir = @dvidir@ 651exec_prefix = @exec_prefix@ 652host = @host@ 653host_alias = @host_alias@ 654host_cpu = @host_cpu@ 655host_os = @host_os@ 656host_vendor = @host_vendor@ 657htmldir = @htmldir@ 658includedir = @includedir@ 659infodir = @infodir@ 660install_sh = @install_sh@ 661libdir = @libdir@ 662libexecdir = @libexecdir@ 663localedir = @localedir@ 664localstatedir = @localstatedir@ 665mandir = @mandir@ 666mkdir_p = @mkdir_p@ 667oldincludedir = @oldincludedir@ 668pdfdir = @pdfdir@ 669prefix = @prefix@ 670program_transform_name = @program_transform_name@ 671psdir = @psdir@ 672runstatedir = @runstatedir@ 673sbindir = @sbindir@ 674sharedstatedir = @sharedstatedir@ 675srcdir = @srcdir@ 676sysconfdir = @sysconfdir@ 677target_alias = @target_alias@ 678top_build_prefix = @top_build_prefix@ 679top_builddir = @top_builddir@ 680top_srcdir = @top_srcdir@ 681SUBDIRS = nls 682 683# By default, a few definitions like bindir, srcdir are already set. 684 685# Run all tests without i18n and l10n for proper comparisons 686 687# Some AC_SUBST variables needed in test case scripts 688AM_TESTS_ENVIRONMENT = LC_ALL='C'; export LC_ALL; DIFF='$(DIFF)'; \ 689 export DIFF; DIFF_U='$(DIFF_U)'; export DIFF_U; \ 690 EXEEXT='$(EXEEXT)'; export EXEEXT; \ 691 FAILMALLOC_PATH='$(FAILMALLOC_PATH)'; export FAILMALLOC_PATH; 692LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL) 693EXTRA_DIST = test-fuzzer-persistent.c parse-regression.sh \ 694 swap-byte-order.sh extract-parse.sh check-mnote.sh \ 695 check-failmalloc.sh testdata/canon_makernote_variant_1.jpg \ 696 testdata/canon_makernote_variant_1.jpg.parsed \ 697 testdata/fuji_makernote_variant_1.jpg \ 698 testdata/fuji_makernote_variant_1.jpg.parsed \ 699 testdata/olympus_makernote_variant_2.jpg \ 700 testdata/olympus_makernote_variant_2.jpg.parsed \ 701 testdata/olympus_makernote_variant_3.jpg \ 702 testdata/olympus_makernote_variant_3.jpg.parsed \ 703 testdata/olympus_makernote_variant_4.jpg \ 704 testdata/olympus_makernote_variant_4.jpg.parsed \ 705 testdata/olympus_makernote_variant_5.jpg \ 706 testdata/olympus_makernote_variant_5.jpg.parsed \ 707 testdata/pentax_makernote_variant_2.jpg \ 708 testdata/pentax_makernote_variant_2.jpg.parsed \ 709 testdata/pentax_makernote_variant_3.jpg \ 710 testdata/pentax_makernote_variant_3.jpg.parsed \ 711 testdata/pentax_makernote_variant_4.jpg \ 712 testdata/pentax_makernote_variant_4.jpg.parsed \ 713 inc-comparetool.sh 714all: all-recursive 715 716.SUFFIXES: 717.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs 718$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 719 @for dep in $?; do \ 720 case '$(am__configure_deps)' in \ 721 *$$dep*) \ 722 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 723 && { if test -f $@; then exit 0; else break; fi; }; \ 724 exit 1;; \ 725 esac; \ 726 done; \ 727 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \ 728 $(am__cd) $(top_srcdir) && \ 729 $(AUTOMAKE) --gnu test/Makefile 730Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 731 @case '$?' in \ 732 *config.status*) \ 733 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 734 *) \ 735 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 736 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 737 esac; 738 739$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 740 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 741 742$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 743 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 744$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 745 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 746$(am__aclocal_m4_deps): 747 748clean-checkPROGRAMS: 749 $(am__rm_f) $(check_PROGRAMS) 750 test -z "$(EXEEXT)" || $(am__rm_f) $(check_PROGRAMS:$(EXEEXT)=) 751 752test-extract$(EXEEXT): $(test_extract_OBJECTS) $(test_extract_DEPENDENCIES) $(EXTRA_test_extract_DEPENDENCIES) 753 @rm -f test-extract$(EXEEXT) 754 $(AM_V_CCLD)$(LINK) $(test_extract_OBJECTS) $(test_extract_LDADD) $(LIBS) 755 756test-fuzzer$(EXEEXT): $(test_fuzzer_OBJECTS) $(test_fuzzer_DEPENDENCIES) $(EXTRA_test_fuzzer_DEPENDENCIES) 757 @rm -f test-fuzzer$(EXEEXT) 758 $(AM_V_CCLD)$(LINK) $(test_fuzzer_OBJECTS) $(test_fuzzer_LDADD) $(LIBS) 759 760test-gps$(EXEEXT): $(test_gps_OBJECTS) $(test_gps_DEPENDENCIES) $(EXTRA_test_gps_DEPENDENCIES) 761 @rm -f test-gps$(EXEEXT) 762 $(AM_V_CCLD)$(LINK) $(test_gps_OBJECTS) $(test_gps_LDADD) $(LIBS) 763 764test-integers$(EXEEXT): $(test_integers_OBJECTS) $(test_integers_DEPENDENCIES) $(EXTRA_test_integers_DEPENDENCIES) 765 @rm -f test-integers$(EXEEXT) 766 $(AM_V_CCLD)$(LINK) $(test_integers_OBJECTS) $(test_integers_LDADD) $(LIBS) 767 768test-mem$(EXEEXT): $(test_mem_OBJECTS) $(test_mem_DEPENDENCIES) $(EXTRA_test_mem_DEPENDENCIES) 769 @rm -f test-mem$(EXEEXT) 770 $(AM_V_CCLD)$(LINK) $(test_mem_OBJECTS) $(test_mem_LDADD) $(LIBS) 771 772test-mnote$(EXEEXT): $(test_mnote_OBJECTS) $(test_mnote_DEPENDENCIES) $(EXTRA_test_mnote_DEPENDENCIES) 773 @rm -f test-mnote$(EXEEXT) 774 $(AM_V_CCLD)$(LINK) $(test_mnote_OBJECTS) $(test_mnote_LDADD) $(LIBS) 775 776test-null$(EXEEXT): $(test_null_OBJECTS) $(test_null_DEPENDENCIES) $(EXTRA_test_null_DEPENDENCIES) 777 @rm -f test-null$(EXEEXT) 778 $(AM_V_CCLD)$(LINK) $(test_null_OBJECTS) $(test_null_LDADD) $(LIBS) 779 780test-parse$(EXEEXT): $(test_parse_OBJECTS) $(test_parse_DEPENDENCIES) $(EXTRA_test_parse_DEPENDENCIES) 781 @rm -f test-parse$(EXEEXT) 782 $(AM_V_CCLD)$(LINK) $(test_parse_OBJECTS) $(test_parse_LDADD) $(LIBS) 783 784test-parse-from-data$(EXEEXT): $(test_parse_from_data_OBJECTS) $(test_parse_from_data_DEPENDENCIES) $(EXTRA_test_parse_from_data_DEPENDENCIES) 785 @rm -f test-parse-from-data$(EXEEXT) 786 $(AM_V_CCLD)$(LINK) $(test_parse_from_data_OBJECTS) $(test_parse_from_data_LDADD) $(LIBS) 787 788test-sorted$(EXEEXT): $(test_sorted_OBJECTS) $(test_sorted_DEPENDENCIES) $(EXTRA_test_sorted_DEPENDENCIES) 789 @rm -f test-sorted$(EXEEXT) 790 $(AM_V_CCLD)$(LINK) $(test_sorted_OBJECTS) $(test_sorted_LDADD) $(LIBS) 791 792test-tagtable$(EXEEXT): $(test_tagtable_OBJECTS) $(test_tagtable_DEPENDENCIES) $(EXTRA_test_tagtable_DEPENDENCIES) 793 @rm -f test-tagtable$(EXEEXT) 794 $(AM_V_CCLD)$(LINK) $(test_tagtable_OBJECTS) $(test_tagtable_LDADD) $(LIBS) 795 796test-value$(EXEEXT): $(test_value_OBJECTS) $(test_value_DEPENDENCIES) $(EXTRA_test_value_DEPENDENCIES) 797 @rm -f test-value$(EXEEXT) 798 $(AM_V_CCLD)$(LINK) $(test_value_OBJECTS) $(test_value_LDADD) $(LIBS) 799 800mostlyclean-compile: 801 -rm -f *.$(OBJEXT) 802 803distclean-compile: 804 -rm -f *.tab.c 805 806@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-extract.Po@am__quote@ # am--include-marker 807@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fuzzer.Po@am__quote@ # am--include-marker 808@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gps.Po@am__quote@ # am--include-marker 809@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-integers.Po@am__quote@ # am--include-marker 810@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mem.Po@am__quote@ # am--include-marker 811@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mnote.Po@am__quote@ # am--include-marker 812@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-null.Po@am__quote@ # am--include-marker 813@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-parse-from-data.Po@am__quote@ # am--include-marker 814@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-parse.Po@am__quote@ # am--include-marker 815@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sorted.Po@am__quote@ # am--include-marker 816@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-tagtable.Po@am__quote@ # am--include-marker 817@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-value.Po@am__quote@ # am--include-marker 818 819$(am__depfiles_remade): 820 @$(MKDIR_P) $(@D) 821 @: >>$@ 822 823am--depfiles: $(am__depfiles_remade) 824 825.c.o: 826@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 827@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 828@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 829@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 830@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 831@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 832 833.c.obj: 834@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 835@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 836@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 837@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 838@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 839@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 840 841.c.lo: 842@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 843@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 844@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 845@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 846@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 847@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 848 849mostlyclean-libtool: 850 -rm -f *.lo 851 852clean-libtool: 853 -rm -rf .libs _libs 854 855# This directory's subdirectories are mostly independent; you can cd 856# into them and run 'make' without going through this Makefile. 857# To change the values of 'make' variables: instead of editing Makefiles, 858# (1) if the variable is set in 'config.status', edit 'config.status' 859# (which will cause the Makefiles to be regenerated when you run 'make'); 860# (2) otherwise, pass the desired values on the 'make' command line. 861$(am__recursive_targets): 862 @fail=; \ 863 if $(am__make_keepgoing); then \ 864 failcom='fail=yes'; \ 865 else \ 866 failcom='exit 1'; \ 867 fi; \ 868 dot_seen=no; \ 869 target=`echo $@ | sed s/-recursive//`; \ 870 case "$@" in \ 871 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 872 *) list='$(SUBDIRS)' ;; \ 873 esac; \ 874 for subdir in $$list; do \ 875 echo "Making $$target in $$subdir"; \ 876 if test "$$subdir" = "."; then \ 877 dot_seen=yes; \ 878 local_target="$$target-am"; \ 879 else \ 880 local_target="$$target"; \ 881 fi; \ 882 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 883 || eval $$failcom; \ 884 done; \ 885 if test "$$dot_seen" = "no"; then \ 886 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 887 fi; test -z "$$fail" 888 889ID: $(am__tagged_files) 890 $(am__define_uniq_tagged_files); mkid -fID $$unique 891tags: tags-recursive 892TAGS: tags 893 894tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 895 set x; \ 896 here=`pwd`; \ 897 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 898 include_option=--etags-include; \ 899 empty_fix=.; \ 900 else \ 901 include_option=--include; \ 902 empty_fix=; \ 903 fi; \ 904 list='$(SUBDIRS)'; for subdir in $$list; do \ 905 if test "$$subdir" = .; then :; else \ 906 test ! -f $$subdir/TAGS || \ 907 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 908 fi; \ 909 done; \ 910 $(am__define_uniq_tagged_files); \ 911 shift; \ 912 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 913 test -n "$$unique" || unique=$$empty_fix; \ 914 if test $$# -gt 0; then \ 915 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 916 "$$@" $$unique; \ 917 else \ 918 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 919 $$unique; \ 920 fi; \ 921 fi 922ctags: ctags-recursive 923 924CTAGS: ctags 925ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 926 $(am__define_uniq_tagged_files); \ 927 test -z "$(CTAGS_ARGS)$$unique" \ 928 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 929 $$unique 930 931GTAGS: 932 here=`$(am__cd) $(top_builddir) && pwd` \ 933 && $(am__cd) $(top_srcdir) \ 934 && gtags -i $(GTAGS_ARGS) "$$here" 935cscopelist: cscopelist-recursive 936 937cscopelist-am: $(am__tagged_files) 938 list='$(am__tagged_files)'; \ 939 case "$(srcdir)" in \ 940 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 941 *) sdir=$(subdir)/$(srcdir) ;; \ 942 esac; \ 943 for i in $$list; do \ 944 if test -f "$$i"; then \ 945 echo "$(subdir)/$$i"; \ 946 else \ 947 echo "$$sdir/$$i"; \ 948 fi; \ 949 done >> $(top_builddir)/cscope.files 950 951distclean-tags: 952 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 953 954# Recover from deleted '.trs' file; this should ensure that 955# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 956# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 957# to avoid problems with "make -n". 958.log.trs: 959 rm -f $< $@ 960 $(MAKE) $(AM_MAKEFLAGS) $< 961 962# Leading 'am--fnord' is there to ensure the list of targets does not 963# expand to empty, as could happen e.g. with make check TESTS=''. 964am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 965am--force-recheck: 966 @: 967$(TEST_SUITE_LOG): $(TEST_LOGS) 968 @$(am__set_TESTS_bases); \ 969 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 970 redo_bases=`for i in $$bases; do \ 971 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 972 done`; \ 973 if test -n "$$redo_bases"; then \ 974 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 975 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 976 if $(am__make_dryrun); then :; else \ 977 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 978 fi; \ 979 fi; \ 980 if test -n "$$am__remaking_logs"; then \ 981 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 982 "recursion detected" >&2; \ 983 elif test -n "$$redo_logs"; then \ 984 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 985 fi; \ 986 if $(am__make_dryrun); then :; else \ 987 st=0; \ 988 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 989 for i in $$redo_bases; do \ 990 test -f $$i.trs && test -r $$i.trs \ 991 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 992 test -f $$i.log && test -r $$i.log \ 993 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 994 done; \ 995 test $$st -eq 0 || exit 1; \ 996 fi 997 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 998 ws='[ ]'; \ 999 results=`for b in $$bases; do echo $$b.trs; done`; \ 1000 test -n "$$results" || results=/dev/null; \ 1001 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 1002 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 1003 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 1004 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 1005 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 1006 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 1007 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 1008 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 1009 success=true; \ 1010 else \ 1011 success=false; \ 1012 fi; \ 1013 br='==================='; br=$$br$$br$$br$$br; \ 1014 result_count () \ 1015 { \ 1016 if test x"$$1" = x"--maybe-color"; then \ 1017 maybe_colorize=yes; \ 1018 elif test x"$$1" = x"--no-color"; then \ 1019 maybe_colorize=no; \ 1020 else \ 1021 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 1022 fi; \ 1023 shift; \ 1024 desc=$$1 count=$$2; \ 1025 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 1026 color_start=$$3 color_end=$$std; \ 1027 else \ 1028 color_start= color_end=; \ 1029 fi; \ 1030 echo "$${color_start}# $$desc $$count$${color_end}"; \ 1031 }; \ 1032 create_testsuite_report () \ 1033 { \ 1034 result_count $$1 "TOTAL:" $$all "$$brg"; \ 1035 result_count $$1 "PASS: " $$pass "$$grn"; \ 1036 result_count $$1 "SKIP: " $$skip "$$blu"; \ 1037 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 1038 result_count $$1 "FAIL: " $$fail "$$red"; \ 1039 result_count $$1 "XPASS:" $$xpass "$$red"; \ 1040 result_count $$1 "ERROR:" $$error "$$mgn"; \ 1041 }; \ 1042 output_system_information () \ 1043 { \ 1044 echo; \ 1045 { uname -a | $(AWK) '{ \ 1046 printf "System information (uname -a):"; \ 1047 for (i = 1; i < NF; ++i) \ 1048 { \ 1049 if (i != 2) \ 1050 printf " %s", $$i; \ 1051 } \ 1052 printf "\n"; \ 1053}'; } 2>&1; \ 1054 if test -r /etc/os-release; then \ 1055 echo "Distribution information (/etc/os-release):"; \ 1056 sed 8q /etc/os-release; \ 1057 elif test -r /etc/issue; then \ 1058 echo "Distribution information (/etc/issue):"; \ 1059 cat /etc/issue; \ 1060 fi; \ 1061 }; \ 1062 please_report () \ 1063 { \ 1064echo "Some test(s) failed. Please report this to $(PACKAGE_BUGREPORT),"; \ 1065echo "together with the test-suite.log file (gzipped) and your system"; \ 1066echo "information. Thanks."; \ 1067 }; \ 1068 { \ 1069 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 1070 $(am__rst_title); \ 1071 create_testsuite_report --no-color; \ 1072 output_system_information; \ 1073 echo; \ 1074 echo ".. contents:: :depth: 2"; \ 1075 echo; \ 1076 for b in $$bases; do echo $$b; done \ 1077 | $(am__create_global_log); \ 1078 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 1079 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 1080 if $$success; then \ 1081 col="$$grn"; \ 1082 else \ 1083 col="$$red"; \ 1084 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 1085 fi; \ 1086 echo "$${col}$$br$${std}"; \ 1087 echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ 1088 echo "$${col}$$br$${std}"; \ 1089 create_testsuite_report --maybe-color; \ 1090 echo "$$col$$br$$std"; \ 1091 if $$success; then :; else \ 1092 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG) for debugging.$${std}";\ 1093 if test -n "$(PACKAGE_BUGREPORT)"; then \ 1094 please_report | sed -e "s/^/$${col}/" -e s/'$$'/"$${std}"/; \ 1095 fi; \ 1096 echo "$$col$$br$$std"; \ 1097 fi; \ 1098 $$success || exit 1 1099 1100check-TESTS: $(check_PROGRAMS) 1101 @$(am__rm_f) $(RECHECK_LOGS) 1102 @$(am__rm_f) $(RECHECK_LOGS:.log=.trs) 1103 @$(am__rm_f) $(TEST_SUITE_LOG) 1104 @set +e; $(am__set_TESTS_bases); \ 1105 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1106 log_list=`echo $$log_list`; \ 1107 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 1108 exit $$?; 1109recheck: all $(check_PROGRAMS) 1110 @$(am__rm_f) $(TEST_SUITE_LOG) 1111 @set +e; $(am__set_TESTS_bases); \ 1112 bases=`for i in $$bases; do echo $$i; done \ 1113 | $(am__list_recheck_tests)` || exit 1; \ 1114 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1115 log_list=`echo $$log_list`; \ 1116 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 1117 am__force_recheck=am--force-recheck \ 1118 TEST_LOGS="$$log_list"; \ 1119 exit $$? 1120test-mem.log: test-mem$(EXEEXT) 1121 @p='test-mem$(EXEEXT)'; \ 1122 b='test-mem'; \ 1123 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1124 --log-file $$b.log --trs-file $$b.trs \ 1125 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1126 "$$tst" $(AM_TESTS_FD_REDIRECT) 1127test-value.log: test-value$(EXEEXT) 1128 @p='test-value$(EXEEXT)'; \ 1129 b='test-value'; \ 1130 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1131 --log-file $$b.log --trs-file $$b.trs \ 1132 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1133 "$$tst" $(AM_TESTS_FD_REDIRECT) 1134test-integers.log: test-integers$(EXEEXT) 1135 @p='test-integers$(EXEEXT)'; \ 1136 b='test-integers'; \ 1137 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1138 --log-file $$b.log --trs-file $$b.trs \ 1139 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1140 "$$tst" $(AM_TESTS_FD_REDIRECT) 1141test-parse.log: test-parse$(EXEEXT) 1142 @p='test-parse$(EXEEXT)'; \ 1143 b='test-parse'; \ 1144 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1145 --log-file $$b.log --trs-file $$b.trs \ 1146 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1147 "$$tst" $(AM_TESTS_FD_REDIRECT) 1148test-parse-from-data.log: test-parse-from-data$(EXEEXT) 1149 @p='test-parse-from-data$(EXEEXT)'; \ 1150 b='test-parse-from-data'; \ 1151 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1152 --log-file $$b.log --trs-file $$b.trs \ 1153 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1154 "$$tst" $(AM_TESTS_FD_REDIRECT) 1155test-tagtable.log: test-tagtable$(EXEEXT) 1156 @p='test-tagtable$(EXEEXT)'; \ 1157 b='test-tagtable'; \ 1158 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1159 --log-file $$b.log --trs-file $$b.trs \ 1160 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1161 "$$tst" $(AM_TESTS_FD_REDIRECT) 1162test-sorted.log: test-sorted$(EXEEXT) 1163 @p='test-sorted$(EXEEXT)'; \ 1164 b='test-sorted'; \ 1165 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1166 --log-file $$b.log --trs-file $$b.trs \ 1167 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1168 "$$tst" $(AM_TESTS_FD_REDIRECT) 1169test-fuzzer.log: test-fuzzer$(EXEEXT) 1170 @p='test-fuzzer$(EXEEXT)'; \ 1171 b='test-fuzzer'; \ 1172 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1173 --log-file $$b.log --trs-file $$b.trs \ 1174 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1175 "$$tst" $(AM_TESTS_FD_REDIRECT) 1176test-null.log: test-null$(EXEEXT) 1177 @p='test-null$(EXEEXT)'; \ 1178 b='test-null'; \ 1179 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1180 --log-file $$b.log --trs-file $$b.trs \ 1181 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1182 "$$tst" $(AM_TESTS_FD_REDIRECT) 1183test-gps.log: test-gps$(EXEEXT) 1184 @p='test-gps$(EXEEXT)'; \ 1185 b='test-gps'; \ 1186 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1187 --log-file $$b.log --trs-file $$b.trs \ 1188 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1189 "$$tst" $(AM_TESTS_FD_REDIRECT) 1190parse-regression.sh.log: parse-regression.sh 1191 @p='parse-regression.sh'; \ 1192 b='parse-regression.sh'; \ 1193 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1194 --log-file $$b.log --trs-file $$b.trs \ 1195 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1196 "$$tst" $(AM_TESTS_FD_REDIRECT) 1197swap-byte-order.sh.log: swap-byte-order.sh 1198 @p='swap-byte-order.sh'; \ 1199 b='swap-byte-order.sh'; \ 1200 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1201 --log-file $$b.log --trs-file $$b.trs \ 1202 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1203 "$$tst" $(AM_TESTS_FD_REDIRECT) 1204extract-parse.sh.log: extract-parse.sh 1205 @p='extract-parse.sh'; \ 1206 b='extract-parse.sh'; \ 1207 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1208 --log-file $$b.log --trs-file $$b.trs \ 1209 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1210 "$$tst" $(AM_TESTS_FD_REDIRECT) 1211check-mnote.sh.log: check-mnote.sh 1212 @p='check-mnote.sh'; \ 1213 b='check-mnote.sh'; \ 1214 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1215 --log-file $$b.log --trs-file $$b.trs \ 1216 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1217 "$$tst" $(AM_TESTS_FD_REDIRECT) 1218check-failmalloc.sh.log: check-failmalloc.sh 1219 @p='check-failmalloc.sh'; \ 1220 b='check-failmalloc.sh'; \ 1221 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1222 --log-file $$b.log --trs-file $$b.trs \ 1223 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1224 "$$tst" $(AM_TESTS_FD_REDIRECT) 1225.test.log: 1226 @p='$<'; \ 1227 $(am__set_b); \ 1228 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1229 --log-file $$b.log --trs-file $$b.trs \ 1230 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1231 "$$tst" $(AM_TESTS_FD_REDIRECT) 1232@am__EXEEXT_TRUE@.test$(EXEEXT).log: 1233@am__EXEEXT_TRUE@ @p='$<'; \ 1234@am__EXEEXT_TRUE@ $(am__set_b); \ 1235@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1236@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 1237@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1238@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 1239distdir: $(BUILT_SOURCES) 1240 $(MAKE) $(AM_MAKEFLAGS) distdir-am 1241 1242distdir-am: $(DISTFILES) 1243 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1244 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1245 list='$(DISTFILES)'; \ 1246 dist_files=`for file in $$list; do echo $$file; done | \ 1247 sed -e "s|^$$srcdirstrip/||;t" \ 1248 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1249 case $$dist_files in \ 1250 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1251 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1252 sort -u` ;; \ 1253 esac; \ 1254 for file in $$dist_files; do \ 1255 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1256 if test -d $$d/$$file; then \ 1257 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1258 if test -d "$(distdir)/$$file"; then \ 1259 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1260 fi; \ 1261 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1262 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1263 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1264 fi; \ 1265 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1266 else \ 1267 test -f "$(distdir)/$$file" \ 1268 || cp -p $$d/$$file "$(distdir)/$$file" \ 1269 || exit 1; \ 1270 fi; \ 1271 done 1272 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 1273 if test "$$subdir" = .; then :; else \ 1274 $(am__make_dryrun) \ 1275 || test -d "$(distdir)/$$subdir" \ 1276 || $(MKDIR_P) "$(distdir)/$$subdir" \ 1277 || exit 1; \ 1278 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 1279 $(am__relativize); \ 1280 new_distdir=$$reldir; \ 1281 dir1=$$subdir; dir2="$(top_distdir)"; \ 1282 $(am__relativize); \ 1283 new_top_distdir=$$reldir; \ 1284 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 1285 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 1286 ($(am__cd) $$subdir && \ 1287 $(MAKE) $(AM_MAKEFLAGS) \ 1288 top_distdir="$$new_top_distdir" \ 1289 distdir="$$new_distdir" \ 1290 am__remove_distdir=: \ 1291 am__skip_length_check=: \ 1292 am__skip_mode_fix=: \ 1293 distdir) \ 1294 || exit 1; \ 1295 fi; \ 1296 done 1297check-am: all-am 1298 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 1299 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 1300check: check-recursive 1301all-am: Makefile 1302installdirs: installdirs-recursive 1303installdirs-am: 1304install: install-recursive 1305install-exec: install-exec-recursive 1306install-data: install-data-recursive 1307uninstall: uninstall-recursive 1308 1309install-am: all-am 1310 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1311 1312installcheck: installcheck-recursive 1313install-strip: 1314 if test -z '$(STRIP)'; then \ 1315 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1316 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1317 install; \ 1318 else \ 1319 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1320 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1321 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1322 fi 1323mostlyclean-generic: 1324 -$(am__rm_f) $(TEST_LOGS) 1325 -$(am__rm_f) $(TEST_LOGS:.log=.trs) 1326 -$(am__rm_f) $(TEST_SUITE_LOG) 1327 1328clean-generic: 1329 1330distclean-generic: 1331 -$(am__rm_f) $(CONFIG_CLEAN_FILES) 1332 -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) 1333 1334maintainer-clean-generic: 1335 @echo "This command is intended for maintainers to use" 1336 @echo "it deletes files that may require special tools to rebuild." 1337clean: clean-recursive 1338 1339clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ 1340 mostlyclean-am 1341 1342distclean: distclean-recursive 1343 -rm -f ./$(DEPDIR)/test-extract.Po 1344 -rm -f ./$(DEPDIR)/test-fuzzer.Po 1345 -rm -f ./$(DEPDIR)/test-gps.Po 1346 -rm -f ./$(DEPDIR)/test-integers.Po 1347 -rm -f ./$(DEPDIR)/test-mem.Po 1348 -rm -f ./$(DEPDIR)/test-mnote.Po 1349 -rm -f ./$(DEPDIR)/test-null.Po 1350 -rm -f ./$(DEPDIR)/test-parse-from-data.Po 1351 -rm -f ./$(DEPDIR)/test-parse.Po 1352 -rm -f ./$(DEPDIR)/test-sorted.Po 1353 -rm -f ./$(DEPDIR)/test-tagtable.Po 1354 -rm -f ./$(DEPDIR)/test-value.Po 1355 -rm -f Makefile 1356distclean-am: clean-am distclean-compile distclean-generic \ 1357 distclean-tags 1358 1359dvi: dvi-recursive 1360 1361dvi-am: 1362 1363html: html-recursive 1364 1365html-am: 1366 1367info: info-recursive 1368 1369info-am: 1370 1371install-data-am: 1372 1373install-dvi: install-dvi-recursive 1374 1375install-dvi-am: 1376 1377install-exec-am: 1378 1379install-html: install-html-recursive 1380 1381install-html-am: 1382 1383install-info: install-info-recursive 1384 1385install-info-am: 1386 1387install-man: 1388 1389install-pdf: install-pdf-recursive 1390 1391install-pdf-am: 1392 1393install-ps: install-ps-recursive 1394 1395install-ps-am: 1396 1397installcheck-am: 1398 1399maintainer-clean: maintainer-clean-recursive 1400 -rm -f ./$(DEPDIR)/test-extract.Po 1401 -rm -f ./$(DEPDIR)/test-fuzzer.Po 1402 -rm -f ./$(DEPDIR)/test-gps.Po 1403 -rm -f ./$(DEPDIR)/test-integers.Po 1404 -rm -f ./$(DEPDIR)/test-mem.Po 1405 -rm -f ./$(DEPDIR)/test-mnote.Po 1406 -rm -f ./$(DEPDIR)/test-null.Po 1407 -rm -f ./$(DEPDIR)/test-parse-from-data.Po 1408 -rm -f ./$(DEPDIR)/test-parse.Po 1409 -rm -f ./$(DEPDIR)/test-sorted.Po 1410 -rm -f ./$(DEPDIR)/test-tagtable.Po 1411 -rm -f ./$(DEPDIR)/test-value.Po 1412 -rm -f Makefile 1413maintainer-clean-am: distclean-am maintainer-clean-generic 1414 1415mostlyclean: mostlyclean-recursive 1416 1417mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1418 mostlyclean-libtool 1419 1420pdf: pdf-recursive 1421 1422pdf-am: 1423 1424ps: ps-recursive 1425 1426ps-am: 1427 1428uninstall-am: 1429 1430.MAKE: $(am__recursive_targets) check-am install-am install-strip 1431 1432.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1433 am--depfiles check check-TESTS check-am clean \ 1434 clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ 1435 ctags ctags-am distclean distclean-compile distclean-generic \ 1436 distclean-libtool distclean-tags distdir dvi dvi-am html \ 1437 html-am info info-am install install-am install-data \ 1438 install-data-am install-dvi install-dvi-am install-exec \ 1439 install-exec-am install-html install-html-am install-info \ 1440 install-info-am install-man install-pdf install-pdf-am \ 1441 install-ps install-ps-am install-strip installcheck \ 1442 installcheck-am installdirs installdirs-am maintainer-clean \ 1443 maintainer-clean-generic mostlyclean mostlyclean-compile \ 1444 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 1445 recheck tags tags-am uninstall uninstall-am 1446 1447.PRECIOUS: Makefile 1448 1449 1450# Tell versions [3.59,3.63) of GNU make to not export all variables. 1451# Otherwise a system limit (for SysV at least) may be exceeded. 1452.NOEXPORT: 1453 1454# Tell GNU make to disable its built-in pattern rules. 1455%:: %,v 1456%:: RCS/%,v 1457%:: RCS/% 1458%:: s.% 1459%:: SCCS/s.% 1460