2007-03-18 02:07:08 -04:00
|
|
|
all: scons
|
2006-08-24 03:37:17 -04:00
|
|
|
|
|
|
|
scons:
|
|
|
|
scons
|
|
|
|
|
|
|
|
sconsi:
|
|
|
|
scons --implicit-deps-unchanged
|
|
|
|
|
|
|
|
cscope: cscope.out
|
|
|
|
|
|
|
|
cscope.out: cscope.files
|
|
|
|
cscope -b
|
|
|
|
|
|
|
|
cscope.files:
|
|
|
|
find . -name '*.[ch]' -o -name '*.cc' > $@
|
|
|
|
|
|
|
|
.PHONY: all cscope.files sconsi cscope
|