2008-05-22 08:06:20 -04:00
|
|
|
all:
|
|
|
|
true
|
|
|
|
#make sconsi
|
|
|
|
#./build-tmp.sh
|
2006-08-12 17:50:33 -04:00
|
|
|
|
|
|
|
scons:
|
2008-05-22 08:06:20 -04:00
|
|
|
scons DEBUG=1 DIST_TARGET=i686 -j 3
|
2006-08-12 17:50:33 -04:00
|
|
|
|
|
|
|
sconsi:
|
2008-05-22 08:06:20 -04:00
|
|
|
scons --implicit-deps-unchanged DEBUG=1 DIST_TARGET=i686 -j 3
|
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
|