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

Diff for /OpenXM/src/kan96xx/Kan/Makefile.in between version 1.22 and 1.23

version 1.22, 2007/02/19 06:57:14 version 1.23, 2016/09/19 07:50:02
Line 1 
Line 1 
 ###  $OpenXM: OpenXM/src/kan96xx/Kan/Makefile.in,v 1.21 2004/09/24 07:10:06 takayama Exp $  ###  $OpenXM: OpenXM/src/kan96xx/Kan/Makefile.in,v 1.22 2007/02/19 06:57:14 takayama Exp $
 #  #
 #   depends on install-gmp, install-gc [install-asir-gc]  #   depends on install-gmp, install-gc [install-asir-gc]
 #              ( cd ../plugin ; make )  #              ( cd ../plugin ; make )
Line 18  AR=@AR@
Line 18  AR=@AR@
 CC=@CC@  CC=@CC@
 RANLIB=@RANLIB@  RANLIB=@RANLIB@
 LIBS=@LIBS@  LIBS=@LIBS@
 LIBS2 = -L${OpenXM_lib} -lgmp -lgc -lox_pathfinder  LIBS2_SHARED = -L${OpenXM_lib} -lgmp -lgc -lox_pathfinder
   LIBS2_STATIC = -L${OpenXM_lib} ${OpenXM_lib}/libgmp.a ${OpenXM_lib}/libgc.a -lox_pathfinder
   LIBS2 = @LIBS2@
 #GC = nogc.c  #GC = nogc.c
 #STATIC_LINK_FLAG = -static  #STATIC_LINK_FLAG = -static
 STATIC_LINK_FLAG =  STATIC_LINK_FLAG =

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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