Makefile.in revision 289166
1# Makefile.in generated by automake 1.11.5 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
18
19
20
21VPATH = @srcdir@
22am__make_dryrun = \
23  { \
24    am__dry=no; \
25    case $$MAKEFLAGS in \
26      *\\[\ \	]*) \
27        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
28          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
29      *) \
30        for am__flg in $$MAKEFLAGS; do \
31          case $$am__flg in \
32            *=*|--*) ;; \
33            *n*) am__dry=yes; break;; \
34          esac; \
35        done;; \
36    esac; \
37    test $$am__dry = yes; \
38  }
39pkgdatadir = $(datadir)/@PACKAGE@
40pkgincludedir = $(includedir)/@PACKAGE@
41pkglibdir = $(libdir)/@PACKAGE@
42pkglibexecdir = $(libexecdir)/@PACKAGE@
43am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44install_sh_DATA = $(install_sh) -c -m 644
45install_sh_PROGRAM = $(install_sh) -c
46install_sh_SCRIPT = $(install_sh) -c
47INSTALL_HEADER = $(INSTALL_DATA)
48transform = $(program_transform_name)
49NORMAL_INSTALL = :
50PRE_INSTALL = :
51POST_INSTALL = :
52NORMAL_UNINSTALL = :
53PRE_UNINSTALL = :
54POST_UNINSTALL = :
55build_triplet = @build@
56host_triplet = @host@
57bin_PROGRAMS = sqlite3$(EXEEXT)
58subdir = .
59DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
60	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
61	$(srcdir)/sqlite3.pc.in $(top_srcdir)/configure INSTALL \
62	config.guess config.sub depcomp install-sh ltmain.sh missing
63ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64am__aclocal_m4_deps = $(top_srcdir)/configure.ac
65am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66	$(ACLOCAL_M4)
67am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
68 configure.lineno config.status.lineno
69mkinstalldirs = $(install_sh) -d
70CONFIG_CLEAN_FILES = sqlite3.pc
71CONFIG_CLEAN_VPATH_FILES =
72am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
73am__vpath_adj = case $$p in \
74    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
75    *) f=$$p;; \
76  esac;
77am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
78am__install_max = 40
79am__nobase_strip_setup = \
80  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
81am__nobase_strip = \
82  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
83am__nobase_list = $(am__nobase_strip_setup); \
84  for p in $$list; do echo "$$p $$p"; done | \
85  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
86  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
87    if (++n[$$2] == $(am__install_max)) \
88      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
89    END { for (dir in files) print dir, files[dir] }'
90am__base_list = \
91  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
92  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
93am__uninstall_files_from_dir = { \
94  test -z "$$files" \
95    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
96    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
97         $(am__cd) "$$dir" && rm -f $$files; }; \
98  }
99am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
100	"$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" \
101	"$(DESTDIR)$(includedir)"
102LTLIBRARIES = $(lib_LTLIBRARIES)
103libsqlite3_la_LIBADD =
104am_libsqlite3_la_OBJECTS = sqlite3.lo
105libsqlite3_la_OBJECTS = $(am_libsqlite3_la_OBJECTS)
106libsqlite3_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
107	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
108	$(libsqlite3_la_LDFLAGS) $(LDFLAGS) -o $@
109PROGRAMS = $(bin_PROGRAMS)
110am_sqlite3_OBJECTS = sqlite3-shell.$(OBJEXT) sqlite3-sqlite3.$(OBJEXT)
111sqlite3_OBJECTS = $(am_sqlite3_OBJECTS)
112sqlite3_DEPENDENCIES =
113sqlite3_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
114	--mode=link $(CCLD) $(sqlite3_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
115	$(LDFLAGS) -o $@
116DEFAULT_INCLUDES = -I.@am__isrc@
117depcomp = $(SHELL) $(top_srcdir)/depcomp
118am__depfiles_maybe = depfiles
119am__mv = mv -f
120COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
121	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
123	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
124	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
125CCLD = $(CC)
126LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
127	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
128	$(LDFLAGS) -o $@
129SOURCES = $(libsqlite3_la_SOURCES) $(sqlite3_SOURCES)
130DIST_SOURCES = $(libsqlite3_la_SOURCES) $(sqlite3_SOURCES)
131am__can_run_installinfo = \
132  case $$AM_UPDATE_INFO_DIR in \
133    n|no|NO) false;; \
134    *) (install-info --version) >/dev/null 2>&1;; \
135  esac
136man1dir = $(mandir)/man1
137NROFF = nroff
138MANS = $(man_MANS)
139DATA = $(pkgconfig_DATA)
140HEADERS = $(include_HEADERS)
141ETAGS = etags
142CTAGS = ctags
143DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
144distdir = $(PACKAGE)-$(VERSION)
145top_distdir = $(distdir)
146am__remove_distdir = \
147  if test -d "$(distdir)"; then \
148    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
149      && rm -rf "$(distdir)" \
150      || { sleep 5 && rm -rf "$(distdir)"; }; \
151  else :; fi
152DIST_ARCHIVES = $(distdir).tar.gz
153GZIP_ENV = --best
154distuninstallcheck_listfiles = find . -type f -print
155am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
156  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
157distcleancheck_listfiles = find . -type f -print
158ACLOCAL = @ACLOCAL@
159AMTAR = @AMTAR@
160AR = @AR@
161AUTOCONF = @AUTOCONF@
162AUTOHEADER = @AUTOHEADER@
163AUTOMAKE = @AUTOMAKE@
164AWK = @AWK@
165BUILD_CFLAGS = @BUILD_CFLAGS@
166CC = @CC@
167CCDEPMODE = @CCDEPMODE@
168CFLAGS = @CFLAGS@
169CPP = @CPP@
170CPPFLAGS = @CPPFLAGS@
171CYGPATH_W = @CYGPATH_W@
172DEFS = @DEFS@
173DEPDIR = @DEPDIR@
174DLLTOOL = @DLLTOOL@
175DSYMUTIL = @DSYMUTIL@
176DUMPBIN = @DUMPBIN@
177DYNAMIC_EXTENSION_FLAGS = @DYNAMIC_EXTENSION_FLAGS@
178ECHO_C = @ECHO_C@
179ECHO_N = @ECHO_N@
180ECHO_T = @ECHO_T@
181EGREP = @EGREP@
182EXEEXT = @EXEEXT@
183FGREP = @FGREP@
184GREP = @GREP@
185INSTALL = @INSTALL@
186INSTALL_DATA = @INSTALL_DATA@
187INSTALL_PROGRAM = @INSTALL_PROGRAM@
188INSTALL_SCRIPT = @INSTALL_SCRIPT@
189INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
190LD = @LD@
191LDFLAGS = @LDFLAGS@
192LIBOBJS = @LIBOBJS@
193LIBS = @LIBS@
194LIBTOOL = @LIBTOOL@
195LIPO = @LIPO@
196LN_S = @LN_S@
197LTLIBOBJS = @LTLIBOBJS@
198MAKEINFO = @MAKEINFO@
199MANIFEST_TOOL = @MANIFEST_TOOL@
200MKDIR_P = @MKDIR_P@
201NM = @NM@
202NMEDIT = @NMEDIT@
203OBJDUMP = @OBJDUMP@
204OBJEXT = @OBJEXT@
205OTOOL = @OTOOL@
206OTOOL64 = @OTOOL64@
207PACKAGE = @PACKAGE@
208PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209PACKAGE_NAME = @PACKAGE_NAME@
210PACKAGE_STRING = @PACKAGE_STRING@
211PACKAGE_TARNAME = @PACKAGE_TARNAME@
212PACKAGE_URL = @PACKAGE_URL@
213PACKAGE_VERSION = @PACKAGE_VERSION@
214PATH_SEPARATOR = @PATH_SEPARATOR@
215RANLIB = @RANLIB@
216READLINE_LIBS = @READLINE_LIBS@
217SED = @SED@
218SET_MAKE = @SET_MAKE@
219SHELL = @SHELL@
220STRIP = @STRIP@
221THREADSAFE_FLAGS = @THREADSAFE_FLAGS@
222VERSION = @VERSION@
223abs_builddir = @abs_builddir@
224abs_srcdir = @abs_srcdir@
225abs_top_builddir = @abs_top_builddir@
226abs_top_srcdir = @abs_top_srcdir@
227ac_ct_AR = @ac_ct_AR@
228ac_ct_CC = @ac_ct_CC@
229ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
230am__include = @am__include@
231am__leading_dot = @am__leading_dot@
232am__quote = @am__quote@
233am__tar = @am__tar@
234am__untar = @am__untar@
235bindir = @bindir@
236build = @build@
237build_alias = @build_alias@
238build_cpu = @build_cpu@
239build_os = @build_os@
240build_vendor = @build_vendor@
241builddir = @builddir@
242datadir = @datadir@
243datarootdir = @datarootdir@
244docdir = @docdir@
245dvidir = @dvidir@
246exec_prefix = @exec_prefix@
247host = @host@
248host_alias = @host_alias@
249host_cpu = @host_cpu@
250host_os = @host_os@
251host_vendor = @host_vendor@
252htmldir = @htmldir@
253includedir = @includedir@
254infodir = @infodir@
255install_sh = @install_sh@
256libdir = @libdir@
257libexecdir = @libexecdir@
258localedir = @localedir@
259localstatedir = @localstatedir@
260mandir = @mandir@
261mkdir_p = @mkdir_p@
262oldincludedir = @oldincludedir@
263pdfdir = @pdfdir@
264prefix = @prefix@
265program_transform_name = @program_transform_name@
266psdir = @psdir@
267sbindir = @sbindir@
268sharedstatedir = @sharedstatedir@
269srcdir = @srcdir@
270sysconfdir = @sysconfdir@
271target_alias = @target_alias@
272top_build_prefix = @top_build_prefix@
273top_builddir = @top_builddir@
274top_srcdir = @top_srcdir@
275AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@ -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE
276lib_LTLIBRARIES = libsqlite3.la
277libsqlite3_la_SOURCES = sqlite3.c
278libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8
279sqlite3_SOURCES = shell.c sqlite3.c sqlite3.h
280sqlite3_LDADD = @READLINE_LIBS@
281sqlite3_CFLAGS = $(AM_CFLAGS)
282include_HEADERS = sqlite3.h sqlite3ext.h
283EXTRA_DIST = sqlite3.1 tea
284pkgconfigdir = ${libdir}/pkgconfig
285pkgconfig_DATA = sqlite3.pc
286man_MANS = sqlite3.1
287all: all-am
288
289.SUFFIXES:
290.SUFFIXES: .c .lo .o .obj
291am--refresh: Makefile
292	@:
293$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
294	@for dep in $?; do \
295	  case '$(am__configure_deps)' in \
296	    *$$dep*) \
297	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
298	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
299		&& exit 0; \
300	      exit 1;; \
301	  esac; \
302	done; \
303	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
304	$(am__cd) $(top_srcdir) && \
305	  $(AUTOMAKE) --foreign Makefile
306.PRECIOUS: Makefile
307Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
308	@case '$?' in \
309	  *config.status*) \
310	    echo ' $(SHELL) ./config.status'; \
311	    $(SHELL) ./config.status;; \
312	  *) \
313	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
314	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
315	esac;
316
317$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
318	$(SHELL) ./config.status --recheck
319
320$(top_srcdir)/configure:  $(am__configure_deps)
321	$(am__cd) $(srcdir) && $(AUTOCONF)
322$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
323	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
324$(am__aclocal_m4_deps):
325sqlite3.pc: $(top_builddir)/config.status $(srcdir)/sqlite3.pc.in
326	cd $(top_builddir) && $(SHELL) ./config.status $@
327install-libLTLIBRARIES: $(lib_LTLIBRARIES)
328	@$(NORMAL_INSTALL)
329	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
330	list2=; for p in $$list; do \
331	  if test -f $$p; then \
332	    list2="$$list2 $$p"; \
333	  else :; fi; \
334	done; \
335	test -z "$$list2" || { \
336	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
337	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
338	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
339	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
340	}
341
342uninstall-libLTLIBRARIES:
343	@$(NORMAL_UNINSTALL)
344	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
345	for p in $$list; do \
346	  $(am__strip_dir) \
347	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
348	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
349	done
350
351clean-libLTLIBRARIES:
352	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
353	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
354	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
355	  test "$$dir" != "$$p" || dir=.; \
356	  echo "rm -f \"$${dir}/so_locations\""; \
357	  rm -f "$${dir}/so_locations"; \
358	done
359libsqlite3.la: $(libsqlite3_la_OBJECTS) $(libsqlite3_la_DEPENDENCIES) $(EXTRA_libsqlite3_la_DEPENDENCIES) 
360	$(libsqlite3_la_LINK) -rpath $(libdir) $(libsqlite3_la_OBJECTS) $(libsqlite3_la_LIBADD) $(LIBS)
361install-binPROGRAMS: $(bin_PROGRAMS)
362	@$(NORMAL_INSTALL)
363	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
364	if test -n "$$list"; then \
365	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
366	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
367	fi; \
368	for p in $$list; do echo "$$p $$p"; done | \
369	sed 's/$(EXEEXT)$$//' | \
370	while read p p1; do if test -f $$p || test -f $$p1; \
371	  then echo "$$p"; echo "$$p"; else :; fi; \
372	done | \
373	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
374	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
375	sed 'N;N;N;s,\n, ,g' | \
376	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
377	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
378	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
379	    else { print "f", $$3 "/" $$4, $$1; } } \
380	  END { for (d in files) print "f", d, files[d] }' | \
381	while read type dir files; do \
382	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
383	    test -z "$$files" || { \
384	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
385	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
386	    } \
387	; done
388
389uninstall-binPROGRAMS:
390	@$(NORMAL_UNINSTALL)
391	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
392	files=`for p in $$list; do echo "$$p"; done | \
393	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
394	      -e 's/$$/$(EXEEXT)/' `; \
395	test -n "$$list" || exit 0; \
396	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
397	cd "$(DESTDIR)$(bindir)" && rm -f $$files
398
399clean-binPROGRAMS:
400	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
401	echo " rm -f" $$list; \
402	rm -f $$list || exit $$?; \
403	test -n "$(EXEEXT)" || exit 0; \
404	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
405	echo " rm -f" $$list; \
406	rm -f $$list
407sqlite3$(EXEEXT): $(sqlite3_OBJECTS) $(sqlite3_DEPENDENCIES) $(EXTRA_sqlite3_DEPENDENCIES) 
408	@rm -f sqlite3$(EXEEXT)
409	$(sqlite3_LINK) $(sqlite3_OBJECTS) $(sqlite3_LDADD) $(LIBS)
410
411mostlyclean-compile:
412	-rm -f *.$(OBJEXT)
413
414distclean-compile:
415	-rm -f *.tab.c
416
417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqlite3-shell.Po@am__quote@
418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqlite3-sqlite3.Po@am__quote@
419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqlite3.Plo@am__quote@
420
421.c.o:
422@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
423@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
424@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
425@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
426@am__fastdepCC_FALSE@	$(COMPILE) -c $<
427
428.c.obj:
429@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
430@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
431@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
432@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
434
435.c.lo:
436@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
437@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
438@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
439@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
440@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
441
442sqlite3-shell.o: shell.c
443@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -MT sqlite3-shell.o -MD -MP -MF $(DEPDIR)/sqlite3-shell.Tpo -c -o sqlite3-shell.o `test -f 'shell.c' || echo '$(srcdir)/'`shell.c
444@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/sqlite3-shell.Tpo $(DEPDIR)/sqlite3-shell.Po
445@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='shell.c' object='sqlite3-shell.o' libtool=no @AMDEPBACKSLASH@
446@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
447@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -c -o sqlite3-shell.o `test -f 'shell.c' || echo '$(srcdir)/'`shell.c
448
449sqlite3-shell.obj: shell.c
450@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -MT sqlite3-shell.obj -MD -MP -MF $(DEPDIR)/sqlite3-shell.Tpo -c -o sqlite3-shell.obj `if test -f 'shell.c'; then $(CYGPATH_W) 'shell.c'; else $(CYGPATH_W) '$(srcdir)/shell.c'; fi`
451@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/sqlite3-shell.Tpo $(DEPDIR)/sqlite3-shell.Po
452@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='shell.c' object='sqlite3-shell.obj' libtool=no @AMDEPBACKSLASH@
453@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
454@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -c -o sqlite3-shell.obj `if test -f 'shell.c'; then $(CYGPATH_W) 'shell.c'; else $(CYGPATH_W) '$(srcdir)/shell.c'; fi`
455
456sqlite3-sqlite3.o: sqlite3.c
457@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -MT sqlite3-sqlite3.o -MD -MP -MF $(DEPDIR)/sqlite3-sqlite3.Tpo -c -o sqlite3-sqlite3.o `test -f 'sqlite3.c' || echo '$(srcdir)/'`sqlite3.c
458@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/sqlite3-sqlite3.Tpo $(DEPDIR)/sqlite3-sqlite3.Po
459@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sqlite3.c' object='sqlite3-sqlite3.o' libtool=no @AMDEPBACKSLASH@
460@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
461@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -c -o sqlite3-sqlite3.o `test -f 'sqlite3.c' || echo '$(srcdir)/'`sqlite3.c
462
463sqlite3-sqlite3.obj: sqlite3.c
464@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -MT sqlite3-sqlite3.obj -MD -MP -MF $(DEPDIR)/sqlite3-sqlite3.Tpo -c -o sqlite3-sqlite3.obj `if test -f 'sqlite3.c'; then $(CYGPATH_W) 'sqlite3.c'; else $(CYGPATH_W) '$(srcdir)/sqlite3.c'; fi`
465@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/sqlite3-sqlite3.Tpo $(DEPDIR)/sqlite3-sqlite3.Po
466@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sqlite3.c' object='sqlite3-sqlite3.obj' libtool=no @AMDEPBACKSLASH@
467@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
468@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -c -o sqlite3-sqlite3.obj `if test -f 'sqlite3.c'; then $(CYGPATH_W) 'sqlite3.c'; else $(CYGPATH_W) '$(srcdir)/sqlite3.c'; fi`
469
470mostlyclean-libtool:
471	-rm -f *.lo
472
473clean-libtool:
474	-rm -rf .libs _libs
475
476distclean-libtool:
477	-rm -f libtool config.lt
478install-man1: $(man_MANS)
479	@$(NORMAL_INSTALL)
480	@list1=''; \
481	list2='$(man_MANS)'; \
482	test -n "$(man1dir)" \
483	  && test -n "`echo $$list1$$list2`" \
484	  || exit 0; \
485	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
486	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
487	{ for i in $$list1; do echo "$$i"; done;  \
488	if test -n "$$list2"; then \
489	  for i in $$list2; do echo "$$i"; done \
490	    | sed -n '/\.1[a-z]*$$/p'; \
491	fi; \
492	} | while read p; do \
493	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
494	  echo "$$d$$p"; echo "$$p"; \
495	done | \
496	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
497	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
498	sed 'N;N;s,\n, ,g' | { \
499	list=; while read file base inst; do \
500	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
501	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
502	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
503	  fi; \
504	done; \
505	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
506	while read files; do \
507	  test -z "$$files" || { \
508	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
509	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
510	done; }
511
512uninstall-man1:
513	@$(NORMAL_UNINSTALL)
514	@list=''; test -n "$(man1dir)" || exit 0; \
515	files=`{ for i in $$list; do echo "$$i"; done; \
516	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
517	  sed -n '/\.1[a-z]*$$/p'; \
518	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
519	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
520	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
521install-pkgconfigDATA: $(pkgconfig_DATA)
522	@$(NORMAL_INSTALL)
523	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
524	if test -n "$$list"; then \
525	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
526	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
527	fi; \
528	for p in $$list; do \
529	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
530	  echo "$$d$$p"; \
531	done | $(am__base_list) | \
532	while read files; do \
533	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
534	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
535	done
536
537uninstall-pkgconfigDATA:
538	@$(NORMAL_UNINSTALL)
539	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
540	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
541	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
542install-includeHEADERS: $(include_HEADERS)
543	@$(NORMAL_INSTALL)
544	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
545	if test -n "$$list"; then \
546	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
547	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
548	fi; \
549	for p in $$list; do \
550	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
551	  echo "$$d$$p"; \
552	done | $(am__base_list) | \
553	while read files; do \
554	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
555	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
556	done
557
558uninstall-includeHEADERS:
559	@$(NORMAL_UNINSTALL)
560	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
561	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
562	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
563
564ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
565	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
566	unique=`for i in $$list; do \
567	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
568	  done | \
569	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
570	      END { if (nonempty) { for (i in files) print i; }; }'`; \
571	mkid -fID $$unique
572tags: TAGS
573
574TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
575		$(TAGS_FILES) $(LISP)
576	set x; \
577	here=`pwd`; \
578	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
579	unique=`for i in $$list; do \
580	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
581	  done | \
582	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
583	      END { if (nonempty) { for (i in files) print i; }; }'`; \
584	shift; \
585	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
586	  test -n "$$unique" || unique=$$empty_fix; \
587	  if test $$# -gt 0; then \
588	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
589	      "$$@" $$unique; \
590	  else \
591	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
592	      $$unique; \
593	  fi; \
594	fi
595ctags: CTAGS
596CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
597		$(TAGS_FILES) $(LISP)
598	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
599	unique=`for i in $$list; do \
600	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
601	  done | \
602	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
603	      END { if (nonempty) { for (i in files) print i; }; }'`; \
604	test -z "$(CTAGS_ARGS)$$unique" \
605	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
606	     $$unique
607
608GTAGS:
609	here=`$(am__cd) $(top_builddir) && pwd` \
610	  && $(am__cd) $(top_srcdir) \
611	  && gtags -i $(GTAGS_ARGS) "$$here"
612
613distclean-tags:
614	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
615
616distdir: $(DISTFILES)
617	@list='$(MANS)'; if test -n "$$list"; then \
618	  list=`for p in $$list; do \
619	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
620	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
621	  if test -n "$$list" && \
622	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
623	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
624	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
625	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
626	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
627	    exit 1; \
628	  else :; fi; \
629	else :; fi
630	$(am__remove_distdir)
631	test -d "$(distdir)" || mkdir "$(distdir)"
632	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
633	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
634	list='$(DISTFILES)'; \
635	  dist_files=`for file in $$list; do echo $$file; done | \
636	  sed -e "s|^$$srcdirstrip/||;t" \
637	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
638	case $$dist_files in \
639	  */*) $(MKDIR_P) `echo "$$dist_files" | \
640			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
641			   sort -u` ;; \
642	esac; \
643	for file in $$dist_files; do \
644	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
645	  if test -d $$d/$$file; then \
646	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
647	    if test -d "$(distdir)/$$file"; then \
648	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
649	    fi; \
650	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
651	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
652	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
653	    fi; \
654	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
655	  else \
656	    test -f "$(distdir)/$$file" \
657	    || cp -p $$d/$$file "$(distdir)/$$file" \
658	    || exit 1; \
659	  fi; \
660	done
661	-test -n "$(am__skip_mode_fix)" \
662	|| find "$(distdir)" -type d ! -perm -755 \
663		-exec chmod u+rwx,go+rx {} \; -o \
664	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
665	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
666	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
667	|| chmod -R a+r "$(distdir)"
668dist-gzip: distdir
669	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
670	$(am__remove_distdir)
671
672dist-bzip2: distdir
673	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
674	$(am__remove_distdir)
675
676dist-lzip: distdir
677	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
678	$(am__remove_distdir)
679
680dist-lzma: distdir
681	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
682	$(am__remove_distdir)
683
684dist-xz: distdir
685	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
686	$(am__remove_distdir)
687
688dist-tarZ: distdir
689	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
690	$(am__remove_distdir)
691
692dist-shar: distdir
693	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
694	$(am__remove_distdir)
695
696dist-zip: distdir
697	-rm -f $(distdir).zip
698	zip -rq $(distdir).zip $(distdir)
699	$(am__remove_distdir)
700
701dist dist-all: distdir
702	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
703	$(am__remove_distdir)
704
705# This target untars the dist file and tries a VPATH configuration.  Then
706# it guarantees that the distribution is self-contained by making another
707# tarfile.
708distcheck: dist
709	case '$(DIST_ARCHIVES)' in \
710	*.tar.gz*) \
711	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
712	*.tar.bz2*) \
713	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
714	*.tar.lzma*) \
715	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
716	*.tar.lz*) \
717	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
718	*.tar.xz*) \
719	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
720	*.tar.Z*) \
721	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
722	*.shar.gz*) \
723	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
724	*.zip*) \
725	  unzip $(distdir).zip ;;\
726	esac
727	chmod -R a-w $(distdir); chmod a+w $(distdir)
728	mkdir $(distdir)/_build
729	mkdir $(distdir)/_inst
730	chmod a-w $(distdir)
731	test -d $(distdir)/_build || exit 0; \
732	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
733	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
734	  && am__cwd=`pwd` \
735	  && $(am__cd) $(distdir)/_build \
736	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
737	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
738	    $(DISTCHECK_CONFIGURE_FLAGS) \
739	  && $(MAKE) $(AM_MAKEFLAGS) \
740	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
741	  && $(MAKE) $(AM_MAKEFLAGS) check \
742	  && $(MAKE) $(AM_MAKEFLAGS) install \
743	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
744	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
745	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
746	        distuninstallcheck \
747	  && chmod -R a-w "$$dc_install_base" \
748	  && ({ \
749	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
750	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
751	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
752	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
753	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
754	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
755	  && rm -rf "$$dc_destdir" \
756	  && $(MAKE) $(AM_MAKEFLAGS) dist \
757	  && rm -rf $(DIST_ARCHIVES) \
758	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
759	  && cd "$$am__cwd" \
760	  || exit 1
761	$(am__remove_distdir)
762	@(echo "$(distdir) archives ready for distribution: "; \
763	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
764	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
765distuninstallcheck:
766	@test -n '$(distuninstallcheck_dir)' || { \
767	  echo 'ERROR: trying to run $@ with an empty' \
768	       '$$(distuninstallcheck_dir)' >&2; \
769	  exit 1; \
770	}; \
771	$(am__cd) '$(distuninstallcheck_dir)' || { \
772	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
773	  exit 1; \
774	}; \
775	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
776	   || { echo "ERROR: files left after uninstall:" ; \
777	        if test -n "$(DESTDIR)"; then \
778	          echo "  (check DESTDIR support)"; \
779	        fi ; \
780	        $(distuninstallcheck_listfiles) ; \
781	        exit 1; } >&2
782distcleancheck: distclean
783	@if test '$(srcdir)' = . ; then \
784	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
785	  exit 1 ; \
786	fi
787	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
788	  || { echo "ERROR: files left in build directory after distclean:" ; \
789	       $(distcleancheck_listfiles) ; \
790	       exit 1; } >&2
791check-am: all-am
792check: check-am
793all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS)
794install-binPROGRAMS: install-libLTLIBRARIES
795
796installdirs:
797	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \
798	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
799	done
800install: install-am
801install-exec: install-exec-am
802install-data: install-data-am
803uninstall: uninstall-am
804
805install-am: all-am
806	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
807
808installcheck: installcheck-am
809install-strip:
810	if test -z '$(STRIP)'; then \
811	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
812	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
813	      install; \
814	else \
815	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
816	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
817	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
818	fi
819mostlyclean-generic:
820
821clean-generic:
822
823distclean-generic:
824	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
825	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
826
827maintainer-clean-generic:
828	@echo "This command is intended for maintainers to use"
829	@echo "it deletes files that may require special tools to rebuild."
830clean: clean-am
831
832clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
833	clean-libtool mostlyclean-am
834
835distclean: distclean-am
836	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
837	-rm -rf ./$(DEPDIR)
838	-rm -f Makefile
839distclean-am: clean-am distclean-compile distclean-generic \
840	distclean-libtool distclean-tags
841
842dvi: dvi-am
843
844dvi-am:
845
846html: html-am
847
848html-am:
849
850info: info-am
851
852info-am:
853
854install-data-am: install-includeHEADERS install-man \
855	install-pkgconfigDATA
856
857install-dvi: install-dvi-am
858
859install-dvi-am:
860
861install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
862
863install-html: install-html-am
864
865install-html-am:
866
867install-info: install-info-am
868
869install-info-am:
870
871install-man: install-man1
872
873install-pdf: install-pdf-am
874
875install-pdf-am:
876
877install-ps: install-ps-am
878
879install-ps-am:
880
881installcheck-am:
882
883maintainer-clean: maintainer-clean-am
884	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
885	-rm -rf $(top_srcdir)/autom4te.cache
886	-rm -rf ./$(DEPDIR)
887	-rm -f Makefile
888maintainer-clean-am: distclean-am maintainer-clean-generic
889
890mostlyclean: mostlyclean-am
891
892mostlyclean-am: mostlyclean-compile mostlyclean-generic \
893	mostlyclean-libtool
894
895pdf: pdf-am
896
897pdf-am:
898
899ps: ps-am
900
901ps-am:
902
903uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
904	uninstall-libLTLIBRARIES uninstall-man uninstall-pkgconfigDATA
905
906uninstall-man: uninstall-man1
907
908.MAKE: install-am install-strip
909
910.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
911	clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
912	clean-libtool ctags dist dist-all dist-bzip2 dist-gzip \
913	dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
914	distcheck distclean distclean-compile distclean-generic \
915	distclean-libtool distclean-tags distcleancheck distdir \
916	distuninstallcheck dvi dvi-am html html-am info info-am \
917	install install-am install-binPROGRAMS install-data \
918	install-data-am install-dvi install-dvi-am install-exec \
919	install-exec-am install-html install-html-am \
920	install-includeHEADERS install-info install-info-am \
921	install-libLTLIBRARIES install-man install-man1 install-pdf \
922	install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
923	install-strip installcheck installcheck-am installdirs \
924	maintainer-clean maintainer-clean-generic mostlyclean \
925	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
926	pdf pdf-am ps ps-am tags uninstall uninstall-am \
927	uninstall-binPROGRAMS uninstall-includeHEADERS \
928	uninstall-libLTLIBRARIES uninstall-man uninstall-man1 \
929	uninstall-pkgconfigDATA
930
931
932# Tell versions [3.59,3.63) of GNU make to not export all variables.
933# Otherwise a system limit (for SysV at least) may be exceeded.
934.NOEXPORT:
935