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# -*- Makefile -*- 18# Rules for generating files using the C pre-processor 19# (Replaces CppFileTarget from Imake) 20 21VPATH = @srcdir@ 22am__is_gnu_make = { \ 23 if test -z '$(MAKELEVEL)'; then \ 24 false; \ 25 elif test -n '$(MAKE_HOST)'; then \ 26 true; \ 27 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 28 true; \ 29 else \ 30 false; \ 31 fi; \ 32} 33am__make_running_with_option = \ 34 case $${target_option-} in \ 35 ?) ;; \ 36 *) echo "am__make_running_with_option: internal error: invalid" \ 37 "target option '$${target_option-}' specified" >&2; \ 38 exit 1;; \ 39 esac; \ 40 has_opt=no; \ 41 sane_makeflags=$$MAKEFLAGS; \ 42 if $(am__is_gnu_make); then \ 43 sane_makeflags=$$MFLAGS; \ 44 else \ 45 case $$MAKEFLAGS in \ 46 *\\[\ \ ]*) \ 47 bs=\\; \ 48 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 49 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 50 esac; \ 51 fi; \ 52 skip_next=no; \ 53 strip_trailopt () \ 54 { \ 55 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 56 }; \ 57 for flg in $$sane_makeflags; do \ 58 test $$skip_next = yes && { skip_next=no; continue; }; \ 59 case $$flg in \ 60 *=*|--*) continue;; \ 61 -*I) strip_trailopt 'I'; skip_next=yes;; \ 62 -*I?*) strip_trailopt 'I';; \ 63 -*O) strip_trailopt 'O'; skip_next=yes;; \ 64 -*O?*) strip_trailopt 'O';; \ 65 -*l) strip_trailopt 'l'; skip_next=yes;; \ 66 -*l?*) strip_trailopt 'l';; \ 67 -[dEDm]) skip_next=yes;; \ 68 -[JT]) skip_next=yes;; \ 69 esac; \ 70 case $$flg in \ 71 *$$target_option*) has_opt=yes; break;; \ 72 esac; \ 73 done; \ 74 test $$has_opt = yes 75am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 76am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 77am__rm_f = rm -f $(am__rm_f_notfound) 78am__rm_rf = rm -rf $(am__rm_f_notfound) 79pkgdatadir = $(datadir)/@PACKAGE@ 80pkgincludedir = $(includedir)/@PACKAGE@ 81pkglibdir = $(libdir)/@PACKAGE@ 82pkglibexecdir = $(libexecdir)/@PACKAGE@ 83am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 84install_sh_DATA = $(install_sh) -c -m 644 85install_sh_PROGRAM = $(install_sh) -c 86install_sh_SCRIPT = $(install_sh) -c 87INSTALL_HEADER = $(INSTALL_DATA) 88transform = $(program_transform_name) 89NORMAL_INSTALL = : 90PRE_INSTALL = : 91POST_INSTALL = : 92NORMAL_UNINSTALL = : 93PRE_UNINSTALL = : 94POST_UNINSTALL = : 95build_triplet = @build@ 96host_triplet = @host@ 97subdir = nls 98ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 99am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \ 100 $(top_srcdir)/m4/ax_gcc_builtin.m4 $(top_srcdir)/m4/libtool.m4 \ 101 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 102 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 103 $(top_srcdir)/configure.ac 104am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 105 $(ACLOCAL_M4) 106DIST_COMMON = $(srcdir)/Makefile.am $(nobase_dist_x11locale_DATA) \ 107 $(am__DIST_COMMON) 108mkinstalldirs = $(install_sh) -d 109CONFIG_HEADER = $(top_builddir)/src/config.h \ 110 $(top_builddir)/include/X11/XlibConf.h 111CONFIG_CLEAN_FILES = 112CONFIG_CLEAN_VPATH_FILES = 113AM_V_P = $(am__v_P_@AM_V@) 114am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 115am__v_P_0 = false 116am__v_P_1 = : 117AM_V_GEN = $(am__v_GEN_@AM_V@) 118am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 119am__v_GEN_0 = @echo " GEN " $@; 120am__v_GEN_1 = 121AM_V_at = $(am__v_at_@AM_V@) 122am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 123am__v_at_0 = @ 124am__v_at_1 = 125SOURCES = 126DIST_SOURCES = 127am__can_run_installinfo = \ 128 case $$AM_UPDATE_INFO_DIR in \ 129 n|no|NO) false;; \ 130 *) (install-info --version) >/dev/null 2>&1;; \ 131 esac 132am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 133am__vpath_adj = case $$p in \ 134 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 135 *) f=$$p;; \ 136 esac; 137am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 138am__install_max = 40 139am__nobase_strip_setup = \ 140 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 141am__nobase_strip = \ 142 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 143am__nobase_list = $(am__nobase_strip_setup); \ 144 for p in $$list; do echo "$$p $$p"; done | \ 145 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 146 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 147 if (++n[$$2] == $(am__install_max)) \ 148 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 149 END { for (dir in files) print dir, files[dir] }' 150am__base_list = \ 151 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 152 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 153am__uninstall_files_from_dir = { \ 154 { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 155 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 156 $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ 157 } 158am__installdirs = "$(DESTDIR)$(x11localedir)" \ 159 "$(DESTDIR)$(x11localedir)" "$(DESTDIR)$(x11localedir)" 160DATA = $(nobase_dist_x11locale_DATA) $(nobase_x11locale_DATA) \ 161 $(x11locale_DATA) 162am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 163am__tty_colors_dummy = \ 164 mgn= red= grn= lgn= blu= brg= std=; \ 165 am__color_tests=no 166am__tty_colors = { \ 167 $(am__tty_colors_dummy); \ 168 if test "X$(AM_COLOR_TESTS)" = Xno; then \ 169 am__color_tests=no; \ 170 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 171 am__color_tests=yes; \ 172 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 173 am__color_tests=yes; \ 174 fi; \ 175 if test $$am__color_tests = yes; then \ 176 red='[0;31m'; \ 177 grn='[0;32m'; \ 178 lgn='[1;32m'; \ 179 blu='[1;34m'; \ 180 mgn='[0;35m'; \ 181 brg='[1m'; \ 182 std='[m'; \ 183 fi; \ 184} 185am__recheck_rx = ^[ ]*:recheck:[ ]* 186am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 187am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 188# A command that, given a newline-separated list of test names on the 189# standard input, print the name of the tests that are to be re-run 190# upon "make recheck". 191am__list_recheck_tests = $(AWK) '{ \ 192 recheck = 1; \ 193 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 194 { \ 195 if (rc < 0) \ 196 { \ 197 if ((getline line2 < ($$0 ".log")) < 0) \ 198 recheck = 0; \ 199 break; \ 200 } \ 201 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 202 { \ 203 recheck = 0; \ 204 break; \ 205 } \ 206 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 207 { \ 208 break; \ 209 } \ 210 }; \ 211 if (recheck) \ 212 print $$0; \ 213 close ($$0 ".trs"); \ 214 close ($$0 ".log"); \ 215}' 216# A command that, given a newline-separated list of test names on the 217# standard input, create the global log from their .trs and .log files. 218am__create_global_log = $(AWK) ' \ 219function fatal(msg) \ 220{ \ 221 print "fatal: making $@: " msg | "cat >&2"; \ 222 exit 1; \ 223} \ 224function rst_section(header) \ 225{ \ 226 print header; \ 227 len = length(header); \ 228 for (i = 1; i <= len; i = i + 1) \ 229 printf "="; \ 230 printf "\n\n"; \ 231} \ 232{ \ 233 copy_in_global_log = 1; \ 234 global_test_result = "RUN"; \ 235 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 236 { \ 237 if (rc < 0) \ 238 fatal("failed to read from " $$0 ".trs"); \ 239 if (line ~ /$(am__global_test_result_rx)/) \ 240 { \ 241 sub("$(am__global_test_result_rx)", "", line); \ 242 sub("[ ]*$$", "", line); \ 243 global_test_result = line; \ 244 } \ 245 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 246 copy_in_global_log = 0; \ 247 }; \ 248 if (copy_in_global_log) \ 249 { \ 250 rst_section(global_test_result ": " $$0); \ 251 while ((rc = (getline line < ($$0 ".log"))) != 0) \ 252 { \ 253 if (rc < 0) \ 254 fatal("failed to read from " $$0 ".log"); \ 255 print line; \ 256 }; \ 257 printf "\n"; \ 258 }; \ 259 close ($$0 ".trs"); \ 260 close ($$0 ".log"); \ 261}' 262# Restructured Text title. 263am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 264# Solaris 10 'make', and several other traditional 'make' implementations, 265# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 266# by disabling -e (using the XSI extension "set +e") if it's set. 267am__sh_e_setup = case $$- in *e*) set +e;; esac 268# Default flags passed to test drivers. 269am__common_driver_flags = \ 270 --color-tests "$$am__color_tests" \ 271 $$am__collect_skipped_logs \ 272 --enable-hard-errors "$$am__enable_hard_errors" \ 273 --expect-failure "$$am__expect_failure" 274# To be inserted before the command running the test. Creates the 275# directory for the log if needed. Stores in $dir the directory 276# containing $f, in $tst the test, in $log the log. Executes the 277# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 278# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 279# will run the test scripts (or their associated LOG_COMPILER, if 280# thy have one). 281am__check_pre = \ 282$(am__sh_e_setup); \ 283$(am__vpath_adj_setup) $(am__vpath_adj) \ 284$(am__tty_colors); \ 285srcdir=$(srcdir); export srcdir; \ 286case "$@" in \ 287 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 288 *) am__odir=.;; \ 289esac; \ 290test "x$$am__odir" = x"." || test -d "$$am__odir" \ 291 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 292if test -f "./$$f"; then dir=./; \ 293elif test -f "$$f"; then dir=; \ 294else dir="$(srcdir)/"; fi; \ 295tst=$$dir$$f; log='$@'; \ 296if test -n '$(IGNORE_SKIPPED_LOGS)'; then \ 297 am__collect_skipped_logs='--collect-skipped-logs no'; \ 298else \ 299 am__collect_skipped_logs=''; \ 300fi; \ 301if test -n '$(DISABLE_HARD_ERRORS)'; then \ 302 am__enable_hard_errors=no; \ 303else \ 304 am__enable_hard_errors=yes; \ 305fi; \ 306case " $(XFAIL_TESTS) " in \ 307 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 308 am__expect_failure=yes;; \ 309 *) \ 310 am__expect_failure=no;; \ 311esac; \ 312$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 313# A shell command to get the names of the tests scripts with any registered 314# extension removed (i.e., equivalently, the names of the test logs, with 315# the '.log' extension removed). The result is saved in the shell variable 316# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 317# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 318# since that might cause problem with VPATH rewrites for suffix-less tests. 319# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 320am__set_TESTS_bases = \ 321 bases='$(TEST_LOGS)'; \ 322 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 323 bases=`echo $$bases` 324AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' 325RECHECK_LOGS = $(TEST_LOGS) 326AM_RECURSIVE_TARGETS = check recheck 327TEST_SUITE_LOG = test-suite.log 328TEST_EXTENSIONS = @EXEEXT@ .test 329LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 330LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 331am__set_b = \ 332 case '$@' in \ 333 */*) \ 334 case '$*' in \ 335 */*) b='$*';; \ 336 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 337 esac;; \ 338 *) \ 339 b='$*';; \ 340 esac 341am__test_logs1 = $(TESTS:=.log) 342am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 343TEST_LOGS = $(am__test_logs2:.test.log=.log) 344TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 345TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 346 $(TEST_LOG_FLAGS) 347am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/cpprules.in \ 348 $(top_srcdir)/test-driver 349DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 350ACLOCAL = @ACLOCAL@ 351ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 352ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 353AMTAR = @AMTAR@ 354AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 355APP_MAN_DIR = @APP_MAN_DIR@ 356APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 357AR = @AR@ 358AUTOCONF = @AUTOCONF@ 359AUTOHEADER = @AUTOHEADER@ 360AUTOMAKE = @AUTOMAKE@ 361AWK = @AWK@ 362BASE_CFLAGS = @BASE_CFLAGS@ 363BIGFONT_CFLAGS = @BIGFONT_CFLAGS@ 364BIGFONT_LIBS = @BIGFONT_LIBS@ 365CC = @CC@ 366CCDEPMODE = @CCDEPMODE@ 367CC_FOR_BUILD = @CC_FOR_BUILD@ 368CFLAGS = @CFLAGS@ 369CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ 370CHANGELOG_CMD = @CHANGELOG_CMD@ 371CPP = @CPP@ 372CPPFLAGS = @CPPFLAGS@ 373CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ 374CSCOPE = @CSCOPE@ 375CTAGS = @CTAGS@ 376CWARNFLAGS = @CWARNFLAGS@ 377CYGPATH_W = @CYGPATH_W@ 378DEFS = @DEFS@ 379DEPDIR = @DEPDIR@ 380DLLTOOL = @DLLTOOL@ 381DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 382DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 383DSYMUTIL = @DSYMUTIL@ 384DUMPBIN = @DUMPBIN@ 385ECHO_C = @ECHO_C@ 386ECHO_N = @ECHO_N@ 387ECHO_T = @ECHO_T@ 388EGREP = @EGREP@ 389ETAGS = @ETAGS@ 390EXEEXT = @EXEEXT@ 391EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 392FGREP = @FGREP@ 393FILECMD = @FILECMD@ 394FILE_MAN_DIR = @FILE_MAN_DIR@ 395FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 396FOP = @FOP@ 397GREP = @GREP@ 398I18N_MODULE_LIBS = @I18N_MODULE_LIBS@ 399INSTALL = @INSTALL@ 400INSTALL_CMD = @INSTALL_CMD@ 401INSTALL_DATA = @INSTALL_DATA@ 402INSTALL_PROGRAM = @INSTALL_PROGRAM@ 403INSTALL_SCRIPT = @INSTALL_SCRIPT@ 404INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 405KEYSYMDEFS = @KEYSYMDEFS@ 406LAUNCHD = @LAUNCHD@ 407LD = @LD@ 408LDFLAGS = @LDFLAGS@ 409LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ 410LIBOBJS = @LIBOBJS@ 411LIBS = @LIBS@ 412LIBTOOL = @LIBTOOL@ 413LIB_MAN_DIR = @LIB_MAN_DIR@ 414LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 415LINT = @LINT@ 416LINTLIB = @LINTLIB@ 417LINT_FLAGS = @LINT_FLAGS@ 418LIPO = @LIPO@ 419LN_S = @LN_S@ 420LTLIBOBJS = @LTLIBOBJS@ 421LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 422MAKEINFO = @MAKEINFO@ 423MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 424MANIFEST_TOOL = @MANIFEST_TOOL@ 425MAN_SUBSTS = @MAN_SUBSTS@ 426MISC_MAN_DIR = @MISC_MAN_DIR@ 427MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 428MKDIR_P = @MKDIR_P@ 429NM = @NM@ 430NMEDIT = @NMEDIT@ 431OBJDUMP = @OBJDUMP@ 432OBJEXT = @OBJEXT@ 433OTOOL = @OTOOL@ 434OTOOL64 = @OTOOL64@ 435PACKAGE = @PACKAGE@ 436PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 437PACKAGE_NAME = @PACKAGE_NAME@ 438PACKAGE_STRING = @PACKAGE_STRING@ 439PACKAGE_TARNAME = @PACKAGE_TARNAME@ 440PACKAGE_URL = @PACKAGE_URL@ 441PACKAGE_VERSION = @PACKAGE_VERSION@ 442PATH_SEPARATOR = @PATH_SEPARATOR@ 443PERL = @PERL@ 444PKG_CONFIG = @PKG_CONFIG@ 445PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 446PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 447RANLIB = @RANLIB@ 448RAWCPP = @RAWCPP@ 449RAWCPPFLAGS = @RAWCPPFLAGS@ 450SED = @SED@ 451SET_MAKE = @SET_MAKE@ 452SHELL = @SHELL@ 453STRICT_CFLAGS = @STRICT_CFLAGS@ 454STRIP = @STRIP@ 455STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 456TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ 457USE_THREAD_LIBS = @USE_THREAD_LIBS@ 458VERSION = @VERSION@ 459WCHAR32 = @WCHAR32@ 460X11_CFLAGS = @X11_CFLAGS@ 461X11_DATADIR = @X11_DATADIR@ 462X11_EXTRA_DEPS = @X11_EXTRA_DEPS@ 463X11_LIBDIR = @X11_LIBDIR@ 464X11_LIBS = @X11_LIBS@ 465X11_LOCALEDATADIR = @X11_LOCALEDATADIR@ 466X11_LOCALEDIR = @X11_LOCALEDIR@ 467X11_LOCALELIBDIR = @X11_LOCALELIBDIR@ 468XERRORDB = @XERRORDB@ 469XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@ 470XKEYSYMDB = @XKEYSYMDB@ 471XLOCALEDATADIR = @XLOCALEDATADIR@ 472XLOCALEDIR = @XLOCALEDIR@ 473XLOCALELIBDIR = @XLOCALELIBDIR@ 474XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 475XMLTO = @XMLTO@ 476XORG_MAN_PAGE = @XORG_MAN_PAGE@ 477XORG_SGML_PATH = @XORG_SGML_PATH@ 478XSLTPROC = @XSLTPROC@ 479XSL_STYLESHEET = @XSL_STYLESHEET@ 480XTHREADLIB = @XTHREADLIB@ 481XTHREAD_CFLAGS = @XTHREAD_CFLAGS@ 482XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 483abs_builddir = @abs_builddir@ 484abs_srcdir = @abs_srcdir@ 485abs_top_builddir = @abs_top_builddir@ 486abs_top_srcdir = @abs_top_srcdir@ 487ac_ct_AR = @ac_ct_AR@ 488ac_ct_CC = @ac_ct_CC@ 489ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 490am__include = @am__include@ 491am__leading_dot = @am__leading_dot@ 492am__quote = @am__quote@ 493am__rm_f_notfound = @am__rm_f_notfound@ 494am__tar = @am__tar@ 495am__untar = @am__untar@ 496am__xargs_n = @am__xargs_n@ 497bindir = @bindir@ 498build = @build@ 499build_alias = @build_alias@ 500build_cpu = @build_cpu@ 501build_os = @build_os@ 502build_vendor = @build_vendor@ 503builddir = @builddir@ 504datadir = @datadir@ 505datarootdir = @datarootdir@ 506docdir = @docdir@ 507dvidir = @dvidir@ 508exec_prefix = @exec_prefix@ 509host = @host@ 510host_alias = @host_alias@ 511host_cpu = @host_cpu@ 512host_os = @host_os@ 513host_vendor = @host_vendor@ 514htmldir = @htmldir@ 515includedir = @includedir@ 516infodir = @infodir@ 517install_sh = @install_sh@ 518libdir = @libdir@ 519libexecdir = @libexecdir@ 520localedir = @localedir@ 521locales = @locales@ 522localstatedir = @localstatedir@ 523mandir = @mandir@ 524mkdir_p = @mkdir_p@ 525oldincludedir = @oldincludedir@ 526pdfdir = @pdfdir@ 527prefix = @prefix@ 528program_transform_name = @program_transform_name@ 529psdir = @psdir@ 530runstatedir = @runstatedir@ 531sbindir = @sbindir@ 532sharedstatedir = @sharedstatedir@ 533srcdir = @srcdir@ 534sysconfdir = @sysconfdir@ 535target_alias = @target_alias@ 536top_build_prefix = @top_build_prefix@ 537top_builddir = @top_builddir@ 538top_srcdir = @top_srcdir@ 539x11localedir = $(X11_LOCALEDATADIR) 540CLEANFILES = locale.alias locale.alias.l1 locale.alias.l2 compose.dir \ 541 compose.dir.l1 compose.dir.l2 locale.dir locale.dir.l1 \ 542 locale.dir.l2 XLC_LOCALE $(nobase_x11locale_DATA) 543SUFFIXES = .pre 544EXTRA_DIST = locale.alias.pre compose.dir.pre locale.dir.pre \ 545 compose-check.pl $(nobase_x11locale_DATA:%=%.pre) 546x11locale_DATA = locale.alias locale.dir compose.dir 547C_SED = LC_CTYPE=C $(SED) 548WCHAR32_FLAGS = -DWCHAR32=@WCHAR32@ 549CPP_FILES_FLAGS = $(WCHAR32_FLAGS) 550 551# Translate XCOMM into pound sign with sed, rather than passing -DXCOMM=XCOMM 552# to cpp, because that trick does not work on all ANSI C preprocessors. 553# Delete line numbers from the cpp output (-P is not portable, I guess). 554# Allow XCOMM to be preceded by whitespace and provide a means of generating 555# output lines with trailing backslashes. 556# Allow XHASH to always be substituted, even in cases where XCOMM isn't. 557CPP_SED_MAGIC = $(C_SED) -e '/^\# *[0-9][0-9]* *.*$$/d' \ 558 -e '/^\#line *[0-9][0-9]* *.*$$/d' \ 559 -e '/^[ ]*XCOMM$$/s/XCOMM/\#/' \ 560 -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/\#/' \ 561 -e '/^[ ]*XHASH/s/XHASH/\#/' \ 562 -e 's,X11_LOCALEDATADIR,$(X11_LOCALEDATADIR),g' \ 563 -e '/\@\@$$/s/\@\@$$/\\/' \ 564 -e '/^$$/d' 565 566@HAVE_PERL_TRUE@LOG_COMPILER = $(PERL) 567@HAVE_PERL_TRUE@TESTS = compose-check.pl 568 569# Per-locale data files 570nobase_dist_x11locale_DATA = $(locales:%=%/XI18N_OBJS) 571nobase_x11locale_DATA = $(locales:%=%/XLC_LOCALE) $(locales:%=%/Compose) 572all: all-am 573 574.SUFFIXES: 575.SUFFIXES: .pre .log .test .test$(EXEEXT) .trs 576$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/cpprules.in $(am__configure_deps) 577 @for dep in $?; do \ 578 case '$(am__configure_deps)' in \ 579 *$$dep*) \ 580 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 581 && { if test -f $@; then exit 0; else break; fi; }; \ 582 exit 1;; \ 583 esac; \ 584 done; \ 585 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign nls/Makefile'; \ 586 $(am__cd) $(top_srcdir) && \ 587 $(AUTOMAKE) --foreign nls/Makefile 588Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 589 @case '$?' in \ 590 *config.status*) \ 591 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 592 *) \ 593 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 594 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 595 esac; 596$(top_srcdir)/cpprules.in $(am__empty): 597 598$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 599 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 600 601$(top_srcdir)/configure: $(am__configure_deps) 602 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 603$(ACLOCAL_M4): $(am__aclocal_m4_deps) 604 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 605$(am__aclocal_m4_deps): 606 607mostlyclean-libtool: 608 -rm -f *.lo 609 610clean-libtool: 611 -rm -rf .libs _libs 612install-nobase_dist_x11localeDATA: $(nobase_dist_x11locale_DATA) 613 @$(NORMAL_INSTALL) 614 @list='$(nobase_dist_x11locale_DATA)'; test -n "$(x11localedir)" || list=; \ 615 if test -n "$$list"; then \ 616 echo " $(MKDIR_P) '$(DESTDIR)$(x11localedir)'"; \ 617 $(MKDIR_P) "$(DESTDIR)$(x11localedir)" || exit 1; \ 618 fi; \ 619 $(am__nobase_list) | while read dir files; do \ 620 xfiles=; for file in $$files; do \ 621 if test -f "$$file"; then xfiles="$$xfiles $$file"; \ 622 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ 623 test -z "$$xfiles" || { \ 624 test "x$$dir" = x. || { \ 625 echo " $(MKDIR_P) '$(DESTDIR)$(x11localedir)/$$dir'"; \ 626 $(MKDIR_P) "$(DESTDIR)$(x11localedir)/$$dir"; }; \ 627 echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(x11localedir)/$$dir'"; \ 628 $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(x11localedir)/$$dir" || exit $$?; }; \ 629 done 630 631uninstall-nobase_dist_x11localeDATA: 632 @$(NORMAL_UNINSTALL) 633 @list='$(nobase_dist_x11locale_DATA)'; test -n "$(x11localedir)" || list=; \ 634 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ 635 dir='$(DESTDIR)$(x11localedir)'; $(am__uninstall_files_from_dir) 636install-nobase_x11localeDATA: $(nobase_x11locale_DATA) 637 @$(NORMAL_INSTALL) 638 @list='$(nobase_x11locale_DATA)'; test -n "$(x11localedir)" || list=; \ 639 if test -n "$$list"; then \ 640 echo " $(MKDIR_P) '$(DESTDIR)$(x11localedir)'"; \ 641 $(MKDIR_P) "$(DESTDIR)$(x11localedir)" || exit 1; \ 642 fi; \ 643 $(am__nobase_list) | while read dir files; do \ 644 xfiles=; for file in $$files; do \ 645 if test -f "$$file"; then xfiles="$$xfiles $$file"; \ 646 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ 647 test -z "$$xfiles" || { \ 648 test "x$$dir" = x. || { \ 649 echo " $(MKDIR_P) '$(DESTDIR)$(x11localedir)/$$dir'"; \ 650 $(MKDIR_P) "$(DESTDIR)$(x11localedir)/$$dir"; }; \ 651 echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(x11localedir)/$$dir'"; \ 652 $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(x11localedir)/$$dir" || exit $$?; }; \ 653 done 654 655uninstall-nobase_x11localeDATA: 656 @$(NORMAL_UNINSTALL) 657 @list='$(nobase_x11locale_DATA)'; test -n "$(x11localedir)" || list=; \ 658 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ 659 dir='$(DESTDIR)$(x11localedir)'; $(am__uninstall_files_from_dir) 660install-x11localeDATA: $(x11locale_DATA) 661 @$(NORMAL_INSTALL) 662 @list='$(x11locale_DATA)'; test -n "$(x11localedir)" || list=; \ 663 if test -n "$$list"; then \ 664 echo " $(MKDIR_P) '$(DESTDIR)$(x11localedir)'"; \ 665 $(MKDIR_P) "$(DESTDIR)$(x11localedir)" || exit 1; \ 666 fi; \ 667 for p in $$list; do \ 668 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 669 echo "$$d$$p"; \ 670 done | $(am__base_list) | \ 671 while read files; do \ 672 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(x11localedir)'"; \ 673 $(INSTALL_DATA) $$files "$(DESTDIR)$(x11localedir)" || exit $$?; \ 674 done 675 676uninstall-x11localeDATA: 677 @$(NORMAL_UNINSTALL) 678 @list='$(x11locale_DATA)'; test -n "$(x11localedir)" || list=; \ 679 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 680 dir='$(DESTDIR)$(x11localedir)'; $(am__uninstall_files_from_dir) 681tags TAGS: 682 683ctags CTAGS: 684 685cscope cscopelist: 686 687 688# Recover from deleted '.trs' file; this should ensure that 689# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 690# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 691# to avoid problems with "make -n". 692.log.trs: 693 rm -f $< $@ 694 $(MAKE) $(AM_MAKEFLAGS) $< 695 696# Leading 'am--fnord' is there to ensure the list of targets does not 697# expand to empty, as could happen e.g. with make check TESTS=''. 698am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 699am--force-recheck: 700 @: 701$(TEST_SUITE_LOG): $(TEST_LOGS) 702 @$(am__set_TESTS_bases); \ 703 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 704 redo_bases=`for i in $$bases; do \ 705 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 706 done`; \ 707 if test -n "$$redo_bases"; then \ 708 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 709 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 710 if $(am__make_dryrun); then :; else \ 711 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 712 fi; \ 713 fi; \ 714 if test -n "$$am__remaking_logs"; then \ 715 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 716 "recursion detected" >&2; \ 717 elif test -n "$$redo_logs"; then \ 718 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 719 fi; \ 720 if $(am__make_dryrun); then :; else \ 721 st=0; \ 722 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 723 for i in $$redo_bases; do \ 724 test -f $$i.trs && test -r $$i.trs \ 725 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 726 test -f $$i.log && test -r $$i.log \ 727 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 728 done; \ 729 test $$st -eq 0 || exit 1; \ 730 fi 731 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 732 ws='[ ]'; \ 733 results=`for b in $$bases; do echo $$b.trs; done`; \ 734 test -n "$$results" || results=/dev/null; \ 735 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 736 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 737 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 738 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 739 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 740 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 741 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 742 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 743 success=true; \ 744 else \ 745 success=false; \ 746 fi; \ 747 br='==================='; br=$$br$$br$$br$$br; \ 748 result_count () \ 749 { \ 750 if test x"$$1" = x"--maybe-color"; then \ 751 maybe_colorize=yes; \ 752 elif test x"$$1" = x"--no-color"; then \ 753 maybe_colorize=no; \ 754 else \ 755 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 756 fi; \ 757 shift; \ 758 desc=$$1 count=$$2; \ 759 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 760 color_start=$$3 color_end=$$std; \ 761 else \ 762 color_start= color_end=; \ 763 fi; \ 764 echo "$${color_start}# $$desc $$count$${color_end}"; \ 765 }; \ 766 create_testsuite_report () \ 767 { \ 768 result_count $$1 "TOTAL:" $$all "$$brg"; \ 769 result_count $$1 "PASS: " $$pass "$$grn"; \ 770 result_count $$1 "SKIP: " $$skip "$$blu"; \ 771 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 772 result_count $$1 "FAIL: " $$fail "$$red"; \ 773 result_count $$1 "XPASS:" $$xpass "$$red"; \ 774 result_count $$1 "ERROR:" $$error "$$mgn"; \ 775 }; \ 776 output_system_information () \ 777 { \ 778 echo; \ 779 { uname -a | $(AWK) '{ \ 780 printf "System information (uname -a):"; \ 781 for (i = 1; i < NF; ++i) \ 782 { \ 783 if (i != 2) \ 784 printf " %s", $$i; \ 785 } \ 786 printf "\n"; \ 787}'; } 2>&1; \ 788 if test -r /etc/os-release; then \ 789 echo "Distribution information (/etc/os-release):"; \ 790 sed 8q /etc/os-release; \ 791 elif test -r /etc/issue; then \ 792 echo "Distribution information (/etc/issue):"; \ 793 cat /etc/issue; \ 794 fi; \ 795 }; \ 796 please_report () \ 797 { \ 798echo "Some test(s) failed. Please report this to $(PACKAGE_BUGREPORT),"; \ 799echo "together with the test-suite.log file (gzipped) and your system"; \ 800echo "information. Thanks."; \ 801 }; \ 802 { \ 803 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 804 $(am__rst_title); \ 805 create_testsuite_report --no-color; \ 806 output_system_information; \ 807 echo; \ 808 echo ".. contents:: :depth: 2"; \ 809 echo; \ 810 for b in $$bases; do echo $$b; done \ 811 | $(am__create_global_log); \ 812 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 813 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 814 if $$success; then \ 815 col="$$grn"; \ 816 else \ 817 col="$$red"; \ 818 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 819 fi; \ 820 echo "$${col}$$br$${std}"; \ 821 echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ 822 echo "$${col}$$br$${std}"; \ 823 create_testsuite_report --maybe-color; \ 824 echo "$$col$$br$$std"; \ 825 if $$success; then :; else \ 826 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG) for debugging.$${std}";\ 827 if test -n "$(PACKAGE_BUGREPORT)"; then \ 828 please_report | sed -e "s/^/$${col}/" -e s/'$$'/"$${std}"/; \ 829 fi; \ 830 echo "$$col$$br$$std"; \ 831 fi; \ 832 $$success || exit 1 833 834check-TESTS: 835 @$(am__rm_f) $(RECHECK_LOGS) 836 @$(am__rm_f) $(RECHECK_LOGS:.log=.trs) 837 @$(am__rm_f) $(TEST_SUITE_LOG) 838 @set +e; $(am__set_TESTS_bases); \ 839 log_list=`for i in $$bases; do echo $$i.log; done`; \ 840 log_list=`echo $$log_list`; \ 841 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 842 exit $$?; 843recheck: all 844 @$(am__rm_f) $(TEST_SUITE_LOG) 845 @set +e; $(am__set_TESTS_bases); \ 846 bases=`for i in $$bases; do echo $$i; done \ 847 | $(am__list_recheck_tests)` || exit 1; \ 848 log_list=`for i in $$bases; do echo $$i.log; done`; \ 849 log_list=`echo $$log_list`; \ 850 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 851 am__force_recheck=am--force-recheck \ 852 TEST_LOGS="$$log_list"; \ 853 exit $$? 854compose-check.pl.log: compose-check.pl 855 @p='compose-check.pl'; \ 856 b='compose-check.pl'; \ 857 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 858 --log-file $$b.log --trs-file $$b.trs \ 859 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 860 "$$tst" $(AM_TESTS_FD_REDIRECT) 861.test.log: 862 @p='$<'; \ 863 $(am__set_b); \ 864 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 865 --log-file $$b.log --trs-file $$b.trs \ 866 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 867 "$$tst" $(AM_TESTS_FD_REDIRECT) 868@am__EXEEXT_TRUE@.test$(EXEEXT).log: 869@am__EXEEXT_TRUE@ @p='$<'; \ 870@am__EXEEXT_TRUE@ $(am__set_b); \ 871@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 872@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 873@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 874@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 875distdir: $(BUILT_SOURCES) 876 $(MAKE) $(AM_MAKEFLAGS) distdir-am 877 878distdir-am: $(DISTFILES) 879 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 880 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 881 list='$(DISTFILES)'; \ 882 dist_files=`for file in $$list; do echo $$file; done | \ 883 sed -e "s|^$$srcdirstrip/||;t" \ 884 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 885 case $$dist_files in \ 886 */*) $(MKDIR_P) `echo "$$dist_files" | \ 887 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 888 sort -u` ;; \ 889 esac; \ 890 for file in $$dist_files; do \ 891 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 892 if test -d $$d/$$file; then \ 893 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 894 if test -d "$(distdir)/$$file"; then \ 895 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 896 fi; \ 897 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 898 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 899 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 900 fi; \ 901 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 902 else \ 903 test -f "$(distdir)/$$file" \ 904 || cp -p $$d/$$file "$(distdir)/$$file" \ 905 || exit 1; \ 906 fi; \ 907 done 908check-am: all-am 909 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 910check: check-am 911all-am: Makefile $(DATA) 912installdirs: 913 for dir in "$(DESTDIR)$(x11localedir)" "$(DESTDIR)$(x11localedir)" "$(DESTDIR)$(x11localedir)"; do \ 914 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 915 done 916install: install-am 917install-exec: install-exec-am 918install-data: install-data-am 919uninstall: uninstall-am 920 921install-am: all-am 922 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 923 924installcheck: installcheck-am 925install-strip: 926 if test -z '$(STRIP)'; then \ 927 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 928 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 929 install; \ 930 else \ 931 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 932 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 933 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 934 fi 935mostlyclean-generic: 936 -$(am__rm_f) $(TEST_LOGS) 937 -$(am__rm_f) $(TEST_LOGS:.log=.trs) 938 -$(am__rm_f) $(TEST_SUITE_LOG) 939 940clean-generic: 941 -$(am__rm_f) $(CLEANFILES) 942 943distclean-generic: 944 -$(am__rm_f) $(CONFIG_CLEAN_FILES) 945 -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) 946 947maintainer-clean-generic: 948 @echo "This command is intended for maintainers to use" 949 @echo "it deletes files that may require special tools to rebuild." 950clean: clean-am 951 952clean-am: clean-generic clean-libtool mostlyclean-am 953 954distclean: distclean-am 955 -rm -f Makefile 956distclean-am: clean-am distclean-generic 957 958dvi: dvi-am 959 960dvi-am: 961 962html: html-am 963 964html-am: 965 966info: info-am 967 968info-am: 969 970install-data-am: install-nobase_dist_x11localeDATA \ 971 install-nobase_x11localeDATA install-x11localeDATA 972 973install-dvi: install-dvi-am 974 975install-dvi-am: 976 977install-exec-am: 978 979install-html: install-html-am 980 981install-html-am: 982 983install-info: install-info-am 984 985install-info-am: 986 987install-man: 988 989install-pdf: install-pdf-am 990 991install-pdf-am: 992 993install-ps: install-ps-am 994 995install-ps-am: 996 997installcheck-am: 998 999maintainer-clean: maintainer-clean-am 1000 -rm -f Makefile 1001maintainer-clean-am: distclean-am maintainer-clean-generic 1002 1003mostlyclean: mostlyclean-am 1004 1005mostlyclean-am: mostlyclean-generic mostlyclean-libtool 1006 1007pdf: pdf-am 1008 1009pdf-am: 1010 1011ps: ps-am 1012 1013ps-am: 1014 1015uninstall-am: uninstall-nobase_dist_x11localeDATA \ 1016 uninstall-nobase_x11localeDATA uninstall-x11localeDATA 1017 1018.MAKE: check-am install-am install-strip 1019 1020.PHONY: all all-am check check-TESTS check-am clean clean-generic \ 1021 clean-libtool cscopelist-am ctags-am distclean \ 1022 distclean-generic distclean-libtool distdir dvi dvi-am html \ 1023 html-am info info-am install install-am install-data \ 1024 install-data-am install-dvi install-dvi-am install-exec \ 1025 install-exec-am install-html install-html-am install-info \ 1026 install-info-am install-man install-nobase_dist_x11localeDATA \ 1027 install-nobase_x11localeDATA install-pdf install-pdf-am \ 1028 install-ps install-ps-am install-strip install-x11localeDATA \ 1029 installcheck installcheck-am installdirs maintainer-clean \ 1030 maintainer-clean-generic mostlyclean mostlyclean-generic \ 1031 mostlyclean-libtool pdf pdf-am ps ps-am recheck tags-am \ 1032 uninstall uninstall-am uninstall-nobase_dist_x11localeDATA \ 1033 uninstall-nobase_x11localeDATA uninstall-x11localeDATA 1034 1035.PRECIOUS: Makefile 1036 1037 1038.pre: 1039 @$(MKDIR_P) $(@D) 1040 $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@ 1041 1042# Global data files 1043 1044locale.alias: locale.alias.pre 1045 $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $(srcdir)/locale.alias.pre | $(CPP_SED_MAGIC) > locale.alias.l1 1046 $(C_SED) -e '/^[^#][^ ]*:/s/://' -e '/^[^#].*[ ].*:/d' \ 1047 < locale.alias.l1 > locale.alias.l2 1048 cat locale.alias.l2 locale.alias.l1 > locale.alias 1049 1050compose.dir: compose.dir.pre 1051 $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $(srcdir)/compose.dir.pre | $(CPP_SED_MAGIC) > compose.dir.l1 1052 $(C_SED) -e '/^[^#][^ ]*:/s/://' -e '/^[^#].*[ ].*:/d' \ 1053 < compose.dir.l1 > compose.dir.l2 1054 cat compose.dir.l2 compose.dir.l1 > compose.dir 1055 1056locale.dir: locale.dir.pre 1057 $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $(srcdir)/locale.dir.pre | $(CPP_SED_MAGIC) > locale.dir.l1 1058 $(C_SED) -e '/^[^#][^ ]*:/s/://' -e '/^[^#].*[ ].*:/d' \ 1059 < locale.dir.l1 > locale.dir.l2 1060 cat locale.dir.l2 locale.dir.l1 > locale.dir 1061 1062# Tell versions [3.59,3.63) of GNU make to not export all variables. 1063# Otherwise a system limit (for SysV at least) may be exceeded. 1064.NOEXPORT: 1065 1066# Tell GNU make to disable its built-in pattern rules. 1067%:: %,v 1068%:: RCS/%,v 1069%:: RCS/% 1070%:: s.% 1071%:: SCCS/s.% 1072