s4-test: Use absolute path for 'samba4srcdir'
[Samba.git] / lib / tevent / Makefile
blob3f188a955fdc2ee6a146218765c7ebbb8117411b
1 # simple makefile wrapper to run waf
3 WAFPATH:=$(shell PATH=../../buildtools/bin:buildtools/bin:$(PATH) which waf)
5 WAF=WAF_MAKE=1 $(WAFPATH)
7 all:
8 $(WAF) build
10 install:
11 $(WAF) install
13 uninstall:
14 $(WAF) uninstall
16 test:
17 $(WAF) test $(TEST_OPTIONS)
19 dist:
20 $(WAF) dist
22 distcheck:
23 $(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