#!/bin/sh

# cleanup script borrowed and adapted from the RcppGSL package 

rm -f  config.log config.status confdefs.h sh.exe.stackdump\
       src/*.o src/*.so src/Makevars \
       config.status.win src/*.dll \
       src/modules/*.o src/modules/*.oct src/modules/Makefile \
       R/config-vars.R \
       inst/doc/*.blg inst/doc/*.bbl \
       */*~ *~ \
       octave-workspace confcache conf*subs.sh
rm -rf autom4te.cache inst/doc/*/auto src-i386 src-x64
