3 # top level waf build script for samba4
13 # create separate build groups for building the asn1 and et compiler, then
14 # building the C from ASN1 and IDL, and finally the main build process
15 bld
.SETUP_BUILD_GROUPS()
16 bld
.AUTOCLEANUP_STALE_FILES()
18 # enable building of public headers in the build tree
19 bld
.env
.build_public_headers
= 'include/public'
21 # these are includes which appear in public headers, but with #ifdef conditional
22 # compilation, so they are safe
23 bld
.env
.public_headers_skip
= ['lib/param/param_proto.h', 'lib/param/param_functions.h']
25 samba_version
.load_version(bld
.env
, is_install
=bld
.is_install
)
26 bld
.SAMBA_MKVERSION('version.h')
28 # bld.ENABLE_MAGIC_ORDERING()
30 bld
.env
.ABS_TOP_SRCDIR
= bld
.srcnode
.abspath() + '/docs-xml'
31 bld
.env
.ABS_TOP_BUILDDIR
= bld
.srcnode
.abspath() + '/bin/default/docs-xml'
32 bld
.CONFIGURE_FILE('docs-xml/build/catalog.xml',
33 ABS_TOP_BUILDDIR
= bld
.env
.ABS_TOP_BUILDDIR
,
34 ABS_TOP_SRCDIR
=bld
.env
.ABS_TOP_SRCDIR
)
35 bld
.RECURSE('docs-xml')
37 bld
.RECURSE('lib/replace')
38 bld
.RECURSE('lib/socket')
39 bld
.RECURSE('lib/talloc')
40 bld
.RECURSE('lib/tevent')
41 bld
.RECURSE('lib/texpect')
42 bld
.RECURSE('lib/addns')
43 bld
.RECURSE('lib/ccan')
44 bld
.RECURSE('lib/tdb_compat')
45 if not bld
.env
.disable_ntdb
:
46 bld
.RECURSE('lib/ntdb')
47 bld
.RECURSE('lib/ldb')
48 bld
.RECURSE('lib/param')
49 bld
.RECURSE('dynconfig')
50 bld
.RECURSE('lib/util/charset')
52 bld
.RECURSE('source4/param')
53 bld
.RECURSE('source4/librpc')
54 bld
.RECURSE('source4/dsdb')
55 bld
.RECURSE('source4/smbd')
56 bld
.RECURSE('source4/cluster')
57 bld
.RECURSE('source4/smbd')
58 bld
.RECURSE('source4/libnet')
59 bld
.RECURSE('source4/auth')
61 bld
.RECURSE('auth/kerberos')
62 bld
.RECURSE('nsswitch')
63 bld
.RECURSE('nsswitch/libwbclient')
64 bld
.RECURSE('source4/lib/samba3')
65 bld
.RECURSE('source4/lib/socket')
66 bld
.RECURSE('lib/ldb-samba')
67 bld
.RECURSE('source4/lib/tls')
68 bld
.RECURSE('source4/lib/registry')
69 bld
.RECURSE('source4/lib/messaging')
70 bld
.RECURSE('source4/lib/events')
71 bld
.RECURSE('source4/lib/cmdline')
72 bld
.RECURSE('source4/lib/http')
73 bld
.RECURSE('lib/socket_wrapper')
74 bld
.RECURSE('lib/nss_wrapper')
75 bld
.RECURSE('lib/uid_wrapper')
76 if bld
.CHECK_FOR_THIRD_PARTY():
77 bld
.RECURSE('third_party')
78 bld
.RECURSE('source4/lib/stream')
79 bld
.RECURSE('lib/afs')
80 bld
.RECURSE('lib/util')
81 bld
.RECURSE('lib/tdb_wrap')
82 bld
.RECURSE('lib/tdr')
83 bld
.RECURSE('lib/tsocket')
84 bld
.RECURSE('lib/crypto')
85 bld
.RECURSE('lib/torture')
86 bld
.RECURSE('source4/lib/com')
87 bld
.RECURSE('source4/dns_server')
88 bld
.RECURSE('source4/echo_server')
89 bld
.RECURSE('source4/smb_server')
90 bld
.RECURSE('source4/rpc_server')
91 bld
.RECURSE('source4/ldap_server')
92 bld
.RECURSE('source4/web_server')
93 bld
.RECURSE('source4/winbind')
94 bld
.RECURSE('source4/nbt_server')
95 bld
.RECURSE('source4/wrepl_server')
96 bld
.RECURSE('source4/cldap_server')
97 bld
.RECURSE('source4/ntp_signd')
98 bld
.RECURSE('source4/utils')
99 bld
.RECURSE('source4/ntvfs')
100 bld
.RECURSE('source4/ntptr')
101 bld
.RECURSE('source4/torture')
102 bld
.RECURSE('librpc')
103 bld
.RECURSE('source4')
104 bld
.RECURSE('source4/libcli')
105 bld
.RECURSE('libcli/smb')
106 bld
.RECURSE('libcli/util')
107 bld
.RECURSE('libcli/cldap')
108 bld
.RECURSE('lib/subunit/c')
109 bld
.RECURSE('lib/smbconf')
110 bld
.RECURSE('lib/async_req')
111 bld
.RECURSE('lib/dbwrap')
112 bld
.RECURSE('libcli/security')
113 bld
.RECURSE('libcli/ldap')
114 bld
.RECURSE('libcli/nbt')
115 bld
.RECURSE('libcli/netlogon')
116 bld
.RECURSE('libcli/auth')
117 bld
.RECURSE('libcli/lsarpc')
118 bld
.RECURSE('libcli/drsuapi')
119 bld
.RECURSE('libcli/echo')
120 bld
.RECURSE('libcli/dns')
121 bld
.RECURSE('libcli/samsync')
122 bld
.RECURSE('libcli/registry')
123 bld
.RECURSE('source4/lib/policy')
124 bld
.RECURSE('libcli/named_pipe_auth')
126 if bld
.CONFIG_GET('KRB5_VENDOR') in (None, 'heimdal'):
127 if bld
.CONFIG_GET("HEIMDAL_KRB5_CONFIG") and bld
.CONFIG_GET("USING_SYSTEM_KRB5"):
128 # When both HEIMDAL_KRB5_CONFIG and KRB5_CONFIG are set and not equal,
129 # it means one is Heimdal-specific (krb5-config.heimdal, for example)
130 # and there is system heimdal
131 bld
.PROCESS_SEPARATE_RULE('system_heimdal')
133 bld
.PROCESS_SEPARATE_RULE('embedded_heimdal')
135 bld
.PROCESS_SEPARATE_RULE('system_mitkrb5')
137 bld
.RECURSE('libcli/smbreadline')
138 bld
.RECURSE('codepages')
139 if bld
.AD_DC_BUILD_IS_ENABLED():
140 bld
.RECURSE('source4/setup')
141 if bld
.env
.with_ctdb
:
143 bld
.RECURSE('source4/scripting')
146 bld
.RECURSE('libds/common')
147 bld
.RECURSE('source3')
148 bld
.RECURSE('dfs_server')
149 bld
.RECURSE('file_server')
150 bld
.RECURSE('lib/krb5_wrap')
152 bld
.RECURSE('testsuite/headers')
155 bld
.DUP_SYMBOL_CHECK()