r19142: ensure no race conditions during installation by having same name in source...
[Samba.git] / source4 / lib / basic.mk
blobb5a3a031eb938b29c0329ae73546aab8839f61c3
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
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 ##############################
33 ################################################
34 # Start SUBSYSTEM LIBCOMPRESSION
35 [SUBSYSTEM::LIBCOMPRESSION]
36 OBJ_FILES = compression/mszip.o
37 # End SUBSYSTEM LIBCOMPRESION
38 ################################################
40 [SUBSYSTEM::GENCACHE]
41 PRIVATE_PROTO_HEADER = gencache/gencache.h
42 OBJ_FILES = gencache/gencache.o \
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