Makefile.in revision 5efbdfc3
1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 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/Utf8 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) 135libxlcUTF8Load_la_LIBADD = 136am__objects_1 = lcUTF8Load.lo 137am_libxlcUTF8Load_la_OBJECTS = $(am__objects_1) 138libxlcUTF8Load_la_OBJECTS = $(am_libxlcUTF8Load_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_libxlcUTF8Load_la_rpath = 144am__DEPENDENCIES_1 = 145@XLIB_LOADABLE_I18N_TRUE@xlcUTF8Load_la_DEPENDENCIES = \ 146@XLIB_LOADABLE_I18N_TRUE@ $(am__DEPENDENCIES_1) 147am_xlcUTF8Load_la_OBJECTS = lcUTF8Load.lo 148xlcUTF8Load_la_OBJECTS = $(am_xlcUTF8Load_la_OBJECTS) 149xlcUTF8Load_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 150 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 151 $(AM_CFLAGS) $(CFLAGS) $(xlcUTF8Load_la_LDFLAGS) $(LDFLAGS) -o \ 152 $@ 153@XLIB_LOADABLE_I18N_TRUE@am_xlcUTF8Load_la_rpath = -rpath \ 154@XLIB_LOADABLE_I18N_TRUE@ $(commonlibdir) 155AM_V_P = $(am__v_P_@AM_V@) 156am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 157am__v_P_0 = false 158am__v_P_1 = : 159AM_V_GEN = $(am__v_GEN_@AM_V@) 160am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 161am__v_GEN_0 = @echo " GEN " $@; 162am__v_GEN_1 = 163AM_V_at = $(am__v_at_@AM_V@) 164am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 165am__v_at_0 = @ 166am__v_at_1 = 167DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src -I$(top_builddir)/include/X11 168depcomp = $(SHELL) $(top_srcdir)/depcomp 169am__maybe_remake_depfiles = depfiles 170am__depfiles_remade = ./$(DEPDIR)/lcUTF8Load.Plo 171am__mv = mv -f 172COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 173 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 174LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 175 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 176 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 177 $(AM_CFLAGS) $(CFLAGS) 178AM_V_CC = $(am__v_CC_@AM_V@) 179am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 180am__v_CC_0 = @echo " CC " $@; 181am__v_CC_1 = 182CCLD = $(CC) 183LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 184 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 185 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 186AM_V_CCLD = $(am__v_CCLD_@AM_V@) 187am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 188am__v_CCLD_0 = @echo " CCLD " $@; 189am__v_CCLD_1 = 190SOURCES = $(libxlcUTF8Load_la_SOURCES) $(xlcUTF8Load_la_SOURCES) 191DIST_SOURCES = $(libxlcUTF8Load_la_SOURCES) $(xlcUTF8Load_la_SOURCES) 192am__can_run_installinfo = \ 193 case $$AM_UPDATE_INFO_DIR in \ 194 n|no|NO) false;; \ 195 *) (install-info --version) >/dev/null 2>&1;; \ 196 esac 197am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 198# Read a list of newline-separated strings from the standard input, 199# and print each of them once, without duplicates. Input order is 200# *not* preserved. 201am__uniquify_input = $(AWK) '\ 202 BEGIN { nonempty = 0; } \ 203 { items[$$0] = 1; nonempty = 1; } \ 204 END { if (nonempty) { for (i in items) print i; }; } \ 205' 206# Make sure the list of sources is unique. This is necessary because, 207# e.g., the same source file might be shared among _SOURCES variables 208# for different programs/libraries. 209am__define_uniq_tagged_files = \ 210 list='$(am__tagged_files)'; \ 211 unique=`for i in $$list; do \ 212 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 213 done | $(am__uniquify_input)` 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@ 240CSCOPE = @CSCOPE@ 241CTAGS = @CTAGS@ 242CWARNFLAGS = @CWARNFLAGS@ 243CYGPATH_W = @CYGPATH_W@ 244DEFS = @DEFS@ 245DEPDIR = @DEPDIR@ 246DLLTOOL = @DLLTOOL@ 247DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 248DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 249DSYMUTIL = @DSYMUTIL@ 250DUMPBIN = @DUMPBIN@ 251ECHO_C = @ECHO_C@ 252ECHO_N = @ECHO_N@ 253ECHO_T = @ECHO_T@ 254EGREP = @EGREP@ 255ETAGS = @ETAGS@ 256EXEEXT = @EXEEXT@ 257EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 258FGREP = @FGREP@ 259FILECMD = @FILECMD@ 260FILE_MAN_DIR = @FILE_MAN_DIR@ 261FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 262FOP = @FOP@ 263GREP = @GREP@ 264I18N_MODULE_LIBS = @I18N_MODULE_LIBS@ 265INSTALL = @INSTALL@ 266INSTALL_CMD = @INSTALL_CMD@ 267INSTALL_DATA = @INSTALL_DATA@ 268INSTALL_PROGRAM = @INSTALL_PROGRAM@ 269INSTALL_SCRIPT = @INSTALL_SCRIPT@ 270INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 271KEYSYMDEFS = @KEYSYMDEFS@ 272LAUNCHD = @LAUNCHD@ 273LD = @LD@ 274LDFLAGS = @LDFLAGS@ 275LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ 276LIBOBJS = @LIBOBJS@ 277LIBS = @LIBS@ 278LIBTOOL = @LIBTOOL@ 279LIB_MAN_DIR = @LIB_MAN_DIR@ 280LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 281LINT = @LINT@ 282LINTLIB = @LINTLIB@ 283LINT_FLAGS = @LINT_FLAGS@ 284LIPO = @LIPO@ 285LN_S = @LN_S@ 286LTLIBOBJS = @LTLIBOBJS@ 287LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 288MAKEINFO = @MAKEINFO@ 289MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 290MANIFEST_TOOL = @MANIFEST_TOOL@ 291MAN_SUBSTS = @MAN_SUBSTS@ 292MISC_MAN_DIR = @MISC_MAN_DIR@ 293MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 294MKDIR_P = @MKDIR_P@ 295NM = @NM@ 296NMEDIT = @NMEDIT@ 297OBJDUMP = @OBJDUMP@ 298OBJEXT = @OBJEXT@ 299OTOOL = @OTOOL@ 300OTOOL64 = @OTOOL64@ 301PACKAGE = @PACKAGE@ 302PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 303PACKAGE_NAME = @PACKAGE_NAME@ 304PACKAGE_STRING = @PACKAGE_STRING@ 305PACKAGE_TARNAME = @PACKAGE_TARNAME@ 306PACKAGE_URL = @PACKAGE_URL@ 307PACKAGE_VERSION = @PACKAGE_VERSION@ 308PATH_SEPARATOR = @PATH_SEPARATOR@ 309PERL = @PERL@ 310PKG_CONFIG = @PKG_CONFIG@ 311PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 312PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 313RANLIB = @RANLIB@ 314RAWCPP = @RAWCPP@ 315RAWCPPFLAGS = @RAWCPPFLAGS@ 316SED = @SED@ 317SET_MAKE = @SET_MAKE@ 318SHELL = @SHELL@ 319STRICT_CFLAGS = @STRICT_CFLAGS@ 320STRIP = @STRIP@ 321STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 322TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ 323USE_THREAD_LIBS = @USE_THREAD_LIBS@ 324VERSION = @VERSION@ 325WCHAR32 = @WCHAR32@ 326X11_CFLAGS = @X11_CFLAGS@ 327X11_DATADIR = @X11_DATADIR@ 328X11_EXTRA_DEPS = @X11_EXTRA_DEPS@ 329X11_LIBDIR = @X11_LIBDIR@ 330X11_LIBS = @X11_LIBS@ 331X11_LOCALEDATADIR = @X11_LOCALEDATADIR@ 332X11_LOCALEDIR = @X11_LOCALEDIR@ 333X11_LOCALELIBDIR = @X11_LOCALELIBDIR@ 334XERRORDB = @XERRORDB@ 335XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@ 336XKEYSYMDB = @XKEYSYMDB@ 337XLOCALEDATADIR = @XLOCALEDATADIR@ 338XLOCALEDIR = @XLOCALEDIR@ 339XLOCALELIBDIR = @XLOCALELIBDIR@ 340XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 341XMLTO = @XMLTO@ 342XORG_MAN_PAGE = @XORG_MAN_PAGE@ 343XORG_SGML_PATH = @XORG_SGML_PATH@ 344XSLTPROC = @XSLTPROC@ 345XSL_STYLESHEET = @XSL_STYLESHEET@ 346XTHREADLIB = @XTHREADLIB@ 347XTHREAD_CFLAGS = @XTHREAD_CFLAGS@ 348XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 349abs_builddir = @abs_builddir@ 350abs_srcdir = @abs_srcdir@ 351abs_top_builddir = @abs_top_builddir@ 352abs_top_srcdir = @abs_top_srcdir@ 353ac_ct_AR = @ac_ct_AR@ 354ac_ct_CC = @ac_ct_CC@ 355ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 356am__include = @am__include@ 357am__leading_dot = @am__leading_dot@ 358am__quote = @am__quote@ 359am__tar = @am__tar@ 360am__untar = @am__untar@ 361bindir = @bindir@ 362build = @build@ 363build_alias = @build_alias@ 364build_cpu = @build_cpu@ 365build_os = @build_os@ 366build_vendor = @build_vendor@ 367builddir = @builddir@ 368datadir = @datadir@ 369datarootdir = @datarootdir@ 370docdir = @docdir@ 371dvidir = @dvidir@ 372exec_prefix = @exec_prefix@ 373host = @host@ 374host_alias = @host_alias@ 375host_cpu = @host_cpu@ 376host_os = @host_os@ 377host_vendor = @host_vendor@ 378htmldir = @htmldir@ 379includedir = @includedir@ 380infodir = @infodir@ 381install_sh = @install_sh@ 382libdir = @libdir@ 383libexecdir = @libexecdir@ 384localedir = @localedir@ 385locales = @locales@ 386localstatedir = @localstatedir@ 387mandir = @mandir@ 388mkdir_p = @mkdir_p@ 389oldincludedir = @oldincludedir@ 390pdfdir = @pdfdir@ 391prefix = @prefix@ 392program_transform_name = @program_transform_name@ 393psdir = @psdir@ 394runstatedir = @runstatedir@ 395sbindir = @sbindir@ 396sharedstatedir = @sharedstatedir@ 397srcdir = @srcdir@ 398sysconfdir = @sysconfdir@ 399target_alias = @target_alias@ 400top_build_prefix = @top_build_prefix@ 401top_builddir = @top_builddir@ 402top_srcdir = @top_srcdir@ 403AM_CPPFLAGS = \ 404 -I$(top_srcdir)/include \ 405 -I$(top_srcdir)/include/X11 \ 406 -I$(top_builddir)/include \ 407 -I$(top_builddir)/include/X11 \ 408 -I$(top_srcdir)/src/xcms \ 409 -I$(top_srcdir)/src/xkb \ 410 -I$(top_srcdir)/src/xlibi18n \ 411 -D_BSD_SOURCE 412 413AM_CFLAGS = \ 414 $(X11_CFLAGS) \ 415 $(BIGFONT_CFLAGS) \ 416 $(MALLOC_ZERO_CFLAGS) \ 417 $(CWARNFLAGS) 418 419@XLIB_LOADABLE_I18N_TRUE@commonlibdir = $(X11_LOCALELIBDIR)/common 420@XLIB_LOADABLE_I18N_TRUE@commonlib_LTLIBRARIES = xlcUTF8Load.la 421@XLIB_LOADABLE_I18N_TRUE@xlcUTF8Load_la_LDFLAGS = -module -version-number 2:0:0 422@XLIB_LOADABLE_I18N_TRUE@xlcUTF8Load_la_LIBADD = $(I18N_MODULE_LIBS) 423@XLIB_LOADABLE_I18N_FALSE@noinst_LTLIBRARIES = libxlcUTF8Load.la 424xlcUTF8Load_la_SOURCES = \ 425 lcUTF8Load.c 426 427libxlcUTF8Load_la_SOURCES = $(xlcUTF8Load_la_SOURCES) 428all: all-am 429 430.SUFFIXES: 431.SUFFIXES: .c .lo .o .obj 432$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 433 @for dep in $?; do \ 434 case '$(am__configure_deps)' in \ 435 *$$dep*) \ 436 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 437 && { if test -f $@; then exit 0; else break; fi; }; \ 438 exit 1;; \ 439 esac; \ 440 done; \ 441 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/lc/Utf8/Makefile'; \ 442 $(am__cd) $(top_srcdir) && \ 443 $(AUTOMAKE) --foreign modules/lc/Utf8/Makefile 444Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 445 @case '$?' in \ 446 *config.status*) \ 447 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 448 *) \ 449 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 450 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 451 esac; 452 453$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 454 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 455 456$(top_srcdir)/configure: $(am__configure_deps) 457 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 458$(ACLOCAL_M4): $(am__aclocal_m4_deps) 459 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 460$(am__aclocal_m4_deps): 461 462install-commonlibLTLIBRARIES: $(commonlib_LTLIBRARIES) 463 @$(NORMAL_INSTALL) 464 @list='$(commonlib_LTLIBRARIES)'; test -n "$(commonlibdir)" || list=; \ 465 list2=; for p in $$list; do \ 466 if test -f $$p; then \ 467 list2="$$list2 $$p"; \ 468 else :; fi; \ 469 done; \ 470 test -z "$$list2" || { \ 471 echo " $(MKDIR_P) '$(DESTDIR)$(commonlibdir)'"; \ 472 $(MKDIR_P) "$(DESTDIR)$(commonlibdir)" || exit 1; \ 473 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(commonlibdir)'"; \ 474 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(commonlibdir)"; \ 475 } 476 477uninstall-commonlibLTLIBRARIES: 478 @$(NORMAL_UNINSTALL) 479 @list='$(commonlib_LTLIBRARIES)'; test -n "$(commonlibdir)" || list=; \ 480 for p in $$list; do \ 481 $(am__strip_dir) \ 482 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(commonlibdir)/$$f'"; \ 483 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(commonlibdir)/$$f"; \ 484 done 485 486clean-commonlibLTLIBRARIES: 487 -test -z "$(commonlib_LTLIBRARIES)" || rm -f $(commonlib_LTLIBRARIES) 488 @list='$(commonlib_LTLIBRARIES)'; \ 489 locs=`for p in $$list; do echo $$p; done | \ 490 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 491 sort -u`; \ 492 test -z "$$locs" || { \ 493 echo rm -f $${locs}; \ 494 rm -f $${locs}; \ 495 } 496 497clean-noinstLTLIBRARIES: 498 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 499 @list='$(noinst_LTLIBRARIES)'; \ 500 locs=`for p in $$list; do echo $$p; done | \ 501 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 502 sort -u`; \ 503 test -z "$$locs" || { \ 504 echo rm -f $${locs}; \ 505 rm -f $${locs}; \ 506 } 507 508libxlcUTF8Load.la: $(libxlcUTF8Load_la_OBJECTS) $(libxlcUTF8Load_la_DEPENDENCIES) $(EXTRA_libxlcUTF8Load_la_DEPENDENCIES) 509 $(AM_V_CCLD)$(LINK) $(am_libxlcUTF8Load_la_rpath) $(libxlcUTF8Load_la_OBJECTS) $(libxlcUTF8Load_la_LIBADD) $(LIBS) 510 511xlcUTF8Load.la: $(xlcUTF8Load_la_OBJECTS) $(xlcUTF8Load_la_DEPENDENCIES) $(EXTRA_xlcUTF8Load_la_DEPENDENCIES) 512 $(AM_V_CCLD)$(xlcUTF8Load_la_LINK) $(am_xlcUTF8Load_la_rpath) $(xlcUTF8Load_la_OBJECTS) $(xlcUTF8Load_la_LIBADD) $(LIBS) 513 514mostlyclean-compile: 515 -rm -f *.$(OBJEXT) 516 517distclean-compile: 518 -rm -f *.tab.c 519 520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcUTF8Load.Plo@am__quote@ # am--include-marker 521 522$(am__depfiles_remade): 523 @$(MKDIR_P) $(@D) 524 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 525 526am--depfiles: $(am__depfiles_remade) 527 528.c.o: 529@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 530@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 531@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 532@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 533@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 534 535.c.obj: 536@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 537@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 538@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 539@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 540@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 541 542.c.lo: 543@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 544@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 545@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 546@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 547@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 548 549mostlyclean-libtool: 550 -rm -f *.lo 551 552clean-libtool: 553 -rm -rf .libs _libs 554 555ID: $(am__tagged_files) 556 $(am__define_uniq_tagged_files); mkid -fID $$unique 557tags: tags-am 558TAGS: tags 559 560tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 561 set x; \ 562 here=`pwd`; \ 563 $(am__define_uniq_tagged_files); \ 564 shift; \ 565 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 566 test -n "$$unique" || unique=$$empty_fix; \ 567 if test $$# -gt 0; then \ 568 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 569 "$$@" $$unique; \ 570 else \ 571 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 572 $$unique; \ 573 fi; \ 574 fi 575ctags: ctags-am 576 577CTAGS: ctags 578ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 579 $(am__define_uniq_tagged_files); \ 580 test -z "$(CTAGS_ARGS)$$unique" \ 581 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 582 $$unique 583 584GTAGS: 585 here=`$(am__cd) $(top_builddir) && pwd` \ 586 && $(am__cd) $(top_srcdir) \ 587 && gtags -i $(GTAGS_ARGS) "$$here" 588cscopelist: cscopelist-am 589 590cscopelist-am: $(am__tagged_files) 591 list='$(am__tagged_files)'; \ 592 case "$(srcdir)" in \ 593 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 594 *) sdir=$(subdir)/$(srcdir) ;; \ 595 esac; \ 596 for i in $$list; do \ 597 if test -f "$$i"; then \ 598 echo "$(subdir)/$$i"; \ 599 else \ 600 echo "$$sdir/$$i"; \ 601 fi; \ 602 done >> $(top_builddir)/cscope.files 603 604distclean-tags: 605 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 606distdir: $(BUILT_SOURCES) 607 $(MAKE) $(AM_MAKEFLAGS) distdir-am 608 609distdir-am: $(DISTFILES) 610 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 611 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 612 list='$(DISTFILES)'; \ 613 dist_files=`for file in $$list; do echo $$file; done | \ 614 sed -e "s|^$$srcdirstrip/||;t" \ 615 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 616 case $$dist_files in \ 617 */*) $(MKDIR_P) `echo "$$dist_files" | \ 618 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 619 sort -u` ;; \ 620 esac; \ 621 for file in $$dist_files; do \ 622 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 623 if test -d $$d/$$file; then \ 624 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 625 if test -d "$(distdir)/$$file"; then \ 626 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 627 fi; \ 628 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 629 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 630 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 631 fi; \ 632 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 633 else \ 634 test -f "$(distdir)/$$file" \ 635 || cp -p $$d/$$file "$(distdir)/$$file" \ 636 || exit 1; \ 637 fi; \ 638 done 639check-am: all-am 640check: check-am 641all-am: Makefile $(LTLIBRARIES) 642installdirs: 643 for dir in "$(DESTDIR)$(commonlibdir)"; do \ 644 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 645 done 646install: install-am 647install-exec: install-exec-am 648install-data: install-data-am 649uninstall: uninstall-am 650 651install-am: all-am 652 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 653 654installcheck: installcheck-am 655install-strip: 656 if test -z '$(STRIP)'; then \ 657 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 658 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 659 install; \ 660 else \ 661 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 662 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 663 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 664 fi 665mostlyclean-generic: 666 667clean-generic: 668 669distclean-generic: 670 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 671 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 672 673maintainer-clean-generic: 674 @echo "This command is intended for maintainers to use" 675 @echo "it deletes files that may require special tools to rebuild." 676clean: clean-am 677 678clean-am: clean-commonlibLTLIBRARIES clean-generic clean-libtool \ 679 clean-noinstLTLIBRARIES mostlyclean-am 680 681distclean: distclean-am 682 -rm -f ./$(DEPDIR)/lcUTF8Load.Plo 683 -rm -f Makefile 684distclean-am: clean-am distclean-compile distclean-generic \ 685 distclean-tags 686 687dvi: dvi-am 688 689dvi-am: 690 691html: html-am 692 693html-am: 694 695info: info-am 696 697info-am: 698 699install-data-am: install-commonlibLTLIBRARIES 700 701install-dvi: install-dvi-am 702 703install-dvi-am: 704 705install-exec-am: 706 707install-html: install-html-am 708 709install-html-am: 710 711install-info: install-info-am 712 713install-info-am: 714 715install-man: 716 717install-pdf: install-pdf-am 718 719install-pdf-am: 720 721install-ps: install-ps-am 722 723install-ps-am: 724 725installcheck-am: 726 727maintainer-clean: maintainer-clean-am 728 -rm -f ./$(DEPDIR)/lcUTF8Load.Plo 729 -rm -f Makefile 730maintainer-clean-am: distclean-am maintainer-clean-generic 731 732mostlyclean: mostlyclean-am 733 734mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 735 mostlyclean-libtool 736 737pdf: pdf-am 738 739pdf-am: 740 741ps: ps-am 742 743ps-am: 744 745uninstall-am: uninstall-commonlibLTLIBRARIES 746 747.MAKE: install-am install-strip 748 749.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 750 clean-commonlibLTLIBRARIES clean-generic clean-libtool \ 751 clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ 752 distclean-compile distclean-generic distclean-libtool \ 753 distclean-tags distdir dvi dvi-am html html-am info info-am \ 754 install install-am install-commonlibLTLIBRARIES install-data \ 755 install-data-am install-dvi install-dvi-am install-exec \ 756 install-exec-am install-html install-html-am install-info \ 757 install-info-am install-man install-pdf install-pdf-am \ 758 install-ps install-ps-am install-strip installcheck \ 759 installcheck-am installdirs maintainer-clean \ 760 maintainer-clean-generic mostlyclean mostlyclean-compile \ 761 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 762 tags tags-am uninstall uninstall-am \ 763 uninstall-commonlibLTLIBRARIES 764 765.PRECIOUS: Makefile 766 767 768# Tell versions [3.59,3.63) of GNU make to not export all variables. 769# Otherwise a system limit (for SysV at least) may be exceeded. 770.NOEXPORT: 771