added copies of libs so can be built standalone
[vlendec/samba-autobuild/.git] / ctdb / lib / tdb / config.mk
1 ################################################
2 # Start SUBSYSTEM LIBTDB
3 [LIBRARY::LIBTDB]
4 VERSION = 0.0.1
5 SO_VERSION = 0
6 DESCRIPTION = Trivial Database Library
7 OBJ_FILES = \
8         common/tdb.o common/dump.o common/io.o common/lock.o \
9         common/open.o common/traverse.o common/freelist.o \
10         common/error.o common/transaction.o
11 CFLAGS = -Ilib/tdb/include
12 PUBLIC_HEADERS = include/tdb.h
13 #
14 # End SUBSYSTEM ldb
15 ################################################
16
17 ################################################
18 # Start BINARY tdbtool
19 [BINARY::tdbtool]
20 INSTALLDIR = BINDIR
21 ENABLE = NO
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 ENABLE = NO
56 OBJ_FILES= \
57                 tools/tdbbackup.o
58 PRIVATE_DEPENDENCIES = \
59                 LIBTDB
60 # End BINARY tdbbackup
61 ################################################
62
63 #######################
64 # Start LIBRARY swig_tdb
65 [LIBRARY::swig_tdb]
66 LIBRARY_REALNAME = swig/_tdb.$(SHLIBEXT)
67 OBJ_FILES = swig/tdb_wrap.o
68 PUBLIC_DEPENDENCIES = LIBTDB DYNCONFIG
69 # End LIBRARY swig_tdb
70 #######################