Initial commit
[jamendo] / branches / nota-show-app / antigen.sh
diff --git a/branches/nota-show-app/antigen.sh b/branches/nota-show-app/antigen.sh
new file mode 100755 (executable)
index 0000000..0d64ae6
--- /dev/null
@@ -0,0 +1,24 @@
+#!/bin/sh
+#
+# A utility script to remove all generated files.
+#
+# Running autogen.sh will be required after running this script since
+# the 'configure' script will also be removed.
+#
+# This script is mainly useful when testing autoconf/automake changes
+# and as a part of their development process.
+# If there's a Makefile, then run the 'distclean' target first (which
+# will also remove the Makefile).
+if test -f Makefile; then
+  make distclean
+fi
+# Remove all tar-files (assuming there are some packages).
+rm -f *.tar.* *.tgz
+# Also remove the autotools cache directory.
+rm -Rf autom4te.cache
+# Remove rest of the generated files.
+rm -f Makefile.in aclocal.m4 configure depcomp install-sh missing \
+       config.h.in config.sub config.guess \
+       intltool-*.in ltmain.sh mkinstalldirs \
+       src/Makefile.in
+rm -Rf po