/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.
5 by edam
- updated README
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
subdir = .
39
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40
	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
9 by edam
- added NEWS
41
	$(top_srcdir)/configure COPYING COPYING.LESSER NEWS TODO \
5 by edam
- updated README
42
	build-aux/config.guess build-aux/config.sub build-aux/depcomp \
43
	build-aux/install-sh build-aux/ltmain.sh build-aux/missing
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
46
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
47
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
48
	$(top_srcdir)/configure.ac
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
	$(ACLOCAL_M4)
51
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
52
 configure.lineno config.status.lineno
53
mkinstalldirs = $(install_sh) -d
54
CONFIG_HEADER = config.h
55
CONFIG_CLEAN_FILES =
56
CONFIG_CLEAN_VPATH_FILES =
57
SOURCES =
58
DIST_SOURCES =
59
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
60
	html-recursive info-recursive install-data-recursive \
61
	install-dvi-recursive install-exec-recursive \
62
	install-html-recursive install-info-recursive \
63
	install-pdf-recursive install-ps-recursive install-recursive \
64
	installcheck-recursive installdirs-recursive pdf-recursive \
65
	ps-recursive uninstall-recursive
66
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
67
  distclean-recursive maintainer-clean-recursive
68
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
69
	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
70
	distdir dist dist-all distcheck
71
ETAGS = etags
72
CTAGS = ctags
73
DIST_SUBDIRS = $(SUBDIRS)
74
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75
distdir = $(PACKAGE)-$(VERSION)
76
top_distdir = $(distdir)
77
am__remove_distdir = \
78
  { test ! -d "$(distdir)" \
79
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
80
         && rm -fr "$(distdir)"; }; }
81
am__relativize = \
82
  dir0=`pwd`; \
83
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
84
  sed_rest='s,^[^/]*/*,,'; \
85
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
86
  sed_butlast='s,/*[^/]*$$,,'; \
87
  while test -n "$$dir1"; do \
88
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
89
    if test "$$first" != "."; then \
90
      if test "$$first" = ".."; then \
91
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
92
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
93
      else \
94
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
95
        if test "$$first2" = "$$first"; then \
96
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
97
        else \
98
          dir2="../$$dir2"; \
99
        fi; \
100
        dir0="$$dir0"/"$$first"; \
101
      fi; \
102
    fi; \
103
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
104
  done; \
105
  reldir="$$dir2"
