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

Diff for /OpenXM/src/pari/Makefile between version 1.1 and 1.2

version 1.1, 2000/01/08 17:17:50 version 1.2, 2000/01/08 17:56:58
Line 1 
Line 1 
 # $OpenXM$  # $OpenXM: OpenXM/src/pari/Makefile,v 1.1 2000/01/08 17:17:50 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)          @if [ ! -f ./.install_done ]; then \
                   (cd $(PARI) ; make install install-lib-sta) \
           fi
           @touch ./.install_done
   
 clean:  clean:
         @if [ -f ./.make_done ]; then \          @if [ -f ./.make_done ]; then \
                 (cd $(PARI) ; make clean) \                  (cd $(PARI) ; make clean) \
         fi          fi
         @rm -f ./.make_done ./.configure_done          @rm -f ./.make_done ./.configure_done ./.install_done
   
 configure:  configure:
         @if [ ! -f ./.configure_done ]; then \          @if [ ! -f ./.configure_done ]; then \

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

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