for i in `sed -n "/:/s/[ :].*//p" Smakefile`
	do
	${SHOME}/cmd/MAKE $i || exit 1
	done
