1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/buildtools/wafsamba
2010-04-06 20:26:56 +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: cleanup the ASN1 rules a bit 2010-04-06 20:26:52 +10:00
samba_autoconf.py build: cope with multiple checks for the same function/library 2010-04-06 20:26:56 +10:00
samba_autoproto.py build: fixed group for heimdal autoproto 2010-04-06 20:26:48 +10:00
samba_deps.py build: make bin/sambadeps depend on samba_deps.py modtime 2010-04-06 20:26:53 +10:00
samba_errtable.py build: waf quicktest nearly works 2010-04-06 20:26:48 +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: fixed git version in samba -V 2010-04-06 20:26:53 +10:00
samba_pidl.py build: teach samba_pild.py about the --com-header and --dcom-proxy options 2010-04-06 20:26:52 +10:00
samba_python.py build: fixed the install name for python modules 2010-04-06 20:26:52 +10:00
samba_utils.py build: cope with multiple checks for the same function/library 2010-04-06 20:26:56 +10:00
wafsamba.py build: use SUBST_VARS_RECURSIVE() for install_path 2010-04-06 20:26:54 +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
  -