[Mockpp-commits] mockpp Makefile.cvs,1.2,1.3
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-03-20 15:12:24
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23016 Modified Files: Makefile.cvs Log Message: update Index: Makefile.cvs =================================================================== RCS file: /cvsroot/mockpp/mockpp/Makefile.cvs,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.cvs 9 Jan 2005 15:09:42 -0000 1.2 +++ Makefile.cvs 20 Mar 2005 15:12:16 -0000 1.3 @@ -1,18 +1,18 @@ -all: +all: @echo "This Makefile is only for the CVS repository" @echo "This will be deleted before making the distribution" @echo "" - @echo "*** Deleting autom4te.cache" + @echo "*** Deleting autom4te.cache" @rm -rf autom4te.cache @echo "*** Creating aclocal.m4" @aclocal @echo "*** Creating configure" @autoconf - echo "*** Creating config.h template" - autoheader + @echo "*** Creating config.h template" + @autoheader @echo "*** Creating Makefile templates" @automake - @echo "*** ^Creating date/time stamp" + @echo "*** Creating date/time stamp" @touch stamp-h.in @echo "*** Finished" @echo " Don't forget to run ./configure" |