version 1.31, 2019/09/30 07:09:37 |
version 1.33, 2021/12/13 06:44:19 |
|
|
# $OpenXM: OpenXM/rc/Makefile,v 1.30 2019/09/30 06:11:05 takayama Exp $ |
# $OpenXM: OpenXM/rc/Makefile,v 1.32 2020/08/25 15:29:21 fujimoto 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 asir2000 sm1 oxmath oxMathematica ox openxm webasir |
SHELL_SCRIPTS=asir 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 |