=================================================================== RCS file: /home/cvs/OpenXM/src/util/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- OpenXM/src/util/Attic/Makefile 2002/04/05 01:12:09 1.1 +++ OpenXM/src/util/Attic/Makefile 2003/03/06 10:36:04 1.3 @@ -1,4 +1,4 @@ -# $OpenXM$ +# $OpenXM: OpenXM/src/util/Makefile,v 1.2 2002/04/05 01:28:47 takayama Exp $ OpenXM_ROOT=../../../OpenXM OpenXM_bin=$(OpenXM_ROOT)/bin OpenXM_lib=$(OpenXM_ROOT)/lib @@ -11,4 +11,12 @@ oxweave : oxweave.c install: all - cp oxweave ${OpenXM_bin} + if [ "`uname | sed -e 's/_.*$$//'`" = "CYGWIN" ]; then \ + cp -f oxweave.exe ${OpenXM_bin} ; \ + cp -f oxweave.exe ${OpenXM_ROOT}/src/kxx ; \ + else \ + cp -f oxweave ${OpenXM_bin} ; \ + cp -f oxweave ${OpenXM_ROOT}/src/kxx ; \ + fi + cp -f lndir.sh ${OpenXM_bin} + chmod 755 ${OpenXM_bin}/lndir.sh