changeset 30 | f5db9e08effc |
child 56 | b3898315e687 |
29:c64241fa4dff | 30:f5db9e08effc |
---|---|
1 |
|
2 ## targets |
|
3 |
|
4 default: ListP |
|
5 images: ListP |
|
6 test: |
|
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 |
|
17 USEDIR = $(ISABELLE_TOOL) usedir -v true -i true -d pdf ## -D generated |
|
18 |
|
19 |
|
20 ## ListP |
|
21 |
|
22 ListP: $(OUT)/ListP |
|
23 |
|
24 $(OUT)/ListP: ROOT.ML document/root.tex *.thy |
|
25 @$(USEDIR) -b HOL ListP |
|
26 |
|
27 |
|
28 ## clean |
|
29 |
|
30 clean: |
|
31 @rm -f $(OUT)/ListP |