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

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

Revision 1.1, Wed Sep 19 05:52:21 2018 UTC (5 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: HEAD

Added OpenXM/src/asir2018 for building asir2018.

# $OpenXM: OpenXM/src/asir2018/Makefile.forSkip,v 1.1 2018/09/19 05:52:21 noro Exp $

ASIR = ../../../OpenXM_contrib2/asir2018
PARI = ../pari

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

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

install-lib-small: all
	@echo "Skipping the install-lib-small of asir2018."

clean:

distclean: clean

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

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