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 (35 lines) | stat: -rw-r--r-- 431 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
SUBDIRS =

if MAKE_POSTGRESQL_STATIC
  SUBDIRS += src/postgresql
endif

if MAKE_MYSQL_STATIC
  SUBDIRS += src/mysql
endif

if MAKE_SQLITE_STATIC
  SUBDIRS += src/sqlite
endif

SUBDIRS += src

if MAKE_POSTGRESQL_DYNAMIC
  SUBDIRS += src/postgresql
endif

if MAKE_MYSQL_DYNAMIC
  SUBDIRS += src/mysql
endif

if MAKE_SQLITE_DYNAMIC
  SUBDIRS += src/sqlite
endif

SUBDIRS += \
    include \
    demo \
    doc

EXTRA_DIST = \
	COPYING