git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@28 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
legrand 2006-12-12 14:00:48 +00:00
commit 51c7b6bafc
322 changed files with 46339 additions and 0 deletions

4
trunk/cleaner Executable file
View file

@ -0,0 +1,4 @@
(rm -rf aclocal.m4 autom4te.cache configure config.* CO* dep* INST* install-sh miss* mkins* Makefile Makefile.in;\
cd docs; rm -rf Makefile Makefile.in; cd ../src ; rm -rf Makefile Makefile.in; cd ../examples; rm -rf Makefile Makefile.in;\
cd tsp; rm -rf .deps/ Makefile Makefile.in; cd share ; rm -rf .deps/)
find . \( -name "*~" -o -name "*.old" -o -name "#*" -o -name "*.bak" -o -name "*.o" \) -print -exec rm -rf \{\} \;