/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)
54
test_main_LDADD = $(LDADD)
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@
189
test_main_SOURCES = test-main.cc
190
all: all-am
191
192
.SUFFIXES:
193
.SUFFIXES: .cc .lo .o .obj
194
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
195
	@for dep in $?; do \
196
	  case '$(am__configure_deps)' in \
197
	    *$$dep*) \
198
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
199
	        && { if test -f $@; then exit 0; else break; fi; }; \
200
	      exit 1;; \
201
	  esac; \
202
	done; \
203
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
204
	$(am__cd) $(top_srcdir) && \
205
	  $(AUTOMAKE) --foreign test/Makefile
206
.PRECIOUS: Makefile
207
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
208
	@case '$?' in \
209
	  *config.status*) \
210
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
211
	  *) \
212
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
213
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
214
	esac;
215
216
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
217
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
218
219
$(top_srcdir)/configure:  $(am__configure_deps)
220
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
222
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223
$(am__aclocal_m4_deps):
224
225
clean-checkPROGRAMS:
226
	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
227
	echo " rm -f" $$list; \
228
	rm -f $$list || exit $$?; \
229
	test -n "$(EXEEXT)" || exit 0; \
230
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
231
	echo " rm -f" $$list; \
232
	rm -f $$list
233
test-main$(EXEEXT): $(test_main_OBJECTS) $(test_main_DEPENDENCIES) 
234
	@rm -f test-main$(EXEEXT)
235
	$(CXXLINK) $(test_main_OBJECTS) $(test_main_LDADD) $(LIBS)
236
237
mostlyclean-compile:
238
	-rm -f *.$(OBJEXT)
239
240
distclean-compile:
241
	-rm -f *.tab.c
242
243
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-main.Po@am__quote@
244
245
.cc.o:
246
@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
247
@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
248
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
249
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
250
@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
251
252
.cc.obj:
253
@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
254
@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
255
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
256
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
257
@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
258
259
.cc.lo:
260
@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
261
@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
262
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
263
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
264
@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
265
266
mostlyclean-libtool:
267
	-rm -f *.lo
268
269
clean-libtool:
270
	-rm -rf .libs _libs
271
272
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
273
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
274
	unique=`for i in $$list; do \
275
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
276
	  done | \
277
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
278
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
279
	mkid -fID $$unique
280
tags: TAGS
281
282
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
283
		$(TAGS_FILES) $(LISP)
284
	set x; \
285
	here=`pwd`; \
286
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
287
	unique=`for i in $$list; do \
288
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
289
	  done | \
290
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
291
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
292
	shift; \
293
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
294
	  test -n "$$unique" || unique=$$empty_fix; \
295
	  if test $$# -gt 0; then \
296
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
297
	      "$$@" $$unique; \
298
	  else \
299
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
300
	      $$unique; \
301
	  fi; \
302
	fi
303
ctags: CTAGS
304
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
305
		$(TAGS_FILES) $(LISP)
306
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
307
	unique=`for i in $$list; do \
308
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
309
	  done | \
310
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
311
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
312
	test -z "$(CTAGS_ARGS)$$unique" \
313
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
314
	     $$unique
315
316
GTAGS:
317
	here=`$(am__cd) $(top_builddir) && pwd` \
318
	  && $(am__cd) $(top_srcdir) \
319
	  && gtags -i $(GTAGS_ARGS) "$$here"
320
321
distclean-tags:
322
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
323
324
distdir: $(DISTFILES)
325
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
326
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
327
	list='$(DISTFILES)'; \
328
	  dist_files=`for file in $$list; do echo $$file; done | \
329
	  sed -e "s|^$$srcdirstrip/||;t" \
330
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
331
	case $$dist_files in \
332
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
333
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
334
			   sort -u` ;; \
335
	esac; \
336
	for file in $$dist_files; do \
337
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
338
	  if test -d $$d/$$file; then \
339
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
340
	    if test -d "$(distdir)/$$file"; then \
341
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
342
	    fi; \
343
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
344
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
345
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
346
	    fi; \
347
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
348
	  else \
349
	    test -f "$(distdir)/$$file" \
350
	    || cp -p $$d/$$file "$(distdir)/$$file" \
351
	    || exit 1; \
352
	  fi; \
353
	done
354
check-am: all-am
355
	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
356
check: check-am
357
all-am: Makefile
358
installdirs:
359
install: install-am
360
install-exec: install-exec-am
361
install-data: install-data-am
362
uninstall: uninstall-am
363
364
install-am: all-am
365
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
366
367
installcheck: installcheck-am
368
install-strip:
369
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
370
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
371
	  `test -z '$(STRIP)' || \
372
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
373
mostlyclean-generic:
374
375
clean-generic:
376
377
distclean-generic:
378
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
379
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
380
381
maintainer-clean-generic:
382
	@echo "This command is intended for maintainers to use"
383
	@echo "it deletes files that may require special tools to rebuild."
384
clean: clean-am
385
386
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
387
	mostlyclean-am
388
389
distclean: distclean-am
390
	-rm -rf ./$(DEPDIR)
391
	-rm -f Makefile
392
distclean-am: clean-am distclean-compile distclean-generic \
393
	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:
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 -rf ./$(DEPDIR)
437
	-rm -f Makefile
438
maintainer-clean-am: distclean-am maintainer-clean-generic
439
440
mostlyclean: mostlyclean-am
441
442
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
443
	mostlyclean-libtool
444
445
pdf: pdf-am
446
447
pdf-am:
448
449
ps: ps-am
450
451
ps-am:
452
453
uninstall-am:
454
455
.MAKE: check-am install-am install-strip
456
457
.PHONY: CTAGS GTAGS all all-am check check-am clean \
458
	clean-checkPROGRAMS clean-generic clean-libtool ctags \
459
	distclean distclean-compile distclean-generic \
460
	distclean-libtool distclean-tags distdir dvi dvi-am html \
461
	html-am info info-am install install-am install-data \
462
	install-data-am install-dvi install-dvi-am install-exec \
463
	install-exec-am install-html install-html-am install-info \
464
	install-info-am install-man install-pdf install-pdf-am \
465
	install-ps install-ps-am install-strip installcheck \
466
	installcheck-am installdirs maintainer-clean \
467
	maintainer-clean-generic mostlyclean mostlyclean-compile \
468
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
469
	tags uninstall uninstall-am
470
471
472
# Tell versions [3.59,3.63) of GNU make to not export all variables.
473
# Otherwise a system limit (for SysV at least) may be exceeded.
474
.NOEXPORT: