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

Diff for /OpenXM/src/Makefile between version 1.13 and 1.14

version 1.13, 1999/11/23 01:38:32 version 1.14, 1999/11/23 02:08:16
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.12 1999/11/22 08:55:07 takayama Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.13 1999/11/23 01:38:32 takayama Exp $
 all : all1 all3  all4 pari asir all2 all5 all6  all : all1 all3  all4 pari asir all2 all5 all6
   
 all1 :  all1 :
Line 67  configure :
Line 67  configure :
         (cd kan96xx ; make configure )          (cd kan96xx ; make configure )
         (cd pari-2.0.17.beta; ./Configure --prefix=../../..)          (cd pari-2.0.17.beta; ./Configure --prefix=../../..)
         (cd asir99; ./configure)          (cd asir99; ./configure)
           (cd ox_math; ./configure)
   
   
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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