IsaMakefile
author Christian Urban <urbanc@in.tum.de>
Sat, 12 Dec 2009 15:07:59 +0100
changeset 734 ac2ed047988d
parent 604 0cf166548856
child 754 b85875d65b10
permissions -rw-r--r--
annotated some questions to the code; some simple changes


## targets

default: Quot
images: 

all: Quot


## global settings

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

USEDIR = $(ISABELLE_TOOL) usedir -v true -t true ## -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