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