src/FOL/IsaMakefile
author paulson
Fri, 30 May 1997 15:14:59 +0200
changeset 3365 86c0d1988622
parent 3233 16a24111ab5a
child 3505 1cb4ea47d967
permissions -rw-r--r--
flushOut ensures that no recent error message are lost (not certain this is necessary)

#
# $Id$
#
# IsaMakefile for FOL
#

OUT = $(ISABELLE_OUTPUT)

PROVERS = hypsubst.ML classical.ML blast.ML \
	simplifier.ML splitter.ML ind.ML 

FILES =	ROOT.ML IFOL.thy IFOL.ML FOL.thy FOL.ML intprover.ML simpdata.ML \
	thy_data.ML cladata.ML $(PROVERS:%=../Provers/%)

EX_NAMES = If List Nat Nat2 Prolog declIffOracle IffOracle
EX_FILES = ex/ROOT.ML ex/cla.ML ex/foundn.ML ex/int.ML ex/intro.ML \
	   ex/prop.ML ex/quant.ML $(EX_NAMES:%=ex/%.thy) $(EX_NAMES:%=ex/%.ML)


$(OUT)/FOL: $(OUT)/Pure $(FILES)
	@$(ISATOOL) usedir -b $(OUT)/Pure FOL
	@chmod -w $@

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

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

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