#!/usr/bin/csh set IncludeDir=INCLUDEDIR # subs. INCLUDEDIR during make if($#argv != 1 ) then echo "use vcamila filename" exit 1 endif if(-e $1) then cat > _tmp <> _tmp xmetoo _tmp else vi $1 vcamila $1 endif