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