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

Diff for /OpenXM/src/pari/Makefile between version 1.5 and 1.6

version 1.5, 2000/01/08 18:41:19 version 1.6, 2000/01/08 19:10:25
Line 1 
Line 1 
 # $OpenXM: OpenXM/src/pari/Makefile,v 1.4 2000/01/08 18:30:18 maekawa Exp $  # $OpenXM: OpenXM/src/pari/Makefile,v 1.5 2000/01/08 18:41:19 maekawa Exp $
   
 PARI = ../../../OpenXM_contrib/pari  PARI = ../../../OpenXM_contrib/pari
 CURDIR = ../../OpenXM/src/pari  CURDIR = ../../OpenXM/src/pari
Line 11  all: configure
Line 11  all: configure
         @touch ./.make_done          @touch ./.make_done
   
 install: all  install: all
         (cd $(PARI) ; make install install-lib-sta) \          (cd $(PARI) ; make install install-lib-sta)
   
 clean:  clean:
         @if [ -f ./.make_done ]; then \          @if [ -f ./.make_done ]; then \

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

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