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