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