1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00
Andrew Tridgell 239cdb53f4 build: support variable expansion in source= arguments to build rules
This makes it much easier to follow the s3 approach to lists of
source files in the top level wscript

Pair-Programmed-With: Kai Blin <kai@samba.org>
2010-04-06 20:27:06 +10:00
..
2010-04-06 20:26:55 +10:00
2010-04-06 20:26:48 +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
  -