| version 1.7, 2000/01/08 20:31:47 | 
version 1.8, 2000/01/08 20:54:08 | 
 | 
 | 
|  # $OpenXM: OpenXM/src/pari/Makefile,v 1.6 2000/01/08 19:10:25 maekawa Exp $ | 
 # $OpenXM: OpenXM/src/pari/Makefile,v 1.7 2000/01/08 20:31:47 maekawa Exp $ | 
|   | 
  | 
|  PARI = ../../../OpenXM_contrib/pari | 
 PARI = ../../../OpenXM_contrib/pari | 
|  CURDIR = ../../OpenXM/src/pari | 
  | 
|  BINDIR = ../../bin | 
  | 
|   | 
  | 
|  all: configure | 
 all: configure | 
|          @if [ ! -f ./.make_done ]; then \ | 
         @if [ ! -f ./.make_done ]; then \ | 
 | 
 | 
|          fi | 
         fi | 
|          @touch ./.make_done | 
         @touch ./.make_done | 
|   | 
  | 
|  install: all | 
 install: all install-lib | 
|          (cd $(PARI) ; make install install-lib-sta) | 
         (cd $(PARI) ; make install) | 
|   | 
  | 
|  clean: | 
 clean: | 
|          @if [ -f ./.make_done ]; then \ | 
         @if [ -f ./.make_done ]; then \ | 
 | 
 | 
|                  (cd $(PARI) ; ./Configure --prefix=../../../OpenXM) \ | 
                 (cd $(PARI) ; ./Configure --prefix=../../../OpenXM) \ | 
|          fi | 
         fi | 
|          @touch ./.configure_done | 
         @touch ./.configure_done | 
|   | 
  | 
|   | 
 install-lib: all | 
|   | 
         (cd $(PARI) ; make install-lib-sta ; ranlib ../../lib/libpari.a) |