Salome HOME
Dump Python extension
[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 rm -f mdate-sh texinfo.tex
15 # Files created by automake
16 rm -rf install-sh missing compile depcomp py-compile
17 cd $here
18 find bin -name Makefile.in | xargs rm -f
19 find doc -name Makefile.in | xargs rm -f
20 find idl -name Makefile.in | xargs rm -f
21 find resources -name Makefile.in | xargs rm -f
22 find salome_adm -name Makefile.in | xargs rm -f
23 find src -name Makefile.in | xargs rm -f
24 rm -f Makefile.in
25 # Other files
26 cd doc/salome
27 rm -f Batch.info stamp-vti version.texi