=================================================================== RCS file: /home/cvs/OpenXM/misc/packages/Generic/openxm/Makefile,v retrieving revision 1.18 retrieving revision 1.23 diff -u -p -r1.18 -r1.23 --- OpenXM/misc/packages/Generic/openxm/Makefile 2000/09/02 01:27:12 1.18 +++ OpenXM/misc/packages/Generic/openxm/Makefile 2004/02/23 00:09:30 1.23 @@ -1,4 +1,4 @@ -# $OpenXM: OpenXM/misc/packages/Generic/openxm/Makefile,v 1.17 2000/08/29 04:08:52 takayama Exp $ +# $OpenXM: OpenXM/misc/packages/Generic/openxm/Makefile,v 1.22 2004/02/22 09:17:11 takayama Exp $ # The FIRST part is a Makefile FOR COMMITTERS: it is used # to generate source and binary distributions of # the OpenXM package on various operating systems. @@ -19,7 +19,8 @@ RCVS=cvs-OpenXM -d kerberos.math.sci.kobe-u.ac.jp:/usr ## Configurations. ## OpenXM Version Number. -VERSION=1.1.3 +PREFIX=/usr/local +VERSION=head TAG=HEAD FTP_AREA=/export/home01/ftp/pub/OpenXM/${VERSION} @@ -76,6 +77,8 @@ usage : usage-of-real-make @echo -n "FTP_AREA is " @echo $(FTP_AREA) @echo " " + @echo "A shell script cvs-OpenXM is necessary (write by yourself)" + @echo "under your search path." ### The SECOND part is a Makefile to build binaries from source. ### It only calls the Makefile at OpenXM/src. @@ -170,7 +173,6 @@ build-ftp-area: tar-ball: fetch build-tar-work @if [ ! -f ./.tar-ball_done ]; then \ cp Makefile ${WORK}/Makefile ; \ - (cd ${WORK}/OpenXM/src ; make generate-source-distribution) ; \ (cd work ; tar czvf ${TAR_WORK}/openxm-${VERSION}.tar.gz openxm-${VERSION}) ; \ fi touch ./.tar-ball_done