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