src/Sequents/IsaMakefile
author bulwahn
Fri, 27 Jan 2012 10:31:30 +0100
changeset 46343 6d9535e52915
parent 45860 93eda35a8377
permissions -rw-r--r--
adding some basic handling that unfolds a conjecture in a locale before testing it with quickcheck

#
# IsaMakefile for Sequents
#

## targets

default: Sequents
images: Sequents
test: Sequents-LK
all: images test
full: all
smlnj: all


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