#!/bin/csh -f
#  Edit if you are not using gfortran
setenv FCMP "gfortran"
#setenv FCMP "g77"
#setenv FCMP "f77"
#setenv FCMP "f95"
cd ./src
make clean
make
if ($status != 0) exit
cd ../tables
./build-tables
