[BACK]Return to Makefile.forSkip CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir2000

File: [local] / OpenXM / src / asir2000 / Makefile.forSkip (download)

Revision 1.1, Fri Feb 4 08:46:09 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN

To skip the generation of asir2000 in the source distribution.

# $OpenXM: OpenXM/src/asir2000/Makefile.forSkip,v 1.1 2000/02/04 08:46:09 takayama Exp $

ASIR = ../../../OpenXM_contrib2/asir2000
PARI = ../pari

all: configure
	@echo "Skipping the compilation of asir2000."

install: all
	@echo "Skipping the installation of asir2000."

clean:

distclean: clean

configure: install-pari
	@echo "Skipping the configuration of asir2000."

install-pari:
	@if [ ! -f ./.install-pari_done ]; then \
		(cd $(PARI) ; make install) \
	fi
	@touch ./.install-pari_done