Makefile.in revision 47f86ac1
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = modules/lc/gen
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
41	$(top_srcdir)/m4/dolt.m4 $(top_srcdir)/m4/libtool.m4 \
42	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
43	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
44	$(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46	$(ACLOCAL_M4)
47mkinstalldirs = $(install_sh) -d
48CONFIG_HEADER = $(top_builddir)/src/config.h \
49	$(top_builddir)/include/X11/XlibConf.h
50CONFIG_CLEAN_FILES =
51CONFIG_CLEAN_VPATH_FILES =
52am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53am__vpath_adj = case $$p in \
54    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55    *) f=$$p;; \
56  esac;
57am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
58am__install_max = 40
59am__nobase_strip_setup = \
60  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
61am__nobase_strip = \
62  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
63am__nobase_list = $(am__nobase_strip_setup); \
64  for p in $$list; do echo "$$p $$p"; done | \
65  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
66  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
67    if (++n[$$2] == $(am__install_max)) \
68      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
69    END { for (dir in files) print dir, files[dir] }'
70am__base_list = \
71  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
72  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
73am__installdirs = "$(DESTDIR)$(commonlibdir)"
74LTLIBRARIES = $(commonlib_LTLIBRARIES) $(noinst_LTLIBRARIES)
75libxlibi18n_la_LIBADD =
76am__objects_1 = lcGenConv.lo
77am_libxlibi18n_la_OBJECTS = $(am__objects_1)
78libxlibi18n_la_OBJECTS = $(am_libxlibi18n_la_OBJECTS)
79AM_V_lt = $(am__v_lt_$(V))
80am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
81am__v_lt_0 = --silent
82@XLIB_LOADABLE_I18N_FALSE@am_libxlibi18n_la_rpath =
83am__DEPENDENCIES_1 =
84@XLIB_LOADABLE_I18N_TRUE@xlibi18n_la_DEPENDENCIES =  \
85@XLIB_LOADABLE_I18N_TRUE@	$(am__DEPENDENCIES_1)
86am_xlibi18n_la_OBJECTS = lcGenConv.lo
87xlibi18n_la_OBJECTS = $(am_xlibi18n_la_OBJECTS)
88xlibi18n_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
89	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
90	$(xlibi18n_la_LDFLAGS) $(LDFLAGS) -o $@
91@XLIB_LOADABLE_I18N_TRUE@am_xlibi18n_la_rpath = -rpath $(commonlibdir)
92DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src -I$(top_builddir)/include/X11
93depcomp = $(SHELL) $(top_srcdir)/depcomp
94am__depfiles_maybe = depfiles
95am__mv = mv -f
96COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
97	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98AM_V_CC = $(am__v_CC_$(V))
99am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
100am__v_CC_0 = @echo "  CC    " $@;
101AM_V_at = $(am__v_at_$(V))
102am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
103am__v_at_0 = @
104CCLD = $(CC)
105LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
106	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
107	$(AM_LDFLAGS) $(LDFLAGS) -o $@
108AM_V_CCLD = $(am__v_CCLD_$(V))
109am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
110am__v_CCLD_0 = @echo "  CCLD  " $@;
111AM_V_GEN = $(am__v_GEN_$(V))
112am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
113am__v_GEN_0 = @echo "  GEN   " $@;
114SOURCES = $(libxlibi18n_la_SOURCES) $(xlibi18n_la_SOURCES)
115DIST_SOURCES = $(libxlibi18n_la_SOURCES) $(xlibi18n_la_SOURCES)
116ETAGS = etags
117CTAGS = ctags
118DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119ACLOCAL = @ACLOCAL@
120ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
121ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
122AMTAR = @AMTAR@
123AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
124APP_MAN_DIR = @APP_MAN_DIR@
125APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
126AR = @AR@
127AUTOCONF = @AUTOCONF@
128AUTOHEADER = @AUTOHEADER@
129AUTOMAKE = @AUTOMAKE@
130AWK = @AWK@
131BIGFONT_CFLAGS = @BIGFONT_CFLAGS@
132BIGFONT_LIBS = @BIGFONT_LIBS@
133CC = @CC@
134CCDEPMODE = @CCDEPMODE@
135CC_FOR_BUILD = @CC_FOR_BUILD@
136CFLAGS = @CFLAGS@
137CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
138CHANGELOG_CMD = @CHANGELOG_CMD@
139CPP = @CPP@
140CPPFLAGS = @CPPFLAGS@
141CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
142CWARNFLAGS = @CWARNFLAGS@
143CYGPATH_W = @CYGPATH_W@
144DEFS = @DEFS@
145DEPDIR = @DEPDIR@
146DOLT_BASH = @DOLT_BASH@
147DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
148DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
149DSYMUTIL = @DSYMUTIL@
150DUMPBIN = @DUMPBIN@
151ECHO_C = @ECHO_C@
152ECHO_N = @ECHO_N@
153ECHO_T = @ECHO_T@
154EGREP = @EGREP@
155EXEEXT = @EXEEXT@
156FGREP = @FGREP@
157FILE_MAN_DIR = @FILE_MAN_DIR@
158FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
159GREP = @GREP@
160GROFF = @GROFF@
161GS_PATH = @GS_PATH@
162I18N_MODULE_LIBS = @I18N_MODULE_LIBS@
163INSTALL = @INSTALL@
164INSTALL_CMD = @INSTALL_CMD@
165INSTALL_DATA = @INSTALL_DATA@
166INSTALL_PROGRAM = @INSTALL_PROGRAM@
167INSTALL_SCRIPT = @INSTALL_SCRIPT@
168INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
169KEYSYMDEFS = @KEYSYMDEFS@
170LAUNCHD = @LAUNCHD@
171LD = @LD@
172LDFLAGS = @LDFLAGS@
173LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
174LIBOBJS = @LIBOBJS@
175LIBS = @LIBS@
176LIBTOOL = @LIBTOOL@
177LIB_MAN_DIR = @LIB_MAN_DIR@
178LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
179LINT = @LINT@
180LINTLIB = @LINTLIB@
181LINT_FLAGS = @LINT_FLAGS@
182LIPO = @LIPO@
183LN_S = @LN_S@
184LTCOMPILE = @LTCOMPILE@
185LTCXXCOMPILE = @LTCXXCOMPILE@
186LTLIBOBJS = @LTLIBOBJS@
187MAINT = @MAINT@
188MAKEINFO = @MAKEINFO@
189MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
190MAN_SUBSTS = @MAN_SUBSTS@
191MISC_MAN_DIR = @MISC_MAN_DIR@
192MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
193MKDIR_P = @MKDIR_P@
194NM = @NM@
195NMEDIT = @NMEDIT@
196OBJDUMP = @OBJDUMP@
197OBJEXT = @OBJEXT@
198OTOOL = @OTOOL@
199OTOOL64 = @OTOOL64@
200PACKAGE = @PACKAGE@
201PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
202PACKAGE_NAME = @PACKAGE_NAME@
203PACKAGE_STRING = @PACKAGE_STRING@
204PACKAGE_TARNAME = @PACKAGE_TARNAME@
205PACKAGE_URL = @PACKAGE_URL@
206PACKAGE_VERSION = @PACKAGE_VERSION@
207PATH_SEPARATOR = @PATH_SEPARATOR@
208PERL = @PERL@
209PKG_CONFIG = @PKG_CONFIG@
210PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
211PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
212PNMTOPNG_PATH = @PNMTOPNG_PATH@
213PS2PDF = @PS2PDF@
214PSSELECT_PATH = @PSSELECT_PATH@
215RANLIB = @RANLIB@
216RAWCPP = @RAWCPP@
217RAWCPPFLAGS = @RAWCPPFLAGS@
218SED = @SED@
219SET_MAKE = @SET_MAKE@
220SHELL = @SHELL@
221STRIP = @STRIP@
222VERSION = @VERSION@
223WCHAR32 = @WCHAR32@
224X11_CFLAGS = @X11_CFLAGS@
225X11_DATADIR = @X11_DATADIR@
226X11_EXTRA_DEPS = @X11_EXTRA_DEPS@
227X11_LIBDIR = @X11_LIBDIR@
228X11_LIBS = @X11_LIBS@
229X11_LOCALEDATADIR = @X11_LOCALEDATADIR@
230X11_LOCALEDIR = @X11_LOCALEDIR@
231X11_LOCALELIBDIR = @X11_LOCALELIBDIR@
232XDMCP_CFLAGS = @XDMCP_CFLAGS@
233XDMCP_LIBS = @XDMCP_LIBS@
234XERRORDB = @XERRORDB@
235XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@
236XKEYSYMDB = @XKEYSYMDB@
237XLOCALEDATADIR = @XLOCALEDATADIR@
238XLOCALEDIR = @XLOCALEDIR@
239XLOCALELIBDIR = @XLOCALELIBDIR@
240XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
241XORG_MAN_PAGE = @XORG_MAN_PAGE@
242XTHREADLIB = @XTHREADLIB@
243XTHREAD_CFLAGS = @XTHREAD_CFLAGS@
244XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
245abs_builddir = @abs_builddir@
246abs_srcdir = @abs_srcdir@
247abs_top_builddir = @abs_top_builddir@
248abs_top_srcdir = @abs_top_srcdir@
249ac_ct_CC = @ac_ct_CC@
250ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
251am__include = @am__include@
252am__leading_dot = @am__leading_dot@
253am__quote = @am__quote@
254am__tar = @am__tar@
255am__untar = @am__untar@
256bindir = @bindir@
257build = @build@
258build_alias = @build_alias@
259build_cpu = @build_cpu@
260build_os = @build_os@
261build_vendor = @build_vendor@
262builddir = @builddir@
263datadir = @datadir@
264datarootdir = @datarootdir@
265docdir = @docdir@
266dvidir = @dvidir@
267exec_prefix = @exec_prefix@
268host = @host@
269host_alias = @host_alias@
270host_cpu = @host_cpu@
271host_os = @host_os@
272host_vendor = @host_vendor@
273htmldir = @htmldir@
274includedir = @includedir@
275infodir = @infodir@
276install_sh = @install_sh@
277libdir = @libdir@
278libexecdir = @libexecdir@
279localedir = @localedir@
280localstatedir = @localstatedir@
281lt_ECHO = @lt_ECHO@
282mandir = @mandir@
283mkdir_p = @mkdir_p@
284oldincludedir = @oldincludedir@
285pdfdir = @pdfdir@
286prefix = @prefix@
287program_transform_name = @program_transform_name@
288psdir = @psdir@
289sbindir = @sbindir@
290sharedstatedir = @sharedstatedir@
291srcdir = @srcdir@
292sysconfdir = @sysconfdir@
293target_alias = @target_alias@
294top_build_prefix = @top_build_prefix@
295top_builddir = @top_builddir@
296top_srcdir = @top_srcdir@
297AM_CPPFLAGS = \
298	-I$(top_srcdir)/include \
299	-I$(top_srcdir)/include/X11 \
300	-I$(top_builddir)/include \
301	-I$(top_builddir)/include/X11 \
302	-I$(top_srcdir)/src/xcms \
303	-I$(top_srcdir)/src/xkb \
304	-I$(top_srcdir)/src/xlibi18n \
305	-D_BSD_SOURCE
306
307AM_CFLAGS = \
308	$(X11_CFLAGS) \
309	$(BIGFONT_CFLAGS) \
310	$(XDMCP_CFLAGS) \
311	$(CWARNFLAGS)
312
313@XLIB_LOADABLE_I18N_TRUE@commonlibdir = $(X11_LOCALELIBDIR)/common
314@XLIB_LOADABLE_I18N_TRUE@commonlib_LTLIBRARIES = xlibi18n.la
315@XLIB_LOADABLE_I18N_TRUE@xlibi18n_la_LDFLAGS = -module -version-number 2:0:0
316@XLIB_LOADABLE_I18N_TRUE@xlibi18n_la_LIBADD = $(I18N_MODULE_LIBS)
317@XLIB_LOADABLE_I18N_FALSE@noinst_LTLIBRARIES = libxlibi18n.la
318xlibi18n_la_SOURCES = \
319	lcGenConv.c
320
321libxlibi18n_la_SOURCES = $(xlibi18n_la_SOURCES)
322all: all-am
323
324.SUFFIXES:
325.SUFFIXES: .c .lo .o .obj
326$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
327	@for dep in $?; do \
328	  case '$(am__configure_deps)' in \
329	    *$$dep*) \
330	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
331	        && { if test -f $@; then exit 0; else break; fi; }; \
332	      exit 1;; \
333	  esac; \
334	done; \
335	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/lc/gen/Makefile'; \
336	$(am__cd) $(top_srcdir) && \
337	  $(AUTOMAKE) --foreign modules/lc/gen/Makefile
338.PRECIOUS: Makefile
339Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
340	@case '$?' in \
341	  *config.status*) \
342	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
343	  *) \
344	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
345	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
346	esac;
347
348$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
349	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350
351$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
352	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
354	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355$(am__aclocal_m4_deps):
356install-commonlibLTLIBRARIES: $(commonlib_LTLIBRARIES)
357	@$(NORMAL_INSTALL)
358	test -z "$(commonlibdir)" || $(MKDIR_P) "$(DESTDIR)$(commonlibdir)"
359	@list='$(commonlib_LTLIBRARIES)'; test -n "$(commonlibdir)" || list=; \
360	list2=; for p in $$list; do \
361	  if test -f $$p; then \
362	    list2="$$list2 $$p"; \
363	  else :; fi; \
364	done; \
365	test -z "$$list2" || { \
366	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(commonlibdir)'"; \
367	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(commonlibdir)"; \
368	}
369
370uninstall-commonlibLTLIBRARIES:
371	@$(NORMAL_UNINSTALL)
372	@list='$(commonlib_LTLIBRARIES)'; test -n "$(commonlibdir)" || list=; \
373	for p in $$list; do \
374	  $(am__strip_dir) \
375	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(commonlibdir)/$$f'"; \
376	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(commonlibdir)/$$f"; \
377	done
378
379clean-commonlibLTLIBRARIES:
380	-test -z "$(commonlib_LTLIBRARIES)" || rm -f $(commonlib_LTLIBRARIES)
381	@list='$(commonlib_LTLIBRARIES)'; for p in $$list; do \
382	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
383	  test "$$dir" != "$$p" || dir=.; \
384	  echo "rm -f \"$${dir}/so_locations\""; \
385	  rm -f "$${dir}/so_locations"; \
386	done
387
388clean-noinstLTLIBRARIES:
389	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
390	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
391	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
392	  test "$$dir" != "$$p" || dir=.; \
393	  echo "rm -f \"$${dir}/so_locations\""; \
394	  rm -f "$${dir}/so_locations"; \
395	done
396libxlibi18n.la: $(libxlibi18n_la_OBJECTS) $(libxlibi18n_la_DEPENDENCIES) 
397	$(AM_V_CCLD)$(LINK) $(am_libxlibi18n_la_rpath) $(libxlibi18n_la_OBJECTS) $(libxlibi18n_la_LIBADD) $(LIBS)
398xlibi18n.la: $(xlibi18n_la_OBJECTS) $(xlibi18n_la_DEPENDENCIES) 
399	$(AM_V_CCLD)$(xlibi18n_la_LINK) $(am_xlibi18n_la_rpath) $(xlibi18n_la_OBJECTS) $(xlibi18n_la_LIBADD) $(LIBS)
400
401mostlyclean-compile:
402	-rm -f *.$(OBJEXT)
403
404distclean-compile:
405	-rm -f *.tab.c
406
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcGenConv.Plo@am__quote@
408
409.c.o:
410@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
411@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
412@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
413@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
414@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415@am__fastdepCC_FALSE@	$(COMPILE) -c $<
416
417.c.obj:
418@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
419@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
420@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
421@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
422@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
424
425.c.lo:
426@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
427@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
428@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
429@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
430@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
432
433mostlyclean-libtool:
434	-rm -f *.lo
435
436clean-libtool:
437	-rm -rf .libs _libs
438
439ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
440	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
441	unique=`for i in $$list; do \
442	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443	  done | \
444	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445	      END { if (nonempty) { for (i in files) print i; }; }'`; \
446	mkid -fID $$unique
447tags: TAGS
448
449TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
450		$(TAGS_FILES) $(LISP)
451	set x; \
452	here=`pwd`; \
453	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
454	unique=`for i in $$list; do \
455	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456	  done | \
457	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
458	      END { if (nonempty) { for (i in files) print i; }; }'`; \
459	shift; \
460	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
461	  test -n "$$unique" || unique=$$empty_fix; \
462	  if test $$# -gt 0; then \
463	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
464	      "$$@" $$unique; \
465	  else \
466	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
467	      $$unique; \
468	  fi; \
469	fi
470ctags: CTAGS
471CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
472		$(TAGS_FILES) $(LISP)
473	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
474	unique=`for i in $$list; do \
475	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
476	  done | \
477	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
478	      END { if (nonempty) { for (i in files) print i; }; }'`; \
479	test -z "$(CTAGS_ARGS)$$unique" \
480	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
481	     $$unique
482
483GTAGS:
484	here=`$(am__cd) $(top_builddir) && pwd` \
485	  && $(am__cd) $(top_srcdir) \
486	  && gtags -i $(GTAGS_ARGS) "$$here"
487
488distclean-tags:
489	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
490
491distdir: $(DISTFILES)
492	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
493	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
494	list='$(DISTFILES)'; \
495	  dist_files=`for file in $$list; do echo $$file; done | \
496	  sed -e "s|^$$srcdirstrip/||;t" \
497	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
498	case $$dist_files in \
499	  */*) $(MKDIR_P) `echo "$$dist_files" | \
500			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
501			   sort -u` ;; \
502	esac; \
503	for file in $$dist_files; do \
504	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
505	  if test -d $$d/$$file; then \
506	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
507	    if test -d "$(distdir)/$$file"; then \
508	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
509	    fi; \
510	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
511	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
512	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
513	    fi; \
514	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
515	  else \
516	    test -f "$(distdir)/$$file" \
517	    || cp -p $$d/$$file "$(distdir)/$$file" \
518	    || exit 1; \
519	  fi; \
520	done
521check-am: all-am
522check: check-am
523all-am: Makefile $(LTLIBRARIES)
524installdirs:
525	for dir in "$(DESTDIR)$(commonlibdir)"; do \
526	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
527	done
528install: install-am
529install-exec: install-exec-am
530install-data: install-data-am
531uninstall: uninstall-am
532
533install-am: all-am
534	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
535
536installcheck: installcheck-am
537install-strip:
538	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
539	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
540	  `test -z '$(STRIP)' || \
541	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
542mostlyclean-generic:
543
544clean-generic:
545
546distclean-generic:
547	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
548	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
549
550maintainer-clean-generic:
551	@echo "This command is intended for maintainers to use"
552	@echo "it deletes files that may require special tools to rebuild."
553clean: clean-am
554
555clean-am: clean-commonlibLTLIBRARIES clean-generic clean-libtool \
556	clean-noinstLTLIBRARIES mostlyclean-am
557
558distclean: distclean-am
559	-rm -rf ./$(DEPDIR)
560	-rm -f Makefile
561distclean-am: clean-am distclean-compile distclean-generic \
562	distclean-tags
563
564dvi: dvi-am
565
566dvi-am:
567
568html: html-am
569
570html-am:
571
572info: info-am
573
574info-am:
575
576install-data-am: install-commonlibLTLIBRARIES
577
578install-dvi: install-dvi-am
579
580install-dvi-am:
581
582install-exec-am:
583
584install-html: install-html-am
585
586install-html-am:
587
588install-info: install-info-am
589
590install-info-am:
591
592install-man:
593
594install-pdf: install-pdf-am
595
596install-pdf-am:
597
598install-ps: install-ps-am
599
600install-ps-am:
601
602installcheck-am:
603
604maintainer-clean: maintainer-clean-am
605	-rm -rf ./$(DEPDIR)
606	-rm -f Makefile
607maintainer-clean-am: distclean-am maintainer-clean-generic
608
609mostlyclean: mostlyclean-am
610
611mostlyclean-am: mostlyclean-compile mostlyclean-generic \
612	mostlyclean-libtool
613
614pdf: pdf-am
615
616pdf-am:
617
618ps: ps-am
619
620ps-am:
621
622uninstall-am: uninstall-commonlibLTLIBRARIES
623
624.MAKE: install-am install-strip
625
626.PHONY: CTAGS GTAGS all all-am check check-am clean \
627	clean-commonlibLTLIBRARIES clean-generic clean-libtool \
628	clean-noinstLTLIBRARIES ctags distclean distclean-compile \
629	distclean-generic distclean-libtool distclean-tags distdir dvi \
630	dvi-am html html-am info info-am install install-am \
631	install-commonlibLTLIBRARIES install-data install-data-am \
632	install-dvi install-dvi-am install-exec install-exec-am \
633	install-html install-html-am install-info install-info-am \
634	install-man install-pdf install-pdf-am install-ps \
635	install-ps-am install-strip installcheck installcheck-am \
636	installdirs maintainer-clean maintainer-clean-generic \
637	mostlyclean mostlyclean-compile mostlyclean-generic \
638	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
639	uninstall-am uninstall-commonlibLTLIBRARIES
640
641
642# Tell versions [3.59,3.63) of GNU make to not export all variables.
643# Otherwise a system limit (for SysV at least) may be exceeded.
644.NOEXPORT:
645