Makefile.in revision 2e9c7c8c
1# Makefile.in generated by automake 1.11 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# -*- Makefile -*- 19# Rules for generating files using the C pre-processor 20# (Replaces CppFileTarget from Imake) 21 22VPATH = @srcdir@ 23pkgdatadir = $(datadir)/@PACKAGE@ 24pkgincludedir = $(includedir)/@PACKAGE@ 25pkglibdir = $(libdir)/@PACKAGE@ 26pkglibexecdir = $(libexecdir)/@PACKAGE@ 27am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 28install_sh_DATA = $(install_sh) -c -m 644 29install_sh_PROGRAM = $(install_sh) -c 30install_sh_SCRIPT = $(install_sh) -c 31INSTALL_HEADER = $(INSTALL_DATA) 32transform = $(program_transform_name) 33NORMAL_INSTALL = : 34PRE_INSTALL = : 35POST_INSTALL = : 36NORMAL_UNINSTALL = : 37PRE_UNINSTALL = : 38POST_UNINSTALL = : 39build_triplet = @build@ 40host_triplet = @host@ 41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 42 $(top_srcdir)/cpprules.in 43subdir = nls 44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 45am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 46 $(top_srcdir)/configure.ac 47am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 48 $(ACLOCAL_M4) 49mkinstalldirs = $(install_sh) -d 50CONFIG_HEADER = $(top_builddir)/src/config.h \ 51 $(top_builddir)/include/X11/XlibConf.h 52CONFIG_CLEAN_FILES = 53CONFIG_CLEAN_VPATH_FILES = 54SOURCES = 55DIST_SOURCES = 56RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 57 html-recursive info-recursive install-data-recursive \ 58 install-dvi-recursive install-exec-recursive \ 59 install-html-recursive install-info-recursive \ 60 install-pdf-recursive install-ps-recursive install-recursive \ 61 installcheck-recursive installdirs-recursive pdf-recursive \ 62 ps-recursive uninstall-recursive 63am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 64am__vpath_adj = case $$p in \ 65 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 66 *) f=$$p;; \ 67 esac; 68am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 69am__install_max = 40 70am__nobase_strip_setup = \ 71 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 72am__nobase_strip = \ 73 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 74am__nobase_list = $(am__nobase_strip_setup); \ 75 for p in $$list; do echo "$$p $$p"; done | \ 76 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 77 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 78 if (++n[$$2] == $(am__install_max)) \ 79 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 80 END { for (dir in files) print dir, files[dir] }' 81am__base_list = \ 82 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 83 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 84am__installdirs = "$(DESTDIR)$(x11localedir)" 85DATA = $(x11locale_DATA) 86RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 87 distclean-recursive maintainer-clean-recursive 88AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 89 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 90 distdir 91ETAGS = etags 92CTAGS = ctags 93DIST_SUBDIRS = $(SUBDIRS) 94DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 95am__relativize = \ 96 dir0=`pwd`; \ 97 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 98 sed_rest='s,^[^/]*/*,,'; \ 99 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 100 sed_butlast='s,/*[^/]*$$,,'; \ 101 while test -n "$$dir1"; do \ 102 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 103 if test "$$first" != "."; then \ 104 if test "$$first" = ".."; then \ 105 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 106 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 107 else \ 108 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 109 if test "$$first2" = "$$first"; then \ 110 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 111 else \ 112 dir2="../$$dir2"; \ 113 fi; \ 114 dir0="$$dir0"/"$$first"; \ 115 fi; \ 116 fi; \ 117 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 118 done; \ 119 reldir="$$dir2" 120ACLOCAL = @ACLOCAL@ 121ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 122ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 123AMTAR = @AMTAR@ 124APP_MAN_DIR = @APP_MAN_DIR@ 125APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 126AR = @AR@ 127AUTOCONF = @AUTOCONF@ 128AUTOHEADER = @AUTOHEADER@ 129AUTOMAKE = @AUTOMAKE@ 130AWK = @AWK@ 131BIGFONT_CFLAGS = @BIGFONT_CFLAGS@ 132BIGFONT_LIBS = @BIGFONT_LIBS@ 133CC = @CC@ 134CCDEPMODE = @CCDEPMODE@ 135CC_FOR_BUILD = @CC_FOR_BUILD@ 136CFLAGS = @CFLAGS@ 137CHANGELOG_CMD = @CHANGELOG_CMD@ 138CPP = @CPP@ 139CPPFLAGS = @CPPFLAGS@ 140CWARNFLAGS = @CWARNFLAGS@ 141CYGPATH_W = @CYGPATH_W@ 142DEFS = @DEFS@ 143DEPDIR = @DEPDIR@ 144DOLT_BASH = @DOLT_BASH@ 145DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 146DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 147DSYMUTIL = @DSYMUTIL@ 148DUMPBIN = @DUMPBIN@ 149ECHO_C = @ECHO_C@ 150ECHO_N = @ECHO_N@ 151ECHO_T = @ECHO_T@ 152EGREP = @EGREP@ 153EXEEXT = @EXEEXT@ 154FGREP = @FGREP@ 155FILE_MAN_DIR = @FILE_MAN_DIR@ 156FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 157GREP = @GREP@ 158I18N_MODULE_LIBS = @I18N_MODULE_LIBS@ 159INSTALL = @INSTALL@ 160INSTALL_DATA = @INSTALL_DATA@ 161INSTALL_PROGRAM = @INSTALL_PROGRAM@ 162INSTALL_SCRIPT = @INSTALL_SCRIPT@ 163INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 164KEYSYMDEF = @KEYSYMDEF@ 165LAUNCHD = @LAUNCHD@ 166LD = @LD@ 167LDFLAGS = @LDFLAGS@ 168LIBOBJS = @LIBOBJS@ 169LIBS = @LIBS@ 170LIBTOOL = @LIBTOOL@ 171LIB_MAN_DIR = @LIB_MAN_DIR@ 172LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 173LINT = @LINT@ 174LINTLIB = @LINTLIB@ 175LINT_FLAGS = @LINT_FLAGS@ 176LIPO = @LIPO@ 177LN_S = @LN_S@ 178LTCOMPILE = @LTCOMPILE@ 179LTCXXCOMPILE = @LTCXXCOMPILE@ 180LTLIBOBJS = @LTLIBOBJS@ 181MAINT = @MAINT@ 182MAKEINFO = @MAKEINFO@ 183MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 184MISC_MAN_DIR = @MISC_MAN_DIR@ 185MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 186MKDIR_P = @MKDIR_P@ 187NM = @NM@ 188NMEDIT = @NMEDIT@ 189OBJDUMP = @OBJDUMP@ 190OBJEXT = @OBJEXT@ 191OTOOL = @OTOOL@ 192OTOOL64 = @OTOOL64@ 193PACKAGE = @PACKAGE@ 194PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 195PACKAGE_NAME = @PACKAGE_NAME@ 196PACKAGE_STRING = @PACKAGE_STRING@ 197PACKAGE_TARNAME = @PACKAGE_TARNAME@ 198PACKAGE_VERSION = @PACKAGE_VERSION@ 199PATH_SEPARATOR = @PATH_SEPARATOR@ 200PKG_CONFIG = @PKG_CONFIG@ 201RANLIB = @RANLIB@ 202RAWCPP = @RAWCPP@ 203RAWCPPFLAGS = @RAWCPPFLAGS@ 204SED = sed 205SET_MAKE = @SET_MAKE@ 206SHELL = @SHELL@ 207STRIP = @STRIP@ 208VERSION = @VERSION@ 209WCHAR32 = @WCHAR32@ 210X11_CFLAGS = @X11_CFLAGS@ 211X11_DATADIR = @X11_DATADIR@ 212X11_EXTRA_DEPS = @X11_EXTRA_DEPS@ 213X11_LIBDIR = @X11_LIBDIR@ 214X11_LIBS = @X11_LIBS@ 215X11_LOCALEDATADIR = @X11_LOCALEDATADIR@ 216X11_LOCALEDIR = @X11_LOCALEDIR@ 217X11_LOCALELIBDIR = @X11_LOCALELIBDIR@ 218XDMCP_CFLAGS = @XDMCP_CFLAGS@ 219XDMCP_LIBS = @XDMCP_LIBS@ 220XERRORDB = @XERRORDB@ 221XKBPROTO_CFLAGS = @XKBPROTO_CFLAGS@ 222XKBPROTO_LIBS = @XKBPROTO_LIBS@ 223XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@ 224XKEYSYMDB = @XKEYSYMDB@ 225XLOCALEDATADIR = @XLOCALEDATADIR@ 226XLOCALEDIR = @XLOCALEDIR@ 227XLOCALELIBDIR = @XLOCALELIBDIR@ 228XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 229XPROTO_CFLAGS = @XPROTO_CFLAGS@ 230XPROTO_LIBS = @XPROTO_LIBS@ 231XTHREADLIB = @XTHREADLIB@ 232XTHREAD_CFLAGS = @XTHREAD_CFLAGS@ 233XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 234abs_builddir = @abs_builddir@ 235abs_srcdir = @abs_srcdir@ 236abs_top_builddir = @abs_top_builddir@ 237abs_top_srcdir = @abs_top_srcdir@ 238ac_ct_CC = @ac_ct_CC@ 239ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 240am__include = @am__include@ 241am__leading_dot = @am__leading_dot@ 242am__quote = @am__quote@ 243am__tar = @am__tar@ 244am__untar = @am__untar@ 245bindir = @bindir@ 246build = @build@ 247build_alias = @build_alias@ 248build_cpu = @build_cpu@ 249build_os = @build_os@ 250build_vendor = @build_vendor@ 251builddir = @builddir@ 252datadir = @datadir@ 253datarootdir = @datarootdir@ 254distcleancheck_listfiles = @distcleancheck_listfiles@ 255docdir = @docdir@ 256dvidir = @dvidir@ 257exec_prefix = @exec_prefix@ 258host = @host@ 259host_alias = @host_alias@ 260host_cpu = @host_cpu@ 261host_os = @host_os@ 262host_vendor = @host_vendor@ 263htmldir = @htmldir@ 264includedir = @includedir@ 265infodir = @infodir@ 266install_sh = @install_sh@ 267libdir = @libdir@ 268libexecdir = @libexecdir@ 269localedir = @localedir@ 270localstatedir = @localstatedir@ 271lt_ECHO = @lt_ECHO@ 272mandir = @mandir@ 273mkdir_p = @mkdir_p@ 274oldincludedir = @oldincludedir@ 275pdfdir = @pdfdir@ 276prefix = @prefix@ 277program_transform_name = @program_transform_name@ 278psdir = @psdir@ 279sbindir = @sbindir@ 280sharedstatedir = @sharedstatedir@ 281srcdir = @srcdir@ 282sysconfdir = @sysconfdir@ 283target_alias = @target_alias@ 284top_build_prefix = @top_build_prefix@ 285top_builddir = @top_builddir@ 286top_srcdir = @top_srcdir@ 287x11localedir = $(X11_LOCALEDATADIR) 288EXTRA_DIST = locale.alias.pre compose.dir.pre locale.dir.pre 289x11locale_DATA = locale.alias locale.dir compose.dir 290CLEANFILES = \ 291 locale.alias locale.alias.l1 locale.alias.l2 \ 292 compose.dir compose.dir.l1 compose.dir.l2 \ 293 locale.dir locale.dir.l1 locale.dir.l2 \ 294 XLC_LOCALE 295 296SUBDIRS = \ 297 am_ET.UTF-8 \ 298 armscii-8 \ 299 C \ 300 el_GR.UTF-8 \ 301 en_US.UTF-8 \ 302 fi_FI.UTF-8 \ 303 georgian-academy \ 304 georgian-ps \ 305 ibm-cp1133 \ 306 iscii-dev \ 307 isiri-3342 \ 308 iso8859-1 \ 309 iso8859-10 \ 310 iso8859-11 \ 311 iso8859-13 \ 312 iso8859-14 \ 313 iso8859-15 \ 314 iso8859-2 \ 315 iso8859-3 \ 316 iso8859-4 \ 317 iso8859-5 \ 318 iso8859-6 \ 319 iso8859-7 \ 320 iso8859-8 \ 321 iso8859-9 \ 322 iso8859-9e \ 323 ja \ 324 ja.JIS \ 325 ja_JP.UTF-8 \ 326 ja.S90 \ 327 ja.SJIS \ 328 ja.U90 \ 329 ko \ 330 koi8-c \ 331 koi8-r \ 332 koi8-u \ 333 ko_KR.UTF-8 \ 334 microsoft-cp1251 \ 335 microsoft-cp1255 \ 336 microsoft-cp1256 \ 337 mulelao-1 \ 338 nokhchi-1 \ 339 pt_BR.UTF-8 \ 340 ru_RU.UTF-8 \ 341 tatar-cyr \ 342 th_TH \ 343 th_TH.UTF-8 \ 344 tscii-0 \ 345 vi_VN.tcvn \ 346 vi_VN.viscii \ 347 zh_CN \ 348 zh_CN.gb18030 \ 349 zh_CN.gbk \ 350 zh_CN.UTF-8 \ 351 zh_HK.big5 \ 352 zh_HK.big5hkscs \ 353 zh_HK.UTF-8 \ 354 zh_TW \ 355 zh_TW.big5 \ 356 zh_TW.UTF-8 357 358SUFFIXES = .pre 359WCHAR32_FLAGS = -DWCHAR32=@WCHAR32@ 360CPP_FILES_FLAGS = $(WCHAR32_FLAGS) 361 362# Translate XCOMM into pound sign with sed, rather than passing -DXCOMM=XCOMM 363# to cpp, because that trick does not work on all ANSI C preprocessors. 364# Delete line numbers from the cpp output (-P is not portable, I guess). 365# Allow XCOMM to be preceded by whitespace and provide a means of generating 366# output lines with trailing backslashes. 367# Allow XHASH to always be substituted, even in cases where XCOMM isn't. 368CPP_SED_MAGIC = $(SED) -e '/^\# *[0-9][0-9]* *.*$$/d' \ 369 -e '/^\#line *[0-9][0-9]* *.*$$/d' \ 370 -e '/^[ ]*XCOMM$$/s/XCOMM/\#/' \ 371 -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/\#/' \ 372 -e '/^[ ]*XHASH/s/XHASH/\#/' \ 373 -e 's,X11_LOCALEDATADIR,$(X11_LOCALEDATADIR),g' \ 374 -e '/\@\@$$/s/\@\@$$/\\/' 375 376all: all-recursive 377 378.SUFFIXES: 379.SUFFIXES: .pre 380$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/cpprules.in $(am__configure_deps) 381 @for dep in $?; do \ 382 case '$(am__configure_deps)' in \ 383 *$$dep*) \ 384 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 385 && { if test -f $@; then exit 0; else break; fi; }; \ 386 exit 1;; \ 387 esac; \ 388 done; \ 389 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign nls/Makefile'; \ 390 $(am__cd) $(top_srcdir) && \ 391 $(AUTOMAKE) --foreign nls/Makefile 392.PRECIOUS: Makefile 393Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 394 @case '$?' in \ 395 *config.status*) \ 396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 397 *) \ 398 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 399 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 400 esac; 401 402$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 403 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 404 405$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 406 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 407$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 409$(am__aclocal_m4_deps): 410 411mostlyclean-libtool: 412 -rm -f *.lo 413 414clean-libtool: 415 -rm -rf .libs _libs 416install-x11localeDATA: $(x11locale_DATA) 417 @$(NORMAL_INSTALL) 418 test -z "$(x11localedir)" || $(MKDIR_P) "$(DESTDIR)$(x11localedir)" 419 @list='$(x11locale_DATA)'; test -n "$(x11localedir)" || list=; \ 420 for p in $$list; do \ 421 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 422 echo "$$d$$p"; \ 423 done | $(am__base_list) | \ 424 while read files; do \ 425 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(x11localedir)'"; \ 426 $(INSTALL_DATA) $$files "$(DESTDIR)$(x11localedir)" || exit $$?; \ 427 done 428 429uninstall-x11localeDATA: 430 @$(NORMAL_UNINSTALL) 431 @list='$(x11locale_DATA)'; test -n "$(x11localedir)" || list=; \ 432 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 433 test -n "$$files" || exit 0; \ 434 echo " ( cd '$(DESTDIR)$(x11localedir)' && rm -f" $$files ")"; \ 435 cd "$(DESTDIR)$(x11localedir)" && rm -f $$files 436 437# This directory's subdirectories are mostly independent; you can cd 438# into them and run `make' without going through this Makefile. 439# To change the values of `make' variables: instead of editing Makefiles, 440# (1) if the variable is set in `config.status', edit `config.status' 441# (which will cause the Makefiles to be regenerated when you run `make'); 442# (2) otherwise, pass the desired values on the `make' command line. 443$(RECURSIVE_TARGETS): 444 @failcom='exit 1'; \ 445 for f in x $$MAKEFLAGS; do \ 446 case $$f in \ 447 *=* | --[!k]*);; \ 448 *k*) failcom='fail=yes';; \ 449 esac; \ 450 done; \ 451 dot_seen=no; \ 452 target=`echo $@ | sed s/-recursive//`; \ 453 list='$(SUBDIRS)'; for subdir in $$list; do \ 454 echo "Making $$target in $$subdir"; \ 455 if test "$$subdir" = "."; then \ 456 dot_seen=yes; \ 457 local_target="$$target-am"; \ 458 else \ 459 local_target="$$target"; \ 460 fi; \ 461 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 462 || eval $$failcom; \ 463 done; \ 464 if test "$$dot_seen" = "no"; then \ 465 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 466 fi; test -z "$$fail" 467 468$(RECURSIVE_CLEAN_TARGETS): 469 @failcom='exit 1'; \ 470 for f in x $$MAKEFLAGS; do \ 471 case $$f in \ 472 *=* | --[!k]*);; \ 473 *k*) failcom='fail=yes';; \ 474 esac; \ 475 done; \ 476 dot_seen=no; \ 477 case "$@" in \ 478 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 479 *) list='$(SUBDIRS)' ;; \ 480 esac; \ 481 rev=''; for subdir in $$list; do \ 482 if test "$$subdir" = "."; then :; else \ 483 rev="$$subdir $$rev"; \ 484 fi; \ 485 done; \ 486 rev="$$rev ."; \ 487 target=`echo $@ | sed s/-recursive//`; \ 488 for subdir in $$rev; do \ 489 echo "Making $$target in $$subdir"; \ 490 if test "$$subdir" = "."; then \ 491 local_target="$$target-am"; \ 492 else \ 493 local_target="$$target"; \ 494 fi; \ 495 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 496 || eval $$failcom; \ 497 done && test -z "$$fail" 498tags-recursive: 499 list='$(SUBDIRS)'; for subdir in $$list; do \ 500 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 501 done 502ctags-recursive: 503 list='$(SUBDIRS)'; for subdir in $$list; do \ 504 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 505 done 506 507ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 508 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 509 unique=`for i in $$list; do \ 510 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 511 done | \ 512 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 513 END { if (nonempty) { for (i in files) print i; }; }'`; \ 514 mkid -fID $$unique 515tags: TAGS 516 517TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 518 $(TAGS_FILES) $(LISP) 519 set x; \ 520 here=`pwd`; \ 521 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 522 include_option=--etags-include; \ 523 empty_fix=.; \ 524 else \ 525 include_option=--include; \ 526 empty_fix=; \ 527 fi; \ 528 list='$(SUBDIRS)'; for subdir in $$list; do \ 529 if test "$$subdir" = .; then :; else \ 530 test ! -f $$subdir/TAGS || \ 531 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 532 fi; \ 533 done; \ 534 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 535 unique=`for i in $$list; do \ 536 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 537 done | \ 538 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 539 END { if (nonempty) { for (i in files) print i; }; }'`; \ 540 shift; \ 541 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 542 test -n "$$unique" || unique=$$empty_fix; \ 543 if test $$# -gt 0; then \ 544 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 545 "$$@" $$unique; \ 546 else \ 547 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 548 $$unique; \ 549 fi; \ 550 fi 551ctags: CTAGS 552CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 553 $(TAGS_FILES) $(LISP) 554 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 555 unique=`for i in $$list; do \ 556 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 557 done | \ 558 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 559 END { if (nonempty) { for (i in files) print i; }; }'`; \ 560 test -z "$(CTAGS_ARGS)$$unique" \ 561 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 562 $$unique 563 564GTAGS: 565 here=`$(am__cd) $(top_builddir) && pwd` \ 566 && $(am__cd) $(top_srcdir) \ 567 && gtags -i $(GTAGS_ARGS) "$$here" 568 569distclean-tags: 570 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 571 572distdir: $(DISTFILES) 573 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 574 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 575 list='$(DISTFILES)'; \ 576 dist_files=`for file in $$list; do echo $$file; done | \ 577 sed -e "s|^$$srcdirstrip/||;t" \ 578 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 579 case $$dist_files in \ 580 */*) $(MKDIR_P) `echo "$$dist_files" | \ 581 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 582 sort -u` ;; \ 583 esac; \ 584 for file in $$dist_files; do \ 585 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 586 if test -d $$d/$$file; then \ 587 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 588 if test -d "$(distdir)/$$file"; then \ 589 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 590 fi; \ 591 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 592 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 593 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 594 fi; \ 595 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 596 else \ 597 test -f "$(distdir)/$$file" \ 598 || cp -p $$d/$$file "$(distdir)/$$file" \ 599 || exit 1; \ 600 fi; \ 601 done 602 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 603 if test "$$subdir" = .; then :; else \ 604 test -d "$(distdir)/$$subdir" \ 605 || $(MKDIR_P) "$(distdir)/$$subdir" \ 606 || exit 1; \ 607 fi; \ 608 done 609 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 610 if test "$$subdir" = .; then :; else \ 611 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 612 $(am__relativize); \ 613 new_distdir=$$reldir; \ 614 dir1=$$subdir; dir2="$(top_distdir)"; \ 615 $(am__relativize); \ 616 new_top_distdir=$$reldir; \ 617 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 618 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 619 ($(am__cd) $$subdir && \ 620 $(MAKE) $(AM_MAKEFLAGS) \ 621 top_distdir="$$new_top_distdir" \ 622 distdir="$$new_distdir" \ 623 am__remove_distdir=: \ 624 am__skip_length_check=: \ 625 am__skip_mode_fix=: \ 626 distdir) \ 627 || exit 1; \ 628 fi; \ 629 done 630check-am: all-am 631check: check-recursive 632all-am: Makefile $(DATA) 633installdirs: installdirs-recursive 634installdirs-am: 635 for dir in "$(DESTDIR)$(x11localedir)"; do \ 636 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 637 done 638install: install-recursive 639install-exec: install-exec-recursive 640install-data: install-data-recursive 641uninstall: uninstall-recursive 642 643install-am: all-am 644 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 645 646installcheck: installcheck-recursive 647install-strip: 648 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 649 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 650 `test -z '$(STRIP)' || \ 651 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 652mostlyclean-generic: 653 654clean-generic: 655 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 656 657distclean-generic: 658 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 659 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 660 661maintainer-clean-generic: 662 @echo "This command is intended for maintainers to use" 663 @echo "it deletes files that may require special tools to rebuild." 664clean: clean-recursive 665 666clean-am: clean-generic clean-libtool mostlyclean-am 667 668distclean: distclean-recursive 669 -rm -f Makefile 670distclean-am: clean-am distclean-generic distclean-tags 671 672dvi: dvi-recursive 673 674dvi-am: 675 676html: html-recursive 677 678html-am: 679 680info: info-recursive 681 682info-am: 683 684install-data-am: install-x11localeDATA 685 686install-dvi: install-dvi-recursive 687 688install-dvi-am: 689 690install-exec-am: 691 692install-html: install-html-recursive 693 694install-html-am: 695 696install-info: install-info-recursive 697 698install-info-am: 699 700install-man: 701 702install-pdf: install-pdf-recursive 703 704install-pdf-am: 705 706install-ps: install-ps-recursive 707 708install-ps-am: 709 710installcheck-am: 711 712maintainer-clean: maintainer-clean-recursive 713 -rm -f Makefile 714maintainer-clean-am: distclean-am maintainer-clean-generic 715 716mostlyclean: mostlyclean-recursive 717 718mostlyclean-am: mostlyclean-generic mostlyclean-libtool 719 720pdf: pdf-recursive 721 722pdf-am: 723 724ps: ps-recursive 725 726ps-am: 727 728uninstall-am: uninstall-x11localeDATA 729 730.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ 731 install-am install-strip tags-recursive 732 733.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 734 all all-am check check-am clean clean-generic clean-libtool \ 735 ctags ctags-recursive distclean distclean-generic \ 736 distclean-libtool distclean-tags distdir dvi dvi-am html \ 737 html-am info info-am install install-am install-data \ 738 install-data-am install-dvi install-dvi-am install-exec \ 739 install-exec-am install-html install-html-am install-info \ 740 install-info-am install-man install-pdf install-pdf-am \ 741 install-ps install-ps-am install-strip install-x11localeDATA \ 742 installcheck installcheck-am installdirs installdirs-am \ 743 maintainer-clean maintainer-clean-generic mostlyclean \ 744 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 745 tags tags-recursive uninstall uninstall-am \ 746 uninstall-x11localeDATA 747 748 749.pre: 750 $(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@ 751 752locale.alias: locale.alias.pre 753 $(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $(srcdir)/locale.alias.pre | $(CPP_SED_MAGIC) > locale.alias.l1 754 sed -e '/^[^#][^ ]*:/s/://' -e '/^[^#].*[ ].*:/d' \ 755 < locale.alias.l1 > locale.alias.l2 756 cat locale.alias.l2 locale.alias.l1 > locale.alias 757 758compose.dir: compose.dir.pre 759 $(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $(srcdir)/compose.dir.pre | $(CPP_SED_MAGIC) > compose.dir.l1 760 sed -e '/^[^#][^ ]*:/s/://' -e '/^[^#].*[ ].*:/d' \ 761 < compose.dir.l1 > compose.dir.l2 762 cat compose.dir.l2 compose.dir.l1 > compose.dir 763 764locale.dir: locale.dir.pre 765 $(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $(srcdir)/locale.dir.pre | $(CPP_SED_MAGIC) > locale.dir.l1 766 sed -e '/^[^#][^ ]*:/s/://' -e '/^[^#].*[ ].*:/d' \ 767 < locale.dir.l1 > locale.dir.l2 768 cat locale.dir.l2 locale.dir.l1 > locale.dir 769 770# Tell versions [3.59,3.63) of GNU make to not export all variables. 771# Otherwise a system limit (for SysV at least) may be exceeded. 772.NOEXPORT: 773