1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/buildtools/wafsamba
2010-04-06 20:27:09 +10:00
..
gccdeps.py build: gccdeps fixes from ita 2010-04-06 20:26:55 +10:00
README build: waf quicktest nearly works 2010-04-06 20:26:48 +10:00
samba_asn1.py build: a few more build rules that should have on_results=True 2010-04-06 20:27:05 +10:00
samba_autoconf.py build: added quote option to conf.DEFINE() 2010-04-06 20:27:08 +10:00
samba_autoproto.py build: old versions of perl don't understand the -W option 2010-04-06 20:27:06 +10:00
samba_conftests.py build: these chdir() calls break waf on HPUX. They are not needed 2010-04-06 20:27:08 +10:00
samba_deps.py build: a better way of calculating syslib dependencies 2010-04-06 20:27:07 +10:00
samba_errtable.py build: make use on_results=True for some build rules 2010-04-06 20:27:05 +10:00
samba_optimisation.py build: rename samba_includes.py to samba_optimisation.py 2010-04-06 20:26:54 +10:00
samba_patterns.py build: make use on_results=True for some build rules 2010-04-06 20:27:05 +10:00
samba_pidl.py build: make use on_results=True for some build rules 2010-04-06 20:27:05 +10:00
samba_python.py build: support variable expansion in source= arguments to build rules 2010-04-06 20:27:06 +10:00
samba_utils.py build: fixed EXPAND_VARIABLES() for env expansion 2010-04-06 20:27:09 +10:00
wafsamba.py build: fixed copy_script typo 2010-04-06 20:27:07 +10:00
wscript build: split out the base waf rules into buildtools/wafsamba/wscript 2010-04-06 20:27:04 +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:
  - fix deps for --target
  - cache project rules calculation
  - make pidl rules depend on full pidl sources
  - make script rules depend on the scripts
  - add waf test
  - s3 build
  - merged build
  - etags
  - rest of old make targets
  - better Makefile waf wrapper
  -