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) 2005-2007 Hans Ulrich Niedermann <gp@n-dimensional.de> 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@ 95check_PROGRAMS = print-localedir$(EXEEXT) 96subdir = test/nls 97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 98am__aclocal_m4_deps = $(top_srcdir)/m4m/failmalloc.m4 \ 99 $(top_srcdir)/m4m/gp-check-shell-environment.m4 \ 100 $(top_srcdir)/m4m/gp-config-msg.m4 \ 101 $(top_srcdir)/m4m/gp-documentation.m4 \ 102 $(top_srcdir)/m4m/gp-gettext-hack.m4 \ 103 $(top_srcdir)/m4m/stdint.m4 $(top_srcdir)/auto-m4/gettext.m4 \ 104 $(top_srcdir)/auto-m4/iconv.m4 \ 105 $(top_srcdir)/auto-m4/intlmacosx.m4 \ 106 $(top_srcdir)/auto-m4/lib-ld.m4 \ 107 $(top_srcdir)/auto-m4/lib-link.m4 \ 108 $(top_srcdir)/auto-m4/lib-prefix.m4 \ 109 $(top_srcdir)/auto-m4/libtool.m4 \ 110 $(top_srcdir)/auto-m4/ltoptions.m4 \ 111 $(top_srcdir)/auto-m4/ltsugar.m4 \ 112 $(top_srcdir)/auto-m4/ltversion.m4 \ 113 $(top_srcdir)/auto-m4/lt~obsolete.m4 \ 114 $(top_srcdir)/auto-m4/nls.m4 $(top_srcdir)/auto-m4/po.m4 \ 115 $(top_srcdir)/auto-m4/progtest.m4 $(top_srcdir)/configure.ac 116am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 117 $(ACLOCAL_M4) 118DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 119mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 120CONFIG_HEADER = $(top_builddir)/config.h 121CONFIG_CLEAN_FILES = 122CONFIG_CLEAN_VPATH_FILES = 123print_localedir_SOURCES = print-localedir.c 124print_localedir_OBJECTS = print-localedir.$(OBJEXT) 125print_localedir_LDADD = $(LDADD) 126AM_V_lt = $(am__v_lt_@AM_V@) 127am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 128am__v_lt_0 = --silent 129am__v_lt_1 = 130AM_V_P = $(am__v_P_@AM_V@) 131am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 132am__v_P_0 = false 133am__v_P_1 = : 134AM_V_GEN = $(am__v_GEN_@AM_V@) 135am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 136am__v_GEN_0 = @echo " GEN " $@; 137am__v_GEN_1 = 138AM_V_at = $(am__v_at_@AM_V@) 139am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 140am__v_at_0 = @ 141am__v_at_1 = 142DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 143depcomp = $(SHELL) $(top_srcdir)/depcomp 144am__maybe_remake_depfiles = depfiles 145am__depfiles_remade = ./$(DEPDIR)/print-localedir.Po 146am__mv = mv -f 147COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 148 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 149LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 150 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 151 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 152 $(AM_CFLAGS) $(CFLAGS) 153AM_V_CC = $(am__v_CC_@AM_V@) 154am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 155am__v_CC_0 = @echo " CC " $@; 156am__v_CC_1 = 157CCLD = $(CC) 158LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 159 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 160 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 161AM_V_CCLD = $(am__v_CCLD_@AM_V@) 162am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 163am__v_CCLD_0 = @echo " CCLD " $@; 164am__v_CCLD_1 = 165SOURCES = print-localedir.c 166DIST_SOURCES = print-localedir.c 167am__can_run_installinfo = \ 168 case $$AM_UPDATE_INFO_DIR in \ 169 n|no|NO) false;; \ 170 *) (install-info --version) >/dev/null 2>&1;; \ 171 esac 172am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 173# Read a list of newline-separated strings from the standard input, 174# and print each of them once, without duplicates. Input order is 175# *not* preserved. 176am__uniquify_input = $(AWK) '\ 177 BEGIN { nonempty = 0; } \ 178 { items[$$0] = 1; nonempty = 1; } \ 179 END { if (nonempty) { for (i in items) print i; }; } \ 180' 181# Make sure the list of sources is unique. This is necessary because, 182# e.g., the same source file might be shared among _SOURCES variables 183# for different programs/libraries. 184am__define_uniq_tagged_files = \ 185 list='$(am__tagged_files)'; \ 186 unique=`for i in $$list; do \ 187 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 188 done | $(am__uniquify_input)` 189am__tty_colors_dummy = \ 190 mgn= red= grn= lgn= blu= brg= std=; \ 191 am__color_tests=no 192am__tty_colors = { \ 193 $(am__tty_colors_dummy); \ 194 if test "X$(AM_COLOR_TESTS)" = Xno; then \ 195 am__color_tests=no; \ 196 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 197 am__color_tests=yes; \ 198 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 199 am__color_tests=yes; \ 200 fi; \ 201 if test $$am__color_tests = yes; then \ 202 red='[0;31m'; \ 203 grn='[0;32m'; \ 204 lgn='[1;32m'; \ 205 blu='[1;34m'; \ 206 mgn='[0;35m'; \ 207 brg='[1m'; \ 208 std='[m'; \ 209 fi; \ 210} 211am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 212am__vpath_adj = case $$p in \ 213 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 214 *) f=$$p;; \ 215 esac; 216am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 217am__install_max = 40 218am__nobase_strip_setup = \ 219 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 220am__nobase_strip = \ 221 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 222am__nobase_list = $(am__nobase_strip_setup); \ 223 for p in $$list; do echo "$$p $$p"; done | \ 224 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 225 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 226 if (++n[$$2] == $(am__install_max)) \ 227 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 228 END { for (dir in files) print dir, files[dir] }' 229am__base_list = \ 230 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 231 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 232am__uninstall_files_from_dir = { \ 233 { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 234 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 235 $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ 236 } 237am__recheck_rx = ^[ ]*:recheck:[ ]* 238am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 239am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 240# A command that, given a newline-separated list of test names on the 241# standard input, print the name of the tests that are to be re-run 242# upon "make recheck". 243am__list_recheck_tests = $(AWK) '{ \ 244 recheck = 1; \ 245 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 246 { \ 247 if (rc < 0) \ 248 { \ 249 if ((getline line2 < ($$0 ".log")) < 0) \ 250 recheck = 0; \ 251 break; \ 252 } \ 253 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 254 { \ 255 recheck = 0; \ 256 break; \ 257 } \ 258 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 259 { \ 260 break; \ 261 } \ 262 }; \ 263 if (recheck) \ 264 print $$0; \ 265 close ($$0 ".trs"); \ 266 close ($$0 ".log"); \ 267}' 268# A command that, given a newline-separated list of test names on the 269# standard input, create the global log from their .trs and .log files. 270am__create_global_log = $(AWK) ' \ 271function fatal(msg) \ 272{ \ 273 print "fatal: making $@: " msg | "cat >&2"; \ 274 exit 1; \ 275} \ 276function rst_section(header) \ 277{ \ 278 print header; \ 279 len = length(header); \ 280 for (i = 1; i <= len; i = i + 1) \ 281 printf "="; \ 282 printf "\n\n"; \ 283} \ 284{ \ 285 copy_in_global_log = 1; \ 286 global_test_result = "RUN"; \ 287 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 288 { \ 289 if (rc < 0) \ 290 fatal("failed to read from " $$0 ".trs"); \ 291 if (line ~ /$(am__global_test_result_rx)/) \ 292 { \ 293 sub("$(am__global_test_result_rx)", "", line); \ 294 sub("[ ]*$$", "", line); \ 295 global_test_result = line; \ 296 } \ 297 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 298 copy_in_global_log = 0; \ 299 }; \ 300 if (copy_in_global_log) \ 301 { \ 302 rst_section(global_test_result ": " $$0); \ 303 while ((rc = (getline line < ($$0 ".log"))) != 0) \ 304 { \ 305 if (rc < 0) \ 306 fatal("failed to read from " $$0 ".log"); \ 307 print line; \ 308 }; \ 309 printf "\n"; \ 310 }; \ 311 close ($$0 ".trs"); \ 312 close ($$0 ".log"); \ 313}' 314# Restructured Text title. 315am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 316# Solaris 10 'make', and several other traditional 'make' implementations, 317# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 318# by disabling -e (using the XSI extension "set +e") if it's set. 319am__sh_e_setup = case $$- in *e*) set +e;; esac 320# Default flags passed to test drivers. 321am__common_driver_flags = \ 322 --color-tests "$$am__color_tests" \ 323 $$am__collect_skipped_logs \ 324 --enable-hard-errors "$$am__enable_hard_errors" \ 325 --expect-failure "$$am__expect_failure" 326# To be inserted before the command running the test. Creates the 327# directory for the log if needed. Stores in $dir the directory 328# containing $f, in $tst the test, in $log the log. Executes the 329# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 330# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 331# will run the test scripts (or their associated LOG_COMPILER, if 332# thy have one). 333am__check_pre = \ 334$(am__sh_e_setup); \ 335$(am__vpath_adj_setup) $(am__vpath_adj) \ 336$(am__tty_colors); \ 337srcdir=$(srcdir); export srcdir; \ 338case "$@" in \ 339 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 340 *) am__odir=.;; \ 341esac; \ 342test "x$$am__odir" = x"." || test -d "$$am__odir" \ 343 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 344if test -f "./$$f"; then dir=./; \ 345elif test -f "$$f"; then dir=; \ 346else dir="$(srcdir)/"; fi; \ 347tst=$$dir$$f; log='$@'; \ 348if test -n '$(IGNORE_SKIPPED_LOGS)'; then \ 349 am__collect_skipped_logs='--collect-skipped-logs no'; \ 350else \ 351 am__collect_skipped_logs=''; \ 352fi; \ 353if test -n '$(DISABLE_HARD_ERRORS)'; then \ 354 am__enable_hard_errors=no; \ 355else \ 356 am__enable_hard_errors=yes; \ 357fi; \ 358case " $(XFAIL_TESTS) " in \ 359 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 360 am__expect_failure=yes;; \ 361 *) \ 362 am__expect_failure=no;; \ 363esac; \ 364$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 365# A shell command to get the names of the tests scripts with any registered 366# extension removed (i.e., equivalently, the names of the test logs, with 367# the '.log' extension removed). The result is saved in the shell variable 368# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 369# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 370# since that might cause problem with VPATH rewrites for suffix-less tests. 371# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 372am__set_TESTS_bases = \ 373 bases='$(TEST_LOGS)'; \ 374 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 375 bases=`echo $$bases` 376AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' 377RECHECK_LOGS = $(TEST_LOGS) 378AM_RECURSIVE_TARGETS = check recheck 379TEST_SUITE_LOG = test-suite.log 380TEST_EXTENSIONS = @EXEEXT@ .test 381LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 382LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 383am__set_b = \ 384 case '$@' in \ 385 */*) \ 386 case '$*' in \ 387 */*) b='$*';; \ 388 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 389 esac;; \ 390 *) \ 391 b='$*';; \ 392 esac 393am__test_logs1 = $(TESTS:=.log) 394am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 395TEST_LOGS = $(am__test_logs2:.test.log=.log) 396TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 397TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 398 $(TEST_LOG_FLAGS) 399am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ 400 $(top_srcdir)/mkinstalldirs $(top_srcdir)/test-driver 401DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 402ACLOCAL = @ACLOCAL@ 403AMTAR = @AMTAR@ 404AM_CPPFLAGS = @AM_CPPFLAGS@ 405AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 406AM_LDFLAGS = @AM_LDFLAGS@ 407AR = @AR@ 408AS = @AS@ 409AUTOCONF = @AUTOCONF@ 410AUTOHEADER = @AUTOHEADER@ 411AUTOMAKE = @AUTOMAKE@ 412AWK = @AWK@ 413CC = @CC@ 414CCDEPMODE = @CCDEPMODE@ 415CFLAGS = @CFLAGS@ 416CPP = @CPP@ 417CPPFLAGS = @CPPFLAGS@ 418CSCOPE = @CSCOPE@ 419CTAGS = @CTAGS@ 420CYGPATH_W = @CYGPATH_W@ 421DEFS = @DEFS@ 422DEPDIR = @DEPDIR@ 423DIFF = @DIFF@ 424DIFF_U = @DIFF_U@ 425DLLTOOL = @DLLTOOL@ 426DOT = @DOT@ 427DOXYGEN = @DOXYGEN@ 428DOXYGEN_OUTPUT_DIR = @DOXYGEN_OUTPUT_DIR@ 429DSYMUTIL = @DSYMUTIL@ 430DUMPBIN = @DUMPBIN@ 431ECHO_C = @ECHO_C@ 432ECHO_N = @ECHO_N@ 433ECHO_T = @ECHO_T@ 434EGREP = @EGREP@ 435ETAGS = @ETAGS@ 436EXEEXT = @EXEEXT@ 437FAILMALLOC_PATH = @FAILMALLOC_PATH@ 438FGREP = @FGREP@ 439FILECMD = @FILECMD@ 440GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 441GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ 442GMSGFMT = @GMSGFMT@ 443GMSGFMT_015 = @GMSGFMT_015@ 444GREP = @GREP@ 445HAVE_DOT = @HAVE_DOT@ 446HTML_APIDOC_DIR = @HTML_APIDOC_DIR@ 447HTML_APIDOC_INTERNALS_DIR = @HTML_APIDOC_INTERNALS_DIR@ 448INSTALL = @INSTALL@ 449INSTALL_DATA = @INSTALL_DATA@ 450INSTALL_PROGRAM = @INSTALL_PROGRAM@ 451INSTALL_SCRIPT = @INSTALL_SCRIPT@ 452INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 453INTLLIBS = @INTLLIBS@ 454INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 455LD = @LD@ 456LDFLAGS = @LDFLAGS@ 457LIBEXIF_AGE = @LIBEXIF_AGE@ 458LIBEXIF_CURRENT = @LIBEXIF_CURRENT@ 459LIBEXIF_CURRENT_MIN = @LIBEXIF_CURRENT_MIN@ 460LIBEXIF_REVISION = @LIBEXIF_REVISION@ 461LIBEXIF_VERSION_INFO = @LIBEXIF_VERSION_INFO@ 462LIBICONV = @LIBICONV@ 463LIBINTL = @LIBINTL@ 464LIBOBJS = @LIBOBJS@ 465LIBS = @LIBS@ 466LIBTOOL = @LIBTOOL@ 467LIPO = @LIPO@ 468LN_S = @LN_S@ 469LTLIBICONV = @LTLIBICONV@ 470LTLIBINTL = @LTLIBINTL@ 471LTLIBOBJS = @LTLIBOBJS@ 472LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 473MAINT = @MAINT@ 474MAKEINFO = @MAKEINFO@ 475MANIFEST_TOOL = @MANIFEST_TOOL@ 476MKDIR_P = @MKDIR_P@ 477MSGFMT = @MSGFMT@ 478MSGFMT_015 = @MSGFMT_015@ 479MSGMERGE = @MSGMERGE@ 480NM = @NM@ 481NMEDIT = @NMEDIT@ 482OBJDUMP = @OBJDUMP@ 483OBJEXT = @OBJEXT@ 484OTOOL = @OTOOL@ 485OTOOL64 = @OTOOL64@ 486PACKAGE = @PACKAGE@ 487PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 488PACKAGE_NAME = @PACKAGE_NAME@ 489PACKAGE_STRING = @PACKAGE_STRING@ 490PACKAGE_TARNAME = @PACKAGE_TARNAME@ 491PACKAGE_URL = @PACKAGE_URL@ 492PACKAGE_VERSION = @PACKAGE_VERSION@ 493PATH_SEPARATOR = @PATH_SEPARATOR@ 494POSUB = @POSUB@ 495RANLIB = @RANLIB@ 496SED = @SED@ 497SET_MAKE = @SET_MAKE@ 498SHELL = @SHELL@ 499STRIP = @STRIP@ 500USE_NLS = @USE_NLS@ 501VERSION = @VERSION@ 502XGETTEXT = @XGETTEXT@ 503XGETTEXT_015 = @XGETTEXT_015@ 504XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 505abs_builddir = @abs_builddir@ 506abs_srcdir = @abs_srcdir@ 507abs_top_builddir = @abs_top_builddir@ 508abs_top_srcdir = @abs_top_srcdir@ 509ac_ct_AR = @ac_ct_AR@ 510ac_ct_CC = @ac_ct_CC@ 511ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 512am__include = @am__include@ 513am__leading_dot = @am__leading_dot@ 514am__quote = @am__quote@ 515am__rm_f_notfound = @am__rm_f_notfound@ 516am__tar = @am__tar@ 517am__untar = @am__untar@ 518am__xargs_n = @am__xargs_n@ 519bindir = @bindir@ 520build = @build@ 521build_alias = @build_alias@ 522build_cpu = @build_cpu@ 523build_os = @build_os@ 524build_vendor = @build_vendor@ 525builddir = @builddir@ 526datadir = @datadir@ 527datarootdir = @datarootdir@ 528docdir = @docdir@ 529dvidir = @dvidir@ 530exec_prefix = @exec_prefix@ 531host = @host@ 532host_alias = @host_alias@ 533host_cpu = @host_cpu@ 534host_os = @host_os@ 535host_vendor = @host_vendor@ 536htmldir = @htmldir@ 537includedir = @includedir@ 538infodir = @infodir@ 539install_sh = @install_sh@ 540libdir = @libdir@ 541libexecdir = @libexecdir@ 542localedir = @localedir@ 543localstatedir = @localstatedir@ 544mandir = @mandir@ 545mkdir_p = @mkdir_p@ 546oldincludedir = @oldincludedir@ 547pdfdir = @pdfdir@ 548prefix = @prefix@ 549program_transform_name = @program_transform_name@ 550psdir = @psdir@ 551runstatedir = @runstatedir@ 552sbindir = @sbindir@ 553sharedstatedir = @sharedstatedir@ 554srcdir = @srcdir@ 555sysconfdir = @sysconfdir@ 556target_alias = @target_alias@ 557top_build_prefix = @top_build_prefix@ 558top_builddir = @top_builddir@ 559top_srcdir = @top_srcdir@ 560nlstestscripts = check-localedir.sh # check-codeset.sh 561codeset_tests = test-codeset-default test-codeset-latin1 test-codeset-utf-8 562TESTS = $(nlstestscripts) 563check_SCRIPTS = $(nlstestscripts) 564 565# test_codeset_default_SOURCES = test-codeset.c 566# test_codeset_default_CPPFLAGS = \ 567# $(AM_CPPFLAGS) $(CPPFLAGS) \ 568# -DCODESET_DEFAULT 569 570# test_codeset_utf_8_SOURCES = test-codeset.c 571# test_codeset_utf_8_CPPFLAGS = \ 572# $(AM_CPPFLAGS) $(CPPFLAGS) \ 573# -DCODESET_UTF_8 574 575# test_codeset_latin1_SOURCES = test-codeset.c 576# test_codeset_latin1_CPPFLAGS = \ 577# $(AM_CPPFLAGS) $(CPPFLAGS) \ 578# -DCODESET_LATIN1 579CLEANFILES = $(check_SCRIPTS) 580 581# test_nls_LDADD = $(top_builddir)/libexif/libexif.la $(INTLLIBS) 582EXTRA_DIST = check-localedir.in check-nls.in test-nls.c test-codeset.c 583all: all-am 584 585.SUFFIXES: 586.SUFFIXES: .c .in .lo .log .o .obj .sh .test .test$(EXEEXT) .trs 587$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 588 @for dep in $?; do \ 589 case '$(am__configure_deps)' in \ 590 *$$dep*) \ 591 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 592 && { if test -f $@; then exit 0; else break; fi; }; \ 593 exit 1;; \ 594 esac; \ 595 done; \ 596 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/nls/Makefile'; \ 597 $(am__cd) $(top_srcdir) && \ 598 $(AUTOMAKE) --gnu test/nls/Makefile 599Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 600 @case '$?' in \ 601 *config.status*) \ 602 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 603 *) \ 604 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 605 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 606 esac; 607 608$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 609 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 610 611$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 612 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 613$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 614 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 615$(am__aclocal_m4_deps): 616 617clean-checkPROGRAMS: 618 $(am__rm_f) $(check_PROGRAMS) 619 test -z "$(EXEEXT)" || $(am__rm_f) $(check_PROGRAMS:$(EXEEXT)=) 620 621print-localedir$(EXEEXT): $(print_localedir_OBJECTS) $(print_localedir_DEPENDENCIES) $(EXTRA_print_localedir_DEPENDENCIES) 622 @rm -f print-localedir$(EXEEXT) 623 $(AM_V_CCLD)$(LINK) $(print_localedir_OBJECTS) $(print_localedir_LDADD) $(LIBS) 624 625mostlyclean-compile: 626 -rm -f *.$(OBJEXT) 627 628distclean-compile: 629 -rm -f *.tab.c 630 631@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print-localedir.Po@am__quote@ # am--include-marker 632 633$(am__depfiles_remade): 634 @$(MKDIR_P) $(@D) 635 @: >>$@ 636 637am--depfiles: $(am__depfiles_remade) 638 639.c.o: 640@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 641@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 642@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 643@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 644@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 645@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 646 647.c.obj: 648@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 649@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 650@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 651@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 652@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 653@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 654 655.c.lo: 656@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 657@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 658@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 659@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 660@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 661@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 662 663mostlyclean-libtool: 664 -rm -f *.lo 665 666clean-libtool: 667 -rm -rf .libs _libs 668 669ID: $(am__tagged_files) 670 $(am__define_uniq_tagged_files); mkid -fID $$unique 671tags: tags-am 672TAGS: tags 673 674tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 675 set x; \ 676 here=`pwd`; \ 677 $(am__define_uniq_tagged_files); \ 678 shift; \ 679 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 680 test -n "$$unique" || unique=$$empty_fix; \ 681 if test $$# -gt 0; then \ 682 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 683 "$$@" $$unique; \ 684 else \ 685 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 686 $$unique; \ 687 fi; \ 688 fi 689ctags: ctags-am 690 691CTAGS: ctags 692ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 693 $(am__define_uniq_tagged_files); \ 694 test -z "$(CTAGS_ARGS)$$unique" \ 695 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 696 $$unique 697 698GTAGS: 699 here=`$(am__cd) $(top_builddir) && pwd` \ 700 && $(am__cd) $(top_srcdir) \ 701 && gtags -i $(GTAGS_ARGS) "$$here" 702cscopelist: cscopelist-am 703 704cscopelist-am: $(am__tagged_files) 705 list='$(am__tagged_files)'; \ 706 case "$(srcdir)" in \ 707 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 708 *) sdir=$(subdir)/$(srcdir) ;; \ 709 esac; \ 710 for i in $$list; do \ 711 if test -f "$$i"; then \ 712 echo "$(subdir)/$$i"; \ 713 else \ 714 echo "$$sdir/$$i"; \ 715 fi; \ 716 done >> $(top_builddir)/cscope.files 717 718distclean-tags: 719 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 720 721# Recover from deleted '.trs' file; this should ensure that 722# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 723# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 724# to avoid problems with "make -n". 725.log.trs: 726 rm -f $< $@ 727 $(MAKE) $(AM_MAKEFLAGS) $< 728 729# Leading 'am--fnord' is there to ensure the list of targets does not 730# expand to empty, as could happen e.g. with make check TESTS=''. 731am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 732am--force-recheck: 733 @: 734$(TEST_SUITE_LOG): $(TEST_LOGS) 735 @$(am__set_TESTS_bases); \ 736 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 737 redo_bases=`for i in $$bases; do \ 738 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 739 done`; \ 740 if test -n "$$redo_bases"; then \ 741 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 742 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 743 if $(am__make_dryrun); then :; else \ 744 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 745 fi; \ 746 fi; \ 747 if test -n "$$am__remaking_logs"; then \ 748 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 749 "recursion detected" >&2; \ 750 elif test -n "$$redo_logs"; then \ 751 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 752 fi; \ 753 if $(am__make_dryrun); then :; else \ 754 st=0; \ 755 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 756 for i in $$redo_bases; do \ 757 test -f $$i.trs && test -r $$i.trs \ 758 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 759 test -f $$i.log && test -r $$i.log \ 760 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 761 done; \ 762 test $$st -eq 0 || exit 1; \ 763 fi 764 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 765 ws='[ ]'; \ 766 results=`for b in $$bases; do echo $$b.trs; done`; \ 767 test -n "$$results" || results=/dev/null; \ 768 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 769 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 770 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 771 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 772 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 773 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 774 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 775 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 776 success=true; \ 777 else \ 778 success=false; \ 779 fi; \ 780 br='==================='; br=$$br$$br$$br$$br; \ 781 result_count () \ 782 { \ 783 if test x"$$1" = x"--maybe-color"; then \ 784 maybe_colorize=yes; \ 785 elif test x"$$1" = x"--no-color"; then \ 786 maybe_colorize=no; \ 787 else \ 788 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 789 fi; \ 790 shift; \ 791 desc=$$1 count=$$2; \ 792 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 793 color_start=$$3 color_end=$$std; \ 794 else \ 795 color_start= color_end=; \ 796 fi; \ 797 echo "$${color_start}# $$desc $$count$${color_end}"; \ 798 }; \ 799 create_testsuite_report () \ 800 { \ 801 result_count $$1 "TOTAL:" $$all "$$brg"; \ 802 result_count $$1 "PASS: " $$pass "$$grn"; \ 803 result_count $$1 "SKIP: " $$skip "$$blu"; \ 804 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 805 result_count $$1 "FAIL: " $$fail "$$red"; \ 806 result_count $$1 "XPASS:" $$xpass "$$red"; \ 807 result_count $$1 "ERROR:" $$error "$$mgn"; \ 808 }; \ 809 output_system_information () \ 810 { \ 811 echo; \ 812 { uname -a | $(AWK) '{ \ 813 printf "System information (uname -a):"; \ 814 for (i = 1; i < NF; ++i) \ 815 { \ 816 if (i != 2) \ 817 printf " %s", $$i; \ 818 } \ 819 printf "\n"; \ 820}'; } 2>&1; \ 821 if test -r /etc/os-release; then \ 822 echo "Distribution information (/etc/os-release):"; \ 823 sed 8q /etc/os-release; \ 824 elif test -r /etc/issue; then \ 825 echo "Distribution information (/etc/issue):"; \ 826 cat /etc/issue; \ 827 fi; \ 828 }; \ 829 please_report () \ 830 { \ 831echo "Some test(s) failed. Please report this to $(PACKAGE_BUGREPORT),"; \ 832echo "together with the test-suite.log file (gzipped) and your system"; \ 833echo "information. Thanks."; \ 834 }; \ 835 { \ 836 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 837 $(am__rst_title); \ 838 create_testsuite_report --no-color; \ 839 output_system_information; \ 840 echo; \ 841 echo ".. contents:: :depth: 2"; \ 842 echo; \ 843 for b in $$bases; do echo $$b; done \ 844 | $(am__create_global_log); \ 845 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 846 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 847 if $$success; then \ 848 col="$$grn"; \ 849 else \ 850 col="$$red"; \ 851 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 852 fi; \ 853 echo "$${col}$$br$${std}"; \ 854 echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ 855 echo "$${col}$$br$${std}"; \ 856 create_testsuite_report --maybe-color; \ 857 echo "$$col$$br$$std"; \ 858 if $$success; then :; else \ 859 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG) for debugging.$${std}";\ 860 if test -n "$(PACKAGE_BUGREPORT)"; then \ 861 please_report | sed -e "s/^/$${col}/" -e s/'$$'/"$${std}"/; \ 862 fi; \ 863 echo "$$col$$br$$std"; \ 864 fi; \ 865 $$success || exit 1 866 867check-TESTS: $(check_PROGRAMS) $(check_SCRIPTS) 868 @$(am__rm_f) $(RECHECK_LOGS) 869 @$(am__rm_f) $(RECHECK_LOGS:.log=.trs) 870 @$(am__rm_f) $(TEST_SUITE_LOG) 871 @set +e; $(am__set_TESTS_bases); \ 872 log_list=`for i in $$bases; do echo $$i.log; done`; \ 873 log_list=`echo $$log_list`; \ 874 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 875 exit $$?; 876recheck: all $(check_PROGRAMS) $(check_SCRIPTS) 877 @$(am__rm_f) $(TEST_SUITE_LOG) 878 @set +e; $(am__set_TESTS_bases); \ 879 bases=`for i in $$bases; do echo $$i; done \ 880 | $(am__list_recheck_tests)` || exit 1; \ 881 log_list=`for i in $$bases; do echo $$i.log; done`; \ 882 log_list=`echo $$log_list`; \ 883 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 884 am__force_recheck=am--force-recheck \ 885 TEST_LOGS="$$log_list"; \ 886 exit $$? 887check-localedir.sh.log: check-localedir.sh 888 @p='check-localedir.sh'; \ 889 b='check-localedir.sh'; \ 890 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 891 --log-file $$b.log --trs-file $$b.trs \ 892 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 893 "$$tst" $(AM_TESTS_FD_REDIRECT) 894.test.log: 895 @p='$<'; \ 896 $(am__set_b); \ 897 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 898 --log-file $$b.log --trs-file $$b.trs \ 899 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 900 "$$tst" $(AM_TESTS_FD_REDIRECT) 901@am__EXEEXT_TRUE@.test$(EXEEXT).log: 902@am__EXEEXT_TRUE@ @p='$<'; \ 903@am__EXEEXT_TRUE@ $(am__set_b); \ 904@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 905@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 906@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 907@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 908distdir: $(BUILT_SOURCES) 909 $(MAKE) $(AM_MAKEFLAGS) distdir-am 910 911distdir-am: $(DISTFILES) 912 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 913 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 914 list='$(DISTFILES)'; \ 915 dist_files=`for file in $$list; do echo $$file; done | \ 916 sed -e "s|^$$srcdirstrip/||;t" \ 917 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 918 case $$dist_files in \ 919 */*) $(MKDIR_P) `echo "$$dist_files" | \ 920 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 921 sort -u` ;; \ 922 esac; \ 923 for file in $$dist_files; do \ 924 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 925 if test -d $$d/$$file; then \ 926 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 927 if test -d "$(distdir)/$$file"; then \ 928 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 929 fi; \ 930 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 931 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 932 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 933 fi; \ 934 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 935 else \ 936 test -f "$(distdir)/$$file" \ 937 || cp -p $$d/$$file "$(distdir)/$$file" \ 938 || exit 1; \ 939 fi; \ 940 done 941check-am: all-am 942 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_SCRIPTS) 943 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 944check: check-am 945all-am: Makefile 946installdirs: 947install: install-am 948install-exec: install-exec-am 949install-data: install-data-am 950uninstall: uninstall-am 951 952install-am: all-am 953 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 954 955installcheck: installcheck-am 956install-strip: 957 if test -z '$(STRIP)'; then \ 958 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 959 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 960 install; \ 961 else \ 962 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 963 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 964 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 965 fi 966mostlyclean-generic: 967 -$(am__rm_f) $(TEST_LOGS) 968 -$(am__rm_f) $(TEST_LOGS:.log=.trs) 969 -$(am__rm_f) $(TEST_SUITE_LOG) 970 971clean-generic: 972 -$(am__rm_f) $(CLEANFILES) 973 974distclean-generic: 975 -$(am__rm_f) $(CONFIG_CLEAN_FILES) 976 -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) 977 978maintainer-clean-generic: 979 @echo "This command is intended for maintainers to use" 980 @echo "it deletes files that may require special tools to rebuild." 981clean: clean-am 982 983clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ 984 mostlyclean-am 985 986distclean: distclean-am 987 -rm -f ./$(DEPDIR)/print-localedir.Po 988 -rm -f Makefile 989distclean-am: clean-am distclean-compile distclean-generic \ 990 distclean-tags 991 992dvi: dvi-am 993 994dvi-am: 995 996html: html-am 997 998html-am: 999 1000info: info-am 1001 1002info-am: 1003 1004install-data-am: 1005 1006install-dvi: install-dvi-am 1007 1008install-dvi-am: 1009 1010install-exec-am: 1011 1012install-html: install-html-am 1013 1014install-html-am: 1015 1016install-info: install-info-am 1017 1018install-info-am: 1019 1020install-man: 1021 1022install-pdf: install-pdf-am 1023 1024install-pdf-am: 1025 1026install-ps: install-ps-am 1027 1028install-ps-am: 1029 1030installcheck-am: 1031 1032maintainer-clean: maintainer-clean-am 1033 -rm -f ./$(DEPDIR)/print-localedir.Po 1034 -rm -f Makefile 1035maintainer-clean-am: distclean-am maintainer-clean-generic 1036 1037mostlyclean: mostlyclean-am 1038 1039mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1040 mostlyclean-libtool 1041 1042pdf: pdf-am 1043 1044pdf-am: 1045 1046ps: ps-am 1047 1048ps-am: 1049 1050uninstall-am: 1051 1052.MAKE: check-am install-am install-strip 1053 1054.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ 1055 check-am clean clean-checkPROGRAMS clean-generic clean-libtool \ 1056 cscopelist-am ctags ctags-am distclean distclean-compile \ 1057 distclean-generic distclean-libtool distclean-tags distdir dvi \ 1058 dvi-am html html-am info info-am install install-am \ 1059 install-data install-data-am install-dvi install-dvi-am \ 1060 install-exec install-exec-am install-html install-html-am \ 1061 install-info install-info-am install-man install-pdf \ 1062 install-pdf-am install-ps install-ps-am install-strip \ 1063 installcheck installcheck-am installdirs maintainer-clean \ 1064 maintainer-clean-generic mostlyclean mostlyclean-compile \ 1065 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 1066 recheck tags tags-am uninstall uninstall-am 1067 1068.PRECIOUS: Makefile 1069 1070 1071.in.sh: Makefile 1072 sed 's|@top_builddir\@|$(top_builddir)|g;s|@localedir\@|$(localedir)|g;s|@PRINT_LOCALEDIR\@|./print-localedir$(EXEEXT)|g;s|@build_alias\@|$(build_alias)|g;s|@host_alias\@|$(host_alias)|g;s|@codeset_tests\@|$(codeset_tests)|g;s|@DESTDIR\@|$(DESTDIR)|g' < $< > $@ 1073 chmod +x $@ 1074 1075# Tell versions [3.59,3.63) of GNU make to not export all variables. 1076# Otherwise a system limit (for SysV at least) may be exceeded. 1077.NOEXPORT: 1078 1079# Tell GNU make to disable its built-in pattern rules. 1080%:: %,v 1081%:: RCS/%,v 1082%:: RCS/% 1083%:: s.% 1084%:: SCCS/s.% 1085