[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.3 and 1.4

version 1.3, 2000/03/13 06:46:39 version 1.4, 2000/03/13 09:04:08
Line 1 
Line 1 
 ##  $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.2 2000/03/11 01:18:25 takayama Exp $  ##  $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.3 2000/03/13 06:46:39 takayama Exp $
 ## Targets :  ## Targets :
 ##   all  : generates ox oxlog ox_sm1 oxweave  ##   all  : generates ox oxlog ox_sm1 oxweave
 ##   install : copy the binaries to $(OpenXM_bin),  ##   install : copy the binaries to $(OpenXM_bin),
Line 22  LIBS=@LIBS@ 
Line 22  LIBS=@LIBS@ 
 CFLAGS = -g  CFLAGS = -g
 DDD=-D_BSD_SOURCE  DDD=-D_BSD_SOURCE
 #STATIC_LINK_FLAG=-static  #STATIC_LINK_FLAG=-static
 STATIC_LINK_FLAG=-static  STATIC_LINK_FLAG=
 ########## end of configurations  ########## end of configurations
   
 ### Set the server name in oxmain.c if you do not use the environmental  ### Set the server name in oxmain.c if you do not use the environmental

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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