/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc
16 by edam
- renamed database to connection to better identify what it is (would database_connection be better though?)
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
7 by edam
- removed "OK" from test-main when test is successful
2
# @configure_input@
3
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
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.
10
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
14
# PARTICULAR PURPOSE.
15
16
@SET_MAKE@
17
18
# Makefile.am -- process this file with automake to produce Makefile.in
19
20
VPATH = @srcdir@
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)
31
NORMAL_INSTALL = :
32
PRE_INSTALL = :
33
POST_INSTALL = :
34
NORMAL_UNINSTALL = :
35
PRE_UNINSTALL = :
36
POST_UNINSTALL = :
37
build_triplet = @build@
38
host_triplet = @host@
39
subdir = include
40
DIST_COMMON = $(nobase_include_HEADERS) $(srcdir)/Makefile.am \
41
	$(srcdir)/Makefile.in
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
44
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
45
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
46
	$(top_srcdir)/configure.ac
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
	$(ACLOCAL_M4)
49
mkinstalldirs = $(install_sh) -d
50
CONFIG_HEADER = $(top_builddir)/config.h
51
CONFIG_CLEAN_FILES =
52
CONFIG_CLEAN_VPATH_FILES =
53
SOURCES =
54
DIST_SOURCES =
55
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56
am__vpath_adj = case $$p in \
57
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58
    *) f=$$p;; \
59
  esac;
60
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
61
am__install_max = 40
62
am__nobase_strip_setup = \
63
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
64
am__nobase_strip = \
65
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
66
am__nobase_list = $(am__nobase_strip_setup); \
67
  for p in $$list; do echo "$$p $$p"; done | \
68
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
69
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
70
    if (++n[$$2] == $(am__install_max)) \
71
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
72
    END { for (dir in files) print dir, files[dir] }'
73
am__base_list = \
74
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
75
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
76
am__installdirs = "$(DESTDIR)$(includedir)"
77
HEADERS = $(nobase_include_HEADERS)
78
ETAGS = etags
79
CTAGS = ctags
80
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81
ACLOCAL = @ACLOCAL@
82
AMTAR = @AMTAR@
83
AR = @AR@
84
AUTOCONF = @AUTOCONF@
85
AUTOHEADER = @AUTOHEADER@
86
AUTOMAKE = @AUTOMAKE@
87
AWK = @AWK@
88
CC = @CC@
89
CCDEPMODE = @CCDEPMODE@
90
CFLAGS = @CFLAGS@
91
CPP = @CPP@
92
CPPFLAGS = @CPPFLAGS@
93
CXX = @CXX@
94
CXXCPP = @CXXCPP@
95
CXXDEPMODE = @CXXDEPMODE@
96
CXXFLAGS = @CXXFLAGS@
97
CYGPATH_W = @CYGPATH_W@
98
DEFS = @DEFS@
99
DEPDIR = @DEPDIR@
100
DSYMUTIL = @DSYMUTIL@
101
DUMPBIN = @DUMPBIN@
102
ECHO_C = @ECHO_C@
103
ECHO_N = @ECHO_N@
104
ECHO_T = @ECHO_T@
105
EGREP = @EGREP@
106
EXEEXT = @EXEEXT@
107
FGREP = @FGREP@
108
GREP = @GREP@
109
INSTALL = @INSTALL@
110
INSTALL_DATA = @INSTALL_DATA@
111
INSTALL_PROGRAM = @INSTALL_PROGRAM@
112
INSTALL_SCRIPT = @INSTALL_SCRIPT@
113
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114
LD = @LD@
115
LDFLAGS = @LDFLAGS@
116
LIBOBJS = @LIBOBJS@
117
LIBS = @LIBS@
118
LIBSQLITE3CC_INTERFACE = @LIBSQLITE3CC_INTERFACE@
119
LIBTOOL = @LIBTOOL@
120
LIPO = @LIPO@
121
LN_S = @LN_S@
122
LTLIBOBJS = @LTLIBOBJS@
123
MAKEINFO = @MAKEINFO@
124
MKDIR_P = @MKDIR_P@
125
NM = @NM@
126
NMEDIT = @NMEDIT@
127
OBJDUMP = @OBJDUMP@
128
OBJEXT = @OBJEXT@
129
OTOOL = @OTOOL@
130
OTOOL64 = @OTOOL64@
131
PACKAGE = @PACKAGE@
132
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
133
PACKAGE_NAME = @PACKAGE_NAME@
134
PACKAGE_STRING = @PACKAGE_STRING@
135
PACKAGE_TARNAME = @PACKAGE_TARNAME@
136
PACKAGE_URL = @PACKAGE_URL@
137
PACKAGE_VERSION = @PACKAGE_VERSION@
138
PATH_SEPARATOR = @PATH_SEPARATOR@
139
RANLIB = @RANLIB@
140
SED = @SED@
141
SET_MAKE = @SET_MAKE@
142
SHELL = @SHELL@
143
STRIP = @STRIP@
144
VERSION = @VERSION@
145
abs_builddir = @abs_builddir@
146
abs_srcdir = @abs_srcdir@
147
abs_top_builddir = @abs_top_builddir@
148
abs_top_srcdir = @abs_top_srcdir@
149
ac_ct_CC = @ac_ct_CC@
150
ac_ct_CXX = @ac_ct_CXX@
151
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
152
am__include = @am__include@
153
am__leading_dot = @am__leading_dot@
154
am__quote = @am__quote@
155
am__tar = @am__tar@
156
am__untar = @am__untar@
157
bindir = @bindir@
158
build = @build@
159
build_alias = @build_alias@
160
build_cpu = @build_cpu@
161
build_os = @build_os@
162
build_vendor = @build_vendor@
163
builddir = @builddir@
164
datadir = @datadir@
165
datarootdir = @datarootdir@
166
docdir = @docdir@
167
dvidir = @dvidir@
168
exec_prefix = @exec_prefix@
169
host = @host@
170
host_alias = @host_alias@
171
host_cpu = @host_cpu@
172
host_os = @host_os@
173
host_vendor = @host_vendor@
174
htmldir = @htmldir@
175
includedir = @includedir@
176
infodir = @infodir@
177
install_sh = @install_sh@
178
libdir = @libdir@
179
libexecdir = @libexecdir@
180
localedir = @localedir@
181
localstatedir = @localstatedir@
182
lt_ECHO = @lt_ECHO@
183
mandir = @mandir@
184
mkdir_p = @mkdir_p@
185
oldincludedir = @oldincludedir@
186
pdfdir = @pdfdir@
187
prefix = @prefix@
188
program_transform_name = @program_transform_name@
189
psdir = @psdir@
190
sbindir = @sbindir@
191
sharedstatedir = @sharedstatedir@
192
srcdir = @srcdir@
193
sysconfdir = @sysconfdir@
194
target_alias = @target_alias@
195
top_build_prefix = @top_build_prefix@
196
top_builddir = @top_builddir@
197
top_srcdir = @top_srcdir@
198
nobase_include_HEADERS = \
199
	sqlite3cc.h \
