src/Sequents/IsaMakefile
author wenzelm
Fri, 19 Dec 1997 10:18:58 +0100
changeset 4447 b7ee449eb345
parent 3505 1cb4ea47d967
child 4518 74c01296e818
permissions -rw-r--r--
log files; 'clean' target;

#
# $Id$
#
# IsaMakefile for Sequents
#

OUT = $(ISABELLE_OUTPUT)
LOG = $(OUT)/log

NAMES = ILL LK S4 S43 T
FILES = ROOT.ML Sequents.thy prover.ML $(NAMES:%=%.thy) $(NAMES:%=%.ML)

ILL_NAMES = ILL_predlog washing
EX_FILES = ex/ROOT.ML \
    ex/LK/ROOT.ML ex/LK/hardquant.ML ex/LK/prop.ML ex/LK/quant.ML \
    ex/Modal/ROOT.ML ex/Modal/S43thms.ML ex/Modal/S4thms.ML ex/Modal/Tthms.ML \
    ex/ILL/ILL_kleene_lemmas.ML \
    $(ILL_NAMES:%=ex/ILL/%.thy) $(ILL_NAMES:%=ex/ILL/%.ML)

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

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

$(LOG)/Sequents-ex.gz: $(OUT)/Sequents $(EX_FILES)
	@$(ISATOOL) usedir $(OUT)/Sequents ex

test: $(OUT)/Sequents $(LOG)/Sequents-ex.gz

clean:
	@rm -f $(OUT)/Sequents $(LOG)/Sequents-ex.gz


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