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