IsaMakefile
author Cezary Kaliszyk <kaliszyk@in.tum.de>
Tue, 08 Dec 2009 13:01:23 +0100
changeset 625 5d6a2b5fb222
parent 604 0cf166548856
child 754 b85875d65b10
permissions -rw-r--r--
Another lambda example theorem proved. Seems it starts working properly.


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