[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / kxx

Diff for /OpenXM/src/kxx/Makefile.in between version 1.39 and 1.40

version 1.39, 2006/10/08 23:49:18 version 1.40, 2008/01/12 11:26:16
Line 1 
Line 1 
 ##  $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.38 2006/10/05 21:14:23 takayama Exp $  ##  $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.39 2006/10/08 23:49:18 takayama Exp $
 #  Depends on  all-kan96xx [source tree of kan96xx at ${Kan96xx} is required]  #  Depends on  all-kan96xx [source tree of kan96xx at ${Kan96xx} is required]
 #              install-gmp, install-gc, install-util  #              install-gmp, install-gc, install-util
 #  #
Line 33  CC=@CC@
Line 33  CC=@CC@
 RANLIB=@RANLIB@  RANLIB=@RANLIB@
 LIBS=@LIBS@  LIBS=@LIBS@
 CFLAGS = @CFLAGS@ -g -D_BSD_SOURCE  CFLAGS = @CFLAGS@ -g -D_BSD_SOURCE
 CFLAG2 = @CFLAG2@  # University binary is no longer supported. See old configure.in (version 1.7)
 CFLAG2p = @CFLAG2p@  #CFLAG2 = @CFLAG2@
   #CFLAG2p = @CFLAG2p@
   CFLAG2 =
   CFLAG2p =
 # Or use "lipo -create ox-i386 ox-ppc -output ox"  # Or use "lipo -create ox-i386 ox-ppc -output ox"
 #STATIC_LINK_FLAG=-static  #STATIC_LINK_FLAG=-static
 STATIC_LINK_FLAG=  STATIC_LINK_FLAG=

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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