src/Cube/IsaMakefile
author wenzelm
Tue, 20 May 1997 19:29:50 +0200
changeset 3257 4e3724e0659f
parent 3118 24dae6222579
child 3505 1cb4ea47d967
permissions -rw-r--r--
README generation;

#
# $Id$
#
# IsaMakefile for Cube
#

OUT = $(ISABELLE_OUTPUT)
FILES =	ROOT.ML Cube.thy Cube.ML

$(OUT)/Cube: $(OUT)/Pure $(FILES)
	@$(ISATOOL) usedir -b $(OUT)/Pure Cube
	@chmod -w $@

$(OUT)/Pure:
	@cd ../Pure; $(ISATOOL) make

test: ex/ROOT.ML ex/ex.ML $(OUT)/Cube
	@$(ISATOOL) usedir $(OUT)/Cube ex

.PRECIOUS: $(OUT)/Pure $(OUT)/Cube