--- libgig/trunk/Makefile.cvs 2003/10/25 20:15:04 2 +++ libgig/trunk/Makefile.cvs 2005/06/15 20:39:40 657 @@ -1,8 +1,19 @@ -default: all +all: configure -all: - aclocal - autoheader - automake - autoconf +configure: configure.in Makefile.am \ + src/Makefile.am man/Makefile.am doc/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 man/Makefile.in doc/Makefile.in doc/html debian/Makefile.in + @rm -rvf Makefile.in config.* + @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh + @rm -rvf configure stamp-h.* + @rm -rvf Doxyfile