[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src

Diff for /OpenXM/src/Makefile between version 1.7 and 1.8

version 1.7, 1999/11/02 12:33:56 version 1.8, 1999/11/02 16:29:46
Line 1 
Line 1 
 ## Type in make configure and make all to build all  ## Type in make configure and make all to build all
 ## $OpenXM: OpenXM/src/Makefile,v 1.6 1999/11/02 09:17:08 takayama Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.7 1999/11/02 12:33:56 takayama Exp $
 all : all1 all2 all3  all : all1 all2 all3
   
 all1 :  all1 :
Line 14  all2 :
Line 14  all2 :
 all3 :  all3 :
         (cd k097 ; make all ; cp k0 ../../bin)          (cd k097 ; make all ; cp k0 ../../bin)
 all4 :  all4 :
         (cd JavaSupport ; make )          (cd OpenMath ; make )
   
   
 clean :  clean :

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

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