#!/bin/sh

(cd src/Csdp/lib;
    if test -f Makefile; then
       make clean
    fi)

rm -f config.* src/Csdp.ts src/Makevars
rm -d autom4te.cache

