--- ermyth/Makefile.in 2007/07/21 01:29:07 1.2 +++ ermyth/Makefile.in 2007/07/21 02:00:31 1.3 @@ -4,7 +4,7 @@ # # This file contains build instructions. # -# $Id: Makefile.in,v 1.2 2007/07/21 01:29:07 pippijn Exp $ +# $Id: Makefile.in,v 1.3 2007/07/21 02:00:31 pippijn Exp $ # RM = @RM@ @@ -18,7 +18,7 @@ SRCDIR = . @ABSPATHS@SRCDIR= @SRCDIR@/src -SUBDIRS = doc help modules src test +SUBDIRS = doc modules src test CLEANDIRS = ${SUBDIRS} po .PHONY: dist test @@ -44,13 +44,13 @@ ${MAKE} ${SILENT} -C $$i build || exit; \ done -test: +test: .build.stamp @echo "[build] ==> src" @${MAKE} ${SILENT} -C src build @echo "[build] ==> test" @${MAKE} ${SILENT} -C $@ $@ -clean: +clean: .depend.stamp @for i in $(CLEANDIRS); do \ echo "[$@] ==> $$i"; \ ${MAKE} ${SILENT} -C $$i $@; \ @@ -60,7 +60,7 @@ fi @${RM} -f *~ core atheme.core .build.stamp -distclean: +distclean: .depend.stamp @cd include; \ ${RM} -f sysconf.h *~ *.orig; \ cd .. @@ -71,13 +71,18 @@ @${RM} -f Makefile *~ *.orig core atheme.core .depend.stamp svs-dist.tgz @${RM} -f config.status config.cache config.log -maintainer-clean: +maintainer-clean: .depend.stamp @${RM} -rf autom4te.cache @${RM} -f configure aclocal.m4 + @cd include; \ + ${RM} -f common/callback.h sysconf.h.in sysconf.h *~ *.orig; \ + cd .. @for i in $(CLEANDIRS); do \ echo "[$@] ==> $$i"; \ ${MAKE} ${SILENT} -C $$i $@; \ done + @${RM} -f Makefile *~ *.orig core atheme.core .depend.stamp svs-dist.tgz + @${RM} -f config.status config.cache config.log depend: @for i in $(SUBDIRS); do \