[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.31 and 1.35

version 1.31, 2004/06/23 23:04:10 version 1.35, 2004/09/17 03:28:21
Line 1 
Line 1 
 ##  $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.30 2004/06/23 22:49:17 takayama Exp $  ##  $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.34 2004/06/25 04:37:54 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 48  all2 : ox ox_sm1 testclient oxlog
Line 47  all2 : ox ox_sm1 testclient oxlog
 configure: Makefile  configure: Makefile
   
 Makefile: Makefile.in  Makefile: Makefile.in
         ./configure          (rm -f .configure_done ; ./make-configure)
   
 # configure is added to repo for a while.  # configure is added to repo for a while.
 configure-old : Makefile.in configure.in  configure-old : Makefile.in configure.in
Line 72  ox: oxmain.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/pl
Line 71  ox: oxmain.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/pl
 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
         ${CC}  ${STATIC_LINK_FLAG} ${CFLAGS} oxd.o xtag.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o -o oxd  ${LIBS}          ${CC}  ${STATIC_LINK_FLAG} ${CFLAGS} oxd.o xtag.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o -o oxd  ${LIBS} -L{OpenXM_lib} -lgc
 oxd.o: oxd.c ox_kan.h serversm.h  oxd.o: oxd.c ox_kan.h serversm.h
 xtag.o: xtag.c  xtag.o: xtag.c
 oxd-thread: oxd-thread.o xtag.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o  oxd-thread: oxd-thread.o xtag.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.35

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