version 1.26, 2004/06/21 06:06:15 |
version 1.28, 2019/03/27 05:00:19 |
|
|
# $OpenXM: OpenXM/rc/Makefile,v 1.25 2004/06/20 07:55:28 takayama Exp $ |
# $OpenXM: OpenXM/rc/Makefile,v 1.27 2007/11/27 22:26:29 takayama Exp $ |
# make install-under-prefix [ prefix=/home/hoge ] ; Default is /usr/local |
# make install-under-prefix [ prefix=/home/hoge ] ; Default is /usr/local |
prefix=/usr/local |
prefix=/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 oxmath oxMathematica ox openxm webasir |
SHELL_SCRIPTS=asir asir2000 sm1 oxmath oxMathematica ox openxm webasir |
SHELL_SCRIPTS_FREE= sm1 oxmath oxMathematica ox openxm webasir |
SHELL_SCRIPTS_FREE= sm1 oxmath oxMathematica ox openxm webasir |
INSTALL_DIR=${prefix}/bin |
INSTALL_DIR=${prefix}/bin |
MAN_DIR=../man/man1 |
MAN_DIR=../man/man1 |
KDE_MENU_DIR=/usr/lib/menu |
KDE_MENU_DIR=/usr/lib/menu |
|
|
|
# SHELL_SCRIPTS are generated by "gen-shell-scripts" |
all-scripts : dot.bashrc dot.cshrc .done_gen-shell-scripts |
all-scripts : dot.bashrc dot.cshrc .done_gen-shell-scripts |
|
|
dot.bashrc : bashrc repl |
dot.bashrc : bashrc repl |