200
	sqlite3cc/basic_statement.h \
201
	sqlite3cc/command.h \
16 by edam
- renamed database to connection to better identify what it is (would database_connection be better though?)
202
	sqlite3cc/connection.h \
7 by edam
- removed "OK" from test-main when test is successful
203
	sqlite3cc/exception.h \
204
	sqlite3cc/manipulator.h \
205
	sqlite3cc/query.h \
206
	sqlite3cc/row.h \
207
	sqlite3cc/transaction.h \
208
	sqlite3cc/util.h
209
210
all: all-am
211
212
.SUFFIXES:
213
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
214
	@for dep in $?; do \
215
	  case '$(am__configure_deps)' in \
216
	    *$$dep*) \
217
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
218
	        && { if test -f $@; then exit 0; else break; fi; }; \
219
	      exit 1;; \
220
	  esac; \
221
	done; \
222
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
223
	$(am__cd) $(top_srcdir) && \
224
	  $(AUTOMAKE) --foreign include/Makefile
225
.PRECIOUS: Makefile
226
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
227
	@case '$?' in \
228
	  *config.status*) \
229
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
230
	  *) \
231
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
232
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
233
	esac;
234
235
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
236
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
237
238
$(top_srcdir)/configure:  $(am__configure_deps)
239
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
241
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242
$(am__aclocal_m4_deps):
243
244
mostlyclean-libtool:
245
	-rm -f *.lo
246
247
clean-libtool:
248
	-rm -rf .libs _libs
249
install-nobase_includeHEADERS: $(nobase_include_HEADERS)
250
	@$(NORMAL_INSTALL)
251
	test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
252
	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
253
	$(am__nobase_list) | while read dir files; do \
254
	  xfiles=; for file in $$files; do \
255
	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
256
	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
