IsaMakefile
author Christian Urban <urbanc@in.tum.de>
Wed, 16 Dec 2009 14:08:42 +0100
changeset 754 b85875d65b10
parent 604 0cf166548856
child 756 27eb796ad842
permissions -rw-r--r--
added a paper for possible notes


## targets

default: Quot
images: 

all: Quot


## global settings

SRC = $(ISABELLE_HOME)/src
OUT = $(ISABELLE_OUTPUT)
LOG = $(OUT)/log

USEDIR = $(ISABELLE_TOOL) usedir -v true -t true -D generated

## Quot

Quot: $(LOG)/HOL-Quot.gz

$(LOG)/HOL-Quot.gz: Quot/ROOT.ML Quot/*.thy
	@$(USEDIR) HOL-Quot Quot

paper: $(LOG)/HOL-Quot-Paper.gz

$(LOG)/HOL-Quot-Paper.gz: Paper/ROOT.ML Paper/document/root.tex Paper/*.thy
	@$(USEDIR) HOL Paper
	$(ISATOOL) document -o pdf  Paper/generated
	@cp Paper/document.pdf paper.pdf


## clean

clean:
	@rm -f $(LOG)/HOL-Quot.gz