[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.43 and 1.44

version 1.43, 2016/03/30 08:25:44 version 1.44, 2016/03/31 05:27:34
Line 1 
Line 1 
 ##  $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.42 2015/09/27 05:06:29 takayama Exp $  ##  $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.43 2016/03/30 08:25:44 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 28  OpenXM_HOME_for_debug=../..
Line 28  OpenXM_HOME_for_debug=../..
 OpenXM_bin_for_debug=${OpenXM_HOME_for_debug}/bin  OpenXM_bin_for_debug=${OpenXM_HOME_for_debug}/bin
 OpenXM_lib_for_debug=${OpenXM_HOME_for_debug}/lib  OpenXM_lib_for_debug=${OpenXM_HOME_for_debug}/lib
 OpenXM_include_for_debug=${OpenXM_HOME_for_debug}/include  OpenXM_include_for_debug=${OpenXM_HOME_for_debug}/include
   MYSIG=${OpenXM_lib}/mysig.o
 ########## end of configurations  ########## end of configurations
 CC=@CC@  CC=@CC@
 RANLIB=@RANLIB@  RANLIB=@RANLIB@
Line 66  ox_kan.h: ${Kan96xx}/plugin/ox_kan.h
Line 67  ox_kan.h: ${Kan96xx}/plugin/ox_kan.h
         /bin/rm -f ox_kan.h          /bin/rm -f 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 ${Kan96xx}/plugin/mysig.o file2.o  ox: oxmain.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o ${MYSIG} file2.o
         ${CC} ${STATIC_LINK_FLAG} ${CFLAGS} oxmain.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o ${Kan96xx}/plugin/mysig.o file2.o -o ox  ${LIBS}          ${CC} ${STATIC_LINK_FLAG} ${CFLAGS} oxmain.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o ${MYSIG} 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
Line 89  oxlog: oxlog.o
Line 90  oxlog: oxlog.o
         ${CC}   ${STATIC_LINK_FLAG} -o oxlog oxlog.o          ${CC}   ${STATIC_LINK_FLAG} -o oxlog oxlog.o
 oxlog.o: oxlog.c  oxlog.o: oxlog.c
   
 ox100start : ox100start.o  ${OpenXM_lib}/libox_pathfinder.a  ox100start : ox100start.o  ${OpenXM_lib}/libox_pathfinder.a ${MYSIG}
         ${CC}  -I${OpenXM_include} ${STATIC_LINK_FLAG} -o ox100start ox100start.c -L${OpenXM_lib} -lox_pathfinder          ${CC}  -I${OpenXM_include} ${STATIC_LINK_FLAG} -o ox100start ox100start.c ${MYSIG} -L${OpenXM_lib} -lox_pathfinder
 ox100start.o: ox100start.c  ox100start.o: ox100start.c
   
 file2.o: ${Kan96xx}/plugin/file2.c  ${Kan96xx}/plugin/file2.h  file2.o: ${Kan96xx}/plugin/file2.c  ${Kan96xx}/plugin/file2.h

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

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