ProgTutorial/Package/IsaMakefile
author griff
Tue, 21 Jul 2009 12:11:24 +0200 (2009-07-21)
changeset 270 bfcabed9079e
parent 205 f8d4393d6fdd
permissions -rw-r--r--
included an alternative solution for the "rev_sum" example as a comment

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