version 1.32, 2003/07/16 05:19:49 |
version 1.39, 2004/10/14 07:57:42 |
|
|
# $OpenXM: OpenXM/misc/packages/Windows/Makefile,v 1.31 2002/10/01 00:05:54 takayama Exp $ |
# $OpenXM: OpenXM/misc/packages/Windows/Makefile,v 1.38 2003/09/03 05:19:08 takayama Exp $ |
OpenXM_TOP=../../../../OpenXM |
OpenXM_TOP=../../../../OpenXM |
ASIR_LANG=ja |
ASIR_LANG=ja |
#ASIR_LANG=en |
#ASIR_LANG=en |
Line 29 all: copy-binary-phc copy-binary copy-binary-asir win- |
|
Line 29 all: copy-binary-phc copy-binary copy-binary-asir win- |
|
|
|
build-binary-openxm-cygwin: |
build-binary-openxm-cygwin: |
if [ ! -f .build-binary-openxm-cygwin-done ] ; then \ |
if [ ! -f .build-binary-openxm-cygwin-done ] ; then \ |
(cd ${OpenXM_TOP}/src ; make install-kan-ox ; make install-phc) ; \ |
(cd ${OpenXM_TOP}/src ; make install-asir-contrib ) ; \ |
touch .build-binary-openxm-cygwin-done ; \ |
touch .build-binary-openxm-cygwin-done ; \ |
fi |
fi |
|
|
Line 45 copy-binary-openxm-cygwin: build-binary-openxm-cygwin |
|
Line 45 copy-binary-openxm-cygwin: build-binary-openxm-cygwin |
|
rsync -avz --delete --exclude CVS ../${OpenXM_TOP}/man . ; \ |
rsync -avz --delete --exclude CVS ../${OpenXM_TOP}/man . ; \ |
rsync -avz --delete --exclude CVS ../${OpenXM_TOP}/src/asir-contrib src ; \ |
rsync -avz --delete --exclude CVS ../${OpenXM_TOP}/src/asir-contrib src ; \ |
find . -name 'CVS' -print | xargs rm -rf ; \ |
find . -name 'CVS' -print | xargs rm -rf ; \ |
|
find . -name 'DO_NOT_EDIT*' -print | xargs rm -rf ; \ |
) ; \ |
) ; \ |
cp Readme-CD/readme-ja.html OpenXM-win ; \ |
cp Readme-CD/readme-ja.html OpenXM-win ; \ |
cp Readme-CD/readme-en.html OpenXM-win ; \ |
cp Readme-CD/readme-en.html OpenXM-win ; \ |
Line 76 copy-binary-asir-from-local-disk: |
|
Line 77 copy-binary-asir-from-local-disk: |
|
fi |
fi |
|
|
copy-binary-phc: |
copy-binary-phc: |
if [ ! -f .copy-binary-phc-done ] ; then \ |
-if [ ! -f .copy-binary-phc-done ] ; then \ |
make copy-binary-phc-from-internet ; \ |
make copy-binary-phc-from-internet ; \ |
fi |
fi |
|
|
Line 103 win-correction1: build-bat copy-cygwin-dlls |
|
Line 104 win-correction1: build-bat copy-cygwin-dlls |
|
# (cd OpenXM-win/rc ; make clean ; make) |
# (cd OpenXM-win/rc ; make clean ; make) |
win-correction2: win-correction1 |
win-correction2: win-correction1 |
cp oxasir-win.rr OpenXM-win/lib/sm1 |
cp oxasir-win.rr OpenXM-win/lib/sm1 |
|
cp oxasir-win.rr $(OpenXM_TOP)/lib/sm1 |
win-correction2_old: |
win-correction2_old: |
cp OpenXM-win/lib/sm1/*.sm1 OpenXM-win/asir/bin |
cp OpenXM-win/lib/sm1/*.sm1 OpenXM-win/asir/bin |
cp OpenXM-win/lib/sm1/*.sm1 OpenXM-win/bin |
cp OpenXM-win/lib/sm1/*.sm1 OpenXM-win/bin |
Line 158 debug-tools/crlf : debug-tools/crlf.c |
|
Line 160 debug-tools/crlf : debug-tools/crlf.c |
|
(cd debug-tools; gcc -o crlf crlf.c) |
(cd debug-tools; gcc -o crlf crlf.c) |
debug-tools/debug-sed : debug-tools/debug-sed.c |
debug-tools/debug-sed : debug-tools/debug-sed.c |
(cd debug-tools; gcc -o debug-sed debug-sed.c) |
(cd debug-tools; gcc -o debug-sed debug-sed.c) |
build-bat: debug-tools/crlf debug-tools/debug-sed |
debug-tools/gcwd : debug-tools/gcwd.c |
|
(cd debug-tools; gcc -o gcwd gcwd.c) |
|
build-bat: debug-tools/crlf debug-tools/debug-sed debug-tools/gcwd |
-mkdir OpenXM-win/bin-windows |
-mkdir OpenXM-win/bin-windows |
(cd debug-tools; sed -f dist.sed <asirgui-cd.bat >../OpenXM-win/bin-windows/asirgui-cd.bat ; ./crlf ../OpenXM-win/bin-windows/asirgui-cd.bat) |
(cd debug-tools; sed -f dist.sed <asirgui-cd.bat >../OpenXM-win/bin-windows/asirgui-cd.bat ; ./crlf ../OpenXM-win/bin-windows/asirgui-cd.bat) |
|
(cd debug-tools; sed -f dist.sed <sm1-cd.bat >../OpenXM-win/bin-windows/sm1-cd.bat ; ./crlf ../OpenXM-win/bin-windows/sm1-cd.bat) |
(cd debug-tools; sed -f dist.sed <webasir.bat >../OpenXM-win/bin-windows/webasir.bat ; ./crlf ../OpenXM-win/bin-windows/webasir.bat) |
(cd debug-tools; sed -f dist.sed <webasir.bat >../OpenXM-win/bin-windows/webasir.bat ; ./crlf ../OpenXM-win/bin-windows/webasir.bat) |
(cd debug-tools; sed -f dist.sed <websm1.bat >../OpenXM-win/bin-windows/websm1.bat ; ./crlf ../OpenXM-win/bin-windows/websm1.bat) |
(cd debug-tools; sed -f dist.sed <websm1.bat >../OpenXM-win/bin-windows/websm1.bat ; ./crlf ../OpenXM-win/bin-windows/websm1.bat) |
(rm -f ../OpenXM-win/bin-windows/*.BAK ../OpenXM-win/bin-windows/*.bak) |
(rm -f ../OpenXM-win/bin-windows/*.BAK ../OpenXM-win/bin-windows/*.bak) |
cp OpenXM-win/bin-windows/asirgui-cd.bat OpenXM-win/asir/bin |
cp OpenXM-win/bin-windows/asirgui-cd.bat OpenXM-win/asir/bin |
rm -f debug-tools/debug.sed ; debug-tools/debug-sed `pwd` >debug-tools/debug.sed |
(cd debug-tools; cp gcwd.exe ../OpenXM-win/bin-windows) |
(cd debug-tools; sed -f debug.sed <asirgui-cd.bat >asirgui-debug.bat ; ./crlf asirgui-debug.bat) |
|
|
|
remove-experimental: |
remove-experimental: |
-rm -f OpenXM-win/bin-windows/*web*.bat |
-rm -f OpenXM-win/bin-windows/*web*.bat |