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

Diff for /OpenXM/src/asir2000/Makefile between version 1.2 and 1.4

version 1.2, 2000/01/09 15:57:25 version 1.4, 2000/01/09 18:41:04
Line 1 
Line 1 
 # $OpenXM: OpenXM/src/asir2000/Makefile,v 1.1 2000/01/08 19:11:10 maekawa Exp $  # $OpenXM: OpenXM/src/asir2000/Makefile,v 1.3 2000/01/09 16:28:09 maekawa Exp $
   
 ASIR = ../../../OpenXM_contrib2/asir2000  ASIR = ../../../OpenXM_contrib2/asir2000
 BINDIR = ../../bin  PARI = ../pari
 LIBDIR = ../../lib  
   
 all: configure  all: install-pari configure
         @if [ ! -f ./.make_done ]; then \          @if [ ! -f ./.make_done ]; then \
                 (cd $(ASIR) ; make all) \                  (cd $(ASIR) ; make all) \
         fi          fi
Line 25  configure:
Line 24  configure:
                 (cd $(ASIR) ; ./configure ; xmkmf -a ; make depend) \                  (cd $(ASIR) ; ./configure ; xmkmf -a ; make depend) \
         fi          fi
         @touch ./.configure_done          @touch ./.configure_done
   
   install-pari:
           (cd $(PARI) ; make install)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

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