src/LCF/IsaMakefile
author paulson
Mon, 29 Sep 1997 11:45:52 +0200
changeset 3728 f92594f65af6
parent 3505 1cb4ea47d967
child 4447 b7ee449eb345
permissions -rw-r--r--
Default simpset tactics now dereference "simpset" only when given the proof state

#
# $Id$
#
# IsaMakefile for LCF
#

OUT = $(ISABELLE_OUTPUT)
FILES =	ROOT.ML LCF.thy LCF.ML simpdata.ML pair.ML fix.ML

$(OUT)/LCF: $(OUT)/FOL $(FILES)
	@$(ISATOOL) usedir -b $(OUT)/FOL LCF

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

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

.PRECIOUS: $(OUT)/FOL $(OUT)/LCF