src/Sequents/IsaMakefile
author hoelzl
Mon, 14 Mar 2011 14:37:41 +0100
changeset 41975 d47eabd80e59
parent 36862 952b2b102a0a
child 42138 e54a985daa61
permissions -rw-r--r--
simplified definition of open_extreal

#
# 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