ldb/talloc/tdb: Use manually written pc file.
[kai/samba-autobuild/.git] / source4 / lib / tdb / config.mk
1 ################################################
2 # Start SUBSYSTEM LIBTDB
3 [LIBRARY::LIBTDB]
4 VERSION = 0.0.1
5 SO_VERSION = 0
6 PC_FILE = tdb.pc
7 DESCRIPTION = Trivial Database Library
8 OBJ_FILES = \
9         common/tdb.o common/dump.o common/io.o common/lock.o \
10         common/open.o common/traverse.o common/freelist.o \
11         common/error.o common/transaction.o
12 CFLAGS = -Ilib/tdb/include
13 PUBLIC_HEADERS = include/tdb.h
14 #
15 # End SUBSYSTEM ldb
16 ################################################
17
18 ################################################
19 # Start BINARY tdbtool
20 [BINARY::tdbtool]
21 INSTALLDIR = BINDIR
22 OBJ_FILES= \
23                 tools/tdbtool.o
24 PRIVATE_DEPENDENCIES = \
25                 LIBTDB
26 # End BINARY tdbtool
27 ################################################
28
29 ################################################
30 # Start BINARY tdbtorture
31 [BINARY::tdbtorture]
32 INSTALLDIR = BINDIR
33 OBJ_FILES= \
34                 tools/tdbtorture.o
35 PRIVATE_DEPENDENCIES = \
36                 LIBTDB
37 # End BINARY tdbtorture
38 ################################################
39
40 ################################################
41 # Start BINARY tdbdump
42 [BINARY::tdbdump]
43 INSTALLDIR = BINDIR
44 OBJ_FILES= \
45                 tools/tdbdump.o
46 PRIVATE_DEPENDENCIES = \
47                 LIBTDB
48 # End BINARY tdbdump
49 ################################################
50
51 ################################################
52 # Start BINARY tdbbackup
53 [BINARY::tdbbackup]
54 INSTALLDIR = BINDIR
55 OBJ_FILES= \
56                 tools/tdbbackup.o
57 PRIVATE_DEPENDENCIES = \
58                 LIBTDB
59 # End BINARY tdbbackup
60 ################################################