[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / misc / packages / Generic / openxm

Diff for /OpenXM/misc/packages/Generic/openxm/Makefile between version 1.20 and 1.21

version 1.20, 2000/10/28 15:59:52 version 1.21, 2003/02/22 06:32:02
Line 1 
Line 1 
 # $OpenXM: OpenXM/misc/packages/Generic/openxm/Makefile,v 1.19 2000/09/21 08:06:40 takayama Exp $  # $OpenXM: OpenXM/misc/packages/Generic/openxm/Makefile,v 1.20 2000/10/28 15:59:52 maekawa Exp $
 # The FIRST part is a Makefile FOR COMMITTERS: it is used  # The FIRST part is a Makefile FOR COMMITTERS: it is used
 # to generate source and binary distributions of  # to generate source and binary distributions of
 # the OpenXM package on various operating systems.  # the OpenXM package on various operating systems.
Line 20  RCVS=cvs-OpenXM -d kerberos.math.sci.kobe-u.ac.jp:/hom
Line 20  RCVS=cvs-OpenXM -d kerberos.math.sci.kobe-u.ac.jp:/hom
 ## Configurations.  ## Configurations.
 ## OpenXM Version Number.  ## OpenXM Version Number.
 PREFIX=/usr/local  PREFIX=/usr/local
 VERSION=1.1.3  VERSION=1.2.1
 TAG=HEAD  TAG=HEAD
 FTP_AREA=/export/home01/ftp/pub/OpenXM/${VERSION}  FTP_AREA=/export/home01/ftp/pub/OpenXM/${VERSION}
   
Line 77  usage : usage-of-real-make
Line 77  usage : usage-of-real-make
         @echo -n "FTP_AREA is "          @echo -n "FTP_AREA is "
         @echo  $(FTP_AREA)          @echo  $(FTP_AREA)
         @echo " "          @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.  ### The SECOND part is a Makefile to build binaries from source.
 ### It only calls the Makefile at OpenXM/src.  ### It only calls the Makefile at OpenXM/src.

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>