File: Makefile.am

package info (click to toggle)
tntdb 0.9.0-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,256 kB
  • ctags: 1,120
  • sloc: sh: 8,694; cpp: 6,362; makefile: 191; ansic: 41
file content (68 lines) | stat: -rw-r--r-- 1,837 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
nobase_include_HEADERS = \
	tntdb/bits/connection.h \
	tntdb/bits/result.h \
	tntdb/bits/result_iterator.h \
	tntdb/bits/row.h \
	tntdb/bits/row_iterator.h \
	tntdb/bits/statement.h \
	tntdb/bits/statement_iterator.h \
	tntdb/bits/value.h \
	tntdb/connect.h \
	tntdb/connection.h \
	tntdb/date.h \
	tntdb/datetime.h \
	tntdb/error.h \
	tntdb/iface/iconnection.h \
	tntdb/iface/iconnectionmanager.h \
	tntdb/iface/icursor.h \
	tntdb/iface/iresult.h \
	tntdb/iface/irow.h \
	tntdb/iface/istatement.h \
	tntdb/iface/ivalue.h \
	tntdb/connectionpool.h \
	tntdb/librarymanager.h \
	tntdb/noncopyable.h \
	tntdb/refcounted.h \
	tntdb/result.h \
	tntdb/row.h \
	tntdb/smartptr.h \
	tntdb/statement.h \
	tntdb/time.h \
	tntdb/transaction.h \
	tntdb/value.h

nobase_noinst_HEADERS = \
	tntdb/mysql/bindutils.h \
	tntdb/mysql/bindvalues.h \
	tntdb/mysql/cursor.h \
	tntdb/mysql/error.h \
	tntdb/mysql/impl/boundrow.h \
	tntdb/mysql/impl/boundvalue.h \
	tntdb/mysql/impl/connection.h \
	tntdb/mysql/impl/connectionmanager.h \
	tntdb/mysql/impl/cursor.h \
	tntdb/mysql/impl/result.h \
	tntdb/mysql/impl/resultrow.h \
	tntdb/mysql/impl/rowcontainer.h \
	tntdb/mysql/impl/rowvalue.h \
	tntdb/mysql/impl/statement.h \
	tntdb/postgresql/error.h \
	tntdb/postgresql/impl/connection.h \
	tntdb/postgresql/impl/connectionmanager.h \
	tntdb/postgresql/impl/cursor.h \
	tntdb/postgresql/impl/result.h \
	tntdb/postgresql/impl/resultrow.h \
	tntdb/postgresql/impl/resultvalue.h \
	tntdb/postgresql/impl/statement.h \
	tntdb/sqlite/error.h \
	tntdb/sqlite/impl/connection.h \
	tntdb/sqlite/impl/connectionmanager.h \
	tntdb/sqlite/impl/cursor.h \
	tntdb/sqlite/impl/statement.h \
	tntdb/sqlite/impl/stmtrow.h \
	tntdb/sqlite/impl/stmtvalue.h \
	tntdb/impl/poolconnection.h \
	tntdb/impl/result.h \
	tntdb/impl/row.h \
	tntdb/impl/value.h \
	tntdb/stmtparser.h