r13852: Split up
[samba.git] / source4 / lib / basic.mk
1 # LIB BASIC subsystem
2 include com/config.mk
3 include samba3/config.mk
4 include socket/config.mk
5 include charset/config.mk
6 include ldb/config.mk
7 include talloc/config.mk
8 include tdb/config.mk
9 include tls/config.mk
10 include registry/config.mk
11 include messaging/config.mk
12 include events/config.mk
13 include popt/config.mk
14 include cmdline/config.mk
15 include socket_wrapper/config.mk
16 include appweb/config.mk
17 include replace/config.mk
18 include stream/config.mk
19 include util/config.mk
20 include tdr/config.mk
21
22 ##############################
23 # Start SUBSYSTEM LIBNETIF
24 [SUBSYSTEM::LIBNETIF]
25 OBJ_FILES = \
26                 netif/interface.o \
27                 netif/netif.o
28 # End SUBSYSTEM LIBNETIF
29 ##############################
30
31 ##############################
32 # Start SUBSYSTEM LIBCRYPTO
33 [SUBSYSTEM::LIBCRYPTO]
34 NOPROTO = YES
35 OBJ_FILES = \
36                 crypto/crc32.o \
37                 crypto/md5.o \
38                 crypto/hmacmd5.o \
39                 crypto/md4.o \
40                 crypto/arcfour.o
41 # End SUBSYSTEM LIBCRYPTO
42 ##############################
43
44 ################################################
45 # Start SUBSYSTEM LIBCOMPRESSION
46 [SUBSYSTEM::LIBCOMPRESSION]
47 OBJ_FILES = \
48                 compression/mszip.o
49 # End SUBSYSTEM LIBCOMPRESION
50 ################################################
51
52 [SUBSYSTEM::GENCACHE]
53 PRIVATE_PROTO_HEADER = gencache/gencache.h
54 OBJ_FILES = \
55                 gencache/gencache.o \
56
57 [SUBSYSTEM::DB_WRAP]
58 OBJ_FILES = db_wrap.o \
59                 gendb.o
60 REQUIRED_SUBSYSTEMS = LIBLDB LIBTDB