1
# Makefile.in generated by automake 1.11 from Makefile.am.
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18
# Makefile.am -- process this file with automake to produce Makefile.in
21
pkgdatadir = $(datadir)/@PACKAGE@
22
pkgincludedir = $(includedir)/@PACKAGE@
23
pkglibdir = $(libdir)/@PACKAGE@
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
install_sh_DATA = $(install_sh) -c -m 644
27
install_sh_PROGRAM = $(install_sh) -c
28
install_sh_SCRIPT = $(install_sh) -c
29
INSTALL_HEADER = $(INSTALL_DATA)
30
transform = $(program_transform_name)
37
build_triplet = @build@
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
43
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
44
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
45
$(top_srcdir)/configure.ac
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
mkinstalldirs = $(install_sh) -d
49
CONFIG_HEADER = $(top_builddir)/config.h
51
CONFIG_CLEAN_VPATH_FILES =
52
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53
am__vpath_adj = case $$p in \
54
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
57
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
59
am__nobase_strip_setup = \
60
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
62
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
63
am__nobase_list = $(am__nobase_strip_setup); \
64
for p in $$list; do echo "$$p $$p"; done | \
65
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
66
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
67
if (++n[$$2] == $(am__install_max)) \
68
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
69
END { for (dir in files) print dir, files[dir] }'
71
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
72
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
73
am__installdirs = "$(DESTDIR)$(libdir)"
74
LTLIBRARIES = $(lib_LTLIBRARIES)
75
libsqlite3cc_la_DEPENDENCIES =
76
am_libsqlite3cc_la_OBJECTS = database.lo exception.lo \
77
basic_statement.lo command.lo query.lo row.lo transaction.lo \
78
manipulator.lo util.lo
79
libsqlite3cc_la_OBJECTS = $(am_libsqlite3cc_la_OBJECTS)
80
libsqlite3cc_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
81
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
82
$(CXXFLAGS) $(libsqlite3cc_la_LDFLAGS) $(LDFLAGS) -o $@
83
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
84
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
85
am__depfiles_maybe = depfiles
87
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
88
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
89
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90
--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
91
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
93
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94
--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
96
SOURCES = $(libsqlite3cc_la_SOURCES)
97
DIST_SOURCES = $(libsqlite3cc_la_SOURCES)
100
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104
AUTOCONF = @AUTOCONF@
105
AUTOHEADER = @AUTOHEADER@
106
AUTOMAKE = @AUTOMAKE@
109
CCDEPMODE = @CCDEPMODE@
112
CPPFLAGS = @CPPFLAGS@
115
CXXDEPMODE = @CXXDEPMODE@
116
CXXFLAGS = @CXXFLAGS@
117
CYGPATH_W = @CYGPATH_W@
120
DSYMUTIL = @DSYMUTIL@
130
INSTALL_DATA = @INSTALL_DATA@
131
INSTALL_PROGRAM = @INSTALL_PROGRAM@
132
INSTALL_SCRIPT = @INSTALL_SCRIPT@
133
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
138
LIBSQLITE3CC_INTERFACE = @LIBSQLITE3CC_INTERFACE@
142
LTLIBOBJS = @LTLIBOBJS@
143
MAKEINFO = @MAKEINFO@
152
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153
PACKAGE_NAME = @PACKAGE_NAME@
154
PACKAGE_STRING = @PACKAGE_STRING@
155
PACKAGE_TARNAME = @PACKAGE_TARNAME@
156
PACKAGE_URL = @PACKAGE_URL@
157
PACKAGE_VERSION = @PACKAGE_VERSION@
158
PATH_SEPARATOR = @PATH_SEPARATOR@
161
SET_MAKE = @SET_MAKE@
165
abs_builddir = @abs_builddir@
166
abs_srcdir = @abs_srcdir@
167
abs_top_builddir = @abs_top_builddir@
168
abs_top_srcdir = @abs_top_srcdir@
169
ac_ct_CC = @ac_ct_CC@
170
ac_ct_CXX = @ac_ct_CXX@
171
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
172
am__include = @am__include@
173
am__leading_dot = @am__leading_dot@
174
am__quote = @am__quote@
176
am__untar = @am__untar@
179
build_alias = @build_alias@
180
build_cpu = @build_cpu@
181
build_os = @build_os@
182
build_vendor = @build_vendor@
183
builddir = @builddir@
185
datarootdir = @datarootdir@
188
exec_prefix = @exec_prefix@
190
host_alias = @host_alias@
191
host_cpu = @host_cpu@
193
host_vendor = @host_vendor@
195
includedir = @includedir@
197
install_sh = @install_sh@
199
libexecdir = @libexecdir@
200
localedir = @localedir@
201
localstatedir = @localstatedir@
205
oldincludedir = @oldincludedir@
208
program_transform_name = @program_transform_name@
211
sharedstatedir = @sharedstatedir@
213
sysconfdir = @sysconfdir@
214
target_alias = @target_alias@
215
top_build_prefix = @top_build_prefix@
216
top_builddir = @top_builddir@
217
top_srcdir = @top_srcdir@
218
AM_CPPFLAGS = -I$(top_srcdir)/include
219
lib_LTLIBRARIES = libsqlite3cc.la
220
libsqlite3cc_la_SOURCES = \
231
libsqlite3cc_la_LIBADD = \
235
libsqlite3cc_la_LDFLAGS = -version-info @LIBSQLITE3CC_INTERFACE@
239
.SUFFIXES: .cc .lo .o .obj
240
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
242
case '$(am__configure_deps)' in \
244
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
245
&& { if test -f $@; then exit 0; else break; fi; }; \
249
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
250
$(am__cd) $(top_srcdir) && \
251
$(AUTOMAKE) --foreign src/Makefile
253
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
256
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
258
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
259
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
262
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
263
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265
$(top_srcdir)/configure: $(am__configure_deps)
266
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
268
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269
$(am__aclocal_m4_deps):
270
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
272
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
273
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
274
list2=; for p in $$list; do \
275
if test -f $$p; then \
276
list2="$$list2 $$p"; \
279
test -z "$$list2" || { \
280
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
281
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
284
uninstall-libLTLIBRARIES:
286
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
287
for p in $$list; do \
289
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
290
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
293
clean-libLTLIBRARIES:
294
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
295
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
296
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
297
test "$$dir" != "$$p" || dir=.; \
298
echo "rm -f \"$${dir}/so_locations\""; \
299
rm -f "$${dir}/so_locations"; \
301
libsqlite3cc.la: $(libsqlite3cc_la_OBJECTS) $(libsqlite3cc_la_DEPENDENCIES)
302
$(libsqlite3cc_la_LINK) -rpath $(libdir) $(libsqlite3cc_la_OBJECTS) $(libsqlite3cc_la_LIBADD) $(LIBS)
310
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_statement.Plo@am__quote@
311
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command.Plo@am__quote@
312
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/database.Plo@am__quote@
313
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception.Plo@am__quote@
314
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manipulator.Plo@am__quote@
315
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/query.Plo@am__quote@
316
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/row.Plo@am__quote@
317
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transaction.Plo@am__quote@
318
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
321
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
322
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
323
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
324
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
328
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
329
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
330
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
331
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
335
@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
336
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
337
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
338
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339
@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
347
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
348
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
349
unique=`for i in $$list; do \
350
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353
END { if (nonempty) { for (i in files) print i; }; }'`; \
357
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
358
$(TAGS_FILES) $(LISP)
361
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
362
unique=`for i in $$list; do \
363
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
366
END { if (nonempty) { for (i in files) print i; }; }'`; \
368
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
369
test -n "$$unique" || unique=$$empty_fix; \
370
if test $$# -gt 0; then \
371
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
379
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
380
$(TAGS_FILES) $(LISP)
381
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
382
unique=`for i in $$list; do \
383
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
386
END { if (nonempty) { for (i in files) print i; }; }'`; \
387
test -z "$(CTAGS_ARGS)$$unique" \
388
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
392
here=`$(am__cd) $(top_builddir) && pwd` \
393
&& $(am__cd) $(top_srcdir) \
394
&& gtags -i $(GTAGS_ARGS) "$$here"
397
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
399
distdir: $(DISTFILES)
400
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
401
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
402
list='$(DISTFILES)'; \
403
dist_files=`for file in $$list; do echo $$file; done | \
404
sed -e "s|^$$srcdirstrip/||;t" \
405
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
406
case $$dist_files in \
407
*/*) $(MKDIR_P) `echo "$$dist_files" | \
408
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
411
for file in $$dist_files; do \
412
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
413
if test -d $$d/$$file; then \
414
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
415
if test -d "$(distdir)/$$file"; then \
416
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
418
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
419
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
420
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
422
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
424
test -f "$(distdir)/$$file" \
425
|| cp -p $$d/$$file "$(distdir)/$$file" \
431
all-am: Makefile $(LTLIBRARIES)
433
for dir in "$(DESTDIR)$(libdir)"; do \
434
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
437
install-exec: install-exec-am
438
install-data: install-data-am
439
uninstall: uninstall-am
442
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
444
installcheck: installcheck-am
446
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
447
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
448
`test -z '$(STRIP)' || \
449
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
455
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
456
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
458
maintainer-clean-generic:
459
@echo "This command is intended for maintainers to use"
460
@echo "it deletes files that may require special tools to rebuild."
463
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
466
distclean: distclean-am
469
distclean-am: clean-am distclean-compile distclean-generic \
486
install-dvi: install-dvi-am
490
install-exec-am: install-libLTLIBRARIES
492
install-html: install-html-am
496
install-info: install-info-am
502
install-pdf: install-pdf-am
506
install-ps: install-ps-am
512
maintainer-clean: maintainer-clean-am
515
maintainer-clean-am: distclean-am maintainer-clean-generic
517
mostlyclean: mostlyclean-am
519
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
530
uninstall-am: uninstall-libLTLIBRARIES
532
.MAKE: install-am install-strip
534
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
535
clean-libLTLIBRARIES clean-libtool ctags distclean \
536
distclean-compile distclean-generic distclean-libtool \
537
distclean-tags distdir dvi dvi-am html html-am info info-am \
538
install install-am install-data install-data-am install-dvi \
539
install-dvi-am install-exec install-exec-am install-html \
540
install-html-am install-info install-info-am \
541
install-libLTLIBRARIES install-man install-pdf install-pdf-am \
542
install-ps install-ps-am install-strip installcheck \
543
installcheck-am installdirs maintainer-clean \
544
maintainer-clean-generic mostlyclean mostlyclean-compile \
545
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
546
tags uninstall uninstall-am uninstall-libLTLIBRARIES
549
# Tell versions [3.59,3.63) of GNU make to not export all variables.
550
# Otherwise a system limit (for SysV at least) may be exceeded.