[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / util

Diff for /OpenXM/src/util/Attic/Makefile between version 1.1 and 1.3

version 1.1, 2002/04/05 01:12:09 version 1.3, 2003/03/06 10:36:04
Line 1 
Line 1 
 # $OpenXM$  # $OpenXM: OpenXM/src/util/Makefile,v 1.2 2002/04/05 01:28:47 takayama Exp $
 OpenXM_ROOT=../../../OpenXM  OpenXM_ROOT=../../../OpenXM
 OpenXM_bin=$(OpenXM_ROOT)/bin  OpenXM_bin=$(OpenXM_ROOT)/bin
 OpenXM_lib=$(OpenXM_ROOT)/lib  OpenXM_lib=$(OpenXM_ROOT)/lib
Line 11  oxweave : oxweave.c
Line 11  oxweave : oxweave.c
   
   
 install: all  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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>