[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.5 and 1.6

version 1.5, 2000/09/17 03:12:12 version 1.6, 2000/09/20 01:43:34
Line 1 
Line 1 
 ##  $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.4 2000/03/13 09:04:08 takayama Exp $  ##  $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.5 2000/09/17 03:12:12 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 35  all2 : all-plugin kanlib.a ox ox_sm1 testclient oxlog
Line 35  all2 : all-plugin kanlib.a ox ox_sm1 testclient oxlog
 configure : Makefile.in configure.in  configure : Makefile.in configure.in
         echo "You configure is older than Makefine.in and configure.in"          echo "You 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

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

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