]> SALOME platform Git repositories - modules/jobmanager.git/commitdiff
Salome HOME
Add clean_configure script RELIQUAT_6x_15112011 V6_4_0b1
authorvsr <vsr@opencascade.com>
Thu, 3 Nov 2011 13:41:00 +0000 (13:41 +0000)
committervsr <vsr@opencascade.com>
Thu, 3 Nov 2011 13:41:00 +0000 (13:41 +0000)
Makefile.am
clean_configure [new file with mode: 0755]

index d57ca6882ec9468f5971e844dc8222e4f6953918..0e85ecae2c0b32affa1a1de05e127178de3c0c93 100644 (file)
@@ -21,4 +21,4 @@ ACLOCAL_AMFLAGS = -I m4
 
 SUBDIRS = idl src doc
 
-EXTRA_DIST = build_configure
+EXTRA_DIST = build_configure clean_configure
diff --git a/clean_configure b/clean_configure
new file mode 100755 (executable)
index 0000000..14480bd
--- /dev/null
@@ -0,0 +1,33 @@
+#! /bin/sh
+# Copyright (C) 2009-2011  CEA/DEN, EDF R&D
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
+
+# ---
+# File   : clean_configure
+# Author : Vadim SANDLER, Open CASCADE S.A.S (vadim.sandler@opencascade.com)
+# ---
+#
+rm -rf autom4te.cache aclocal.m4 configure config.guess config.sub build_configure.log install-sh ltmain.sh missing depcomp
+rm -rf jobmanager_config.h.in INSTALL
+find . -name "*~" -print -exec rm {} \;
+find . -name "*.pyc" -print -exec rm {} \;
+
+# ... 
+
+find . -name Makefile.in | xargs rm -f