s3-waf: Add more objects trying to build smbd
[Samba/gebeck_regimport.git] / buildtools / scripts / Makefile.waf
blob045d2410e20d71e101a1f7ed33c6b8e5ccb737c8
1 # simple makefile wrapper to run waf
3 WAF=WAF_MAKE=1 BUILDTOOLS/bin/waf
5 all:
6         $(WAF) build
8 install:
9         $(WAF) install
11 uninstall:
12         $(WAF) uninstall
14 test:
15         $(WAF) test
17 testenv:
18         $(WAF) test --testenv
20 quicktest:
21         $(WAF) test --quick
23 dist:
24         $(WAF) dist
26 distcheck:
27         $(WAF) distcheck
29 clean:
30         $(WAF) clean
32 distclean:
33         $(WAF) distclean
35 reconfigure: configure
36         $(WAF) reconfigure
38 # some compatibility make targets
39 everything: all
41 testsuite: all
43 check: test
45 torture: all
47 # this should do an install as well, once install is finished
48 installcheck: test
50 etags:
51         $(WAF) etags
53 ctags:
54         $(WAF) ctags
56 configure: autogen-waf.sh BUILDTOOLS/scripts/configure.waf
57         ./autogen-waf.sh
59 Makefile: autogen-waf.sh configure BUILDTOOLS/scripts/Makefile.waf
60         ./autogen-waf.sh