20 by edam
updated build system
106
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
5 by edam
- updated README
107
GZIP_ENV = --best
108
distuninstallcheck_listfiles = find . -type f -print
109
distcleancheck_listfiles = find . -type f -print
110
ACLOCAL = @ACLOCAL@
111
AMTAR = @AMTAR@
112
AR = @AR@
113
AUTOCONF = @AUTOCONF@
114
AUTOHEADER = @AUTOHEADER@
115
AUTOMAKE = @AUTOMAKE@
116
AWK = @AWK@
117
CC = @CC@
118
CCDEPMODE = @CCDEPMODE@
119
CFLAGS = @CFLAGS@
120
CPP = @CPP@
121
CPPFLAGS = @CPPFLAGS@
122
CXX = @CXX@
123
CXXCPP = @CXXCPP@
124
CXXDEPMODE = @CXXDEPMODE@
125
CXXFLAGS = @CXXFLAGS@
126
CYGPATH_W = @CYGPATH_W@
127
DEFS = @DEFS@
128
DEPDIR = @DEPDIR@
20 by edam
updated build system
129
DLLTOOL = @DLLTOOL@
5 by edam
- updated README
130
DSYMUTIL = @DSYMUTIL@
131
DUMPBIN = @DUMPBIN@
132
ECHO_C = @ECHO_C@
133
ECHO_N = @ECHO_N@
134
ECHO_T = @ECHO_T@
135
EGREP = @EGREP@
136
EXEEXT = @EXEEXT@
137
FGREP = @FGREP@
138
GREP = @GREP@
139
INSTALL = @INSTALL@
140
INSTALL_DATA = @INSTALL_DATA@
141
INSTALL_PROGRAM = @INSTALL_PROGRAM@
142
INSTALL_SCRIPT = @INSTALL_SCRIPT@
143
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144
LD = @LD@
145
LDFLAGS = @LDFLAGS@
146
LIBOBJS = @LIBOBJS@
147
LIBS = @LIBS@
7 by edam
- removed "OK" from test-main when test is successful
148
LIBSQLITE3CC_INTERFACE = @LIBSQLITE3CC_INTERFACE@
5 by edam
- updated README
149
LIBTOOL = @LIBTOOL@
150
LIPO = @LIPO@
151
LN_S = @LN_S@
152
LTLIBOBJS = @LTLIBOBJS@
153
MAKEINFO = @MAKEINFO@
20 by edam
updated build system
154
MANIFEST_TOOL = @MANIFEST_TOOL@
5 by edam
- updated README
155
MKDIR_P = @MKDIR_P@
156
NM = @NM@
157
NMEDIT = @NMEDIT@
158
OBJDUMP = @OBJDUMP@
159
OBJEXT = @OBJEXT@
160
OTOOL = @OTOOL@
161
OTOOL64 = @OTOOL64@
162
PACKAGE = @PACKAGE@
163
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
164
PACKAGE_NAME = @PACKAGE_NAME@
165
PACKAGE_STRING = @PACKAGE_STRING@
166
PACKAGE_TARNAME = @PACKAGE_TARNAME@
167
PACKAGE_URL = @PACKAGE_URL@
168
PACKAGE_VERSION = @PACKAGE_VERSION@
169
PATH_SEPARATOR = @PATH_SEPARATOR@
170
RANLIB = @RANLIB@
171
SED = @SED@
172
SET_MAKE = @SET_MAKE@
173
SHELL = @SHELL@
174
STRIP = @STRIP@
175
VERSION = @VERSION@
176
abs_builddir = @abs_builddir@
177
abs_srcdir = @abs_srcdir@
178
abs_top_builddir = @abs_top_builddir@
179
abs_top_srcdir = @abs_top_srcdir@
20 by edam
updated build system
180
ac_ct_AR = @ac_ct_AR@
5 by edam
- updated README
181
ac_ct_CC = @ac_ct_CC@
182
ac_ct_CXX = @ac_ct_CXX@
183
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
184
am__include = @am__include@
185
am__leading_dot = @am__leading_dot@
186
am__quote = @am__quote@
187
am__tar = @am__tar@
188
am__untar = @am__untar@
189
bindir = @bindir@
190
build = @build@
191
build_alias = @build_alias@
192
build_cpu = @build_cpu@
193
build_os = @build_os@
194
build_vendor = @build_vendor@
195
builddir = @builddir@
196
datadir = @datadir@
197
datarootdir = @datarootdir@
198
docdir = @docdir@
199
dvidir = @dvidir@
200
exec_prefix = @exec_prefix@
201
host = @host@
202
host_alias = @host_alias@
203
host_cpu = @host_cpu@
204
host_os = @host_os@
205
host_vendor = @host_vendor@
206
htmldir = @htmldir@
207
includedir = @includedir@
208
infodir = @infodir@
209
install_sh = @install_sh@
210
libdir = @libdir@
211
libexecdir = @libexecdir@
212
localedir = @localedir@
213
localstatedir = @localstatedir@
214
mandir = @mandir@
215
mkdir_p = @mkdir_p@
216
oldincludedir = @oldincludedir@
217
pdfdir = @pdfdir@
218
prefix = @prefix@
219
program_transform_name = @program_transform_name@
220
psdir = @psdir@
221
sbindir = @sbindir@
222
sharedstatedir = @sharedstatedir@
223
srcdir = @srcdir@
224
sysconfdir = @sysconfdir@
225
target_alias = @target_alias@
226
top_build_prefix = @top_build_prefix@
227
top_builddir = @top_builddir@
228
top_srcdir = @top_srcdir@
7 by edam
- removed "OK" from test-main when test is successful
229
SUBDIRS = src include test
5 by edam
- updated README
230
ACLOCAL_AMFLAGS = -I m4
231
all: config.h
232
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
233
234
.SUFFIXES:
235
am--refresh:
236
	@:
