r13658: More moving around of files:
[samba.git] / source / 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
21 ##############################
22 # Start SUBSYSTEM LIBNETIF
23 [SUBSYSTEM::LIBNETIF]
24 OBJ_FILES = \
25                 netif/interface.o \
26                 netif/netif.o
27 # End SUBSYSTEM LIBNETIF
28 ##############################
29
30 [LIBRARY::TDR]
31 PUBLIC_HEADERS = tdr/tdr.h
32 MAJOR_VERSION = 0
33 MINOR_VERSION = 0
34 RELEASE_VERSION = 1
35 DESCRIPTION = Simple marshall/unmarshall library
36 PRIVATE_PROTO_HEADER = tdr/tdr_proto.h
37 OBJ_FILES = tdr/tdr.o
38
39 ##############################
40 # Start SUBSYSTEM LIBCRYPTO
41 [SUBSYSTEM::LIBCRYPTO]
42 NOPROTO = YES
43 OBJ_FILES = \
44                 crypto/crc32.o \
45                 crypto/md5.o \
46                 crypto/hmacmd5.o \
47                 crypto/md4.o \
48                 crypto/arcfour.o
49 # End SUBSYSTEM LIBCRYPTO
50 ##############################
51
52 ################################################
53 # Start SUBSYSTEM LIBCOMPRESSION
54 [SUBSYSTEM::LIBCOMPRESSION]
55 OBJ_FILES = \
56                 compression/mszip.o
57 # End SUBSYSTEM LIBCOMPRESION
58 ################################################
59
60 [SUBSYSTEM::GENCACHE]
61 PRIVATE_PROTO_HEADER = gencache/gencache.h
62 OBJ_FILES = \
63                 gencache/gencache.o \
64
65 [SUBSYSTEM::DB_WRAP]
66 OBJ_FILES = db_wrap.o \
67                 gendb.o
68 REQUIRED_SUBSYSTEMS = LIBLDB LIBTDB
69
70