--- ray/makeall 2005/02/02 00:09:13 1.15 +++ ray/makeall 2005/07/26 15:33:13 1.18 @@ -1,5 +1,5 @@ #!/bin/csh -f -# RCSid $Id: makeall,v 1.15 2005/02/02 00:09:13 greg Exp $ +# RCSid $Id: makeall,v 1.18 2005/07/26 15:33:13 greg Exp $ # # Make all the Radiance programs # @@ -22,7 +22,7 @@ if ( "$1" == library ) then echo "" exit 0 endif -set srcdirs=( common meta cv gen ot rt px hd util cal ) +set srcdirs=( common rt meta cv gen ot px hd util cal ) if ( "$1" == install ) then cat << _EOF_ @@ -180,7 +180,7 @@ case 8: # FreeBSD set mach="-DBSD -DNOSTEREO -Dfreebsd -I/usr/X11R6/include -L/usr/X11R6/lib" set opt="-O -DSPEED=200" set compat="erf.o" - set extras="CC=cc" + set extras='CC=cc MLIB="-lcompat -lm"' set arch=IBMPC breaksw case 9: # Cygwin @@ -276,7 +276,7 @@ cd .. foreach i ( $* ) if ( "$i" == clean ) then echo "Removing library archives..." - rm -f src/lib/*.[ao] + rm -f src/lib/*.{a,o,la} endif end echo "Done."