src/FOL/IsaMakefile
author paulson
Wed, 03 Dec 1997 10:48:16 +0100
changeset 4349 50403e5a44c0
parent 3817 f20f193d42b4
child 4447 b7ee449eb345
permissions -rw-r--r--
Instantiated the one-point-rule quantifier simpprocs for FOL New file fologic.ML holds abstract syntax operations Also, miniscoping provided for intuitionistic logic

#
# $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 \
	fologic.ML cladata.ML $(PROVERS:%=../Provers/%)

EX_NAMES = If List Nat Nat2 Prolog 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

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

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

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