version 1.18, 2003/02/03 07:14:38 |
version 1.21, 2004/03/01 03:10:26 |
|
|
# $OpenXM: OpenXM/rc/Makefile,v 1.17 2001/09/20 06:06:05 takayama Exp $ |
# $OpenXM: OpenXM/rc/Makefile,v 1.20 2004/02/26 09:54:27 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 oxgp k0 oxmath oxMathematica ox |
# SHELL_SCRIPTS=asir sm1 oxgp k0 oxmath oxMathematica ox |
SHELL_SCRIPTS=asir sm1 oxgp oxmath oxMathematica ox openxm webasir |
SHELL_SCRIPTS=asir sm1 oxmath oxMathematica ox openxm webasir |
PREFIX=/usr/local |
PREFIX=/usr/local |
INSTALL_DIR=${PREFIX}/bin |
INSTALL_DIR=${PREFIX}/bin |
MAN_DIR=../man/man1 |
MAN_DIR=../man/man1 |
|
KDE_MENU_DIR=/usr/lib/menu |
|
|
all : dot.bashrc dot.cshrc openxm .done_gen-shell-scripts |
all : dot.bashrc dot.cshrc openxm .done_gen-shell-scripts |
|
|
Line 38 openxm : dot.bashrc |
|
Line 39 openxm : dot.bashrc |
|
./gen-shell-scripts |
./gen-shell-scripts |
touch .done_gen-shell-scripts |
touch .done_gen-shell-scripts |
|
|
install : all |
install : install-usr-bin install-kde-menu |
cp -f $(SHELL_SCRIPTS) ${INSTALL_DIR} |
install-usr-bin: all |
|
-cp -f $(SHELL_SCRIPTS) ${INSTALL_DIR} |
|
install-kde-menu-knoppix: |
|
install kde/openxm-binary-knoppix ${KDE_MENU_DIR}/openxm-binary |
install.man : |
install.man : |
-cp openxm.1 ${MAN_DIR} |
-cp openxm.1 ${MAN_DIR} |
|
|