IsaMakefile
author Christian Urban <urbanc@in.tum.de>
Wed, 16 Dec 2009 14:28:48 +0100
changeset 757 c129354f2ff6
parent 756 27eb796ad842
child 764 a603aa6c9d01
permissions -rw-r--r--
complete fix for IsaMakefile


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

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

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


## clean

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