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