build: waf quicktest nearly works
[sfrench/samba-autobuild/.git] / source4 / Makefile.waf
1 # very crude Makefile to run waf
2 WAF=WAFCACHE=$(HOME)/.wafcache ../buildtools/waf
3
4 all:
5         $(WAF) build -v
6
7 install:
8         $(WAF) install
9
10 uninstall:
11         $(WAF) uninstall
12
13 clean:
14         $(WAF) clean
15
16 distclean:
17         rm -rf bin
18
19 *:
20         echo "target not implemented"