/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: edam
  • Date: 2010-07-29 06:28:53 UTC
  • Revision ID: edam@waxworlds.org-20100729062853-4i2fec52m86mh724
- made basic_statement::step() protected, for use by query and command only
- moved basic_statement::operator<<() to command and query instead; one needs to accept sqlite::exec, the other doesn't
- added tests for query::operator<<()
- added code to invlaidate in-progress queries during any transaction rollbacks (currently segfaults in basic_statement::finalize())
- added new sqlite_error constructor that obtains a full error message
- implemented database::database_mutex_guard class
- swapped command's step mutex in favour of the database mutex

Show diffs side-by-side

added added

removed removed

1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
75
75
distdir = $(PACKAGE)-$(VERSION)
76
76
top_distdir = $(distdir)
77
77
am__remove_distdir = \
78
 
  if test -d "$(distdir)"; then \
79
 
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
80
 
      && rm -rf "$(distdir)" \
81
 
      || { sleep 5 && rm -rf "$(distdir)"; }; \
82
 
  else :; fi
 
78
  { test ! -d "$(distdir)" \
 
79
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
80
         && rm -fr "$(distdir)"; }; }
83
81
am__relativize = \
84
82
  dir0=`pwd`; \
85
83
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
105
103
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
106
104
  done; \
107
105
  reldir="$$dir2"
108
 
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
 
106
DIST_ARCHIVES = $(distdir).tar.gz
109
107
GZIP_ENV = --best
110
108
distuninstallcheck_listfiles = find . -type f -print
111
 
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
112
 
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
113
109
distcleancheck_listfiles = find . -type f -print
114
110
ACLOCAL = @ACLOCAL@
115
111
AMTAR = @AMTAR@
130
126
CYGPATH_W = @CYGPATH_W@
131
127
DEFS = @DEFS@
132
128
DEPDIR = @DEPDIR@
133
 
DLLTOOL = @DLLTOOL@
134
129
DSYMUTIL = @DSYMUTIL@
135
130
DUMPBIN = @DUMPBIN@
136
131
ECHO_C = @ECHO_C@
155
150
LN_S = @LN_S@
156
151
LTLIBOBJS = @LTLIBOBJS@
157
152
MAKEINFO = @MAKEINFO@
158
 
MANIFEST_TOOL = @MANIFEST_TOOL@
159
153
MKDIR_P = @MKDIR_P@
160
154
NM = @NM@
161
155
NMEDIT = @NMEDIT@
181
175
abs_srcdir = @abs_srcdir@
182
176
abs_top_builddir = @abs_top_builddir@
183
177
abs_top_srcdir = @abs_top_srcdir@
184
 
ac_ct_AR = @ac_ct_AR@
185
178
ac_ct_CC = @ac_ct_CC@
186
179
ac_ct_CXX = @ac_ct_CXX@
187
180
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
215
208
libexecdir = @libexecdir@
216
209
localedir = @localedir@
217
210
localstatedir = @localstatedir@
 
211
lt_ECHO = @lt_ECHO@
218
212
mandir = @mandir@
219
213
mkdir_p = @mkdir_p@
220
214
oldincludedir = @oldincludedir@
236
230
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
237
231
 
238
232
.SUFFIXES:
239
 
am--refresh: Makefile
 
233
am--refresh:
240
234
        @:
241
235
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
242
236
        @for dep in $?; do \
272
266
$(am__aclocal_m4_deps):
273
267
 
274
268
config.h: stamp-h1
275
 
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
276
 
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
269
        @if test ! -f $@; then \
 
270
          rm -f stamp-h1; \
 
271
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
272
        else :; fi
277
273
 
278
274
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
279
275
        @rm -f stamp-h1
302
298
#     (which will cause the Makefiles to be regenerated when you run `make');
303
299
# (2) otherwise, pass the desired values on the `make' command line.
304
300
$(RECURSIVE_TARGETS):
305
 
        @fail= failcom='exit 1'; \
 
301
        @failcom='exit 1'; \
306
302
        for f in x $$MAKEFLAGS; do \
307
303
          case $$f in \
