src/Cube/IsaMakefile
author wenzelm
Thu, 20 Mar 1997 10:49:44 +0100
changeset 2819 ebeacfa0e56b
parent 2487 4f0bf2936bc0
child 3118 24dae6222579
permissions -rw-r--r--
isatool usedir;

#
# $Id$
#
# IsaMakefile for Cube
#

OUT = $(ISABELLE_OUTPUT_DIR)
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