1 # simple makefile wrapper to run waf
3 # don't enable WAFCACHE by default yet, as it doesn't
4 # have any way to limit its size. This could cause
5 # problems in the build farm
6 # WAF=WAFCACHE=$(HOME)/.wafcache ../buildtools/waf
8 # default to using only 1 cpu, to be friendly to build
9 # farm machines. I wonder how we get at the -jN option
10 # from make to pass it to waf?
13 WAF=JOBS=$(JOBS) ../buildtools/waf
36 # some compatibility make targets
45 # this should do an install as well, once install is finished