237
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
238
	@for dep in $?; do \
239
	  case '$(am__configure_deps)' in \
240
	    *$$dep*) \
241
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
242
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
243
		&& exit 0; \
244
	      exit 1;; \
245
	  esac; \
246
	done; \
247
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
248
	$(am__cd) $(top_srcdir) && \
249
	  $(AUTOMAKE) --foreign Makefile
250
.PRECIOUS: Makefile
251
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
252
	@case '$?' in \
253
	  *config.status*) \
254
	    echo ' $(SHELL) ./config.status'; \
255
	    $(SHELL) ./config.status;; \
256
	  *) \
257
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
258
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
259
	esac;
260
261
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
262
	$(SHELL) ./config.status --recheck
263
264
$(top_srcdir)/configure:  $(am__configure_deps)
265
	$(am__cd) $(srcdir) && $(AUTOCONF)
266
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
267
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
268
$(am__aclocal_m4_deps):
269
270
config.h: stamp-h1
271
	@if test ! -f $@; then \
272
	  rm -f stamp-h1; \
273
	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
274
	else :; fi
275
276
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
277
	@rm -f stamp-h1
278
	cd $(top_builddir) && $(SHELL) ./config.status config.h
279
$(srcdir)/config.h.in:  $(am__configure_deps) 
280
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
281
	rm -f stamp-h1
282
	touch $@
283
284
distclean-hdr:
285
	-rm -f config.h stamp-h1
286
287
mostlyclean-libtool:
288
	-rm -f *.lo
289
290
clean-libtool:
291
	-rm -rf .libs _libs
292
293
distclean-libtool:
294
	-rm -f libtool config.lt
295
296
# This directory's subdirectories are mostly independent; you can cd
297
# into them and run `make' without going through this Makefile.
298
# To change the values of `make' variables: instead of editing Makefiles,
299
# (1) if the variable is set in `config.status', edit `config.status'
300
#     (which will cause the Makefiles to be regenerated when you run `make');
301
# (2) otherwise, pass the desired values on the `make' command line.
302
$(RECURSIVE_TARGETS):
16 by edam
- renamed database to connection to better identify what it is (would database_connection be better though?)
303
	@fail= failcom='exit 1'; \
5 by edam
- updated README
304
	for f in x $$MAKEFLAGS; do \
305
	  case $$f in \
306
	    *=* | --[!k]*);; \
307
	    *k*) failcom='fail=yes';; \
308
	  esac; \
309
	done; \
310
	dot_seen=no; \
311
	target=`echo $@ | sed s/-recursive//`; \
312
	list='$(SUBDIRS)'; for subdir in $$list; do \
313
	  echo "Making $$target in $$subdir"; \
314
	  if test "$$subdir" = "."; then \
315
	    dot_seen=yes; \
316
	    local_target="$$target-am"; \
317
	  else \
318
	    local_target="$$target"; \
319
	  fi; \
320
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
321
	  || eval $$failcom; \
322
	done; \
323
	if test "$$dot_seen" = "no"; then \
324
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
325
	fi; test -z "$$fail"
326
327
$(RECURSIVE_CLEAN_TARGETS):
16 by edam
- renamed database to connection to better identify what it is (would database_connection be better though?)
328
	@fail= failcom='exit 1'; \
5 by edam
- updated README
329
	for f in x $$MAKEFLAGS; do \
330
	  case $$f in \
331
	    *=* | --[!k]*);; \
332
	    *k*) failcom='fail=yes';; \
333
	  esac; \
334
	done; \
335
	dot_seen=no; \
336
	case "$@" in \
337
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
338
	  *) list='$(SUBDIRS)' ;; \
339
	esac; \
