1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/buildtools/wafsamba
Andrew Bartlett 38aacd7a7b waf: Replace python installation rule to allow PYTHONARCHDIR and PYTHONDIR
The old rule could only substitute one part of one line, but we need
to add a second line to handle when PYTHONDIR and PYTHONARCHDIR do not
match.

This also avoids shelling out to sed with a regex, which was difficult
to read.

Andrew Bartlett
2011-02-02 15:21:12 +11: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
hpuxcc.py build: hpux didn't support -Bdynamic 2010-12-15 12:07:32 +03: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
pkgconfig.py buildtools/wafsamba: import 'sys' and 'Logs' if we use them 2011-01-05 12:30:23 +01:00
README build: tidy up the wafsamba rules a bit 2010-04-06 20:27:14 +10:00
samba3.py s3-waf: avoid module name uppercasing. 2010-12-01 18:39:14 +01:00
samba_abi.py wafsamba: Use abi_match in version script files. 2010-12-18 00:47:06 +01:00
samba_autoconf.py s4-waf: Skip header-not-found cache if a library is specified, as it may provide 2011-01-25 03:59:32 +01:00
samba_autoproto.py waf: fixed the build with a space in the source directory 2010-11-21 23:10:14 +11:00
samba_bundled.py s4-waf: Only show minversion when there was a minimum version specified. 2011-01-24 17:15:49 -08:00
samba_conftests.py build: add a function to test if -lc is needed 2010-12-10 23:22:28 +03: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 buildtools/wafsamba: import 'sys' and 'Logs' if we use them 2011-01-05 12:30:23 +01:00
samba_dist.py build: move the import near the place where need it, so that we can build on hosts with python's zlib 2010-12-12 22:54:19 +01:00
samba_install.py wafsamba: Specify full vscript path so non-autogenerated files are possible, too. 2010-12-17 19:38:12 +01:00
samba_optimisation.py waf: fixed tabs/spaces for python3.0 2010-11-08 00:55:13 +00:00
samba_patterns.py waf: added --git-local-changes configure option 2010-11-16 01:51:54 +00:00
samba_pidl.py wafsamba: quote CPP and CC values when calling pidl 2011-01-19 20:23:50 +01:00
samba_python.py waf: use PYTHONARCHDIR for installing python shared libs 2011-01-14 08:19:39 +01:00
samba_utils.py waf: make mkdir_p on a empty string not recurse forever 2010-12-09 13:17:27 +11:00
samba_version.py Show text output messages when interfacing with bzr. 2011-01-24 17:14:50 -08:00
samba_wildcard.py waf: fixed wildcard build for full paths 2010-11-03 10:53:12 +11:00
stale_files.py s4-waf: automatically remove stale C and header files 2010-10-14 07:44:13 +00:00
symbols.py waf: less verbose message for failing to resolve a syslib path 2010-12-01 16:09:57 +11:00
tru64cc.py build: tru64 needs -shared for building libs 2010-12-08 08:33:54 +01:00
wafsamba.py waf: Replace python installation rule to allow PYTHONARCHDIR and PYTHONDIR 2011-02-02 15:21:12 +11:00
wscript buildtools/wafsamba: import 'sys' and 'Logs' if we use them 2011-01-05 12:30:23 +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