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 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__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" \ 108 "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" \ 109 "$(DESTDIR)$(includedir)" 110PROGRAMS = $(bin_PROGRAMS) 111am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 112am__vpath_adj = case $$p in \ 113 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 114 *) f=$$p;; \ 115 esac; 116am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 117am__install_max = 40 118am__nobase_strip_setup = \ 119 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 120am__nobase_strip = \ 121 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 122am__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] }' 129am__base_list = \ 130 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 131 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 132am__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 } 138LTLIBRARIES = $(lib_LTLIBRARIES) 139libsqlite3_la_LIBADD = 140am_libsqlite3_la_OBJECTS = sqlite3.lo 141libsqlite3_la_OBJECTS = $(am_libsqlite3_la_OBJECTS) 142AM_V_lt = $(am__v_lt_@AM_V@) 143am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 144am__v_lt_0 = --silent 145am__v_lt_1 = 146libsqlite3_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 147 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 148 $(libsqlite3_la_LDFLAGS) $(LDFLAGS) -o $@ 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__maybe_remake_depfiles = depfiles 169am__depfiles_remade = ./$(DEPDIR)/sqlite3-shell.Po \ 170 ./$(DEPDIR)/sqlite3-sqlite3.Po ./$(DEPDIR)/sqlite3.Plo 171am__mv = mv -f 172COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 173 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 174LTCOMPILE = $(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) 178AM_V_CC = $(am__v_CC_@AM_V@) 179am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 180am__v_CC_0 = @echo " CC " $@; 181am__v_CC_1 = 182CCLD = $(CC) 183LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 184 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 185 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 186AM_V_CCLD = $(am__v_CCLD_@AM_V@) 187am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 188am__v_CCLD_0 = @echo " CCLD " $@; 189am__v_CCLD_1 = 190SOURCES = $(libsqlite3_la_SOURCES) $(sqlite3_SOURCES) \ 191 $(EXTRA_sqlite3_SOURCES) 192DIST_SOURCES = $(libsqlite3_la_SOURCES) $(sqlite3_SOURCES) \ 193 $(EXTRA_sqlite3_SOURCES) 194am__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 199man1dir = $(mandir)/man1 200NROFF = nroff 201MANS = $(man_MANS) 202DATA = $(pkgconfig_DATA) 203HEADERS = $(include_HEADERS) 204am__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. 208am__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. 216am__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)` 221AM_RECURSIVE_TARGETS = cscope 222am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/sqlite3.pc.in \ 223 INSTALL compile config.guess config.sub depcomp install-sh \ 224 ltmain.sh missing 225DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 226distdir = $(PACKAGE)-$(VERSION) 227top_distdir = $(distdir) 228am__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 234am__post_remove_distdir = $(am__remove_distdir) 235DIST_ARCHIVES = $(distdir).tar.gz 236GZIP_ENV = --best 237DIST_TARGETS = dist-gzip 238# Exists only to be overridden by the user if desired. 239AM_DISTCHECK_DVI_TARGET = dvi 240distuninstallcheck_listfiles = find . -type f -print 241am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 242 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 243distcleancheck_listfiles = find . -type f -print 244ACLOCAL = @ACLOCAL@ 245AMTAR = @AMTAR@ 246AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 247AR = @AR@ 248AUTOCONF = @AUTOCONF@ 249AUTOHEADER = @AUTOHEADER@ 250AUTOMAKE = @AUTOMAKE@ 251AWK = @AWK@ 252BUILD_CFLAGS = @BUILD_CFLAGS@ 253CC = @CC@ 254CCDEPMODE = @CCDEPMODE@ 255CFLAGS = @CFLAGS@ 256CPPFLAGS = @CPPFLAGS@ 257CSCOPE = @CSCOPE@ 258CTAGS = @CTAGS@ 259CYGPATH_W = @CYGPATH_W@ 260DEFS = @DEFS@ 261DEPDIR = @DEPDIR@ 262DLLTOOL = @DLLTOOL@ 263DSYMUTIL = @DSYMUTIL@ 264DUMPBIN = @DUMPBIN@ 265ECHO_C = @ECHO_C@ 266ECHO_N = @ECHO_N@ 267ECHO_T = @ECHO_T@ 268EGREP = @EGREP@ 269ETAGS = @ETAGS@ 270EXEEXT = @EXEEXT@ 271EXTRA_SHELL_OBJ = @EXTRA_SHELL_OBJ@ 272FGREP = @FGREP@ 273GREP = @GREP@ 274INSTALL = @INSTALL@ 275INSTALL_DATA = @INSTALL_DATA@ 276INSTALL_PROGRAM = @INSTALL_PROGRAM@ 277INSTALL_SCRIPT = @INSTALL_SCRIPT@ 278INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 279LD = @LD@ 280LDFLAGS = @LDFLAGS@ 281LIBOBJS = @LIBOBJS@ 282LIBS = @LIBS@ 283LIBTOOL = @LIBTOOL@ 284LIPO = @LIPO@ 285LN_S = @LN_S@ 286LTLIBOBJS = @LTLIBOBJS@ 287LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 288MAKEINFO = @MAKEINFO@ 289MANIFEST_TOOL = @MANIFEST_TOOL@ 290MKDIR_P = @MKDIR_P@ 291NM = @NM@ 292NMEDIT = @NMEDIT@ 293OBJDUMP = @OBJDUMP@ 294OBJEXT = @OBJEXT@ 295OTOOL = @OTOOL@ 296OTOOL64 = @OTOOL64@ 297PACKAGE = @PACKAGE@ 298PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 299PACKAGE_NAME = @PACKAGE_NAME@ 300PACKAGE_STRING = @PACKAGE_STRING@ 301PACKAGE_TARNAME = @PACKAGE_TARNAME@ 302PACKAGE_URL = @PACKAGE_URL@ 303PACKAGE_VERSION = @PACKAGE_VERSION@ 304PATH_SEPARATOR = @PATH_SEPARATOR@ 305RANLIB = @RANLIB@ 306READLINE_LIBS = @READLINE_LIBS@ 307SED = @SED@ 308SET_MAKE = @SET_MAKE@ 309SHELL = @SHELL@ 310SHELL_CFLAGS = @SHELL_CFLAGS@ 311STRIP = @STRIP@ 312VERSION = @VERSION@ 313abs_builddir = @abs_builddir@ 314abs_srcdir = @abs_srcdir@ 315abs_top_builddir = @abs_top_builddir@ 316abs_top_srcdir = @abs_top_srcdir@ 317ac_ct_AR = @ac_ct_AR@ 318ac_ct_CC = @ac_ct_CC@ 319ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 320am__include = @am__include@ 321am__leading_dot = @am__leading_dot@ 322am__quote = @am__quote@ 323am__tar = @am__tar@ 324am__untar = @am__untar@ 325bindir = @bindir@ 326build = @build@ 327build_alias = @build_alias@ 328build_cpu = @build_cpu@ 329build_os = @build_os@ 330build_vendor = @build_vendor@ 331builddir = @builddir@ 332datadir = @datadir@ 333datarootdir = @datarootdir@ 334docdir = @docdir@ 335dvidir = @dvidir@ 336exec_prefix = @exec_prefix@ 337host = @host@ 338host_alias = @host_alias@ 339host_cpu = @host_cpu@ 340host_os = @host_os@ 341host_vendor = @host_vendor@ 342htmldir = @htmldir@ 343includedir = @includedir@ 344infodir = @infodir@ 345install_sh = @install_sh@ 346libdir = @libdir@ 347libexecdir = @libexecdir@ 348localedir = @localedir@ 349localstatedir = @localstatedir@ 350mandir = @mandir@ 351mkdir_p = @mkdir_p@ 352oldincludedir = @oldincludedir@ 353pdfdir = @pdfdir@ 354prefix = @prefix@ 355program_transform_name = @program_transform_name@ 356psdir = @psdir@ 357runstatedir = @runstatedir@ 358sbindir = @sbindir@ 359sharedstatedir = @sharedstatedir@ 360srcdir = @srcdir@ 361sysconfdir = @sysconfdir@ 362target_alias = @target_alias@ 363top_build_prefix = @top_build_prefix@ 364top_builddir = @top_builddir@ 365top_srcdir = @top_srcdir@ 366AM_CFLAGS = @BUILD_CFLAGS@ 367lib_LTLIBRARIES = libsqlite3.la 368libsqlite3_la_SOURCES = sqlite3.c 369libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8 370sqlite3_SOURCES = shell.c sqlite3.h 371EXTRA_sqlite3_SOURCES = sqlite3.c 372sqlite3_LDADD = @EXTRA_SHELL_OBJ@ @READLINE_LIBS@ 373sqlite3_DEPENDENCIES = @EXTRA_SHELL_OBJ@ 374sqlite3_CFLAGS = $(AM_CFLAGS) -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_ENABLE_DBPAGE_VTAB -DSQLITE_ENABLE_STMTVTAB -DSQLITE_ENABLE_DBSTAT_VTAB $(SHELL_CFLAGS) 375include_HEADERS = sqlite3.h sqlite3ext.h 376EXTRA_DIST = sqlite3.1 tea Makefile.msc sqlite3.rc sqlite3rc.h README.txt Replace.cs Makefile.fallback 377pkgconfigdir = ${libdir}/pkgconfig 378pkgconfig_DATA = sqlite3.pc 379man_MANS = sqlite3.1 380all: all-am 381 382.SUFFIXES: 383.SUFFIXES: .c .lo .o .obj 384am--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 399Makefile: $(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): 417sqlite3.pc: $(top_builddir)/config.status $(srcdir)/sqlite3.pc.in 418 cd $(top_builddir) && $(SHELL) ./config.status $@ 419install-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 449uninstall-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 460clean-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 469install-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 484uninstall-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 493clean-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 504libsqlite3.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 507sqlite3$(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 511mostlyclean-compile: 512 -rm -f *.$(OBJEXT) 513 514distclean-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 525am--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 548sqlite3-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 555sqlite3-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 562sqlite3-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 569sqlite3-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 576mostlyclean-libtool: 577 -rm -f *.lo 578 579clean-libtool: 580 -rm -rf .libs _libs 581 582distclean-libtool: 583 -rm -f libtool config.lt 584install-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 618uninstall-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) 627install-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 643uninstall-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) 648install-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 664uninstall-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 670ID: $(am__tagged_files) 671 $(am__define_uniq_tagged_files); mkid -fID $$unique 672tags: tags-am 673TAGS: tags 674 675tags-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 690ctags: ctags-am 691 692CTAGS: ctags 693ctags-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 699GTAGS: 700 here=`$(am__cd) $(top_builddir) && pwd` \ 701 && $(am__cd) $(top_srcdir) \ 702 && gtags -i $(GTAGS_ARGS) "$$here" 703cscope: cscope.files 704 test ! -s cscope.files \ 705 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 706clean-cscope: 707 -rm -f cscope.files 708cscope.files: clean-cscope cscopelist 709cscopelist: cscopelist-am 710 711cscopelist-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 725distclean-tags: 726 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 727 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 728distdir: $(BUILT_SOURCES) 729 $(MAKE) $(AM_MAKEFLAGS) distdir-am 730 731distdir-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)" 770dist-gzip: distdir 771 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 772 $(am__post_remove_distdir) 773 774dist-bzip2: distdir 775 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 776 $(am__post_remove_distdir) 777 778dist-lzip: distdir 779 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 780 $(am__post_remove_distdir) 781 782dist-xz: distdir 783 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 784 $(am__post_remove_distdir) 785 786dist-zstd: distdir 787 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 788 $(am__post_remove_distdir) 789 790dist-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 797dist-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 804dist-zip: distdir 805 -rm -f $(distdir).zip 806 zip -rq $(distdir).zip $(distdir) 807 $(am__post_remove_distdir) 808 809dist 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. 816distcheck: 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' 874distuninstallcheck: 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 891distcleancheck: 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 900check-am: all-am 901check: check-am 902all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(MANS) $(DATA) $(HEADERS) 903install-binPROGRAMS: install-libLTLIBRARIES 904 905installdirs: 906 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \ 907 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 908 done 909install: install-am 910install-exec: install-exec-am 911install-data: install-data-am 912uninstall: uninstall-am 913 914install-am: all-am 915 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 916 917installcheck: installcheck-am 918install-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 928mostlyclean-generic: 929 930clean-generic: 931 932distclean-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 936maintainer-clean-generic: 937 @echo "This command is intended for maintainers to use" 938 @echo "it deletes files that may require special tools to rebuild." 939clean: clean-am 940 941clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ 942 clean-libtool mostlyclean-am 943 944distclean: 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 950distclean-am: clean-am distclean-compile distclean-generic \ 951 distclean-libtool distclean-tags 952 953dvi: dvi-am 954 955dvi-am: 956 957html: html-am 958 959html-am: 960 961info: info-am 962 963info-am: 964 965install-data-am: install-includeHEADERS install-man \ 966 install-pkgconfigDATA 967 968install-dvi: install-dvi-am 969 970install-dvi-am: 971 972install-exec-am: install-binPROGRAMS install-libLTLIBRARIES 973 974install-html: install-html-am 975 976install-html-am: 977 978install-info: install-info-am 979 980install-info-am: 981 982install-man: install-man1 983 984install-pdf: install-pdf-am 985 986install-pdf-am: 987 988install-ps: install-ps-am 989 990install-ps-am: 991 992installcheck-am: 993 994maintainer-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 1001maintainer-clean-am: distclean-am maintainer-clean-generic 1002 1003mostlyclean: mostlyclean-am 1004 1005mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1006 mostlyclean-libtool 1007 1008pdf: pdf-am 1009 1010pdf-am: 1011 1012ps: ps-am 1013 1014ps-am: 1015 1016uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \ 1017 uninstall-libLTLIBRARIES uninstall-man uninstall-pkgconfigDATA 1018 1019uninstall-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: 1051