repo.or.cz
/
Samba
/
gebeck_regimport.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build: use a plain build, at request of metze :)
[Samba/gebeck_regimport.git]
/
source4
/
Makefile.waf
blob
59eca68f86d1ac54f9792367b11b2159f7e49a2f
1
# very crude Makefile to run waf
2
WAF=WAFCACHE=$(HOME)/.wafcache ../buildtools/waf
3
4
all:
5
$(WAF) build
6
7
install:
8
$(WAF) install
9
10
uninstall:
11
$(WAF) uninstall
12
13
test:
14
$(WAF) test
15
16
quicktest:
17
$(WAF) test --quick
18
19
clean:
20
$(WAF) clean
21
22
distclean:
23
rm -rf bin