version 1.4, 2019/09/30 04:31:27 |
version 1.6, 2019/09/30 07:09:37 |
|
|
# $OpenXM: OpenXM/src/asir-mode/Makefile,v 1.3 2019/09/30 03:06:09 takayama Exp $ |
# $OpenXM: OpenXM/src/asir-mode/Makefile,v 1.5 2019/09/30 06:11:05 takayama Exp $ |
BINDIR=../../bin |
BINDIR=../../bin |
SHAREDIR=../../share |
SHAREDIR=../../share |
OpenXM_contrib2=../../../OpenXM_contrib2 |
OpenXM_contrib2=../../../OpenXM_contrib2 |
install: |
install: |
-mkdir -p ${SHAREDIR}/emacs ${BINDIR} |
-mkdir -p ${SHAREDIR}/emacs ${BINDIR} |
install ${OpenXM_contrib2}/windows/post-msg-asirgui/asir-mode.el ${SHAREDIR}/emacs |
install ${OpenXM_contrib2}/windows/post-msg-asirgui/asir-mode.el ${SHAREDIR}/emacs |
|
install ${OpenXM_contrib2}/windows/post-msg-asirgui/asir-mode-v26.el.diff ${SHAREDIR}/emacs |
install ./use-asir-mode-local.txt ${SHAREDIR}/emacs |
install ./use-asir-mode-local.txt ${SHAREDIR}/emacs |
install ./use-asir-mode.txt ${SHAREDIR}/emacs |
install ./use-asir-mode.txt ${SHAREDIR}/emacs |
install ./use-asir-mode.sh ${BINDIR} |
install ./use-asir-mode.sh ${BINDIR} |
|
|
tar cf - OpenXM/lib/libgc* OpenXM/lib/libgmp* OpenXM/rc \ |
tar cf - OpenXM/lib/libgc* OpenXM/lib/libgmp* OpenXM/rc \ |
OpenXM/bin \ |
OpenXM/bin \ |
OpenXM/lib/cfep OpenXM/lib/sm1/bin \ |
OpenXM/lib/cfep OpenXM/lib/sm1/bin \ |
OpenXM/src/jupyter ) | tar xvf -) |
OpenXM/src/jupyter OpenXM/src/cfep/Samples OpenXM/share) | tar xvf -) |
(cd work ; (cd ${OpenXM_HOME}/.. ; \ |
(cd work ; (cd ${OpenXM_HOME}/.. ; \ |
tar cf - OpenXM/lib/asir ) | tar xvf -) |
tar cf - OpenXM/lib/asir ) | tar xvf -) |
(cd work/OpenXM/rc ; make clean) |
(cd work/OpenXM/rc ; make clean) |
|
|
(cp ${OpenXM_HOME}/bin/ox_cpp work/OpenXM/bin) |
(cp ${OpenXM_HOME}/bin/ox_cpp work/OpenXM/bin) |
(cp ${OpenXM_HOME}/bin/ox_pari work/OpenXM/bin) |
(cp ${OpenXM_HOME}/bin/ox_pari work/OpenXM/bin) |
(mkdir -p work/OpenXM/lib/sm1 ; cp -r ${OpenXM_HOME}/lib/sm1/*.sm1 work/OpenXM/lib/sm1) |
(mkdir -p work/OpenXM/lib/sm1 ; cp -r ${OpenXM_HOME}/lib/sm1/*.sm1 work/OpenXM/lib/sm1) |
|
mkdir -p work/Samples |
|
(cp ${OpenXM_HOME}/src/cfep/Samples/circle*.rr work/Samples) |
|
@echo " " |
|
@echo " " |
@echo "Generate diskimage by hand. Name should be emacs-asir.dmg.gz" |
@echo "Generate diskimage by hand. Name should be emacs-asir.dmg.gz" |
@echo "Copy work/OpenXM to the image." |
@echo "Copy work/OpenXM work/Samples to the image." |
|
|
clean: |
clean: |
rm -rf work |
rm -rf work |