IsaMakefile
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Mon, 24 Dec 2012 01:26:23 +0000
changeset 0 aa8656a8dbef
child 1 4b9aa15ff713
permissions -rw-r--r--
initial setup


## targets

default: utm
images: utm
test: 

all: images test


## global settings

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

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


## utm

utm: $(OUT)/utm

$(OUT)/utm: ## ROOT.ML document/root.tex *.thy
	@$(USEDIR) -b HOL utm


## clean

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