IsaMakefile
author Christian Urban <urbanc@in.tum.de>
Mon, 07 Dec 2009 14:37:10 +0100
changeset 601 81f40b8bde7b
parent 597 8a1c8dc72b5c
child 604 0cf166548856
permissions -rw-r--r--
added "end" to each example theory


## targets

default: Quot
images: 

all: Quot


## global settings

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

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

## Quot

Quot: $(LOG)/HOL-Quot.gz

$(LOG)/HOL-Quot.gz: Quot/ROOT.ML Quot/*.thy
	@$(USEDIR) HOL-Nominal Quot


## clean

clean:
	@rm -f $(LOG)/HOL-Quot.gz