version 1.28, 2002/09/30 02:30:38 |
version 1.29, 2002/09/30 13:10:05 |
|
|
# $OpenXM: OpenXM/misc/packages/Windows/Makefile,v 1.27 2002/09/30 01:57:05 takayama Exp $ |
# $OpenXM: OpenXM/misc/packages/Windows/Makefile,v 1.28 2002/09/30 02:30:38 takayama Exp $ |
OpenXM_TOP=../../../../OpenXM |
OpenXM_TOP=../../../../OpenXM |
ASIR_LANG=ja |
ASIR_LANG=ja |
#ASIR_LANG=en |
#ASIR_LANG=en |
Line 10 WGET_HEAD=--passive-ftp ftp://ftp:${USER}.openxm.org@f |
|
Line 10 WGET_HEAD=--passive-ftp ftp://ftp:${USER}.openxm.org@f |
|
WINASIR=c:/home/asir |
WINASIR=c:/home/asir |
|
|
usage: |
usage: |
@echo "Targets: all build-tgz clean clean-work link-for-debug" |
@echo "Targets: all build-tgz clean clean-work link-for-debug copy-to-ftp-area" |
@echo " remove-experimental gen-cd" |
@echo " remove-experimental gen-cd" |
@echo " The target all, gen-cd builds the directory OpenXM-win" |
@echo " The target all, gen-cd builds the directory OpenXM-win" |
@echo "Other targets: win-correction3, build-bat" |
@echo "Other targets: win-correction3, build-bat" |
Line 131 build-tgz: win-correction-clean |
|
Line 131 build-tgz: win-correction-clean |
|
|
|
copy-to-orange: build-tgz |
copy-to-orange: build-tgz |
scp OpenXM-win.tgz taka@orange:tmp3 |
scp OpenXM-win.tgz taka@orange:tmp3 |
|
copy-to-ftp-area: build-tgz |
|
scp OpenXM-win.tgz taka@orange:/export/home01/ftp/pub/OpenXM/Head |
|
|
link-for-debug: |
link-for-debug: |
(cd ${OpenXM_TOP} ; cd bin ; ln -s ../../OpenXM_contrib2/asir2000/asir .) |
(cd ${OpenXM_TOP} ; cd bin ; ln -s ../../OpenXM_contrib2/asir2000/asir .) |