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