#!/bin/sh
rm -f src/Makevars
rm `find src -name *.o`
rm -rf autom4te.cache
rm -f config.log
rm -f config.status
