Revert "s4:rpc_server/common/common.h - introduce two forward declarations to suppres...
[Samba/gebeck_regimport.git] / lib / tevent / Makefile
blobf178363dbc6697af76c217dfdd1f6596fd6c927c
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 $(WAF) dist
20 distcheck:
21 $(WAF) distcheck
23 clean:
24 $(WAF) clean
26 distclean:
27 $(WAF) distclean
29 reconfigure: configure
30 $(WAF) reconfigure
32 show_waf_options:
33 $(WAF) --help
35 # some compatibility make targets
36 everything: all
38 testsuite: all
40 check: test
42 # this should do an install as well, once install is finished
43 installcheck: test
45 etags:
46 $(WAF) etags
48 ctags:
49 $(WAF) ctags