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