···10101111Just run the ./buildall.sh script
12121313-1413To remove all compiled files
1514----------------------------
16151716./cleanall.sh
1818-19172018To add a new target
2119-------------------
22202323-Add $target and $modelname from tools/configure to targets.txt
2121+No action necessary, list of targets is parsed out of the configure script
+3-1
tools/checkwps/cleanall.sh
···22rootdir=`dirname $0`
33outdir=$rootdir/output
4455-make clean # make clean the build dir first
55+if [ -f Makefile ] ; then
66+ make clean # make clean the build dir first
77+fi
68rm -f autoconf.h
79rm -f Makefile
810awk -f $rootdir/parse_configure.awk $rootdir/../configure | (