r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.
[Samba.git] / source / lib / basic.mk
blob81d49e20c2d77135ab76e76ff67b0d5d55e299a8
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
22 ##############################
23 # Start SUBSYSTEM LIBNETIF
24 [SUBSYSTEM::LIBNETIF]
25 PRIVATE_PROTO_HEADER = netif/proto.h
26 OBJ_FILES = \
27 netif/interface.o \
28 netif/netif.o
29 # End SUBSYSTEM LIBNETIF
30 ##############################
32 ##############################
33 # Start SUBSYSTEM LIBCRYPTO
34 [SUBSYSTEM::LIBCRYPTO]
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 ##############################
44 ################################################
45 # Start SUBSYSTEM LIBCOMPRESSION
46 [SUBSYSTEM::LIBCOMPRESSION]
47 OBJ_FILES = \
48 compression/mszip.o
49 # End SUBSYSTEM LIBCOMPRESION
50 ################################################
52 [SUBSYSTEM::GENCACHE]
53 PRIVATE_PROTO_HEADER = gencache/gencache.h
54 OBJ_FILES = \
55 gencache/gencache.o \
57 [SUBSYSTEM::DB_WRAP]
58 PRIVATE_PROTO_HEADER = db_wrap_proto.h
59 OBJ_FILES = db_wrap.o \
60 gendb.o
61 REQUIRED_SUBSYSTEMS = ldb LIBTDB LDBSAMBA