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