#
# $Id$
#
# IsaMakefile for Sequents
#
## targets
default: Sequents
images: Sequents
test: Sequents-LK
all: images test
## global settings
SRC = $(ISABELLE_HOME)/src
OUT = $(ISABELLE_OUTPUT)
LOG = $(OUT)/log
## Sequents
Sequents: Pure $(OUT)/Sequents
Pure:
@cd $(SRC)/Pure; $(ISABELLE_TOOL) make Pure
$(OUT)/Sequents: $(OUT)/Pure ILL.thy LK0.thy LK.thy \
modal.ML ROOT.ML simpdata.ML S4.thy S43.thy Sequents.thy T.thy prover.ML \
ILL_predlog.thy Washing.thy
@$(ISABELLE_TOOL) usedir -b $(OUT)/Pure Sequents
## Sequents-LK
Sequents-LK: Sequents $(LOG)/Sequents-LK.gz
$(LOG)/Sequents-LK.gz: $(OUT)/Sequents LK/ROOT.ML LK/Hard_Quantifiers.thy \
LK/Propositional.thy LK/Quantifiers.thy LK/Nat.thy
@$(ISABELLE_TOOL) usedir $(OUT)/Sequents LK
## clean
clean:
@rm -f $(OUT)/Sequents $(LOG)/Sequents.gz $(LOG)/Sequents-LK.gz