| version 1.10, 2007/09/30 00:25:22 |
version 1.19, 2016/09/23 05:54:44 |
|
|
| dist-cfep: gentar install |
dist-cfep: gentar install |
| rm -rf work |
rm -rf work |
| mkdir work |
mkdir work |
| |
-cp install.txt work |
| (cd work ; (cd ${OpenXM_HOME}/.. ; \ |
(cd work ; (cd ${OpenXM_HOME}/.. ; \ |
| tar cf - OpenXM/lib/libgc* OpenXM/lib/libgmp* OpenXM/rc \ |
tar cf - OpenXM/lib/libgc* OpenXM/lib/libgmp* OpenXM/rc \ |
| OpenXM/bin/ox OpenXM/bin/ox_asir OpenXM/bin/asir \ |
OpenXM/bin \ |
| OpenXM/lib/cfep OpenXM/lib/sm1/bin \ |
OpenXM/lib/cfep OpenXM/lib/sm1/bin \ |
| OpenXM/doc/cfep ) | tar xvf -) |
OpenXM/doc/cfep ) | tar xvf -) |
| (cd work ; (cd ${OpenXM_HOME}/.. ; \ |
(cd work ; (cd ${OpenXM_HOME}/.. ; \ |
| tar cf - --exclude help --exclude help-jp --exclude help-eg OpenXM/lib/asir ) | tar xvf -) |
tar cf - --exclude help --exclude help-ja --exclude help-en OpenXM/lib/asir ) | tar xvf -) |
| (cd work/OpenXM/rc ; make clean) |
(cd work/OpenXM/rc ; make clean) |
| rm -rf work/OpenXM/lib/asir/help* work/OpenXM/lib/asir/cfep-init.rr |
rm -rf work/OpenXM/lib/asir/help* work/OpenXM/lib/asir/cfep-init.rr |
| mkdir work/OpenXM/lib/asir-contrib |
mkdir work/OpenXM/lib/asir-contrib |
| Line 69 dist-cfep: gentar install |
|
| Line 70 dist-cfep: gentar install |
|
| (cp ${OpenXM_HOME}/bin/nkf work/OpenXM/bin) |
(cp ${OpenXM_HOME}/bin/nkf work/OpenXM/bin) |
| (cp ${OpenXM_HOME}/bin/sm1 work/OpenXM/bin) |
(cp ${OpenXM_HOME}/bin/sm1 work/OpenXM/bin) |
| (cp ${OpenXM_HOME}/bin/ox_k0 work/OpenXM/bin) |
(cp ${OpenXM_HOME}/bin/ox_k0 work/OpenXM/bin) |
| |
(cp ${OpenXM_HOME}/bin/ox_cpp 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) |
| (cp ${OpenXM_HOME}/lib/sm1/*.asir work/OpenXM/lib/sm1) |
(cp ${OpenXM_HOME}/lib/sm1/*.asir work/OpenXM/lib/sm1) |
| (cp -r ${OpenXM_HOME}/lib/sm1/Resource work/OpenXM/lib/sm1) |
(cp -r ${OpenXM_HOME}/lib/sm1/Resource work/OpenXM/lib/sm1) |
|
|
| # Do it at orange2 |
# Do it at orange2 |
| gentar-html: |
gentar-html: |
| @if [ ! -f tmp-OpenXM-html.tar.gz ]; then \ |
@if [ ! -f tmp-OpenXM-html.tar.gz ]; then \ |
| (cd /home/web/OpenXM/Current ; tar czvf - doc/asir2000/html-jp) >tmp-OpenXM-html.tar.gz ; \ |
(cd /home/web/OpenXM/Current ; tar czvf - doc/asir2000/html-ja) >tmp-OpenXM-html.tar.gz ; \ |
| fi |
fi |
| |
|
| copy-intro-ja: |
copy-intro-ja: |
| Line 112 gendoc: gendoc.c |
|
| Line 115 gendoc: gendoc.c |
|
| cfep-grep: cfep-grep.c |
cfep-grep: cfep-grep.c |
| gcc -o cfep-grep -I${OpenXM_HOME}/include cfep-grep.c -L${OpenXM_HOME}/lib -lox_pathfinder |
gcc -o cfep-grep -I${OpenXM_HOME}/include cfep-grep.c -L${OpenXM_HOME}/lib -lox_pathfinder |
| |
|
| |
copy-all-tmp: |
| |
mkdir -p work/OpenXM/share |
| |
-(cp ${OpenXM_HOME}/bin/[a-z]* work/OpenXM/bin) |
| |
-(cp ${OpenXM_HOME}/lib/[a-z]* work/OpenXM/lib) |
| |
-(cp -r ${OpenXM_HOME}/lib/java-support work/OpenXM/lib) |
| |
-(cp -r ${OpenXM_HOME}/share/oxmgraph work/OpenXM/share) |
| |
# -(cp -r ${OpenXM_HOME}/libexec work/OpenXM ) |
| |
rm -f work/OpenXM/bin/gnuplot |