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