r19495: Stop linking binaries twice (once before installation, once during build).
[samba.git] / source4 / lib / basic.mk
1 # LIB BASIC subsystem
2 include samba3/config.mk
3 include socket/config.mk
4 include charset/config.mk
5 include ldb/config.mk
6 include talloc/config.mk
7 include tdb/config.mk
8 include tls/config.mk
9 include registry/config.mk
10 include messaging/config.mk
11 include events/config.mk
12 include cmdline/config.mk
13 include socket_wrapper/config.mk
14 include appweb/config.mk
15 include stream/config.mk
16 include util/config.mk
17 include tdr/config.mk
18
19 ##############################
20 # Start SUBSYSTEM LIBCRYPTO
21 [SUBSYSTEM::LIBCRYPTO]
22 OBJ_FILES = \
23                 crypto/crc32.o \
24                 crypto/md5.o \
25                 crypto/hmacmd5.o \
26                 crypto/md4.o \
27                 crypto/arcfour.o \
28                 crypto/sha1.o \
29                 crypto/hmacsha1.o
30 # End SUBSYSTEM LIBCRYPTO
31 ##############################
32
33 ################################################
34 # Start SUBSYSTEM LIBCOMPRESSION
35 [SUBSYSTEM::LIBCOMPRESSION]
36 OBJ_FILES = compression/mszip.o
37 # End SUBSYSTEM LIBCOMPRESION
38 ################################################
39
40 [SUBSYSTEM::GENCACHE]
41 PRIVATE_PROTO_HEADER = gencache/gencache.h
42 OBJ_FILES = gencache/gencache.o \
43
44 [SUBSYSTEM::DB_WRAP]
45 PUBLIC_PROTO_HEADER = db_wrap_proto.h
46 PUBLIC_HEADERS = db_wrap.h
47 OBJ_FILES = db_wrap.o gendb.o
48 PUBLIC_DEPENDENCIES = LIBTDB ldb
49 PRIVATE_DEPENDENCIES = LDBSAMBA