X-Git-Url: http://git.maemo.org/git/?p=jamendo;a=blobdiff_plain;f=branches%2Fnota-show-app%2Fantigen.sh;fp=branches%2Fnota-show-app%2Fantigen.sh;h=0d64ae664009e39622d50fdee44c5849caad6a24;hp=0000000000000000000000000000000000000000;hb=71eece00473c745dbe74c7dd9abd6a5fa52ea3ab;hpb=496d310181c50d216bf2f44e9a970a791aa2aba0 diff --git a/branches/nota-show-app/antigen.sh b/branches/nota-show-app/antigen.sh new file mode 100755 index 0000000..0d64ae6 --- /dev/null +++ b/branches/nota-show-app/antigen.sh @@ -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