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

Diff for /OpenXM/src/pari/Makefile between version 1.9 and 1.10

version 1.9, 2000/01/08 21:47:04 version 1.10, 2000/02/27 07:26:21
Line 1 
Line 1 
 # $OpenXM: OpenXM/src/pari/Makefile,v 1.8 2000/01/08 20:54:08 maekawa Exp $  # $OpenXM: OpenXM/src/pari/Makefile,v 1.9 2000/01/08 21:47:04 maekawa Exp $
   
 PARI = ../../../OpenXM_contrib/pari  PARI = ../../../OpenXM_contrib/pari
   OpenXM_ROOT = ../../../OpenXM
   
 all: configure  all: configure
         @if [ ! -f ./.make_done ]; then \          @if [ ! -f ./.make_done ]; then \
Line 10  all: configure
Line 11  all: configure
   
 install: all install-lib  install: all install-lib
         (cd $(PARI) ; make install)          (cd $(PARI) ; make install)
           @if [ ! -d $(OpenXM_ROOT)/doc/pari ]; then \
              mkdir $(OpenXM_ROOT)/doc/pari ;\
           fi
           -cp $(OpenXM_ROOT)/lib/pari/users.dvi  $(OpenXM_ROOT)/doc/pari/users.dvi
           -cp $(OpenXM_ROOT)/lib/pari/tutorial.dvi  $(OpenXM_ROOT)/doc/pari/tutorial.dvi
   
 clean:  clean:
         @if [ -f ./.make_done ]; then \          @if [ -f ./.make_done ]; then \

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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