| author | wenzelm | 
| Tue, 24 Aug 2010 21:22:01 +0200 | |
| changeset 38660 | 049fdf15144f | 
| parent 30458 | 804de935c328 | 
| child 39822 | 0de42180febe | 
| permissions | -rw-r--r-- | 
| 18537 | 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  | 
| 18537 | 18  | 
|
19  | 
||
| 30456 | 20  | 
## sessions  | 
| 18537 | 21  | 
|
22  | 
Thy: $(LOG)/Pure-Thy.gz  | 
|
23  | 
||
| 29755 | 24  | 
$(LOG)/Pure-Thy.gz: Thy/ROOT.ML Thy/Base.thy Thy/Integration.thy \  | 
25  | 
Thy/Isar.thy Thy/Local_Theory.thy Thy/Logic.thy Thy/Prelim.thy \  | 
|
| 
30124
 
b956bf0dc87c
basic setup for chapter "Syntax and type-checking";
 
wenzelm 
parents: 
29755 
diff
changeset
 | 
26  | 
Thy/Proof.thy Thy/Syntax.thy Thy/Tactic.thy Thy/ML.thy \  | 
| 
 
b956bf0dc87c
basic setup for chapter "Syntax and type-checking";
 
wenzelm 
parents: 
29755 
diff
changeset
 | 
27  | 
../antiquote_setup.ML  | 
| 18537 | 28  | 
@$(USEDIR) Pure Thy  | 
| 30458 | 29  | 
@rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \  | 
30  | 
Thy/document/pdfsetup.sty Thy/document/session.tex  | 
|
| 18537 | 31  | 
|
32  | 
||
33  | 
## clean  | 
|
34  | 
||
35  | 
clean:  | 
|
36  | 
@rm -f $(LOG)/Pure-Thy.gz  |