# Revision History # # $Log: Makefile.cvs,v $ # Revision 1.6 2002/08/11 10:51:53 u982087 # removed libtool reference # # Revision 1.5 2002/08/05 12:10:55 u982087 # converted all line endings to unix # # Revision 1.4 2002/07/20 12:06:08 u964076 # Mikal: Hacked CVS Makefile to work on my box # # Revision 1.3 2002/07/14 11:48:49 u982087 # corrected a syntax error in the test for ltmain.sh # # Revision 1.2 2002/07/14 11:38:26 u982087 # Fixed a bug in the code which copied ltmain.sh # # all: @echo "" @echo "This Makefile is only for the CVS repository" @echo "This will be deleted before making the distribution" @echo "" @if test ! -d config; then \ echo "*** creating config directory" ; \ mkdir config; \ fi # @if test ! -e config/ltmain.sh; then \ # echo "*** locating ltmain.sh"; \ # ln -s `locate ltmain.sh | grep libtool | head -1` config/ltmain.sh > /dev/null 2>&1; \ # fi @echo "*** Retrieving configure tests needed by configure.in" @rm -f aclocal.m4 @aclocal @echo "*** Building Makefile templates (step one)" @automake --add-missing @echo "*** Building Makefile templates (step two)" @autoconf @perl -pi -e 'if (/\[\/\$$\]\*. INSTALL=/) { print $$_ ; $$_ = "\"\") ;;\n"; }' configure @-rm -f config.cache config.h @echo "*** Create date/time stamp" @touch stamp-h.in @echo "*** Finished" @echo " Don't forget to run ./configure" @echo " If you haven't done so in a while, run ./configure --help" .SILENT: