[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.2 and 1.5

version 1.2, 2000/03/05 02:29:51 version 1.5, 2000/03/06 08:22:37
Line 1 
Line 1 
 # $OpenXM: OpenXM/misc/packages/Generic/openxm/Makefile,v 1.1 2000/03/05 02:26:31 takayama Exp $  # $OpenXM: OpenXM/misc/packages/Generic/openxm/Makefile,v 1.4 2000/03/06 03:07:19 takayama Exp $
 # This is a Makefile to generate source and binary distributions of  # This is a Makefile to generate source and binary distributions of
 # the OpenXM package on various plathome.  # the OpenXM package on various plathomes.
   
 ## For committers: prepare mycvs under your search path  ## For committers: prepare cvs-OpenXM under your search path
 ## to access to CVS servers.  ## to access to CVS servers.
 RCVS=mycvs -d kerberos.math.kobe-u.ac.jp:/usr/cvs  RCVS=cvs-OpenXM -d kerberos.math.sci.kobe-u.ac.jp:/usr/cvs
   ### cvs-OpenXM is the following shell script
   ## #!/bin/sh
   ## CVS_RSH=ssh
   ## export CVS_RSH
   ## cvs $*
   
 TYPE=`uname -s`-`uname -m`  TYPE=`uname -s`-`uname -m`
   
   ## OpenXM Version Number.
   VERSION=1.1.2
   
 RELEASE=  RELEASE=
 ## If you like to have a release name as a part of tar ball, then uncomment  ## If you like to have a release name as a part of tar ball, then uncomment
 ## the next line.  ## the next line.
Line 34  fetch :
Line 43  fetch :
   
 make-tar-ball: fetch  make-tar-ball: fetch
         (cd work/OpenXM/src ; make generate-source-distribution)          (cd work/OpenXM/src ; make generate-source-distribution)
         (cd work ; tar czvf OpenXM-source.tgz OpenXM OpenXM_Contrib OpenXM_contrib2 )          (cd work ; tar czvf OpenXM-source.tgz OpenXM OpenXM_contrib OpenXM_contrib2 )
   
 make-tar-ball-01: fetch  make-tar-ball-01: fetch
         @if [ ! -f ./.make-tar-ball-01_done ]; then \          @if [ ! -f ./.make-tar-ball-01_done ]; then \
Line 63  make-binary-tar-ball-using-binary-FreeBSD :
Line 72  make-binary-tar-ball-using-binary-FreeBSD :
         (cd work/OpenXM/src ; make distclean )          (cd work/OpenXM/src ; make distclean )
   
 clean :  clean :
         /bin/rm -rf .*_done          /bin/rm -rf .*_done *~
         /bin/rm -rf work          /bin/rm -rf work

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.5

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