summaryrefslogtreecommitdiff
path: root/doc/autogen-examples/auto-clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doc/autogen-examples/auto-clean.sh')
-rwxr-xr-xdoc/autogen-examples/auto-clean.sh27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/autogen-examples/auto-clean.sh b/doc/autogen-examples/auto-clean.sh
new file mode 100755
index 0000000..079b699
--- /dev/null
+++ b/doc/autogen-examples/auto-clean.sh
@@ -0,0 +1,27 @@
+#!/bin/sh
+
+cd ../..
+
+if [ -f "Makefile" ] ; then
+ make distclean
+fi
+
+rm -rf autom4te.cache m4
+
+rm -f Makefile
+rm -f Makefile.in
+rm -f config.h
+rm -f config.h.in
+rm -f config.log
+rm -f config.status
+rm -f compile config.guess config.sub
+rm -f configure
+rm -f install-sh
+rm -f missing
+rm -f stamp-h1
+rm -f aclocal.m4
+rm -f depcomp
+
+rm -rf src/.deps
+rm -f src/Makefile
+rm -f src/Makefile.in