1 ################################################
2 # Start SUBSYSTEM LIBTDB
6 DESCRIPTION
= Trivial Database Library
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 common
/tdbutil.o
11 CFLAGS
= -Ilib
/tdb
/include
12 PUBLIC_HEADERS
= include/tdb.h
15 ################################################
17 ################################################
18 # Start BINARY tdbtool
24 PRIVATE_DEPENDENCIES
= \
27 ################################################
29 ################################################
30 # Start BINARY tdbtorture
35 PRIVATE_DEPENDENCIES
= \
37 # End BINARY tdbtorture
38 ################################################
40 ################################################
41 # Start BINARY tdbdump
46 PRIVATE_DEPENDENCIES
= \
49 ################################################
51 ################################################
52 # Start BINARY tdbbackup
58 PRIVATE_DEPENDENCIES
= \
60 # End BINARY tdbbackup
61 ################################################
63 #######################
64 # Start 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 #######################