ProgTutorial/Package/IsaMakefile
author Christian Urban <urbanc@in.tum.de>
Thu, 20 Aug 2009 23:30:51 +0200
changeset 317 d69214e47ef9
parent 205 f8d4393d6fdd
permissions -rw-r--r--
added an experimental antiquotation to replace eventually ML_response_fake


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