| author | blanchet | 
| Tue, 13 Apr 2010 13:26:06 +0200 | |
| changeset 36128 | a3d8d5329438 | 
| parent 30458 | 804de935c328 | 
| child 41721 | eb5900951702 | 
| permissions | -rw-r--r-- | 
| 
26738
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
1  | 
|
| 
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
2  | 
## targets  | 
| 
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
3  | 
|
| 26840 | 4  | 
default: HOL-IsarRef HOLCF-IsarRef ZF-IsarRef  | 
| 
26738
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
5  | 
images:  | 
| 26840 | 6  | 
test: HOL-IsarRef HOLCF-IsarRef ZF-IsarRef  | 
| 
26738
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
7  | 
|
| 
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
8  | 
all: images test  | 
| 
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
9  | 
|
| 
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
10  | 
|
| 
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
11  | 
## global settings  | 
| 
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
12  | 
|
| 
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
13  | 
SRC = $(ISABELLE_HOME)/src  | 
| 
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
14  | 
OUT = $(ISABELLE_OUTPUT)  | 
| 
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
15  | 
LOG = $(OUT)/log  | 
| 
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
16  | 
|
| 28500 | 17  | 
USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document  | 
| 
26738
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
18  | 
|
| 
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
19  | 
|
| 30456 | 20  | 
## sessions  | 
| 26840 | 21  | 
|
22  | 
HOL-IsarRef: $(LOG)/HOL-IsarRef.gz  | 
|
| 
26738
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
23  | 
|
| 27035 | 24  | 
$(LOG)/HOL-IsarRef.gz: Thy/ROOT.ML ../antiquote_setup.ML \  | 
| 
29730
 
924c1fd5f303
added example "First-Order Logic" -- mostly from Trybulec Festschrift;
 
wenzelm 
parents: 
29716 
diff
changeset
 | 
25  | 
Thy/First_Order_Logic.thy Thy/Framework.thy Thy/Inner_Syntax.thy \  | 
| 
 
924c1fd5f303
added example "First-Order Logic" -- mostly from Trybulec Festschrift;
 
wenzelm 
parents: 
29716 
diff
changeset
 | 
26  | 
Thy/Introduction.thy Thy/Outer_Syntax.thy Thy/Spec.thy Thy/Proof.thy \  | 
| 
 
924c1fd5f303
added example "First-Order Logic" -- mostly from Trybulec Festschrift;
 
wenzelm 
parents: 
29716 
diff
changeset
 | 
27  | 
Thy/Misc.thy Thy/Document_Preparation.thy Thy/Generic.thy \  | 
| 
 
924c1fd5f303
added example "First-Order Logic" -- mostly from Trybulec Festschrift;
 
wenzelm 
parents: 
29716 
diff
changeset
 | 
28  | 
Thy/HOL_Specific.thy Thy/Quick_Reference.thy Thy/Symbols.thy \  | 
| 
 
924c1fd5f303
added example "First-Order Logic" -- mostly from Trybulec Festschrift;
 
wenzelm 
parents: 
29716 
diff
changeset
 | 
29  | 
Thy/ML_Tactic.thy  | 
| 26840 | 30  | 
@$(USEDIR) -s IsarRef HOL Thy  | 
| 30458 | 31  | 
@rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \  | 
32  | 
Thy/document/pdfsetup.sty Thy/document/session.tex  | 
|
| 26840 | 33  | 
|
| 
26738
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
34  | 
|
| 26840 | 35  | 
HOLCF-IsarRef: $(LOG)/HOLCF-IsarRef.gz  | 
36  | 
||
| 27035 | 37  | 
$(LOG)/HOLCF-IsarRef.gz: Thy/ROOT-HOLCF.ML ../antiquote_setup.ML \  | 
38  | 
Thy/HOLCF_Specific.thy  | 
|
| 26840 | 39  | 
@$(USEDIR) -s IsarRef -f ROOT-HOLCF.ML HOLCF Thy  | 
| 30458 | 40  | 
@rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \  | 
41  | 
Thy/document/pdfsetup.sty Thy/document/session.tex  | 
|
| 26840 | 42  | 
|
43  | 
||
44  | 
ZF-IsarRef: $(LOG)/ZF-IsarRef.gz  | 
|
45  | 
||
| 27035 | 46  | 
$(LOG)/ZF-IsarRef.gz: Thy/ROOT-ZF.ML ../antiquote_setup.ML \  | 
47  | 
Thy/ZF_Specific.thy  | 
|
| 26840 | 48  | 
@$(USEDIR) -s IsarRef -f ROOT-ZF.ML ZF Thy  | 
| 30458 | 49  | 
@rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \  | 
50  | 
Thy/document/pdfsetup.sty Thy/document/session.tex  | 
|
| 
26738
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
51  | 
|
| 
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
52  | 
|
| 
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
53  | 
## clean  | 
| 
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
54  | 
|
| 
 
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
 
wenzelm 
parents:  
diff
changeset
 | 
55  | 
clean:  | 
| 26840 | 56  | 
@rm -f $(LOG)/HOL-IsarRef.gz $(LOG)/HOLCF-IsarRef.gz $(LOG)/ZF-IsarRef.gz  |