#! /bin/sh -x

# Don't run this unless you have the GNU auto tools programs that are
# needed to replace the files that this script removes.


# This script is used to remove files that are auto-generated and
# therefore don't need to be checked into SVN or other repository.


if [ -e Makefile ]
then
  make distclean
fi

rm -f \
 aclocal.m4 config.cache config.h install-sh config.log\
 Makefile Makefile.in missing mkinstalldirs ltmain.sh\
 config.sub config.guess configure VERSION\
 configure.scan autoscan-*x.log INSTALL\
 libtool config.status autoscan.log depcomp config.h* stamp-h*

rm -rf autom4te.cache/

rm -f File_readSndInt.cpp File_readSndFloat.cpp File_readSndDouble.cpp mingw_config.h
rm -f *_html.cpp *.html
rm -f *~ *.o
rm -f *.xpm
