author | haftmann |
Thu, 16 Jun 2005 10:21:36 +0200 | |
changeset 16404 | 5f263e81e366 |
parent 16168 | adb83939177f |
child 17098 | dd769bd4d056 |
permissions | -rw-r--r-- |
14586 | 1 |
|
2 |
## targets |
|
3 |
||
4 |
default: Locales |
|
5 |
images: |
|
6 |
test: Locales |
|
7 |
||
8 |
all: images test |
|
9 |
||
10 |
||
11 |
## global settings |
|
12 |
||
13 |
SRC = $(ISABELLE_HOME)/src |
|
14 |
OUT = $(ISABELLE_OUTPUT) |
|
15 |
LOG = $(OUT)/log |
|
16168
adb83939177f
Locales: new element constrains, parameter renaming with syntax,
ballarin
parents:
14586
diff
changeset
|
16 |
USEDIR = $(ISATOOL) usedir -i true -d "" -H false -D generated |
14586 | 17 |
|
18 |
||
19 |
## Locales |
|
20 |
||
21 |
Locales: $(LOG)/HOL-Locales.gz |
|
22 |
||
23 |
HOL: |
|
24 |
@cd $(SRC)/HOL; $(ISATOOL) make HOL |
|
25 |
||
16168
adb83939177f
Locales: new element constrains, parameter renaming with syntax,
ballarin
parents:
14586
diff
changeset
|
26 |
$(LOG)/HOL-Locales.gz: $(OUT)/HOL Locales/ROOT.ML Locales/Locales.thy Locales/document/root.tex Locales/document/root.bib |
14586 | 27 |
@$(USEDIR) $(OUT)/HOL Locales |
28 |
||
29 |
||
30 |
## clean |
|
31 |
||
32 |
clean: |
|
33 |
@rm -f $(LOG)/HOL-Locales.gz |