version 1.11, 2009/02/22 16:40:05 |
version 1.17, 2010/08/26 11:19:04 |
|
|
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/ox OpenXM/bin/ox_asir OpenXM/bin/asir \ |
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) |
(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 114 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 |