Salome HOME
0019939: EDF 762 SMESH : Definition of groups from other existing groups.
[modules/smesh.git] / clean_configure
1 #!/bin/sh
2
3 rm -rf autom4te.cache aclocal.m4 configure make_config
4 find . -name "*~" -print -exec rm {} \;
5 find . -name "*.pyc" -print -exec rm {} \;
6 #exit
7 # ==================== ON SORT AVANT
8
9 find bin -name Makefile.in | xargs rm -f
10 find doc -name Makefile.in | xargs rm -f
11 find idl -name Makefile.in | xargs rm -f
12 find resources -name Makefile.in | xargs rm -f
13 find salome_adm -name Makefile.in | xargs rm -f
14 find src -name Makefile.in | xargs rm -f
15 rm -f Makefile.in