src/LCF/IsaMakefile
author wenzelm
Tue, 06 May 1997 15:27:35 +0200
changeset 3118 24dae6222579
parent 3057 a5a42ff18a40
child 3505 1cb4ea47d967
permissions -rw-r--r--
fixed ISABELLE_OUTPUT, ISABELLE_PATH (finally?);

#
# $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
	@chmod -w $@

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