···1011Just run the ./buildall.sh script
1213-14To remove all compiled files
15----------------------------
1617./cleanall.sh
18-1920To add a new target
21-------------------
2223-Add $target and $modelname from tools/configure to targets.txt
···1011Just run the ./buildall.sh script
12013To remove all compiled files
14----------------------------
1516./cleanall.sh
01718To add a new target
19-------------------
2021+No action necessary, list of targets is parsed out of the configure script
+3-1
tools/checkwps/cleanall.sh
···2rootdir=`dirname $0`
3outdir=$rootdir/output
45-make clean # make clean the build dir first
006rm -f autoconf.h
7rm -f Makefile
8awk -f $rootdir/parse_configure.awk $rootdir/../configure | (
···2rootdir=`dirname $0`
3outdir=$rootdir/output
45+if [ -f Makefile ] ; then
6+ make clean # make clean the build dir first
7+fi
8rm -f autoconf.h
9rm -f Makefile
10awk -f $rootdir/parse_configure.awk $rootdir/../configure | (