Salome HOME
Ajout des properties
[modules/kernel.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 here=`pwd`
10 libdir=salome_adm/unix/config_files
11 cd $libdir
12 # Files created by libtoolize
13 rm -f config.guess config.sub ltmain.sh
14 # Files created by automake
15 rm -rf install-sh missing compile depcomp py-compile
16 cd $here
17 find bin -name Makefile.in | xargs rm -f
18 find doc -name Makefile.in | xargs rm -f
19 find idl -name Makefile.in | xargs rm -f
20 find resources -name Makefile.in | xargs rm -f
21 find salome_adm -name Makefile.in | xargs rm -f
22 find src -name Makefile.in | xargs rm -f
23 rm -f Makefile.in