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
20
pkgdatadir = $(datadir)/@PACKAGE@
21
pkgincludedir = $(includedir)/@PACKAGE@
22
pkglibdir = $(libdir)/@PACKAGE@
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
install_sh_DATA = $(install_sh) -c -m 644
26
install_sh_PROGRAM = $(install_sh) -c
27
install_sh_SCRIPT = $(install_sh) -c
28
INSTALL_HEADER = $(INSTALL_DATA)
29
transform = $(program_transform_name)
36
build_triplet = @build@
38
check_PROGRAMS = test-main$(EXEEXT)
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_test_main_OBJECTS = test-main.$(OBJEXT)
53
test_main_OBJECTS = $(am_test_main_OBJECTS)
54
test_main_DEPENDENCIES =
55
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
56
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
57
am__depfiles_maybe = depfiles
59
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
60
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
61
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
62
--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
63
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
65
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
66
--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
68
SOURCES = $(test_main_SOURCES)
69
DIST_SOURCES = $(test_main_SOURCES)
72
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77
AUTOHEADER = @AUTOHEADER@
81
CCDEPMODE = @CCDEPMODE@
87
CXXDEPMODE = @CXXDEPMODE@
89
CYGPATH_W = @CYGPATH_W@
102
INSTALL_DATA = @INSTALL_DATA@
103
INSTALL_PROGRAM = @INSTALL_PROGRAM@
104
INSTALL_SCRIPT = @INSTALL_SCRIPT@
105
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
113
LTLIBOBJS = @LTLIBOBJS@
114
MAKEINFO = @MAKEINFO@
123
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124
PACKAGE_NAME = @PACKAGE_NAME@
125
PACKAGE_STRING = @PACKAGE_STRING@
126
PACKAGE_TARNAME = @PACKAGE_TARNAME@
127
PACKAGE_URL = @PACKAGE_URL@
128
PACKAGE_VERSION = @PACKAGE_VERSION@
129
PATH_SEPARATOR = @PATH_SEPARATOR@
132
SET_MAKE = @SET_MAKE@
136
abs_builddir = @abs_builddir@
137
abs_srcdir = @abs_srcdir@
138
abs_top_builddir = @abs_top_builddir@
139
abs_top_srcdir = @abs_top_srcdir@
140
ac_ct_CC = @ac_ct_CC@
141
ac_ct_CXX = @ac_ct_CXX@
142
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
143
am__include = @am__include@
144
am__leading_dot = @am__leading_dot@
145
am__quote = @am__quote@
147
am__untar = @am__untar@
150
build_alias = @build_alias@
151
build_cpu = @build_cpu@
152
build_os = @build_os@
153
build_vendor = @build_vendor@
154
builddir = @builddir@
156
datarootdir = @datarootdir@
159
exec_prefix = @exec_prefix@
161
host_alias = @host_alias@
162
host_cpu = @host_cpu@
164
host_vendor = @host_vendor@
166
includedir = @includedir@
168
install_sh = @install_sh@
170
libexecdir = @libexecdir@
171
localedir = @localedir@
172
localstatedir = @localstatedir@
176
oldincludedir = @oldincludedir@
179
program_transform_name = @program_transform_name@
182
sharedstatedir = @sharedstatedir@
184
sysconfdir = @sysconfdir@
185
target_alias = @target_alias@
186
top_build_prefix = @top_build_prefix@
187
top_builddir = @top_builddir@
188
top_srcdir = @top_srcdir@
189
AM_CPPFLAGS = -I$(top_srcdir)/include
190
test_main_SOURCES = test-main.cc
191
test_main_LDADD = -L$(top_srcdir)/src -lsqlite3cc
195
.SUFFIXES: .cc .lo .o .obj
196
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
198
case '$(am__configure_deps)' in \
200
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
201
&& { if test -f $@; then exit 0; else break; fi; }; \
205
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
206
$(am__cd) $(top_srcdir) && \
207
$(AUTOMAKE) --foreign test/Makefile
209
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
212
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
214
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
215
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
218
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
219
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221
$(top_srcdir)/configure: $(am__configure_deps)
222
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
224
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225
$(am__aclocal_m4_deps):
228
@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
229
echo " rm -f" $$list; \
230
rm -f $$list || exit $$?; \
231
test -n "$(EXEEXT)" || exit 0; \
232
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
233
echo " rm -f" $$list; \
235
test-main$(EXEEXT): $(test_main_OBJECTS) $(test_main_DEPENDENCIES)
236
@rm -f test-main$(EXEEXT)
237
$(CXXLINK) $(test_main_OBJECTS) $(test_main_LDADD) $(LIBS)
245
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-main.Po@am__quote@
248
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
249
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
250
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
251
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
252
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
255
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
256
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
257
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
258
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
259
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
262
@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
263
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
264
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
265
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
266
@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
274
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
275
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
276
unique=`for i in $$list; do \
277
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
279
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
280
END { if (nonempty) { for (i in files) print i; }; }'`; \
284
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
285
$(TAGS_FILES) $(LISP)
288
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
289
unique=`for i in $$list; do \
290
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
292
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
293
END { if (nonempty) { for (i in files) print i; }; }'`; \
295
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
296
test -n "$$unique" || unique=$$empty_fix; \
297
if test $$# -gt 0; then \
298
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
301
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
306
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
307
$(TAGS_FILES) $(LISP)
308
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
309
unique=`for i in $$list; do \
310
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
312
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
313
END { if (nonempty) { for (i in files) print i; }; }'`; \
314
test -z "$(CTAGS_ARGS)$$unique" \
315
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
319
here=`$(am__cd) $(top_builddir) && pwd` \
320
&& $(am__cd) $(top_srcdir) \
321
&& gtags -i $(GTAGS_ARGS) "$$here"
324
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
326
distdir: $(DISTFILES)
327
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
328
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
329
list='$(DISTFILES)'; \
330
dist_files=`for file in $$list; do echo $$file; done | \
331
sed -e "s|^$$srcdirstrip/||;t" \
332
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
333
case $$dist_files in \
334
*/*) $(MKDIR_P) `echo "$$dist_files" | \
335
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
338
for file in $$dist_files; do \
339
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
340
if test -d $$d/$$file; then \
341
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
342
if test -d "$(distdir)/$$file"; then \
343
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
345
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
346
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
347
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
349
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
351
test -f "$(distdir)/$$file" \
352
|| cp -p $$d/$$file "$(distdir)/$$file" \
357
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
362
install-exec: install-exec-am
363
install-data: install-data-am
364
uninstall: uninstall-am
367
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
369
installcheck: installcheck-am
371
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
372
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
373
`test -z '$(STRIP)' || \
374
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
380
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
381
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
383
maintainer-clean-generic:
384
@echo "This command is intended for maintainers to use"
385
@echo "it deletes files that may require special tools to rebuild."
388
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
391
distclean: distclean-am
394
distclean-am: clean-am distclean-compile distclean-generic \
411
install-dvi: install-dvi-am
417
install-html: install-html-am
421
install-info: install-info-am
427
install-pdf: install-pdf-am
431
install-ps: install-ps-am
437
maintainer-clean: maintainer-clean-am
440
maintainer-clean-am: distclean-am maintainer-clean-generic
442
mostlyclean: mostlyclean-am
444
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
457
.MAKE: check-am install-am install-strip
459
.PHONY: CTAGS GTAGS all all-am check check-am clean \
460
clean-checkPROGRAMS clean-generic clean-libtool ctags \
461
distclean distclean-compile distclean-generic \
462
distclean-libtool distclean-tags distdir dvi dvi-am html \
463
html-am info info-am install install-am install-data \
464
install-data-am install-dvi install-dvi-am install-exec \
465
install-exec-am install-html install-html-am install-info \
466
install-info-am install-man install-pdf install-pdf-am \
467
install-ps install-ps-am install-strip installcheck \
468
installcheck-am installdirs maintainer-clean \
469
maintainer-clean-generic mostlyclean mostlyclean-compile \
470
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
471
tags uninstall uninstall-am
474
# Tell versions [3.59,3.63) of GNU make to not export all variables.
475
# Otherwise a system limit (for SysV at least) may be exceeded.