340
	rev=''; for subdir in $$list; do \
341
	  if test "$$subdir" = "."; then :; else \
342
	    rev="$$subdir $$rev"; \
343
	  fi; \
344
	done; \
345
	rev="$$rev ."; \
346
	target=`echo $@ | sed s/-recursive//`; \
347
	for subdir in $$rev; do \
348
	  echo "Making $$target in $$subdir"; \
349
	  if test "$$subdir" = "."; then \
350
	    local_target="$$target-am"; \
351
	  else \
352
	    local_target="$$target"; \
353
	  fi; \
354
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
355
	  || eval $$failcom; \
356
	done && test -z "$$fail"
357
tags-recursive:
358
	list='$(SUBDIRS)'; for subdir in $$list; do \
359
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
360
	done
361
ctags-recursive:
362
	list='$(SUBDIRS)'; for subdir in $$list; do \
363
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
364
	done
365
366
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
367
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
368
	unique=`for i in $$list; do \
369
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370
	  done | \
371
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
373
	mkid -fID $$unique
374
tags: TAGS
375
376
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
377
		$(TAGS_FILES) $(LISP)
378
	set x; \
379
	here=`pwd`; \
380
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
381
	  include_option=--etags-include; \
382
	  empty_fix=.; \
383
	else \
384
	  include_option=--include; \
385
	  empty_fix=; \
386
	fi; \
387
	list='$(SUBDIRS)'; for subdir in $$list; do \
388
	  if test "$$subdir" = .; then :; else \
389
	    test ! -f $$subdir/TAGS || \
390
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
391
	  fi; \
392
	done; \
393
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
394
	unique=`for i in $$list; do \
395
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
396
	  done | \
397
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
398
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
399
	shift; \
400
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
401
	  test -n "$$unique" || unique=$$empty_fix; \
402
	  if test $$# -gt 0; then \
403
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
404
	      "$$@" $$unique; \
405
	  else \
406
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
407
	      $$unique; \
408
	  fi; \
409
	fi
410
ctags: CTAGS
411
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
412
		$(TAGS_FILES) $(LISP)
413
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
414
	unique=`for i in $$list; do \
415
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
416
	  done | \
417
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
418
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
419
	test -z "$(CTAGS_ARGS)$$unique" \
420
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
421
	     $$unique
422
423
GTAGS:
424
	here=`$(am__cd) $(top_builddir) && pwd` \
425
	  && $(am__cd) $(top_srcdir) \
426
	  && gtags -i $(GTAGS_ARGS) "$$here"
427
428
distclean-tags:
429
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
430
431
distdir: $(DISTFILES)
432
	$(am__remove_distdir)
433
	test -d "$(distdir)" || mkdir "$(distdir)"
434
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
436
	list='$(DISTFILES)'; \
437
	  dist_files=`for file in $$list; do echo $$file; done | \
438
	  sed -e "s|^$$srcdirstrip/||;t" \
439
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
440
	case $$dist_files in \
