muse1.7b4/
muse1.7b4/config/
muse1.7b4/doc/
muse1.7b4/run/
muse1.7b4/run/db/
muse1.7b4/src/
muse1.7b4/src/db/
muse1.7b4/src/files/
muse1.7b4/src/io/
muse1.7b4/src/prog/
muse1.7b4/src/util/
if [ -x /usr/local/bin/gcc ]
then
  cc="gcc"
  cflags="-Wall -g"
else
  cc="cc"
  cflags="-g"
fi
ar="ar qcv"
mkdep=  # makedepend, if it exists on your system.
libs="-lc -lm"
install="cp"
ranlib="-ranlib"
# add local mods after this line.