IsaMakefile
author Christian Urban <urbanc@in.tum.de>
Sun, 13 Dec 2009 02:35:34 +0100
changeset 741 8437359e811c
parent 604 0cf166548856
child 754 b85875d65b10
permissions -rw-r--r--
another pass on apply_rsp


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