#! /bin/sh

find . -name "*.o" -exec rm -f {} \; -print
find . -name "*.so" -exec rm -f {} \; -print
find . -name "diff_of_files" -exec rm -f {} \; -print
find . -name "err" -exec rm -f {} \; -print
find . -name "iotest" -exec rm -f {} \; -print
find . -name ".*.swp" -exec rm -f {} \; -print
find . -name "gsslsd" -exec rm -f {} \; -print
find . -name "*.*.swp" -exec rm -f {} \; -print
find . -name "*.bin" -exec rm -f {} \; -print
find . -name "node_values" -exec rm -f {} \; -print
find . -name "node_ids" -exec rm -f {} \; -print
find . -name "*.ids" -exec rm -f {} \; -print
find . -name "*.*.*" -exec rm -f {} \; -print
rm -f sets nodes elms TODO TODO1
cd php
./rm_links
cd ../dbtohtml
./rmf
cd ../project/io
rm -f shells solids node_* nids a.out
cd ../..
rm -f php/airbag/simple/node_disp.php
cd dynatobin
rmf
cd ..
rm -rf doc/html
