1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/buildtools/wafsamba
Andrew Tridgell 30dc87dab9 build: only use git when found by configure
this rebuilds version.h whenever the git version changes, so we always
get the right version with samba -V. That adds about 15s to the build
time on each git commit, which shouldn't be too onerous
2010-06-29 14:28:08 +10:00
..
gccdeps.py build: gccdeps fixes from ita 2010-04-06 20:26:55 +10:00
generic_cc.py build: try the generic C compiler on hpux if gcc not found 2010-04-06 20:27:24 +10:00
irixcc.py build: added 'generic' cc support and a simple irix cc support module 2010-04-06 20:27:23 +10:00
nothreads.py build: enable nothreads workaround only with WAF_NOTHREADS=1 2010-04-06 20:27:21 +10:00
README build: tidy up the wafsamba rules a bit 2010-04-06 20:27:14 +10:00
samba3.py s3-waf: note that the options are broken 2010-05-20 22:16:14 +02:00
samba_abi.py build: allow "waf --abi-check" to force a re-check of the ABI 2010-04-20 15:50:26 +10:00
samba_asn1.py build: removed some unused imports found by pyflakes 2010-04-06 20:27:24 +10:00
samba_autoconf.py wafsamba: Allow manually specifying cflags/ldflags for system libraries. 2010-06-19 14:45:35 +02:00
samba_autoproto.py build: more dependencies on /usr/bin/perl -> ${PERL} 2010-04-18 23:08:28 +10:00
samba_bundled.py wafsamba: Use convenience function to find out if bundling is necessary. 2010-06-19 14:02:18 +02:00
samba_conftests.py build: check if the manpages stylesheet is available locally 2010-06-24 18:46:57 +10:00
samba_cross.py build: fixed uname output to be on target machine when cross compiling 2010-04-21 15:16:01 +10:00
samba_deps.py wafsamba: Improve assertion error message to include the module. 2010-06-15 13:15:50 +02:00
samba_dist.py wafsamba: Default blacklist to an empty list rather than None. 2010-05-31 03:59:50 +02:00
samba_errtable.py build: removed some unused imports found by pyflakes 2010-04-06 20:27:24 +10:00
samba_install.py wafsamba: Use octal modes directly rather than constants. 2010-06-19 16:00:04 +02:00
samba_optimisation.py build: fix for combined configure/build in one command 2010-05-03 17:16:47 +02:00
samba_patterns.py build: only use git when found by configure 2010-06-29 14:28:08 +10:00
samba_pidl.py waf: Make waf handle IDL files from Samba3 2010-05-14 23:25:45 +10:00
samba_python.py build: only link install targets at install time 2010-04-06 20:27:22 +10:00
samba_utils.py build: allow LOAD_ENVIRONMENT() to pass when no configure has been run 2010-06-29 14:28:08 +10:00
samba_version.py build: only use git when found by configure 2010-06-29 14:28:08 +10:00
samba_wildcard.py build: fixed wildcard handling for python 3.x 2010-05-04 13:02:30 +02:00
tru64cc.py build: added 'generic' cc support and a simple irix cc support module 2010-04-06 20:27:23 +10:00
wafsamba.py build: allow always=True/False on SAMBA_GENERATOR() 2010-06-29 14:28:08 +10:00
wscript waf Provide release signing capability in 'waf dist' 2010-05-28 21:59:08 +10: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