/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc
5 by edam
- updated README
1
# Makefile.in generated by automake 1.11 from Makefile.am.
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
VPATH = @srcdir@
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)
30
NORMAL_INSTALL = :
31
PRE_INSTALL = :
32
POST_INSTALL = :
33
NORMAL_UNINSTALL = :
34
PRE_UNINSTALL = :
35
POST_UNINSTALL = :
36
build_triplet = @build@
37
host_triplet = @host@
38
check_PROGRAMS = test-main$(EXEEXT)
39
subdir = test
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) \
47
	$(ACLOCAL_M4)
48
mkinstalldirs = $(install_sh) -d
49
CONFIG_HEADER = $(top_builddir)/config.h
50
CONFIG_CLEAN_FILES =
51
CONFIG_CLEAN_VPATH_FILES =
52
am_test_main_OBJECTS = test-main.$(OBJEXT)
53
test_main_OBJECTS = $(am_test_main_OBJECTS)
6 by edam
- fixed .am files so the library gets built!
54
test_main_DEPENDENCIES =
5 by edam
- updated README
55
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
56
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
57
am__depfiles_maybe = depfiles
58
am__mv = mv -f
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)
64
CXXLD = $(CXX)
65
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
66
	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
67
	$(LDFLAGS) -o $@
68
SOURCES = $(test_main_SOURCES)
69
DIST_SOURCES = $(test_main_SOURCES)
70
ETAGS = etags
71
CTAGS = ctags
72
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73
ACLOCAL = @ACLOCAL@
74
AMTAR = @AMTAR@
75
AR = @AR@
76
AUTOCONF = @AUTOCONF@
77
AUTOHEADER = @AUTOHEADER@
78
AUTOMAKE = @AUTOMAKE@
79
AWK = @AWK@
80
CC = @CC@
81
CCDEPMODE = @CCDEPMODE@
82
CFLAGS = @CFLAGS@
83
CPP = @CPP@
84
CPPFLAGS = @CPPFLAGS@
85
CXX = @CXX@
86
CXXCPP = @CXXCPP@
87
CXXDEPMODE = @CXXDEPMODE@
88
CXXFLAGS = @CXXFLAGS@
89
CYGPATH_W = @CYGPATH_W@
90
DEFS = @DEFS@
91
DEPDIR = @DEPDIR@
92
DSYMUTIL = @DSYMUTIL@
93
DUMPBIN = @DUMPBIN@
94
ECHO_C = @ECHO_C@
95
ECHO_N = @ECHO_N@
96
ECHO_T = @ECHO_T@
97
EGREP = @EGREP@
98
EXEEXT = @EXEEXT@
99
FGREP = @FGREP@
100
GREP = @GREP@
101
INSTALL = @INSTALL@
102
INSTALL_DATA = @INSTALL_DATA@
103
INSTALL_PROGRAM = @INSTALL_PROGRAM@
104
INSTALL_SCRIPT = @INSTALL_SCRIPT@
105
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
106
LD = @LD@
107
LDFLAGS = @LDFLAGS@
108
LIBOBJS = @LIBOBJS@
109
LIBS = @LIBS@
110
LIBTOOL = @LIBTOOL@
111
LIPO = @LIPO@
112
LN_S = @LN_S@
113
LTLIBOBJS = @LTLIBOBJS@
114
MAKEINFO = @MAKEINFO@
115
MKDIR_P = @MKDIR_P@
116
NM = @NM@
117
NMEDIT = @NMEDIT@
118
OBJDUMP = @OBJDUMP@
119
OBJEXT = @OBJEXT@
120
OTOOL = @OTOOL@
121
OTOOL64 = @OTOOL64@
122
PACKAGE = @PACKAGE@
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@
130
RANLIB = @RANLIB@
131
SED = @SED@
132
SET_MAKE = @SET_MAKE@
133
SHELL = @SHELL@
134
STRIP = @STRIP@
135
VERSION = @VERSION@
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@
146
am__tar = @am__tar@
147
am__untar = @am__untar@
148
bindir = @bindir@
149
build = @build@
150
build_alias = @build_alias@
151
build_cpu = @build_cpu@
152
build_os = @build_os@
153
build_vendor = @build_vendor@
154
builddir = @builddir@
155
datadir = @datadir@
156
datarootdir = @datarootdir@
157
docdir = @docdir@
158
dvidir = @dvidir@
159
exec_prefix = @exec_prefix@
160
host = @host@
161
host_alias = @host_alias@
162
host_cpu = @host_cpu@
163
host_os = @host_os@
164
host_vendor = @host_vendor@
165
htmldir = @htmldir@
166
includedir = @includedir@
167
infodir = @infodir@
168
install_sh = @install_sh@
169
libdir = @libdir@
170
libexecdir = @libexecdir@
171
localedir = @localedir@
172
localstatedir = @localstatedir@
173
lt_ECHO = @lt_ECHO@
174
mandir = @mandir@
175
mkdir_p = @mkdir_p@
176
oldincludedir = @oldincludedir@
177
pdfdir = @pdfdir@
178
prefix = @prefix@
179
program_transform_name = @program_transform_name@
180
psdir = @psdir@
181
sbindir = @sbindir@
182
sharedstatedir = @sharedstatedir@
183
srcdir = @srcdir@
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@
6 by edam
- fixed .am files so the library gets built!
189
AM_CPPFLAGS = -I$(top_srcdir)/include
5 by edam
- updated README
190
test_main_SOURCES = test-main.cc
6 by edam
- fixed .am files so the library gets built!
191
test_main_LDADD = -L$(top_srcdir)/src -lsqlite3cc
5 by edam
- updated README
192
all: all-am
193
194
.SUFFIXES:
195
.SUFFIXES: .cc .lo .o .obj
196
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
197
	@for dep in $?; do \
