#! /bin/sh
(cd src/GLPK; 
  if test -f Makefile; then
    make distclean || true
    make distclean SUBDIRS= || true
  fi)
rm -f config.* autom4te.cache src/GLPK.ts src/Makevars
exit 0
