#  Runfile for Project 90377
#  

# set bin dir here
setenv BINDIR ../

echo
echo I will compile the sources for project 377.
echo Please add in this file your bin directory. 
echo Now it is set to $BINDIR
echo 

echo compiling uni ...
make -e -f make_uni

echo compiling pop ...
make -e -f make_pop

echo compiling oct ...
make -e -f make_oct

echo compiling med ...
make -e -f make_med

echo compiling fs ...
make -e -f make_fs

echo done

setenv BINDIR

echo
echo All these programs were written
echo by Bruno Grossniklaus in 1991.
echo


