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