1# Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software
6# Foundation, 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 = src/script
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
41	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
42	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
43	$(top_srcdir)/configure.ac
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45	$(ACLOCAL_M4)
46mkinstalldirs = $(install_sh) -d
47CONFIG_HEADER = $(top_builddir)/config.h \
48	$(top_builddir)/src/include/fst/config.h
49CONFIG_CLEAN_FILES =
50CONFIG_CLEAN_VPATH_FILES =
51am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
52am__vpath_adj = case $$p in \
53    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
54    *) f=$$p;; \
55  esac;
56am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
57am__install_max = 40
58am__nobase_strip_setup = \
59  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
60am__nobase_strip = \
61  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
62am__nobase_list = $(am__nobase_strip_setup); \
63  for p in $$list; do echo "$$p $$p"; done | \
64  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
65  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
66    if (++n[$$2] == $(am__install_max)) \
67      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
68    END { for (dir in files) print dir, files[dir] }'
69am__base_list = \
70  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
71  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
72am__uninstall_files_from_dir = { \
73  test -z "$$files" \
74    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
75    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
76         $(am__cd) "$$dir" && rm -f $$files; }; \
77  }
78am__installdirs = "$(DESTDIR)$(libdir)"
79LTLIBRARIES = $(lib_LTLIBRARIES)
80libfstscript_la_LIBADD =
81am__libfstscript_la_SOURCES_DIST = arcsort.cc closure.cc compile.cc \
82	compose.cc concat.cc connect.cc convert.cc decode.cc \
83	determinize.cc difference.cc draw.cc encode.cc epsnormalize.cc \
84	equal.cc equivalent.cc fst-class.cc info.cc intersect.cc \
85	invert.cc map.cc minimize.cc print.cc project.cc prune.cc \
86	push.cc randequivalent.cc randgen.cc relabel.cc replace.cc \
87	reverse.cc reweight.cc rmepsilon.cc script-impl.cc \
88	shortest-distance.cc shortest-path.cc synchronize.cc \
89	text-io.cc topsort.cc union.cc weight-class.cc verify.cc
90@HAVE_SCRIPT_TRUE@am_libfstscript_la_OBJECTS = arcsort.lo closure.lo \
91@HAVE_SCRIPT_TRUE@	compile.lo compose.lo concat.lo connect.lo \
92@HAVE_SCRIPT_TRUE@	convert.lo decode.lo determinize.lo \
93@HAVE_SCRIPT_TRUE@	difference.lo draw.lo encode.lo \
94@HAVE_SCRIPT_TRUE@	epsnormalize.lo equal.lo equivalent.lo \
95@HAVE_SCRIPT_TRUE@	fst-class.lo info.lo intersect.lo invert.lo \
96@HAVE_SCRIPT_TRUE@	map.lo minimize.lo print.lo project.lo \
97@HAVE_SCRIPT_TRUE@	prune.lo push.lo randequivalent.lo \
98@HAVE_SCRIPT_TRUE@	randgen.lo relabel.lo replace.lo reverse.lo \
99@HAVE_SCRIPT_TRUE@	reweight.lo rmepsilon.lo script-impl.lo \
100@HAVE_SCRIPT_TRUE@	shortest-distance.lo shortest-path.lo \
101@HAVE_SCRIPT_TRUE@	synchronize.lo text-io.lo topsort.lo \
102@HAVE_SCRIPT_TRUE@	union.lo weight-class.lo verify.lo
103libfstscript_la_OBJECTS = $(am_libfstscript_la_OBJECTS)
104libfstscript_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
105	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
106	$(CXXFLAGS) $(libfstscript_la_LDFLAGS) $(LDFLAGS) -o $@
107@HAVE_SCRIPT_TRUE@am_libfstscript_la_rpath = -rpath $(libdir)
108DEFAULT_INCLUDES = 
109depcomp = $(SHELL) $(top_srcdir)/depcomp
110am__depfiles_maybe = depfiles
111am__mv = mv -f
112CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
113	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
114LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
115	--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
116	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
117CXXLD = $(CXX)
118CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
119	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
120	$(LDFLAGS) -o $@
121SOURCES = $(libfstscript_la_SOURCES)
122DIST_SOURCES = $(am__libfstscript_la_SOURCES_DIST)
123ETAGS = etags
124CTAGS = ctags
125DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126ACLOCAL = @ACLOCAL@
127AMTAR = @AMTAR@
128AR = @AR@
129AUTOCONF = @AUTOCONF@
130AUTOHEADER = @AUTOHEADER@
131AUTOMAKE = @AUTOMAKE@
132AWK = @AWK@
133CC = @CC@
134CCDEPMODE = @CCDEPMODE@
135CFLAGS = @CFLAGS@
136CPP = @CPP@
137CPPFLAGS = @CPPFLAGS@
138CXX = @CXX@
139CXXCPP = @CXXCPP@
140CXXDEPMODE = @CXXDEPMODE@
141CXXFLAGS = @CXXFLAGS@
142CYGPATH_W = @CYGPATH_W@
143DEFS = @DEFS@
144DEPDIR = @DEPDIR@
145DLLTOOL = @DLLTOOL@
146DSYMUTIL = @DSYMUTIL@
147DUMPBIN = @DUMPBIN@
148ECHO_C = @ECHO_C@
149ECHO_N = @ECHO_N@
150ECHO_T = @ECHO_T@
151EGREP = @EGREP@
152EXEEXT = @EXEEXT@
153FGREP = @FGREP@
154GREP = @GREP@
155INSTALL = @INSTALL@
156INSTALL_DATA = @INSTALL_DATA@
157INSTALL_PROGRAM = @INSTALL_PROGRAM@
158INSTALL_SCRIPT = @INSTALL_SCRIPT@
159INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
160LD = @LD@
161LDFLAGS = @LDFLAGS@
162LIBOBJS = @LIBOBJS@
163LIBS = @LIBS@
164LIBTOOL = @LIBTOOL@
165LIPO = @LIPO@
166LN_S = @LN_S@
167LTLIBOBJS = @LTLIBOBJS@
168MAKEINFO = @MAKEINFO@
169MANIFEST_TOOL = @MANIFEST_TOOL@
170MKDIR_P = @MKDIR_P@
171NM = @NM@
172NMEDIT = @NMEDIT@
173OBJDUMP = @OBJDUMP@
174OBJEXT = @OBJEXT@
175OTOOL = @OTOOL@
176OTOOL64 = @OTOOL64@
177PACKAGE = @PACKAGE@
178PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
179PACKAGE_NAME = @PACKAGE_NAME@
180PACKAGE_STRING = @PACKAGE_STRING@
181PACKAGE_TARNAME = @PACKAGE_TARNAME@
182PACKAGE_URL = @PACKAGE_URL@
183PACKAGE_VERSION = @PACKAGE_VERSION@
184PATH_SEPARATOR = @PATH_SEPARATOR@
185RANLIB = @RANLIB@
186SED = @SED@
187SET_MAKE = @SET_MAKE@
188SHELL = @SHELL@
189STRIP = @STRIP@
190VERSION = @VERSION@
191abs_builddir = @abs_builddir@
192abs_srcdir = @abs_srcdir@
193abs_top_builddir = @abs_top_builddir@
194abs_top_srcdir = @abs_top_srcdir@
195ac_ct_AR = @ac_ct_AR@
196ac_ct_CC = @ac_ct_CC@
197ac_ct_CXX = @ac_ct_CXX@
198ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
199am__include = @am__include@
200am__leading_dot = @am__leading_dot@
201am__quote = @am__quote@
202am__tar = @am__tar@
203am__untar = @am__untar@
204bindir = @bindir@
205build = @build@
206build_alias = @build_alias@
207build_cpu = @build_cpu@
208build_os = @build_os@
209build_vendor = @build_vendor@
210builddir = @builddir@
211datadir = @datadir@
212datarootdir = @datarootdir@
213docdir = @docdir@
214dvidir = @dvidir@
215exec_prefix = @exec_prefix@
216host = @host@
217host_alias = @host_alias@
218host_cpu = @host_cpu@
219host_os = @host_os@
220host_vendor = @host_vendor@
221htmldir = @htmldir@
222includedir = @includedir@
223infodir = @infodir@
224install_sh = @install_sh@
225libdir = @libdir@
226libexecdir = @libexecdir@
227libfstdir = @libfstdir@
228localedir = @localedir@
229localstatedir = @localstatedir@
230mandir = @mandir@
231mkdir_p = @mkdir_p@
232oldincludedir = @oldincludedir@
233pdfdir = @pdfdir@
234prefix = @prefix@
235program_transform_name = @program_transform_name@
236psdir = @psdir@
237sbindir = @sbindir@
238sharedstatedir = @sharedstatedir@
239srcdir = @srcdir@
240sysconfdir = @sysconfdir@
241target_alias = @target_alias@
242top_build_prefix = @top_build_prefix@
243top_builddir = @top_builddir@
244top_srcdir = @top_srcdir@
245AM_CPPFLAGS = -I$(srcdir)/../include $(ICU_CPPFLAGS)
246@HAVE_SCRIPT_TRUE@lib_LTLIBRARIES = libfstscript.la
247@HAVE_SCRIPT_TRUE@libfstscript_la_SOURCES = arcsort.cc closure.cc compile.cc compose.cc \
248@HAVE_SCRIPT_TRUE@concat.cc connect.cc convert.cc decode.cc determinize.cc difference.cc \
249@HAVE_SCRIPT_TRUE@draw.cc encode.cc epsnormalize.cc equal.cc equivalent.cc \
250@HAVE_SCRIPT_TRUE@fst-class.cc info.cc intersect.cc invert.cc map.cc minimize.cc print.cc \
251@HAVE_SCRIPT_TRUE@project.cc prune.cc push.cc randequivalent.cc randgen.cc relabel.cc \
252@HAVE_SCRIPT_TRUE@replace.cc reverse.cc reweight.cc rmepsilon.cc script-impl.cc \
253@HAVE_SCRIPT_TRUE@shortest-distance.cc shortest-path.cc synchronize.cc text-io.cc topsort.cc \
254@HAVE_SCRIPT_TRUE@union.cc weight-class.cc verify.cc
255
256@HAVE_SCRIPT_TRUE@libfstscript_la_LDFLAGS = -version-info 1:0:0
257all: all-am
258
259.SUFFIXES:
260.SUFFIXES: .cc .lo .o .obj
261$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
262	@for dep in $?; do \
263	  case '$(am__configure_deps)' in \
264	    *$$dep*) \
265	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
266	        && { if test -f $@; then exit 0; else break; fi; }; \
267	      exit 1;; \
268	  esac; \
269	done; \
270	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/script/Makefile'; \
271	$(am__cd) $(top_srcdir) && \
272	  $(AUTOMAKE) --foreign src/script/Makefile
273.PRECIOUS: Makefile
274Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
275	@case '$?' in \
276	  *config.status*) \
277	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
278	  *) \
279	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
280	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
281	esac;
282
283$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
284	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285
286$(top_srcdir)/configure:  $(am__configure_deps)
287	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
289	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290$(am__aclocal_m4_deps):
291install-libLTLIBRARIES: $(lib_LTLIBRARIES)
292	@$(NORMAL_INSTALL)
293	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
294	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
295	list2=; for p in $$list; do \
296	  if test -f $$p; then \
297	    list2="$$list2 $$p"; \
298	  else :; fi; \
299	done; \
300	test -z "$$list2" || { \
301	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
302	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
303	}
304
305uninstall-libLTLIBRARIES:
306	@$(NORMAL_UNINSTALL)
307	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
308	for p in $$list; do \
309	  $(am__strip_dir) \
310	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
311	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
312	done
313
314clean-libLTLIBRARIES:
315	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
316	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
317	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
318	  test "$$dir" != "$$p" || dir=.; \
319	  echo "rm -f \"$${dir}/so_locations\""; \
320	  rm -f "$${dir}/so_locations"; \
321	done
322libfstscript.la: $(libfstscript_la_OBJECTS) $(libfstscript_la_DEPENDENCIES) $(EXTRA_libfstscript_la_DEPENDENCIES) 
323	$(libfstscript_la_LINK) $(am_libfstscript_la_rpath) $(libfstscript_la_OBJECTS) $(libfstscript_la_LIBADD) $(LIBS)
324
325mostlyclean-compile:
326	-rm -f *.$(OBJEXT)
327
328distclean-compile:
329	-rm -f *.tab.c
330
331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arcsort.Plo@am__quote@
332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/closure.Plo@am__quote@
333@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compile.Plo@am__quote@
334@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compose.Plo@am__quote@
335@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/concat.Plo@am__quote@
336@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Plo@am__quote@
337@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/convert.Plo@am__quote@
338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode.Plo@am__quote@
339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/determinize.Plo@am__quote@
340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/difference.Plo@am__quote@
341@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/draw.Plo@am__quote@
342@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encode.Plo@am__quote@
343@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epsnormalize.Plo@am__quote@
344@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/equal.Plo@am__quote@
345@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/equivalent.Plo@am__quote@
346@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fst-class.Plo@am__quote@
347@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info.Plo@am__quote@
348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intersect.Plo@am__quote@
349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/invert.Plo@am__quote@
350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map.Plo@am__quote@
351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minimize.Plo@am__quote@
352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Plo@am__quote@
353@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/project.Plo@am__quote@
354@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prune.Plo@am__quote@
355@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/push.Plo@am__quote@
356@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/randequivalent.Plo@am__quote@
357@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/randgen.Plo@am__quote@
358@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/relabel.Plo@am__quote@
359@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/replace.Plo@am__quote@
360@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reverse.Plo@am__quote@
361@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reweight.Plo@am__quote@
362@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rmepsilon.Plo@am__quote@
363@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script-impl.Plo@am__quote@
364@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shortest-distance.Plo@am__quote@
365@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shortest-path.Plo@am__quote@
366@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/synchronize.Plo@am__quote@
367@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text-io.Plo@am__quote@
368@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topsort.Plo@am__quote@
369@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/union.Plo@am__quote@
370@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verify.Plo@am__quote@
371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weight-class.Plo@am__quote@
372
373.cc.o:
374@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
375@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
376@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
377@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
378@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
379
380.cc.obj:
381@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
382@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
383@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
384@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
386
387.cc.lo:
388@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
389@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
390@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
391@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
393
394mostlyclean-libtool:
395	-rm -f *.lo
396
397clean-libtool:
398	-rm -rf .libs _libs
399
400ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
401	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
402	unique=`for i in $$list; do \
403	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404	  done | \
405	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
406	      END { if (nonempty) { for (i in files) print i; }; }'`; \
407	mkid -fID $$unique
408tags: TAGS
409
410TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
411		$(TAGS_FILES) $(LISP)
412	set x; \
413	here=`pwd`; \
414	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
415	unique=`for i in $$list; do \
416	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
417	  done | \
418	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
419	      END { if (nonempty) { for (i in files) print i; }; }'`; \
420	shift; \
421	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
422	  test -n "$$unique" || unique=$$empty_fix; \
423	  if test $$# -gt 0; then \
424	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
425	      "$$@" $$unique; \
426	  else \
427	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
428	      $$unique; \
429	  fi; \
430	fi
431ctags: CTAGS
432CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
433		$(TAGS_FILES) $(LISP)
434	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
435	unique=`for i in $$list; do \
436	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437	  done | \
438	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439	      END { if (nonempty) { for (i in files) print i; }; }'`; \
440	test -z "$(CTAGS_ARGS)$$unique" \
441	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
442	     $$unique
443
444GTAGS:
445	here=`$(am__cd) $(top_builddir) && pwd` \
446	  && $(am__cd) $(top_srcdir) \
447	  && gtags -i $(GTAGS_ARGS) "$$here"
448
449distclean-tags:
450	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
451
452distdir: $(DISTFILES)
453	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
454	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
455	list='$(DISTFILES)'; \
456	  dist_files=`for file in $$list; do echo $$file; done | \
457	  sed -e "s|^$$srcdirstrip/||;t" \
458	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
459	case $$dist_files in \
460	  */*) $(MKDIR_P) `echo "$$dist_files" | \
461			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
462			   sort -u` ;; \
463	esac; \
464	for file in $$dist_files; do \
465	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
466	  if test -d $$d/$$file; then \
467	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
468	    if test -d "$(distdir)/$$file"; then \
469	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
470	    fi; \
471	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
472	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
473	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
474	    fi; \
475	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
476	  else \
477	    test -f "$(distdir)/$$file" \
478	    || cp -p $$d/$$file "$(distdir)/$$file" \
479	    || exit 1; \
480	  fi; \
481	done
482check-am: all-am
483check: check-am
484all-am: Makefile $(LTLIBRARIES)
485installdirs:
486	for dir in "$(DESTDIR)$(libdir)"; do \
487	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
488	done
489install: install-am
490install-exec: install-exec-am
491install-data: install-data-am
492uninstall: uninstall-am
493
494install-am: all-am
495	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
496
497installcheck: installcheck-am
498install-strip:
499	if test -z '$(STRIP)'; then \
500	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
501	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
502	      install; \
503	else \
504	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
505	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
506	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
507	fi
508mostlyclean-generic:
509
510clean-generic:
511
512distclean-generic:
513	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
514	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
515
516maintainer-clean-generic:
517	@echo "This command is intended for maintainers to use"
518	@echo "it deletes files that may require special tools to rebuild."
519clean: clean-am
520
521clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
522	mostlyclean-am
523
524distclean: distclean-am
525	-rm -rf ./$(DEPDIR)
526	-rm -f Makefile
527distclean-am: clean-am distclean-compile distclean-generic \
528	distclean-tags
529
530dvi: dvi-am
531
532dvi-am:
533
534html: html-am
535
536html-am:
537
538info: info-am
539
540info-am:
541
542install-data-am:
543
544install-dvi: install-dvi-am
545
546install-dvi-am:
547
548install-exec-am: install-libLTLIBRARIES
549
550install-html: install-html-am
551
552install-html-am:
553
554install-info: install-info-am
555
556install-info-am:
557
558install-man:
559
560install-pdf: install-pdf-am
561
562install-pdf-am:
563
564install-ps: install-ps-am
565
566install-ps-am:
567
568installcheck-am:
569
570maintainer-clean: maintainer-clean-am
571	-rm -rf ./$(DEPDIR)
572	-rm -f Makefile
573maintainer-clean-am: distclean-am maintainer-clean-generic
574
575mostlyclean: mostlyclean-am
576
577mostlyclean-am: mostlyclean-compile mostlyclean-generic \
578	mostlyclean-libtool
579
580pdf: pdf-am
581
582pdf-am:
583
584ps: ps-am
585
586ps-am:
587
588uninstall-am: uninstall-libLTLIBRARIES
589
590.MAKE: install-am install-strip
591
592.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
593	clean-libLTLIBRARIES clean-libtool ctags distclean \
594	distclean-compile distclean-generic distclean-libtool \
595	distclean-tags distdir dvi dvi-am html html-am info info-am \
596	install install-am install-data install-data-am install-dvi \
597	install-dvi-am install-exec install-exec-am install-html \
598	install-html-am install-info install-info-am \
599	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
600	install-ps install-ps-am install-strip installcheck \
601	installcheck-am installdirs maintainer-clean \
602	maintainer-clean-generic mostlyclean mostlyclean-compile \
603	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
604	tags uninstall uninstall-am uninstall-libLTLIBRARIES
605
606
607# Tell versions [3.59,3.63) of GNU make to not export all variables.
608# Otherwise a system limit (for SysV at least) may be exceeded.
609.NOEXPORT:
610