src/Cube/IsaMakefile
author wenzelm
Tue, 28 Oct 1997 17:41:15 +0100
changeset 4024 3c056eab237c
parent 3505 1cb4ea47d967
child 4447 b7ee449eb345
permissions -rw-r--r--
do not change global_names flag;

#
# $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

$(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