2010-04-02 14:54:33 -04:00
|
|
|
all: waf
|
|
|
|
|
|
|
|
waf:
|
|
|
|
./waf
|
2006-08-12 17:50:33 -04:00
|
|
|
cscope: cscope.out
|
|
|
|
|
|
|
|
cscope.out: cscope.files
|
|
|
|
cscope -b
|
|
|
|
|
|
|
|
cscope.files:
|
|
|
|
find . -name '*.[ch]' -o -name '*.cc' > $@
|
|
|
|
|
2010-04-02 14:54:33 -04:00
|
|
|
.PHONY: all cscope.files sconsi cscope waf
|