308
304
            *=* | --[!k]*);; \
327
323
        fi; test -z "$$fail"
328
324
 
329
325
$(RECURSIVE_CLEAN_TARGETS):
330
 
        @fail= failcom='exit 1'; \
 
326
        @failcom='exit 1'; \
331
327
        for f in x $$MAKEFLAGS; do \
332
328
          case $$f in \
333
329
            *=* | --[!k]*);; \
491
487
          fi; \
492
488
        done
493
489
        -test -n "$(am__skip_mode_fix)" \
494
 
        || find "$(distdir)" -type d ! -perm -755 \
495
 
                -exec chmod u+rwx,go+rx {} \; -o \
 
490
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
496
491
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
497
492
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
498
493
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
502
497
        $(am__remove_distdir)
503
498
 
504
499
dist-bzip2: distdir
505
 
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
506
 
        $(am__remove_distdir)
507
 
 
508
 
dist-lzip: distdir
509
 
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 
500
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
510
501
        $(am__remove_distdir)
511
502
 
512
503
dist-lzma: distdir
513
504
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
514
505
        $(am__remove_distdir)
 
506
 
515
507
dist-xz: distdir
516
 
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
508
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
517
509
        $(am__remove_distdir)
518
510
 
519
511
dist-tarZ: distdir
531
523
 
532
524
dist dist-all: distdir
533
525
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
534
 
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
535
526
        $(am__remove_distdir)
536
527
 
537
528
# This target untars the dist file and tries a VPATH configuration.  Then
540
531
distcheck: dist
541
532
        case '$(DIST_ARCHIVES)' in \
542
533
        *.tar.gz*) \
543
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
534
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
544
535
        *.tar.bz2*) \
545
 
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
536
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
546
537
        *.tar.lzma*) \
547
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
548
 
        *.tar.lz*) \
549
 
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
 
538
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
550
539
        *.tar.xz*) \
551
540
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
552
541
        *.tar.Z*) \
553
542
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
554
543
        *.shar.gz*) \
555
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
544
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
556
545
        *.zip*) \
557
546
          unzip $(distdir).zip ;;\
558
547
        esac
566
555
          && am__cwd=`pwd` \
567
556
          && $(am__cd) $(distdir)/_build \
568
557
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
569
 
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
570
558
            $(DISTCHECK_CONFIGURE_FLAGS) \
571
559
          && $(MAKE) $(AM_MAKEFLAGS) \
572
560
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
595
583
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
596
584
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
597
585
distuninstallcheck:
598
 
        @test -n '$(distuninstallcheck_dir)' || { \
599
 
          echo 'ERROR: trying to run $@ with an empty' \
600
 
               '$$(distuninstallcheck_dir)' >&2; \
601
 
          exit 1; \
602
 
        }; \
603
 
        $(am__cd) '$(distuninstallcheck_dir)' || { \
604
 
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
605
 
          exit 1; \
606
 
        }; \
607
 
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
 
586
        @$(am__cd) '$(distuninstallcheck_dir)' \
 
587
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
608
588
           || { echo "ERROR: files left after uninstall:" ; \
609
589
                if test -n "$(DESTDIR)"; then \
610
590
                  echo "  (check DESTDIR support)"; \
635
615
 
636
616
installcheck: installcheck-recursive
637
617
install-strip:
638
 
        if test -z '$(STRIP)'; then \
639
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
640
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
641
 
              install; \
642
 
        else \
643
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
644
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
645
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
646
 
        fi
 
618
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
619
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
620
          `test -z '$(STRIP)' || \
 
621
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
647
622
mostlyclean-generic:
648
623
 
649
624
clean-generic:
731
706
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
732
707
        all all-am am--refresh check check-am clean clean-generic \
733
708
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
734
 
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
735
 
        dist-zip distcheck distclean distclean-generic distclean-hdr \
 
709
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
710
        distcheck distclean distclean-generic distclean-hdr \
736
711
        distclean-libtool distclean-tags distcleancheck distdir \
737
712
        distuninstallcheck dvi dvi-am html html-am info info-am \
738
713
        install install-am install-data install-data-am install-dvi \