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

Diff for /OpenXM/src/asir2000/Makefile between version 1.6 and 1.8

version 1.6, 2000/01/09 20:39:49 version 1.8, 2000/01/19 02:49:27
Line 1 
Line 1 
 # $OpenXM: OpenXM/src/asir2000/Makefile,v 1.5 2000/01/09 18:42:24 maekawa Exp $  # $OpenXM: OpenXM/src/asir2000/Makefile,v 1.7 2000/01/19 01:15:46 noro Exp $
   
 ASIR = ../../../OpenXM_contrib2/asir2000  ASIR = ../../../OpenXM_contrib2/asir2000
 PARI = ../pari  PARI = ../pari
Line 10  all: configure
Line 10  all: configure
         @touch ./.make_done          @touch ./.make_done
   
 install: all  install: all
         (cd $(ASIR) ; make install ; make install2)          (cd $(ASIR) ; make install ; make install-lib)
   
 clean:  clean:
         (cd $(ASIR) ; make clean)          (cd $(ASIR) ; make clean)
Line 21  distclean:
Line 21  distclean:
   
 configure: install-pari  configure: install-pari
         @if [ ! -f ./.configure_done ]; then \          @if [ ! -f ./.configure_done ]; then \
                 (cd $(ASIR) ; ./configure ; xmkmf -a ; make depend) \                  (cd $(ASIR) ; ./configure ; xmkmf ; make Makefiles; make depend) \
         fi          fi
         @touch ./.configure_done          @touch ./.configure_done
   

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

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