441
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
442
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
443
			   sort -u` ;; \
444
	esac; \
445
	for file in $$dist_files; do \
446
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
447
	  if test -d $$d/$$file; then \
448
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
449
	    if test -d "$(distdir)/$$file"; then \
450
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
451
	    fi; \
452
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
453
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
454
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
455
	    fi; \
456
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
457
	  else \
458
	    test -f "$(distdir)/$$file" \
459
	    || cp -p $$d/$$file "$(distdir)/$$file" \
460
	    || exit 1; \
461
	  fi; \
462
	done
463
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
464
	  if test "$$subdir" = .; then :; else \
465
	    test -d "$(distdir)/$$subdir" \
466
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
467
	    || exit 1; \
468
	  fi; \
469
	done
470
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
471
	  if test "$$subdir" = .; then :; else \
472
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
473
	    $(am__relativize); \
474
	    new_distdir=$$reldir; \
475
	    dir1=$$subdir; dir2="$(top_distdir)"; \
476
	    $(am__relativize); \
477
	    new_top_distdir=$$reldir; \
478
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
479
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
480
	    ($(am__cd) $$subdir && \
481
	      $(MAKE) $(AM_MAKEFLAGS) \
482
	        top_distdir="$$new_top_distdir" \
483
	        distdir="$$new_distdir" \
484
		am__remove_distdir=: \
485
		am__skip_length_check=: \
486
		am__skip_mode_fix=: \
487
	        distdir) \
488
	      || exit 1; \
489
	  fi; \
490
	done
491
	-test -n "$(am__skip_mode_fix)" \
16 by edam
- renamed database to connection to better identify what it is (would database_connection be better though?)
492
	|| find "$(distdir)" -type d ! -perm -755 \
493
		-exec chmod u+rwx,go+rx {} \; -o \
5 by edam
- updated README
494
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
495
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
496
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
497
	|| chmod -R a+r "$(distdir)"
498
dist-gzip: distdir
499
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
500
	$(am__remove_distdir)
501
502
dist-bzip2: distdir
503
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
504
	$(am__remove_distdir)
505
506
dist-lzma: distdir
507
	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
508
	$(am__remove_distdir)
509
dist-xz: distdir
510
	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
511
	$(am__remove_distdir)
512
513
dist-tarZ: distdir
514
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
515
	$(am__remove_distdir)
516
517
dist-shar: distdir
518
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
519
	$(am__remove_distdir)
520
521
dist-zip: distdir
522
	-rm -f $(distdir).zip
523
	zip -rq $(distdir).zip $(distdir)
524
	$(am__remove_distdir)
525
526
dist dist-all: distdir
527
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
20 by edam
updated build system
528
	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
5 by edam
- updated README
529
	$(am__remove_distdir)
530
531
# This target untars the dist file and tries a VPATH configuration.  Then
532
# it guarantees that the distribution is self-contained by making another
533
# tarfile.
534
distcheck: dist
535
	case '$(DIST_ARCHIVES)' in \
536
	*.tar.gz*) \
16 by edam
- renamed database to connection to better identify what it is (would database_connection be better though?)
537
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
5 by edam
- updated README
538
	*.tar.bz2*) \
16 by edam
- renamed database to connection to better identify what it is (would database_connection be better though?)
539
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
5 by edam
- updated README
540
	*.tar.lzma*) \
16 by edam
- renamed database to connection to better identify what it is (would database_connection be better though?)
541
	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
5 by edam
- updated README
542
	*.tar.xz*) \
543
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
544
	*.tar.Z*) \
545
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
546
	*.shar.gz*) \
16 by edam
- renamed database to connection to better identify what it is (would database_connection be better though?)
547
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
5 by edam
- updated README
548
	*.zip*) \
549
	  unzip $(distdir).zip ;;\
550
	esac
551
	chmod -R a-w $(distdir); chmod a+w $(distdir)
552
	mkdir $(distdir)/_build
553
	mkdir $(distdir)/_inst
554
	chmod a-w $(distdir)
555
	test -d $(distdir)/_build || exit 0; \
556
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
557
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
558
	  && am__cwd=`pwd` \
559
	  && $(am__cd) $(distdir)/_build \
560
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
561
	    $(DISTCHECK_CONFIGURE_FLAGS) \
562
	  && $(MAKE) $(AM_MAKEFLAGS) \
563
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
564
	  && $(MAKE) $(AM_MAKEFLAGS) check \
565
	  && $(MAKE) $(AM_MAKEFLAGS) install \
566
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
567
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
568
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
569
	        distuninstallcheck \
570
	  && chmod -R a-w "$$dc_install_base" \
571
	  && ({ \
572
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
573
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
574
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
575
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
576
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
577
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
578
	  && rm -rf "$$dc_destdir" \
579
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
580
	  && rm -rf $(DIST_ARCHIVES) \
581
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
582
	  && cd "$$am__cwd" \
583
	  || exit 1
584
	$(am__remove_distdir)
585
	@(echo "$(distdir) archives ready for distribution: "; \
586
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
587
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
588
distuninstallcheck:
589
	@$(am__cd) '$(distuninstallcheck_dir)' \
590
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
591
	   || { echo "ERROR: files left after uninstall:" ; \
592
	        if test -n "$(DESTDIR)"; then \
593
	          echo "  (check DESTDIR support)"; \
594
	        fi ; \
595
	        $(distuninstallcheck_listfiles) ; \
596
	        exit 1; } >&2
597
distcleancheck: distclean
598
	@if test '$(srcdir)' = . ; then \
599
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
600
	  exit 1 ; \
601
	fi
602
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
603
	  || { echo "ERROR: files left in build directory after distclean:" ; \
604
	       $(distcleancheck_listfiles) ; \
605
	       exit 1; } >&2
606
check-am: all-am
607
check: check-recursive
608
all-am: Makefile config.h
609
installdirs: installdirs-recursive
610
installdirs-am:
611
install: install-recursive
612
install-exec: install-exec-recursive
613
install-data: install-data-recursive
614
uninstall: uninstall-recursive
615
616
install-am: all-am
617
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
618
619
installcheck: installcheck-recursive
620
install-strip:
621
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
622
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
623
	  `test -z '$(STRIP)' || \
