: 'from make clean to make clobber'

echo " "
echo "You can clean up the automatically created makefiles */Mf and */Dep"
case $1 in
abc.mse) echo "as well as the messages file 'abc.mse'";;
esac
echo "with 'make clobber'."

exit 0
