/sqlite3cc

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

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: edam
  • Date: 2010-07-23 09:17:03 UTC
  • Revision ID: edam@waxworlds.org-20100723091703-3siqjj6eeux9hupz
- added NEWS
- added library checks to configure.ac
- added query::iterators
- remove dependency that rows have on querys (since querys have to be dependent on rows for boost::iterator_facade to work)
- rows now have the handle to the sqlite3 statement and know a count of their row number
- added convenience function tht can be used to detect presence of sqlite3cc in other packages
- updated test-main
- renamed all subdir.mk files to emake.mk

Show diffs side-by-side

added added

removed removed

1
 
# Makefile.in generated by automake 1.11.1 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,
97
97
CYGPATH_W = @CYGPATH_W@
98
98
DEFS = @DEFS@
99
99
DEPDIR = @DEPDIR@
100
 
DLLTOOL = @DLLTOOL@
101
100
DSYMUTIL = @DSYMUTIL@
102
101
DUMPBIN = @DUMPBIN@
103
102
ECHO_C = @ECHO_C@
122
121
LN_S = @LN_S@
123
122
LTLIBOBJS = @LTLIBOBJS@
124
123
MAKEINFO = @MAKEINFO@
125
 
MANIFEST_TOOL = @MANIFEST_TOOL@
126
124
MKDIR_P = @MKDIR_P@
127
125
NM = @NM@
128
126
NMEDIT = @NMEDIT@
148
146
abs_srcdir = @abs_srcdir@
149
147
abs_top_builddir = @abs_top_builddir@
150
148
abs_top_srcdir = @abs_top_srcdir@
151
 
ac_ct_AR = @ac_ct_AR@
152
149
ac_ct_CC = @ac_ct_CC@
153
150
ac_ct_CXX = @ac_ct_CXX@
154
151
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
182
179
libexecdir = @libexecdir@
183
180
localedir = @localedir@
184
181
localstatedir = @localstatedir@
 
182
lt_ECHO = @lt_ECHO@
185
183
mandir = @mandir@
186
184
mkdir_p = @mkdir_p@
187
185
oldincludedir = @oldincludedir@
201
199
        sqlite3cc.h \
202
200
        sqlite3cc/basic_statement.h \
203
201
        sqlite3cc/command.h \
204
 
        sqlite3cc/connection.h \
 
202
        sqlite3cc/database.h \
205
203
        sqlite3cc/exception.h \
206
204
        sqlite3cc/manipulator.h \
207
205
        sqlite3cc/query.h \