| version 1.35, 2003/07/21 07:00:03 |
version 1.40, 2004/12/17 00:13:09 |
|
|
| # $OpenXM: OpenXM/misc/packages/Windows/Makefile,v 1.34 2003/07/21 03:19:43 takayama Exp $ |
# $OpenXM: OpenXM/misc/packages/Windows/Makefile,v 1.39 2004/10/14 07:57:42 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 44 copy-binary-openxm-cygwin: build-binary-openxm-cygwin |
|
| Line 44 copy-binary-openxm-cygwin: build-binary-openxm-cygwin |
|
| rsync -avz --delete --exclude CVS ../${OpenXM_TOP}/rc . ; \ |
rsync -avz --delete --exclude CVS ../${OpenXM_TOP}/rc . ; \ |
| 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 ; \ |
| |
rsync -avz --delete --exclude CVS ../${OpenXM_TOP}/libexec . ; \ |
| find . -name 'CVS' -print | xargs rm -rf ; \ |
find . -name 'CVS' -print | xargs rm -rf ; \ |
| find . -name 'DO_NOT_EDIT*' -print | xargs rm -rf ; \ |
find . -name 'DO_NOT_EDIT*' -print | xargs rm -rf ; \ |
| ) ; \ |
) ; \ |
| Line 77 copy-binary-asir-from-local-disk: |
|
| Line 78 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 165 debug-tools/gcwd : debug-tools/gcwd.c |
|
| Line 166 debug-tools/gcwd : debug-tools/gcwd.c |
|
| build-bat: debug-tools/crlf debug-tools/debug-sed debug-tools/gcwd |
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; sed -f debug.sed <asirgui-cd.bat >asirgui-debug.bat ; ./crlf asirgui-debug.bat) |
|
| (cd debug-tools; cp gcwd.exe ../OpenXM-win/bin-windows) |
(cd debug-tools; cp gcwd.exe ../OpenXM-win/bin-windows) |
| |
|
| remove-experimental: |
remove-experimental: |