[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / rc

Diff for /OpenXM/rc/Makefile between version 1.8 and 1.9

version 1.8, 2000/03/01 00:15:45 version 1.9, 2000/03/02 02:05:13
Line 1 
Line 1 
 # $OpenXM: OpenXM/rc/Makefile,v 1.7 2000/02/01 12:01:31 takayama Exp $  # $OpenXM: OpenXM/rc/Makefile,v 1.8 2000/03/01 00:15:45 takayama Exp $
 # make repl  # make repl
 # make all  # make all
 # make install  [ PREFIX=/home/hoge ]  ; Default is /usr/local  # make install  [ PREFIX=/home/hoge ]  ; Default is /usr/local
 CC=gcc  CC=gcc
 SHELL_SCRIPTS=asir sm1 gp k0 oxmath oxMathematica ox  # SHELL_SCRIPTS=asir sm1 gp k0 oxmath oxMathematica ox
   SHELL_SCRIPTS=asir sm1 gp oxmath oxMathematica ox
 PREFIX=/usr/local  PREFIX=/usr/local
 INSTALL_DIR=${PREFIX}/bin  INSTALL_DIR=${PREFIX}/bin
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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