| author | huffman |
| Sat, 06 Dec 2008 19:39:53 -0800 | |
| changeset 29012 | 9140227dc8c5 |
| parent 28714 | 1992553cccfe |
| permissions | -rw-r--r-- |
| 20946 | 1 |
|
2 |
## targets |
|
3 |
||
4 |
default: Thy |
|
5 |
images: |
|
6 |
test: Thy |
|
7 |
||
8 |
all: images test |
|
9 |
||
10 |
||
11 |
## global settings |
|
12 |
||
13 |
SRC = $(ISABELLE_HOME)/src |
|
14 |
OUT = $(ISABELLE_OUTPUT) |
|
15 |
LOG = $(OUT)/log |
|
16 |
||
| 28500 | 17 |
USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document |
| 20946 | 18 |
|
19 |
||
20 |
## Thy |
|
21 |
||
22 |
THY = $(LOG)/HOL-Thy.gz |
|
23 |
||
24 |
Thy: $(THY) |
|
25 |
||
| 28714 | 26 |
$(THY): Thy/ROOT.ML Thy/Setup.thy Thy/Classes.thy |
| 20946 | 27 |
@$(USEDIR) HOL Thy |
28 |
||
29 |
||
30 |
## clean |
|
31 |
||
32 |
clean: |
|
33 |
@rm -f $(THY) |