#!/bin/csh
foreach f ( ProgPI PrgUtil PrgMap Tests PMixer )
cd ../$f 
pwd
echo "make in $f " 
time make
end
