/sqlite3cc

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