librpc: Shorten dcerpc_binding_handle_call a bit
[Samba/gebeck_regimport.git] / lib / ldb / Makefile
blob5acfcbce58e893ea4bbccb56dda739a891be485d
1 # simple makefile wrapper to run waf
3 WAF=WAF_MAKE=1 PATH=buildtools/bin:../../buildtools/bin:$$PATH waf
5 all:
6 $(WAF) build
8 install:
9 $(WAF) install
11 uninstall:
12 $(WAF) uninstall
14 test:
15 $(WAF) test $(TEST_OPTIONS)
17 dist:
18 touch .tmplock
19 WAFLOCK=.tmplock $(WAF) dist
21 distcheck:
22 touch .tmplock
23 WAFLOCK=.tmplock $(WAF) distcheck
25 clean:
26 $(WAF) clean
28 distclean:
29 $(WAF) distclean
31 reconfigure: configure
32 $(WAF) reconfigure
34 show_waf_options:
35 $(WAF) --help
37 # some compatibility make targets
38 everything: all
40 testsuite: all
42 check: test
44 # this should do an install as well, once install is finished
45 installcheck: test
47 etags:
48 $(WAF) etags
50 ctags:
51 $(WAF) ctags