[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.36 and 1.41

version 1.36, 2006/02/04 02:44:39 version 1.41, 2010/08/18 07:23:32
Line 1 
Line 1 
 ##  $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.35 2004/09/17 03:28:21 takayama Exp $  ##  $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.40 2008/01/12 11:26:16 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 32  OpenXM_include_for_debug=${OpenXM_HOME_for_debug}/incl
Line 32  OpenXM_include_for_debug=${OpenXM_HOME_for_debug}/incl
 CC=@CC@  CC=@CC@
 RANLIB=@RANLIB@  RANLIB=@RANLIB@
 LIBS=@LIBS@  LIBS=@LIBS@
 CFLAGS = @CFLAGS@ -g -D_BSD_SOURCE  CFLAGS = @CFLAGS@ -g -D_BSD_SOURCE -I${OpenXM_include}
   # University binary is no longer supported. See old configure.in (version 1.7)
   # Or use "lipo -create ox-i386 ox-ppc -output ox"
 #STATIC_LINK_FLAG=-static  #STATIC_LINK_FLAG=-static
 STATIC_LINK_FLAG=  STATIC_LINK_FLAG=
 RM=rm  RM=rm
Line 57  configure-old : Makefile.in configure.in
Line 59  configure-old : Makefile.in configure.in
 #       autoconf  #       autoconf
 #       .error  "Run ./make-configure"  #       .error  "Run ./make-configure"
   
 .c.o:  
         ${CC}  ${CFLAGS} -I${OpenXM_include} -c  $<  
 ox.a: ${Kan96xx}/plugin/ox.a  ox.a: ${Kan96xx}/plugin/ox.a
         /bin/rm -f ox.a          /bin/rm -f ox.a
         ln -s ${Kan96xx}/plugin/ox.a ox.a          ln -s ${Kan96xx}/plugin/ox.a ox.a

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.41

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