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

Diff for /OpenXM/src/Makefile between version 1.77 and 1.80

version 1.77, 2000/02/01 09:59:42 version 1.80, 2000/02/08 21:16:15
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.76 2000/02/01 05:11:09 takayama Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.79 2000/02/08 12:03:39 takayama Exp $
   
 OPENXM_CONTRIB=../../OpenXM_contrib  OPENXM_CONTRIB=../../OpenXM_contrib
 LIBDIR=../lib  LIBDIR=../lib
Line 167  configure-links:
Line 167  configure-links:
         ln -f -s $(OPENXM_CONTRIB)/gmp gmp          ln -f -s $(OPENXM_CONTRIB)/gmp gmp
   
 configure-oxmath:  configure-oxmath:
         (cd ox_math; ./configure)          (cd ox_math; ./make-configure)
   
 configure-pari:  configure-pari:
         (cd pari ; make configure)          (cd pari ; make configure)
   
   generate-source-distribution : generate-source-distribution-kxx \
                                  generate-source-distribution-ox_toolkit
   
   generate-source-distribution-kxx :
           (cd kxx ; rm -f .configure_done Makefile ; autoconf)
   generate-source-distribution-ox_toolkit :
           (cd ox_toolkit ; rm -f Makefile ; autoconf)
   
 clean-rc :  clean-rc :
         (cd $(RCDIR) ; make clean )          (cd $(RCDIR) ; make clean )

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.80

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