Makefile.in revision d4a3aaf4
1# Makefile.in generated by automake 1.16.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2020 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 17VPATH = @srcdir@ 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 -*O?*) strip_trailopt 'O';; \ 61 -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 -*l?*) strip_trailopt 'l';; \ 63 -[dEDm]) skip_next=yes;; \ 64 -[JT]) skip_next=yes;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73pkgdatadir = $(datadir)/@PACKAGE@ 74pkgincludedir = $(includedir)/@PACKAGE@ 75pkglibdir = $(libdir)/@PACKAGE@ 76pkglibexecdir = $(libexecdir)/@PACKAGE@ 77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78install_sh_DATA = $(install_sh) -c -m 644 79install_sh_PROGRAM = $(install_sh) -c 80install_sh_SCRIPT = $(install_sh) -c 81INSTALL_HEADER = $(INSTALL_DATA) 82transform = $(program_transform_name) 83NORMAL_INSTALL = : 84PRE_INSTALL = : 85POST_INSTALL = : 86NORMAL_UNINSTALL = : 87PRE_UNINSTALL = : 88POST_UNINSTALL = : 89build_triplet = @build@ 90host_triplet = @host@ 91subdir = modules/lc/gen 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \ 94 $(top_srcdir)/m4/ax_gcc_builtin.m4 $(top_srcdir)/m4/libtool.m4 \ 95 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 96 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 97 $(top_srcdir)/configure.ac 98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 99 $(ACLOCAL_M4) 100DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 101mkinstalldirs = $(install_sh) -d 102CONFIG_HEADER = $(top_builddir)/src/config.h \ 103 $(top_builddir)/include/X11/XlibConf.h 104CONFIG_CLEAN_FILES = 105CONFIG_CLEAN_VPATH_FILES = 106am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 107am__vpath_adj = case $$p in \ 108 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 109 *) f=$$p;; \ 110 esac; 111am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 112am__install_max = 40 113am__nobase_strip_setup = \ 114 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 115am__nobase_strip = \ 116 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 117am__nobase_list = $(am__nobase_strip_setup); \ 118 for p in $$list; do echo "$$p $$p"; done | \ 119 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 120 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 121 if (++n[$$2] == $(am__install_max)) \ 122 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 123 END { for (dir in files) print dir, files[dir] }' 124am__base_list = \ 125 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 126 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 127am__uninstall_files_from_dir = { \ 128 test -z "$$files" \ 129 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 130 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 131 $(am__cd) "$$dir" && rm -f $$files; }; \ 132 } 133am__installdirs = "$(DESTDIR)$(commonlibdir)" 134LTLIBRARIES = $(commonlib_LTLIBRARIES) $(noinst_LTLIBRARIES) 135libxlibi18n_la_LIBADD = 136am__objects_1 = lcGenConv.lo 137am_libxlibi18n_la_OBJECTS = $(am__objects_1) 138libxlibi18n_la_OBJECTS = $(am_libxlibi18n_la_OBJECTS) 139AM_V_lt = $(am__v_lt_@AM_V@) 140am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 141am__v_lt_0 = --silent 142am__v_lt_1 = 143@XLIB_LOADABLE_I18N_FALSE@am_libxlibi18n_la_rpath = 144am__DEPENDENCIES_1 = 145@XLIB_LOADABLE_I18N_TRUE@xlibi18n_la_DEPENDENCIES = \ 146@XLIB_LOADABLE_I18N_TRUE@ $(am__DEPENDENCIES_1) 147am_xlibi18n_la_OBJECTS = lcGenConv.lo 148xlibi18n_la_OBJECTS = $(am_xlibi18n_la_OBJECTS) 149xlibi18n_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 150 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 151 $(xlibi18n_la_LDFLAGS) $(LDFLAGS) -o $@ 152@XLIB_LOADABLE_I18N_TRUE@am_xlibi18n_la_rpath = -rpath $(commonlibdir) 153AM_V_P = $(am__v_P_@AM_V@) 154am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 155am__v_P_0 = false 156am__v_P_1 = : 157AM_V_GEN = $(am__v_GEN_@AM_V@) 158am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 159am__v_GEN_0 = @echo " GEN " $@; 160am__v_GEN_1 = 161AM_V_at = $(am__v_at_@AM_V@) 162am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 163am__v_at_0 = @ 164am__v_at_1 = 165DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src -I$(top_builddir)/include/X11 166depcomp = $(SHELL) $(top_srcdir)/depcomp 167am__maybe_remake_depfiles = depfiles 168am__depfiles_remade = ./$(DEPDIR)/lcGenConv.Plo 169am__mv = mv -f 170COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 171 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 172LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 173 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 174 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 175 $(AM_CFLAGS) $(CFLAGS) 176AM_V_CC = $(am__v_CC_@AM_V@) 177am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 178am__v_CC_0 = @echo " CC " $@; 179am__v_CC_1 = 180CCLD = $(CC) 181LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 182 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 183 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 184AM_V_CCLD = $(am__v_CCLD_@AM_V@) 185am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 186am__v_CCLD_0 = @echo " CCLD " $@; 187am__v_CCLD_1 = 188SOURCES = $(libxlibi18n_la_SOURCES) $(xlibi18n_la_SOURCES) 189DIST_SOURCES = $(libxlibi18n_la_SOURCES) $(xlibi18n_la_SOURCES) 190am__can_run_installinfo = \ 191 case $$AM_UPDATE_INFO_DIR in \ 192 n|no|NO) false;; \ 193 *) (install-info --version) >/dev/null 2>&1;; \ 194 esac 195am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 196# Read a list of newline-separated strings from the standard input, 197# and print each of them once, without duplicates. Input order is 198# *not* preserved. 199am__uniquify_input = $(AWK) '\ 200 BEGIN { nonempty = 0; } \ 201 { items[$$0] = 1; nonempty = 1; } \ 202 END { if (nonempty) { for (i in items) print i; }; } \ 203' 204# Make sure the list of sources is unique. This is necessary because, 205# e.g., the same source file might be shared among _SOURCES variables 206# for different programs/libraries. 207am__define_uniq_tagged_files = \ 208 list='$(am__tagged_files)'; \ 209 unique=`for i in $$list; do \ 210 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 211 done | $(am__uniquify_input)` 212ETAGS = etags 213CTAGS = ctags 214am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 215DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 216ACLOCAL = @ACLOCAL@ 217ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 218ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 219AMTAR = @AMTAR@ 220AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 221APP_MAN_DIR = @APP_MAN_DIR@ 222APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 223AR = @AR@ 224AUTOCONF = @AUTOCONF@ 225AUTOHEADER = @AUTOHEADER@ 226AUTOMAKE = @AUTOMAKE@ 227AWK = @AWK@ 228BASE_CFLAGS = @BASE_CFLAGS@ 229BIGFONT_CFLAGS = @BIGFONT_CFLAGS@ 230BIGFONT_LIBS = @BIGFONT_LIBS@ 231CC = @CC@ 232CCDEPMODE = @CCDEPMODE@ 233CC_FOR_BUILD = @CC_FOR_BUILD@ 234CFLAGS = @CFLAGS@ 235CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ 236CHANGELOG_CMD = @CHANGELOG_CMD@ 237CPP = @CPP@ 238CPPFLAGS = @CPPFLAGS@ 239CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ 240CWARNFLAGS = @CWARNFLAGS@ 241CYGPATH_W = @CYGPATH_W@ 242DEFS = @DEFS@ 243DEPDIR = @DEPDIR@ 244DLLTOOL = @DLLTOOL@ 245DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 246DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 247DSYMUTIL = @DSYMUTIL@ 248DUMPBIN = @DUMPBIN@ 249ECHO_C = @ECHO_C@ 250ECHO_N = @ECHO_N@ 251ECHO_T = @ECHO_T@ 252EGREP = @EGREP@ 253EXEEXT = @EXEEXT@ 254EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 255FGREP = @FGREP@ 256FILE_MAN_DIR = @FILE_MAN_DIR@ 257FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 258FOP = @FOP@ 259GREP = @GREP@ 260I18N_MODULE_LIBS = @I18N_MODULE_LIBS@ 261INSTALL = @INSTALL@ 262INSTALL_CMD = @INSTALL_CMD@ 263INSTALL_DATA = @INSTALL_DATA@ 264INSTALL_PROGRAM = @INSTALL_PROGRAM@ 265INSTALL_SCRIPT = @INSTALL_SCRIPT@ 266INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 267KEYSYMDEFS = @KEYSYMDEFS@ 268LAUNCHD = @LAUNCHD@ 269LD = @LD@ 270LDFLAGS = @LDFLAGS@ 271LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ 272LIBOBJS = @LIBOBJS@ 273LIBS = @LIBS@ 274LIBTOOL = @LIBTOOL@ 275LIB_MAN_DIR = @LIB_MAN_DIR@ 276LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 277LINT = @LINT@ 278LINTLIB = @LINTLIB@ 279LINT_FLAGS = @LINT_FLAGS@ 280LIPO = @LIPO@ 281LN_S = @LN_S@ 282LTLIBOBJS = @LTLIBOBJS@ 283LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 284MAKEINFO = @MAKEINFO@ 285MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 286MANIFEST_TOOL = @MANIFEST_TOOL@ 287MAN_SUBSTS = @MAN_SUBSTS@ 288MISC_MAN_DIR = @MISC_MAN_DIR@ 289MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 290MKDIR_P = @MKDIR_P@ 291NM = @NM@ 292NMEDIT = @NMEDIT@ 293OBJDUMP = @OBJDUMP@ 294OBJEXT = @OBJEXT@ 295OTOOL = @OTOOL@ 296OTOOL64 = @OTOOL64@ 297PACKAGE = @PACKAGE@ 298PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 299PACKAGE_NAME = @PACKAGE_NAME@ 300PACKAGE_STRING = @PACKAGE_STRING@ 301PACKAGE_TARNAME = @PACKAGE_TARNAME@ 302PACKAGE_URL = @PACKAGE_URL@ 303PACKAGE_VERSION = @PACKAGE_VERSION@ 304PATH_SEPARATOR = @PATH_SEPARATOR@ 305PERL = @PERL@ 306PKG_CONFIG = @PKG_CONFIG@ 307PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 308PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 309RANLIB = @RANLIB@ 310RAWCPP = @RAWCPP@ 311RAWCPPFLAGS = @RAWCPPFLAGS@ 312SED = @SED@ 313SET_MAKE = @SET_MAKE@ 314SHELL = @SHELL@ 315STRICT_CFLAGS = @STRICT_CFLAGS@ 316STRIP = @STRIP@ 317STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 318TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ 319VERSION = @VERSION@ 320WCHAR32 = @WCHAR32@ 321X11_CFLAGS = @X11_CFLAGS@ 322X11_DATADIR = @X11_DATADIR@ 323X11_EXTRA_DEPS = @X11_EXTRA_DEPS@ 324X11_LIBDIR = @X11_LIBDIR@ 325X11_LIBS = @X11_LIBS@ 326X11_LOCALEDATADIR = @X11_LOCALEDATADIR@ 327X11_LOCALEDIR = @X11_LOCALEDIR@ 328X11_LOCALELIBDIR = @X11_LOCALELIBDIR@ 329XERRORDB = @XERRORDB@ 330XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@ 331XKEYSYMDB = @XKEYSYMDB@ 332XLOCALEDATADIR = @XLOCALEDATADIR@ 333XLOCALEDIR = @XLOCALEDIR@ 334XLOCALELIBDIR = @XLOCALELIBDIR@ 335XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 336XMLTO = @XMLTO@ 337XORG_MAN_PAGE = @XORG_MAN_PAGE@ 338XORG_SGML_PATH = @XORG_SGML_PATH@ 339XSLTPROC = @XSLTPROC@ 340XSL_STYLESHEET = @XSL_STYLESHEET@ 341XTHREADLIB = @XTHREADLIB@ 342XTHREAD_CFLAGS = @XTHREAD_CFLAGS@ 343XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 344abs_builddir = @abs_builddir@ 345abs_srcdir = @abs_srcdir@ 346abs_top_builddir = @abs_top_builddir@ 347abs_top_srcdir = @abs_top_srcdir@ 348ac_ct_AR = @ac_ct_AR@ 349ac_ct_CC = @ac_ct_CC@ 350ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 351am__include = @am__include@ 352am__leading_dot = @am__leading_dot@ 353am__quote = @am__quote@ 354am__tar = @am__tar@ 355am__untar = @am__untar@ 356bindir = @bindir@ 357build = @build@ 358build_alias = @build_alias@ 359build_cpu = @build_cpu@ 360build_os = @build_os@ 361build_vendor = @build_vendor@ 362builddir = @builddir@ 363datadir = @datadir@ 364datarootdir = @datarootdir@ 365docdir = @docdir@ 366dvidir = @dvidir@ 367exec_prefix = @exec_prefix@ 368host = @host@ 369host_alias = @host_alias@ 370host_cpu = @host_cpu@ 371host_os = @host_os@ 372host_vendor = @host_vendor@ 373htmldir = @htmldir@ 374includedir = @includedir@ 375infodir = @infodir@ 376install_sh = @install_sh@ 377libdir = @libdir@ 378libexecdir = @libexecdir@ 379localedir = @localedir@ 380locales = @locales@ 381localstatedir = @localstatedir@ 382mandir = @mandir@ 383mkdir_p = @mkdir_p@ 384oldincludedir = @oldincludedir@ 385pdfdir = @pdfdir@ 386prefix = @prefix@ 387program_transform_name = @program_transform_name@ 388psdir = @psdir@ 389runstatedir = @runstatedir@ 390sbindir = @sbindir@ 391sharedstatedir = @sharedstatedir@ 392srcdir = @srcdir@ 393sysconfdir = @sysconfdir@ 394target_alias = @target_alias@ 395top_build_prefix = @top_build_prefix@ 396top_builddir = @top_builddir@ 397top_srcdir = @top_srcdir@ 398AM_CPPFLAGS = \ 399 -I$(top_srcdir)/include \ 400 -I$(top_srcdir)/include/X11 \ 401 -I$(top_builddir)/include \ 402 -I$(top_builddir)/include/X11 \ 403 -I$(top_srcdir)/src/xcms \ 404 -I$(top_srcdir)/src/xkb \ 405 -I$(top_srcdir)/src/xlibi18n \ 406 -D_BSD_SOURCE 407 408AM_CFLAGS = \ 409 $(X11_CFLAGS) \ 410 $(BIGFONT_CFLAGS) \ 411 $(CWARNFLAGS) 412 413@XLIB_LOADABLE_I18N_TRUE@commonlibdir = $(X11_LOCALELIBDIR)/common 414@XLIB_LOADABLE_I18N_TRUE@commonlib_LTLIBRARIES = xlibi18n.la 415@XLIB_LOADABLE_I18N_TRUE@xlibi18n_la_LDFLAGS = -module -version-number 2:0:0 416@XLIB_LOADABLE_I18N_TRUE@xlibi18n_la_LIBADD = $(I18N_MODULE_LIBS) 417@XLIB_LOADABLE_I18N_FALSE@noinst_LTLIBRARIES = libxlibi18n.la 418xlibi18n_la_SOURCES = \ 419 lcGenConv.c 420 421libxlibi18n_la_SOURCES = $(xlibi18n_la_SOURCES) 422all: all-am 423 424.SUFFIXES: 425.SUFFIXES: .c .lo .o .obj 426$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 427 @for dep in $?; do \ 428 case '$(am__configure_deps)' in \ 429 *$$dep*) \ 430 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 431 && { if test -f $@; then exit 0; else break; fi; }; \ 432 exit 1;; \ 433 esac; \ 434 done; \ 435 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/lc/gen/Makefile'; \ 436 $(am__cd) $(top_srcdir) && \ 437 $(AUTOMAKE) --foreign modules/lc/gen/Makefile 438Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 439 @case '$?' in \ 440 *config.status*) \ 441 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 442 *) \ 443 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 444 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 445 esac; 446 447$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 448 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 449 450$(top_srcdir)/configure: $(am__configure_deps) 451 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 452$(ACLOCAL_M4): $(am__aclocal_m4_deps) 453 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 454$(am__aclocal_m4_deps): 455 456install-commonlibLTLIBRARIES: $(commonlib_LTLIBRARIES) 457 @$(NORMAL_INSTALL) 458 @list='$(commonlib_LTLIBRARIES)'; test -n "$(commonlibdir)" || list=; \ 459 list2=; for p in $$list; do \ 460 if test -f $$p; then \ 461 list2="$$list2 $$p"; \ 462 else :; fi; \ 463 done; \ 464 test -z "$$list2" || { \ 465 echo " $(MKDIR_P) '$(DESTDIR)$(commonlibdir)'"; \ 466 $(MKDIR_P) "$(DESTDIR)$(commonlibdir)" || exit 1; \ 467 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(commonlibdir)'"; \ 468 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(commonlibdir)"; \ 469 } 470 471uninstall-commonlibLTLIBRARIES: 472 @$(NORMAL_UNINSTALL) 473 @list='$(commonlib_LTLIBRARIES)'; test -n "$(commonlibdir)" || list=; \ 474 for p in $$list; do \ 475 $(am__strip_dir) \ 476 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(commonlibdir)/$$f'"; \ 477 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(commonlibdir)/$$f"; \ 478 done 479 480clean-commonlibLTLIBRARIES: 481 -test -z "$(commonlib_LTLIBRARIES)" || rm -f $(commonlib_LTLIBRARIES) 482 @list='$(commonlib_LTLIBRARIES)'; \ 483 locs=`for p in $$list; do echo $$p; done | \ 484 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 485 sort -u`; \ 486 test -z "$$locs" || { \ 487 echo rm -f $${locs}; \ 488 rm -f $${locs}; \ 489 } 490 491clean-noinstLTLIBRARIES: 492 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 493 @list='$(noinst_LTLIBRARIES)'; \ 494 locs=`for p in $$list; do echo $$p; done | \ 495 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 496 sort -u`; \ 497 test -z "$$locs" || { \ 498 echo rm -f $${locs}; \ 499 rm -f $${locs}; \ 500 } 501 502libxlibi18n.la: $(libxlibi18n_la_OBJECTS) $(libxlibi18n_la_DEPENDENCIES) $(EXTRA_libxlibi18n_la_DEPENDENCIES) 503 $(AM_V_CCLD)$(LINK) $(am_libxlibi18n_la_rpath) $(libxlibi18n_la_OBJECTS) $(libxlibi18n_la_LIBADD) $(LIBS) 504 505xlibi18n.la: $(xlibi18n_la_OBJECTS) $(xlibi18n_la_DEPENDENCIES) $(EXTRA_xlibi18n_la_DEPENDENCIES) 506 $(AM_V_CCLD)$(xlibi18n_la_LINK) $(am_xlibi18n_la_rpath) $(xlibi18n_la_OBJECTS) $(xlibi18n_la_LIBADD) $(LIBS) 507 508mostlyclean-compile: 509 -rm -f *.$(OBJEXT) 510 511distclean-compile: 512 -rm -f *.tab.c 513 514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcGenConv.Plo@am__quote@ # am--include-marker 515 516$(am__depfiles_remade): 517 @$(MKDIR_P) $(@D) 518 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 519 520am--depfiles: $(am__depfiles_remade) 521 522.c.o: 523@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 524@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 525@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 526@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 527@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 528 529.c.obj: 530@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 531@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 532@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 533@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 534@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 535 536.c.lo: 537@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 538@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 539@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 540@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 541@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 542 543mostlyclean-libtool: 544 -rm -f *.lo 545 546clean-libtool: 547 -rm -rf .libs _libs 548 549ID: $(am__tagged_files) 550 $(am__define_uniq_tagged_files); mkid -fID $$unique 551tags: tags-am 552TAGS: tags 553 554tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 555 set x; \ 556 here=`pwd`; \ 557 $(am__define_uniq_tagged_files); \ 558 shift; \ 559 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 560 test -n "$$unique" || unique=$$empty_fix; \ 561 if test $$# -gt 0; then \ 562 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 563 "$$@" $$unique; \ 564 else \ 565 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 566 $$unique; \ 567 fi; \ 568 fi 569ctags: ctags-am 570 571CTAGS: ctags 572ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 573 $(am__define_uniq_tagged_files); \ 574 test -z "$(CTAGS_ARGS)$$unique" \ 575 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 576 $$unique 577 578GTAGS: 579 here=`$(am__cd) $(top_builddir) && pwd` \ 580 && $(am__cd) $(top_srcdir) \ 581 && gtags -i $(GTAGS_ARGS) "$$here" 582cscopelist: cscopelist-am 583 584cscopelist-am: $(am__tagged_files) 585 list='$(am__tagged_files)'; \ 586 case "$(srcdir)" in \ 587 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 588 *) sdir=$(subdir)/$(srcdir) ;; \ 589 esac; \ 590 for i in $$list; do \ 591 if test -f "$$i"; then \ 592 echo "$(subdir)/$$i"; \ 593 else \ 594 echo "$$sdir/$$i"; \ 595 fi; \ 596 done >> $(top_builddir)/cscope.files 597 598distclean-tags: 599 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 600 601distdir: $(BUILT_SOURCES) 602 $(MAKE) $(AM_MAKEFLAGS) distdir-am 603 604distdir-am: $(DISTFILES) 605 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 606 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 607 list='$(DISTFILES)'; \ 608 dist_files=`for file in $$list; do echo $$file; done | \ 609 sed -e "s|^$$srcdirstrip/||;t" \ 610 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 611 case $$dist_files in \ 612 */*) $(MKDIR_P) `echo "$$dist_files" | \ 613 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 614 sort -u` ;; \ 615 esac; \ 616 for file in $$dist_files; do \ 617 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 618 if test -d $$d/$$file; then \ 619 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 620 if test -d "$(distdir)/$$file"; then \ 621 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 622 fi; \ 623 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 624 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 625 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 626 fi; \ 627 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 628 else \ 629 test -f "$(distdir)/$$file" \ 630 || cp -p $$d/$$file "$(distdir)/$$file" \ 631 || exit 1; \ 632 fi; \ 633 done 634check-am: all-am 635check: check-am 636all-am: Makefile $(LTLIBRARIES) 637installdirs: 638 for dir in "$(DESTDIR)$(commonlibdir)"; do \ 639 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 640 done 641install: install-am 642install-exec: install-exec-am 643install-data: install-data-am 644uninstall: uninstall-am 645 646install-am: all-am 647 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 648 649installcheck: installcheck-am 650install-strip: 651 if test -z '$(STRIP)'; then \ 652 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 653 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 654 install; \ 655 else \ 656 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 657 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 658 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 659 fi 660mostlyclean-generic: 661 662clean-generic: 663 664distclean-generic: 665 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 666 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 667 668maintainer-clean-generic: 669 @echo "This command is intended for maintainers to use" 670 @echo "it deletes files that may require special tools to rebuild." 671clean: clean-am 672 673clean-am: clean-commonlibLTLIBRARIES clean-generic clean-libtool \ 674 clean-noinstLTLIBRARIES mostlyclean-am 675 676distclean: distclean-am 677 -rm -f ./$(DEPDIR)/lcGenConv.Plo 678 -rm -f Makefile 679distclean-am: clean-am distclean-compile distclean-generic \ 680 distclean-tags 681 682dvi: dvi-am 683 684dvi-am: 685 686html: html-am 687 688html-am: 689 690info: info-am 691 692info-am: 693 694install-data-am: install-commonlibLTLIBRARIES 695 696install-dvi: install-dvi-am 697 698install-dvi-am: 699 700install-exec-am: 701 702install-html: install-html-am 703 704install-html-am: 705 706install-info: install-info-am 707 708install-info-am: 709 710install-man: 711 712install-pdf: install-pdf-am 713 714install-pdf-am: 715 716install-ps: install-ps-am 717 718install-ps-am: 719 720installcheck-am: 721 722maintainer-clean: maintainer-clean-am 723 -rm -f ./$(DEPDIR)/lcGenConv.Plo 724 -rm -f Makefile 725maintainer-clean-am: distclean-am maintainer-clean-generic 726 727mostlyclean: mostlyclean-am 728 729mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 730 mostlyclean-libtool 731 732pdf: pdf-am 733 734pdf-am: 735 736ps: ps-am 737 738ps-am: 739 740uninstall-am: uninstall-commonlibLTLIBRARIES 741 742.MAKE: install-am install-strip 743 744.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 745 clean-commonlibLTLIBRARIES clean-generic clean-libtool \ 746 clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ 747 distclean-compile distclean-generic distclean-libtool \ 748 distclean-tags distdir dvi dvi-am html html-am info info-am \ 749 install install-am install-commonlibLTLIBRARIES install-data \ 750 install-data-am install-dvi install-dvi-am install-exec \ 751 install-exec-am install-html install-html-am install-info \ 752 install-info-am install-man install-pdf install-pdf-am \ 753 install-ps install-ps-am install-strip installcheck \ 754 installcheck-am installdirs maintainer-clean \ 755 maintainer-clean-generic mostlyclean mostlyclean-compile \ 756 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 757 tags tags-am uninstall uninstall-am \ 758 uninstall-commonlibLTLIBRARIES 759 760.PRECIOUS: Makefile 761 762 763# Tell versions [3.59,3.63) of GNU make to not export all variables. 764# Otherwise a system limit (for SysV at least) may be exceeded. 765.NOEXPORT: 766