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