624
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
625
mostlyclean-generic:
626
627
clean-generic:
628
629
distclean-generic:
630
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
631
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
632
633
maintainer-clean-generic:
634
	@echo "This command is intended for maintainers to use"
635
	@echo "it deletes files that may require special tools to rebuild."
636
clean: clean-recursive
637
638
clean-am: clean-generic clean-libtool mostlyclean-am
639
640
distclean: distclean-recursive
641
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
642
	-rm -f Makefile
643
distclean-am: clean-am distclean-generic distclean-hdr \
644
	distclean-libtool distclean-tags
645
646
dvi: dvi-recursive
647
648
dvi-am:
649
650
html: html-recursive
651
652
html-am:
653
654
info: info-recursive
655
656
info-am:
657
658
install-data-am:
659
660
install-dvi: install-dvi-recursive
661
662
install-dvi-am:
663
664
install-exec-am:
665
666
install-html: install-html-recursive
667
668
install-html-am:
669
670
install-info: install-info-recursive
671
672
install-info-am:
673
674
install-man:
675
676
install-pdf: install-pdf-recursive
677
678
install-pdf-am:
679
680
install-ps: install-ps-recursive
681
682
install-ps-am:
683
684
installcheck-am:
685
686
maintainer-clean: maintainer-clean-recursive
687
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
688
	-rm -rf $(top_srcdir)/autom4te.cache
689
	-rm -f Makefile
690
maintainer-clean-am: distclean-am maintainer-clean-generic
691
692
mostlyclean: mostlyclean-recursive
693
694
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
695
696
pdf: pdf-recursive
697
698
pdf-am:
699
700
ps: ps-recursive
701
702
ps-am:
703
704
uninstall-am:
705
706
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
707
	ctags-recursive install-am install-strip tags-recursive
708
709
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
710
	all all-am am--refresh check check-am clean clean-generic \
711
	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
712
	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
713
	distcheck distclean distclean-generic distclean-hdr \
714
	distclean-libtool distclean-tags distcleancheck distdir \
715
	distuninstallcheck dvi dvi-am html html-am info info-am \
716
	install install-am install-data install-data-am install-dvi \
717
	install-dvi-am install-exec install-exec-am install-html \
718
	install-html-am install-info install-info-am install-man \
719
	install-pdf install-pdf-am install-ps install-ps-am \
720
	install-strip installcheck installcheck-am installdirs \
721
	installdirs-am maintainer-clean maintainer-clean-generic \
722
	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
723
	ps ps-am tags tags-recursive uninstall uninstall-am
724
725
726
# Tell versions [3.59,3.63) of GNU make to not export all variables.
727
# Otherwise a system limit (for SysV at least) may be exceeded.
728
.NOEXPORT: