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

version 1.3, 2000/03/13 06:46:39 version 1.7, 2000/12/21 08:20:10
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.6 2000/09/20 01:43:34 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
Line 32  all : configure all-plugin kanlib.a ox ox_sm1  oxlog o
Line 32  all : configure all-plugin kanlib.a ox ox_sm1  oxlog o
   
 all2 : all-plugin kanlib.a ox ox_sm1 testclient oxlog  all2 : all-plugin kanlib.a ox ox_sm1 testclient oxlog
   
 configure : Makefile.in configure.in  configure: Makefile
         echo "You configure is older than Makefine.in and configure.in"  
   Makefile: Makefile.in
           ./configure
   
   # configure is added to repo for a while.
   configure-old : Makefile.in configure.in
           echo "Your configure is older than Makefine.in and configure.in"
         /bin/rm -f .configure_done          /bin/rm -f .configure_done
         autoconf          ./make-configure
         .error  "Run ./make-configure"  #       autoconf
   #       .error  "Run ./make-configure"
   
 dist :  dist :
         ./makeDist          ./makeDist
Line 86  testclient : testclient.c ox.a file2.o ox_kan.h
Line 93  testclient : testclient.c ox.a file2.o ox_kan.h
         $(CC) $(CFLAGS)  ${DDD} testclient.c -o testclient ox.a file2.o $(LIBS)          $(CC) $(CFLAGS)  ${DDD} testclient.c -o testclient ox.a file2.o $(LIBS)
   
   
 #KANLIB = $(KANHOME)/Kan/kanlib.a $(KANHOME)/gmp/libgmp.a $(KANHOME)/gmp/mpn/libmpn.a $(KANHOME)/gc/gc.a  #KANLIB = $(KANHOME)/Kan/kanlib.a $(OpenXM_lib)/libgmp.a $(KANHOME)/gmp/mpn/libmpn.a $(KANHOME)/gc/gc.a
 KANLIB = $(KANHOME)/Kan/kanlib.a $(KANHOME)/gmp/libgmp.a $(KANHOME)/gc/gc.a  KANLIB = $(KANHOME)/Kan/kanlib.a $(OpenXM_lib)/libgmp.a $(KANHOME)/gc/gc.a
   
 ## file2 should be linked from kanlib.a  ## file2 should be linked from kanlib.a
   

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

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