Salome HOME
Fix of issue 0019967: EDF SMESH 806: TUI script example is missing for the Concatenat...
[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