--- libgig/trunk/Makefile.cvs 2003/10/25 20:15:04 2 +++ libgig/trunk/Makefile.cvs 2004/07/02 19:37:09 168 @@ -1,8 +1,16 @@ -default: all +all: configure -all: - aclocal - autoheader - automake - autoconf +configure: configure.in Makefile.am src/Makefile.am + @aclocal + @libtoolize --force --copy + @autoheader + @automake --add-missing --copy + @autoconf +clean: + @if [ -f Makefile ]; then make distclean; fi || true + @rm -rvf *.cache *.log *.status *.m4 + @rm -rvf src/Makefile.in src/config.h.in src/config.h src/stamp-h.* + @rm -rvf Makefile.in config.* + @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh + @rm -rvf configure stamp-h.*