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

Diff for /OpenXM/src/kan96xx/Attic/Makefile between version 1.26 and 1.27

version 1.26, 2001/05/20 07:48:17 version 1.27, 2001/12/24 00:49:56
Line 1 
Line 1 
 ##  $OpenXM: OpenXM/src/kan96xx/Makefile,v 1.25 2000/12/25 06:19:10 takayama Exp $  ##  $OpenXM: OpenXM/src/kan96xx/Makefile,v 1.26 2001/05/20 07:48:17 takayama Exp $
   
 ## Type in make configure and make all to build all  ## Type in make configure and make all to build all
 TOPDIR=../../../OpenXM  TOPDIR=../../../OpenXM
Line 101  install-openXM-bin: install-bin-OpenXM  #alias
Line 101  install-openXM-bin: install-bin-OpenXM  #alias
   
 install-bin-OpenXM: clean-for-debug  install-bin-OpenXM: clean-for-debug
         if [ "`uname`" = "CYGWIN_NT-5.0" ]; then \          if [ "`uname`" = "CYGWIN_NT-5.0" ]; then \
             rm -f $(OpenXM_bin)/sm1.exe ; \
           cp Kan/sm1.exe $(OpenXM_bin) ; \            cp Kan/sm1.exe $(OpenXM_bin) ; \
         else \          else \
           cp Kan/sm1 $(OpenXM_bin) ; \            cp Kan/sm1 $(OpenXM_bin) ; \

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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