--- ray/makeall 2005/02/02 00:09:13 1.15 +++ ray/makeall 2005/07/26 01:20:36 1.17 @@ -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.17 2005/07/26 01:20:36 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_ @@ -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."