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