=================================================================== RCS file: /home/cvs/OpenXM/rc/Makefile,v retrieving revision 1.7 retrieving revision 1.9 diff -u -p -r1.7 -r1.9 --- OpenXM/rc/Makefile 2000/02/01 12:01:31 1.7 +++ OpenXM/rc/Makefile 2000/03/02 02:05:13 1.9 @@ -1,10 +1,12 @@ -# $OpenXM: OpenXM/rc/Makefile,v 1.6 2000/01/31 07:46:14 noro Exp $ +# $OpenXM: OpenXM/rc/Makefile,v 1.8 2000/03/01 00:15:45 takayama Exp $ # make repl # make all -# make install [ INSTALL_DIR=/home/hoge/bin ] ; Default is /usr/local/bin +# make install [ PREFIX=/home/hoge ] ; Default is /usr/local CC=gcc -SHELL_SCRIPTS=asir sm1 gp k0 oxmath oxMathematica ox -INSTALL_DIR=/usr/local/bin +# SHELL_SCRIPTS=asir sm1 gp k0 oxmath oxMathematica ox +SHELL_SCRIPTS=asir sm1 gp oxmath oxMathematica ox +PREFIX=/usr/local +INSTALL_DIR=${PREFIX}/bin all : dot.bashrc dot.cshrc openxm .done_gen-shell-scripts