[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.6 and 1.7

version 1.6, 2000/09/20 01:43:34 version 1.7, 2000/12/21 08:20:10
Line 1 
Line 1 
 ##  $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.5 2000/09/17 03:12:12 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 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
         ./make-configure          ./make-configure
 #       autoconf  #       autoconf

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

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