[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.33

version 1.31, 2004/06/23 23:04:10 version 1.33, 2004/06/25 04:25:48
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.32 2004/06/24 11:59:22 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 48  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 84  ox_null: oxserver00.o ox.a nullstackmachine.o file2.o 
Line 84  ox_null: oxserver00.o ox.a nullstackmachine.o file2.o 
 oxserver00.o: oxserver00.c ox_kan.h serversm.h  oxserver00.o: oxserver00.c ox_kan.h serversm.h
   
 ox_sm1: oxserver00.o sm1stackmachine.o ox.a ${Kan96xx}/Kan/kanlib.a  ox_sm1: oxserver00.o sm1stackmachine.o ox.a ${Kan96xx}/Kan/kanlib.a
         ${CC}  ${STATIC_LINK_FLAG} ${CFLAGS} oxserver00.o sm1stackmachine.o -o ox_sm1  ${LIBS} ${KANLIB}          ${CC}  ${STATIC_LINK_FLAG} ${CFLAGS} oxserver00.o sm1stackmachine.o -o ox_sm1  ${LIBS} ${KANLIB} -lox_pathfinder
   
 oxlog: oxlog.o  oxlog: oxlog.o
         ${CC}   ${STATIC_LINK_FLAG} -o oxlog oxlog.o          ${CC}   ${STATIC_LINK_FLAG} -o oxlog oxlog.o
Line 114  testclient2 : testclient2.o ${Kan96xx}/Kan/kanlib.a ox
Line 114  testclient2 : testclient2.o ${Kan96xx}/Kan/kanlib.a ox
 testclient2.o: testclient.c ox_kan.h  testclient2.o: testclient.c ox_kan.h
   
 ox_texmacs: ox_texmacs.o ${Kan96xx}/Kan/kanlib.a  ox_texmacs: ox_texmacs.o ${Kan96xx}/Kan/kanlib.a
         ${CC}  ${STATIC_LINK_FLAG} ${CFLAGS} ox_texmacs.o -o ox_texmacs  ${LIBS} ${KANLIB}          ${CC}  ${STATIC_LINK_FLAG} ${CFLAGS} ox_texmacs.o -o ox_texmacs  ${LIBS} ${KANLIB} -lox_pathfinder
   
 clean-done:  clean-done:
         -${RM} -f .configure_done          -${RM} -f .configure_done

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

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