3 # top level waf build script for samba4
8 # create separate build groups for building the asn1 and et compiler, then
9 # building the C from ASN1 and IDL, and finally the main build process
10 bld
.SETUP_BUILD_GROUPS()
11 bld
.AUTOCLEANUP_STALE_FILES()
13 bld
.SAMBA_MKVERSION('version.h')
15 # bld.ENABLE_MAGIC_ORDERING()
17 bld
.RECURSE('../lib/replace')
18 bld
.RECURSE('../lib/talloc')
19 bld
.RECURSE('../lib/tdb')
20 bld
.RECURSE('../lib/tevent')
21 bld
.RECURSE('lib/ldb')
22 bld
.RECURSE('dynconfig')
23 bld
.RECURSE('../lib/util/charset')
24 bld
.RECURSE('scripting/python')
29 bld
.RECURSE('cluster')
33 bld
.RECURSE('../lib/iniparser/src')
34 bld
.RECURSE('../nsswitch')
35 bld
.RECURSE('../nsswitch/libwbclient')
36 bld
.RECURSE('lib/samba3')
37 bld
.RECURSE('lib/socket')
38 bld
.RECURSE('lib/ldb-samba')
39 bld
.RECURSE('lib/tls')
40 bld
.RECURSE('lib/registry')
41 bld
.RECURSE('lib/messaging')
42 bld
.RECURSE('lib/events')
43 bld
.RECURSE('lib/cmdline')
44 bld
.RECURSE('../lib/socket_wrapper')
45 bld
.RECURSE('../lib/nss_wrapper')
46 bld
.RECURSE('../lib/uid_wrapper')
47 bld
.RECURSE('../lib/popt')
48 bld
.RECURSE('lib/stream')
49 bld
.RECURSE('../lib/util')
50 bld
.RECURSE('../lib/tdr')
51 bld
.RECURSE('../lib/tsocket')
52 bld
.RECURSE('../lib/crypto')
53 bld
.RECURSE('../lib/torture')
54 bld
.RECURSE('../lib/zlib')
56 bld
.RECURSE('lib/com')
57 bld
.RECURSE('dns_server')
58 bld
.RECURSE('smb_server')
59 bld
.RECURSE('rpc_server')
60 bld
.RECURSE('ldap_server')
61 bld
.RECURSE('web_server')
62 bld
.RECURSE('winbind')
63 bld
.RECURSE('nbt_server')
64 bld
.RECURSE('wrepl_server')
65 bld
.RECURSE('cldap_server')
66 bld
.RECURSE('ntp_signd')
67 bld
.RECURSE('samba_tool')
71 bld
.RECURSE('torture')
72 bld
.RECURSE('../librpc')
75 bld
.RECURSE('../libcli/smb')
76 bld
.RECURSE('../libcli/cldap')
77 bld
.RECURSE('../lib/subunit/c')
79 bld
.RECURSE('../lib/smbconf')
80 bld
.RECURSE('../lib/async_req')
81 bld
.RECURSE('../libcli/security')
82 bld
.RECURSE('../libcli/ldap')
83 bld
.RECURSE('../libcli/nbt')
84 bld
.RECURSE('../libcli/auth')
85 bld
.RECURSE('../libcli/drsuapi')
86 bld
.RECURSE('../libcli/samsync')
87 bld
.RECURSE('lib/policy')
88 bld
.RECURSE('../libcli/named_pipe_auth')
89 bld
.RECURSE('heimdal_build')
90 bld
.RECURSE('../libcli/smbreadline')
91 bld
.RECURSE('../codepages')
93 bld
.RECURSE('scripting')
94 bld
.RECURSE('../pidl')
97 # install some extra empty directories
98 bld
.INSTALL_DIRS("", "${LOCKDIR} ${SYSCONFDIR} ${LOCKDIR} ${PIDDIR} ${LOCALSTATEDIR}/lib ${PRIVATEDIR}/smbd.tmp/messaging")