src/CTT/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 CTT
#

OUT = $(ISABELLE_OUTPUT)

FILES =	ROOT.ML CTT.thy CTT.ML Bool.thy Bool.ML \
	Arith.thy Arith.ML rew.ML ../Provers/typedsimp.ML

EX_FILES = ex/ROOT.ML ex/elim.ML ex/equal.ML ex/synth.ML ex/typechk.ML

$(OUT)/CTT: $(OUT)/Pure $(FILES)
	@$(ISATOOL) usedir -b $(OUT)/Pure CTT

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

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

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