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