ncacn_http: Add http library
[samba.git] / ctdb / Makefile
index c2ee2ddb96b7977e3715fff7c59525a0c841ecef..b0912f275e76fe9e1a95ac79df9b7b6c1cc90315 100644 (file)
@@ -1,6 +1,6 @@
 # simple makefile wrapper to run waf
 
-WAF=WAF_MAKE=1 PATH=../buildtools/bin:$$PATH waf
+WAF=WAF_MAKE=1 PATH=buildtools/bin:../buildtools/bin:$$PATH waf
 
 all:
        $(WAF) build
@@ -23,6 +23,10 @@ autotest:
 quicktest:
        $(WAF) test --quick $(TEST_OPTIONS)
 
+show_version:
+       @touch .tmplock
+       @WAFLOCK=.tmplock $(WAF) show_version
+
 dist:
        touch .tmplock
        WAFLOCK=.tmplock $(WAF) dist
@@ -32,7 +36,8 @@ distcheck:
        WAFLOCK=.tmplock $(WAF) distcheck
 
 rpm:
-       $(WAF) rpm
+       touch .tmplock
+       WAFLOCK=.tmplock $(WAF) rpm
 
 clean:
        $(WAF) clean
@@ -62,7 +67,8 @@ etags:
        $(WAF) etags
 
 ctags:
-       $(WAF) ctags
+       touch .tmplock
+       WAFLOCK=.tmplock $(WAF) ctags
 
 pydoctor:
        $(WAF) pydoctor