ProgTutorial/Package/IsaMakefile
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Wed, 20 Aug 2014 14:42:14 +0100
changeset 558 84aef87b348a
parent 205 f8d4393d6fdd
permissions -rw-r--r--
updated to recent isabelle


## targets

default: simple-keyword
images: 
test: simple-keyword

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


## simple-keyword

simple-keyword: $(LOG)/HOL-Nominal-simple-keyword.gz

$(LOG)/HOL-Nominal-simple-keyword.gz: ## simple-keyword/ROOT.ML simple-keyword/document/root.tex simple-keyword/*.thy
	@$(USEDIR) HOL-Nominal simple-keyword


## clean

clean:
	@rm -f $(LOG)/HOL-Nominal-simple-keyword.gz