#! /bin/sh
if test -f Makefile; then
    make distclean
fi
rm -fR server .genom
rm -f \
    configure \
    aclocal.m4 \
    autogen \
    Makefile.in

rm -fR autoconf

