#!/bin/csh -f
gnumake dependall >& ERR
gnumake all >& ERR1
grep "\*" ERR1
echo 'Entering Phase II'
gnumake installall >& ERR2
