[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.2, Thu Mar 16 12:11:08 2000 UTC (24 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, RELEASE_1_1_2, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.1: +4 -1 lines

Added a dummy target install-lib-small

# $OpenXM: OpenXM/src/asir2000/Makefile.forSkip,v 1.2 2000/03/16 12:11:08 takayama Exp $

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

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

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

install-lib-small: all
	@echo "Skipping the install-lib-small 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