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