2008-08-06 23:21:34 -04:00
|
|
|
all: scons
|
2006-08-12 17:50:33 -04:00
|
|
|
|
|
|
|
scons:
|
2008-08-06 23:21:34 -04:00
|
|
|
scons
|
2006-08-12 17:50:33 -04:00
|
|
|
|
|
|
|
sconsi:
|
2008-08-06 23:21:34 -04:00
|
|
|
scons --implicit-deps-unchanged
|
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' > $@
|
|
|
|
|
|
|
|
.PHONY: all cscope.files sconsi cscope
|