1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/buildtools/wafsamba
Andreas Schneider 0025e8e96a waf: Load the C compiler correctly
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue Nov 20 04:47:24 CET 2018 on sn-devel-144
2018-11-20 04:47:24 +01:00
..
tests PY3: ensure StringIO usage is py2/py3 compatible 2018-10-23 05:50:27 +02:00
__init__.py waf: Add initial unit test for samba_utils. 2012-02-12 18:44:09 +01:00
configure_file.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
generic_cc.py wafsamba: fix generic_cc.py to work with waf 2 2018-09-10 19:28:15 +02:00
pkgconfig.py buildtools/wafsamba: add_manual_dependency needs bytes for value 2018-09-27 01:54:27 +02:00
README build: tidy up the wafsamba rules a bit 2010-04-06 20:27:14 +10:00
samba3.py buildtools/wafsamba: reduce imports 2018-09-05 06:37:25 +02:00
samba_abi.py PY3: relative import fixes 2018-10-23 05:50:26 +02:00
samba_autoconf.py wafsamba: fix generic_cc.py to work with waf 2 2018-09-10 19:28:15 +02:00
samba_autoproto.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
samba_bundled.py PY3: relative import fixes 2018-10-23 05:50:26 +02:00
samba_conftests.py PY3: decode bytes in py3 where strings are needed 2018-09-27 01:54:27 +02:00
samba_cross.py buildtools/wafsamba: use context instead of options for cross-compile checks for waf 2.0 2018-09-05 06:37:27 +02:00
samba_deps.py wafsamba: remove the need of BuildContext.bdir 2018-11-20 01:33:34 +01:00
samba_dist.py buildtools/wafsamba: use top for waf 2.0 2018-09-05 06:37:26 +02:00
samba_git.py build:wafsamba: Build on waf 1.9 2018-09-05 06:37:21 +02:00
samba_headers.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
samba_install.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
samba_patterns.py PY3: bytes.maketrans, string.maketrans is a PY2 only function 2018-09-16 06:16:19 +02:00
samba_perl.py PY3: decode bytes in py3 where strings are needed 2018-09-27 01:54:27 +02:00
samba_pidl.py wafsamba: simplify SAMBA_PIDL_TABLES() rule 2018-11-20 01:33:34 +01:00
samba_python.py wafsamba: install Python modules back to bin/python, not bin/python_modules 2018-09-05 06:37:27 +02:00
samba_third_party.py third_party: Update socket_wrapper to version 1.2.1 2018-11-15 04:50:31 +01:00
samba_utils.py wafsamba: add a fix for broken python threading if just one job is forced 2018-11-20 01:33:34 +01:00
samba_version.py buildtools/wafsamba: Finally fix reference to basestring PY3 error. 2018-09-28 01:01:23 +02:00
samba_waf18.py wafsamba: remove unused Build.BuildContext.pre_build overload 2018-11-20 01:33:34 +01:00
samba_wildcard.py waflib: add necessary imports 2018-11-01 05:08:13 +01:00
stale_files.py buildtools/wafsamba: port stale_files to waf 2.0 2018-09-05 06:37:27 +02:00
symbols.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
test_duplicate_symbol.sh test_duplicate_symbol: Use Samba subunit emitter. 2015-03-06 04:41:47 +01:00
wafsamba.py wafsamba: add a fix for broken python threading if just one job is forced 2018-11-20 01:33:34 +01:00
wscript waf: Load the C compiler correctly 2018-11-20 04:47:24 +01:00

This is a set of waf 'tools' to help make building the Samba
components easier, by having common functions in one place. This gives
us a more consistent build, and ensures that our project rules are
obeyed


TODO:
	see http://wiki.samba.org/index.php/Waf