pres/IsaMakefile
author zhang
Fri, 10 Aug 2012 13:54:21 +0000
changeset 361 484c7b83f251
parent 62 d94209ad2880
permissions -rw-r--r--
IsaMakefile modified


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