257
	  test -z "$$xfiles" || { \
258
	    test "x$$dir" = x. || { \
259
	      echo "$(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
260
	      $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
261
	    echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
262
	    $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
263
	done
264
265
uninstall-nobase_includeHEADERS:
266
	@$(NORMAL_UNINSTALL)
267
	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
268
	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
269
	test -n "$$files" || exit 0; \
270
	echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
271
	cd "$(DESTDIR)$(includedir)" && rm -f $$files
272
273
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
274
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
275
	unique=`for i in $$list; do \
276
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
277
	  done | \
278
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
279
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
280
	mkid -fID $$unique
281
tags: TAGS
282
283
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
284
		$(TAGS_FILES) $(LISP)
285
	set x; \
286
	here=`pwd`; \
287
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
288
	unique=`for i in $$list; do \
289
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290
	  done | \
291
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
292
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
293
	shift; \
294
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
295
	  test -n "$$unique" || unique=$$empty_fix; \
296
	  if test $$# -gt 0; then \
297
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
298
	      "$$@" $$unique; \
299
	  else \
300
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
301
	      $$unique; \
302
	  fi; \
303
	fi
304
ctags: CTAGS
305
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
306
		$(TAGS_FILES) $(LISP)
307
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
308
	unique=`for i in $$list; do \
309
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310
	  done | \
311
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
312
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
313
	test -z "$(CTAGS_ARGS)$$unique" \
314
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
315
	     $$unique
316
317
GTAGS:
318
	here=`$(am__cd) $(top_builddir) && pwd` \
319
	  && $(am__cd) $(top_srcdir) \
320
	  && gtags -i $(GTAGS_ARGS) "$$here"
321
322
distclean-tags:
323
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
324
325
distdir: $(DISTFILES)
326
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
327
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
328
	list='$(DISTFILES)'; \
329
	  dist_files=`for file in $$list; do echo $$file; done | \
330
	  sed -e "s|^$$srcdirstrip/||;t" \
331
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
332
	case $$dist_files in \
333
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
334
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
335
			   sort -u` ;; \
336
	esac; \
337
	for file in $$dist_files; do \
338
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
339
	  if test -d $$d/$$file; then \
340
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
341
	    if test -d "$(distdir)/$$file"; then \
342
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
343
	    fi; \
344
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
345
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
346
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
347
	    fi; \
348
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
349
	  else \
350
	    test -f "$(distdir)/$$file" \
351
	    || cp -p $$d/$$file "$(distdir)/$$file" \
352
	    || exit 1; \
353
	  fi; \
354
	done
355
check-am: all-am
356
check: check-am
357
all-am: Makefile $(HEADERS)
358
installdirs:
359
	for dir in "$(DESTDIR)$(includedir)"; do \
360
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
361
	done
362
install: install-am
363
install-exec: install-exec-am
364
install-data: install-data-am
365
uninstall: uninstall-am
366
367
install-am: all-am
368
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
369
370
installcheck: installcheck-am
371
install-strip:
372
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
373
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
374
	  `test -z '$(STRIP)' || \
375
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
376
mostlyclean-generic:
377
378
clean-generic:
379
380
distclean-generic:
381
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
382
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
383
384
maintainer-clean-generic:
385
	@echo "This command is intended for maintainers to use"
386
	@echo "it deletes files that may require special tools to rebuild."
387
clean: clean-am
388
389
clean-am: clean-generic clean-libtool mostlyclean-am
390
391
distclean: distclean-am
392
	-rm -f Makefile
393
distclean-am: clean-am distclean-generic distclean-tags
394
395
dvi: dvi-am
396
397
dvi-am:
398
399
html: html-am
400
401
html-am:
402
403
info: info-am
404
405
info-am:
406
407
install-data-am: install-nobase_includeHEADERS
408
409
install-dvi: install-dvi-am
410
411
install-dvi-am:
412
413
install-exec-am:
414
415
install-html: install-html-am
416
417
install-html-am:
418
419
install-info: install-info-am
420
421
install-info-am:
422
423
install-man:
424
425
install-pdf: install-pdf-am
426
427
install-pdf-am:
428
429
install-ps: install-ps-am
430
431
install-ps-am:
432
433
installcheck-am:
434
435
maintainer-clean: maintainer-clean-am
436
	-rm -f Makefile
437
maintainer-clean-am: distclean-am maintainer-clean-generic
438
439
mostlyclean: mostlyclean-am
440
441
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
442
443
pdf: pdf-am
444
445
pdf-am:
446
447
ps: ps-am
448
449
ps-am:
450
451
uninstall-am: uninstall-nobase_includeHEADERS
452
453
.MAKE: install-am install-strip
454
455
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
456
	clean-libtool ctags distclean distclean-generic \
457
	distclean-libtool distclean-tags distdir dvi dvi-am html \
458
	html-am info info-am install install-am install-data \
459
	install-data-am install-dvi install-dvi-am install-exec \
460
	install-exec-am install-html install-html-am install-info \
461
	install-info-am install-man install-nobase_includeHEADERS \
462
	install-pdf install-pdf-am install-ps install-ps-am \
463
	install-strip installcheck installcheck-am installdirs \
464
	maintainer-clean maintainer-clean-generic mostlyclean \
465
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
466
	tags uninstall uninstall-am uninstall-nobase_includeHEADERS
467
468
469
# Tell versions [3.59,3.63) of GNU make to not export all variables.
470
# Otherwise a system limit (for SysV at least) may be exceeded.
471
.NOEXPORT: