src/Sequents/IsaMakefile
author wenzelm
Tue, 24 Jul 2007 19:44:32 +0200
changeset 23961 9e7e1e309ebd
parent 21427 7c8f4a331f9b
child 28500 4b79e5d3d0aa
permissions -rw-r--r--
Multithreading in Poly/ML (version 5.1).

#
# $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; $(ISATOOL) 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
	@$(ISATOOL) 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
	@$(ISATOOL) usedir $(OUT)/Sequents LK


## clean

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