## This scipt is a modification of the cleanup file
## from the RcppGSL package (version 0.1.1)
## http://cran.r-project.org/web/packages/RcppGSL/
## The copyright information for the RcppGSL package is as follows:
## Copyright (C) 2010 Romain Francois and Dirk Eddelbuettel
## Licensed under GNU GPL 2 or later

#!/bin/sh

rm -f  config.log config.status confdefs.h \
       src/*.o src/*.so src/Makefile \
       */*~ *~
rm -rf autom4te.cache