198
	  case '$(am__configure_deps)' in \
199
	    *$$dep*) \
200
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
201
	        && { if test -f $@; then exit 0; else break; fi; }; \
202
	      exit 1;; \
203
	  esac; \
204
	done; \
205
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
206
	$(am__cd) $(top_srcdir) && \
207
	  $(AUTOMAKE) --foreign test/Makefile
208
.PRECIOUS: Makefile
209
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
210
	@case '$?' in \
211
	  *config.status*) \
212
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
213
	  *) \
214
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
215
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
216
	esac;
217
218
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
219
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
220
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):
226
227
clean-checkPROGRAMS:
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; \
234
	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)
238
239
mostlyclean-compile:
240
	-rm -f *.$(OBJEXT)
241
242
distclean-compile:
243
	-rm -f *.tab.c
244
245
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-main.Po@am__quote@
246
247
.cc.o:
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 $@ $<
253
254
.cc.obj:
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) '$<'`
260
261
.cc.lo:
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 $@ $<
267
268
mostlyclean-libtool:
269
	-rm -f *.lo
270
271
clean-libtool:
272
	-rm -rf .libs _libs
273
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; \
278
	  done | \
279
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
280
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
281
	mkid -fID $$unique
282
tags: TAGS
283
284
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
285
		$(TAGS_FILES) $(LISP)
286
	set x; \
287
	here=`pwd`; \
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; \
291
	  done | \
292
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
293
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
294
	shift; \
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) \
299
	      "$$@" $$unique; \
300
	  else \
301
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
302
	      $$unique; \
303
	  fi; \
304
	fi
305
ctags: CTAGS
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; \
311
	  done | \
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) \
316
	     $$unique
317
318
GTAGS:
319
	here=`$(am__cd) $(top_builddir) && pwd` \
320
	  && $(am__cd) $(top_srcdir) \
321
	  && gtags -i $(GTAGS_ARGS) "$$here"
322
323
distclean-tags:
324
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
325
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,/[^/]*$$,,' | \
336
			   sort -u` ;; \
337
	esac; \
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 {} \;; \
344
	    fi; \
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 {} \;; \
348
	    fi; \
349
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
350
	  else \
351
	    test -f "$(distdir)/$$file" \
352
	    || cp -p $$d/$$file "$(distdir)/$$file" \
353
	    || exit 1; \
354
	  fi; \
355
	done
356
check-am: all-am
357
	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
358
check: check-am
359
all-am: Makefile
360
installdirs:
361
install: install-am
362
install-exec: install-exec-am
363
install-data: install-data-am
364
uninstall: uninstall-am
365
366
install-am: all-am
367
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
368
369
installcheck: installcheck-am
370
install-strip:
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
375
mostlyclean-generic:
376
377
clean-generic:
378
379
distclean-generic:
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)
382
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."
386
clean: clean-am
387
388
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
389
	mostlyclean-am
390
391
distclean: distclean-am
392
	-rm -rf ./$(DEPDIR)
393
	-rm -f Makefile
394
distclean-am: clean-am distclean-compile distclean-generic \
395
	distclean-tags
396
397
dvi: dvi-am
398
399
dvi-am:
400
401
html: html-am
402
403
html-am:
404
405
info: info-am
406
407
info-am:
408
409
install-data-am:
410
411
install-dvi: install-dvi-am
412
413
install-dvi-am:
414
415
install-exec-am:
416
417
install-html: install-html-am
418
419
install-html-am:
420
421
install-info: install-info-am
422
423
install-info-am:
424
425
install-man:
426
427
install-pdf: install-pdf-am
428
429
install-pdf-am:
430
431
install-ps: install-ps-am
432
433
install-ps-am:
434
435
installcheck-am:
436
437
maintainer-clean: maintainer-clean-am
438
	-rm -rf ./$(DEPDIR)
439
	-rm -f Makefile
440
maintainer-clean-am: distclean-am maintainer-clean-generic
441
442
mostlyclean: mostlyclean-am
443
444
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
445
	mostlyclean-libtool
446
447
pdf: pdf-am
448
449
pdf-am:
450
451
ps: ps-am
452
453
ps-am:
454
455
uninstall-am:
456
457
.MAKE: check-am install-am install-strip
458
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
472
473
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.
476
.NOEXPORT: