[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / plugin / os_muldif

File: [local] / OpenXM / src / asir-contrib / plugin / os_muldif / Makefile (download)

Revision 1.1, Wed Mar 28 05:38:37 2018 UTC (6 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD

The plugin programs and data files for os_muldif.rr are installed
by  cd plugin/os_muldif ; make install

INST_DIR=../../../../lib/asir/bin
all:
install: all
	@echo "Installing plugin scripts for os_muldif.rr."
	mkdir -p ${INST_DIR}
	cp src/risatex.sh ${INST_DIR}
	cp src/risaout.tex ${INST_DIR}

test:
	asir -f  assert/test1.rr
todo:
	echo "Folder does not follow the standard hierarchy. It should follow the standard in a future release."

# $OpenXM: OpenXM/src/asir-contrib/plugin/os_muldif/Makefile,v 1.1 2018/03/28 05:38:37 takayama Exp $