pres/IsaMakefile
author urbanc
Sun, 15 Apr 2012 21:53:12 +0000
changeset 339 b3add51e2e0f
parent 62 d94209ad2880
permissions -rw-r--r--
added some of the comments of the reviewers and made it compile with current Isabelle


## targets

default: ListP
images: ListP
test: 

all: images test


## global settings

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

USEDIR = $(ISABELLE_TOOL) usedir -v true -d pdf  ## -D generated


## ListP

ListP: $(OUT)/ListP

$(OUT)/ListP: ROOT.ML document/root.tex *.thy
	@$(USEDIR) -D generated -b HOL ListP
	cd generated; $(ISABELLE_TOOL) latex -o pdf root.tex
	cd generated; $(ISABELLE_TOOL) latex -o pdf root.tex
	cd generated; cp root.pdf ../ListP.pdf     


## clean

clean:
	@rm -f $(OUT)/ListP