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