| version 1.1, 2000/01/08 19:11:10 |
version 1.5, 2000/01/09 18:42:24 |
|
|
| # $OpenXM$ |
# $OpenXM: OpenXM/src/asir2000/Makefile,v 1.4 2000/01/09 18:41:04 maekawa Exp $ |
| |
|
| ASIR = ../../../OpenXM_contrib2/asir2000 |
ASIR = ../../../OpenXM_contrib2/asir2000 |
| BINDIR = ../../bin |
PARI = ../pari |
| LIBDIR = ../../lib |
|
| |
|
| all: configure |
all: configure |
| @if [ ! -f ./.make_done ]; then \ |
@if [ ! -f ./.make_done ]; then \ |
|
|
| |
|
| clean: |
clean: |
| (cd $(ASIR) ; make clean) |
(cd $(ASIR) ; make clean) |
| @rm -f ./.make_done |
@rm -f ./.make_done ./.configure_done |
| |
|
| distclean: |
distclean: |
| @cat BINARIES | xargs -t rm -rf |
@cat BINARIES | xargs -t rm -rf |
| |
|
| configure: |
configure: install-pari |
| @if [ ! -f ./.configure_done ]; then \ |
@if [ ! -f ./.configure_done ]; then \ |
| (cd $(ASIR) ; ./configure ; xmkmf -a ; make depend) \ |
(cd $(ASIR) ; ./configure ; xmkmf -a ; make depend) \ |
| fi |
fi |
| @touch ./.configure_done |
@touch ./.configure_done |
| |
|
| |
install-pari: |
| |
(cd $(PARI) ; make install) |