author | Christian Urban <urbanc@in.tum.de> |
Wed, 16 Dec 2009 14:08:42 +0100 | |
changeset 754 | b85875d65b10 |
parent 604 | 0cf166548856 |
child 756 | 27eb796ad842 |
permissions | -rw-r--r-- |
597 | 1 |
|
2 |
## targets |
|
3 |
||
4 |
default: Quot |
|
5 |
images: |
|
6 |
||
601
81f40b8bde7b
added "end" to each example theory
Christian Urban <urbanc@in.tum.de>
parents:
597
diff
changeset
|
7 |
all: Quot |
597 | 8 |
|
9 |
||
10 |
## global settings |
|
11 |
||
12 |
SRC = $(ISABELLE_HOME)/src |
|
13 |
OUT = $(ISABELLE_OUTPUT) |
|
14 |
LOG = $(OUT)/log |
|
15 |
||
754
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
604
diff
changeset
|
16 |
USEDIR = $(ISABELLE_TOOL) usedir -v true -t true -D generated |
597 | 17 |
|
18 |
## Quot |
|
19 |
||
20 |
Quot: $(LOG)/HOL-Quot.gz |
|
21 |
||
22 |
$(LOG)/HOL-Quot.gz: Quot/ROOT.ML Quot/*.thy |
|
754
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
604
diff
changeset
|
23 |
@$(USEDIR) HOL-Quot Quot |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
604
diff
changeset
|
24 |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
604
diff
changeset
|
25 |
paper: $(LOG)/HOL-Quot-Paper.gz |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
604
diff
changeset
|
26 |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
604
diff
changeset
|
27 |
$(LOG)/HOL-Quot-Paper.gz: Paper/ROOT.ML Paper/document/root.tex Paper/*.thy |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
604
diff
changeset
|
28 |
@$(USEDIR) HOL Paper |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
604
diff
changeset
|
29 |
$(ISATOOL) document -o pdf Paper/generated |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
604
diff
changeset
|
30 |
@cp Paper/document.pdf paper.pdf |
597 | 31 |
|
32 |
||
33 |
## clean |
|
34 |
||
35 |
clean: |
|
36 |
@rm -f $(LOG)/HOL-Quot.gz |