[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-port

Diff for /OpenXM/src/asir-port/Makefile between version 1.25 and 1.26

version 1.25, 2010/02/22 22:23:27 version 1.26, 2010/07/19 09:41:53
Line 1 
Line 1 
 # $OpenXM: OpenXM/src/asir-port/Makefile,v 1.24 2010/02/16 02:49:50 takayama Exp $  # $OpenXM: OpenXM/src/asir-port/Makefile,v 1.25 2010/02/22 22:23:27 takayama Exp $
 # touch for_knoppix ; make install  # touch for_knoppix ; make install
 # to generate a distribution for knoppix.  # to generate a distribution for knoppix.
 #### Do not add extra spaces after the VERSION.  #### Do not add extra spaces after the VERSION.
Line 10  LIBS=alpi bfct bgk const cyclic defs.h dmul fctrdata f
Line 10  LIBS=alpi bfct bgk const cyclic defs.h dmul fctrdata f
          sturm xm           sturm xm
 # bug: md5sum is called md5 in FreeBSD.  # bug: md5sum is called md5 in FreeBSD.
 MD5=md5sum  MD5=md5sum
 OS=`uname -s`  OS=`dpkg --print-architecture`
 OpenXM_HOME_=../..  OpenXM_HOME_=../..
 RSYNC=rsync -avz -e ssh  RSYNC=rsync -avz -e ssh
 #FTP_DIR=/home/ftp/pub/OpenXM/head/knoppix  #FTP_DIR=/home/ftp/pub/OpenXM/head/knoppix

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

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