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

Diff for /OpenXM/rc/Makefile between version 1.30 and 1.33

version 1.30, 2019/09/30 06:11:05 version 1.33, 2021/12/13 06:44:19
Line 1 
Line 1 
 # $OpenXM: OpenXM/rc/Makefile,v 1.29 2019/09/30 02:42:57 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
Line 109  install-emacs-asir-on-mac: all-scripts
Line 109  install-emacs-asir-on-mac: all-scripts
   
 norc-fix:  norc-fix:
         pushd ../bin ; mv openxm openxm.orig ; sed -e 's/ASIR_CONFIG/#ASIR_CONFIG/g' openxm.orig >openxm ; chmod +x openxm ; popd          pushd ../bin ; mv openxm openxm.orig ; sed -e 's/ASIR_CONFIG/#ASIR_CONFIG/g' openxm.orig >openxm ; chmod +x openxm ; popd
           cp ../bin/openxm ~/bin
   
   

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.33

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