pres/IsaMakefile
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Thu, 12 Sep 2013 10:34:11 +0200
changeset 385 e5e32faa2446
parent 62 d94209ad2880
permissions -rw-r--r--
updated to new 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