src/Cube/IsaMakefile
author wenzelm
Mon, 07 Jul 1997 09:09:21 +0200
changeset 3505 1cb4ea47d967
parent 3118 24dae6222579
child 4447 b7ee449eb345
permissions -rw-r--r--
eliminated chmod -w;

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