[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.15 and 1.16

version 1.15, 2002/08/03 07:44:51 version 1.16, 2002/10/20 13:13:35
Line 1 
Line 1 
 ##  $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.14 2002/04/06 12:15:55 takayama Exp $  ##  $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.15 2002/08/03 07:44:51 takayama Exp $
 ## Targets :  ## Targets :
 ##   all  : generates ox oxlog ox_sm1  ##   all  : generates ox oxlog ox_sm1
 ##   install : copy the binaries to $(OpenXM_bin),  ##   install : copy the binaries to $(OpenXM_bin),
Line 69  ox_kan.h : $(KANHOME)/plugin/ox_kan.h
Line 69  ox_kan.h : $(KANHOME)/plugin/ox_kan.h
   
 ox : oxmain.c $(KANHOME)/plugin/mytcpio.o $(KANHOME)/plugin/oxmisc.o file2.o ox_kan.h  ox : oxmain.c $(KANHOME)/plugin/mytcpio.o $(KANHOME)/plugin/oxmisc.o file2.o ox_kan.h
         $(CC) ${STATIC_LINK_FLAG} $(CFLAGS) ${DDD} oxmain.c $(KANHOME)/plugin/mytcpio.o $(KANHOME)/plugin/oxmisc.o file2.o -o ox  $(LIBS)          $(CC) ${STATIC_LINK_FLAG} $(CFLAGS) ${DDD} oxmain.c $(KANHOME)/plugin/mytcpio.o $(KANHOME)/plugin/oxmisc.o file2.o -o ox  $(LIBS)
   
   oxd : oxd.c xtag.c $(KANHOME)/plugin/mytcpio.o $(KANHOME)/plugin/oxmisc.o file2.o ox_kan.h
           $(CC) ${STATIC_LINK_FLAG} $(CFLAGS) ${DDD} oxd.c xtag.c $(KANHOME)/plugin/mytcpio.o $(KANHOME)/plugin/oxmisc.o file2.o -o ox  $(LIBS)
   
 ox_null : oxserver00.c ox.a nullstackmachine.o file2.o ox_kan.h  ox_null : oxserver00.c ox.a nullstackmachine.o file2.o ox_kan.h
         $(CC)  ${STATIC_LINK_FLAG} $(CFLAGS)  ${DDD} oxserver00.c ox.a nullstackmachine.o file2.o -o ox_null  $(LIBS) ; \          $(CC)  ${STATIC_LINK_FLAG} $(CFLAGS)  ${DDD} oxserver00.c ox.a nullstackmachine.o file2.o -o ox_null  $(LIBS) ; \

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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