[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.37 and 1.38

version 1.37, 2006/10/05 20:44:58 version 1.38, 2006/10/05 21:14:23
Line 1 
Line 1 
 ##  $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.36 2006/02/04 02:44:39 takayama Exp $  ##  $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.37 2006/10/05 20:44:58 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 34  RANLIB=@RANLIB@
Line 34  RANLIB=@RANLIB@
 LIBS=@LIBS@  LIBS=@LIBS@
 CFLAGS = @CFLAGS@ -g -D_BSD_SOURCE  CFLAGS = @CFLAGS@ -g -D_BSD_SOURCE
 CFLAG2 = @CFLAG2@  CFLAG2 = @CFLAG2@
   CFLAG2p = @CFLAG2p@
 #STATIC_LINK_FLAG=-static  #STATIC_LINK_FLAG=-static
 STATIC_LINK_FLAG=  STATIC_LINK_FLAG=
 RM=rm  RM=rm
Line 68  ox_kan.h: ${Kan96xx}/plugin/ox_kan.h
Line 69  ox_kan.h: ${Kan96xx}/plugin/ox_kan.h
         ln -s ${Kan96xx}/plugin/ox_kan.h ox_kan.h          ln -s ${Kan96xx}/plugin/ox_kan.h ox_kan.h
   
 ox: oxmain.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o  ox: oxmain.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o
         ${CC} ${STATIC_LINK_FLAG} ${CFLAGS} ${CFLAG2} oxmain.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o -o ox  ${LIBS}          ${CC} ${STATIC_LINK_FLAG} ${CFLAGS} ${CFLAG2p} oxmain.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o -o ox  ${LIBS}
 oxmain.o: oxmain.c ox_kan.h serversm.h  oxmain.o: oxmain.c ox_kan.h serversm.h
   
 oxd: oxd.o xtag.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o  oxd: oxd.o xtag.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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