author | sultana |
Tue, 17 Apr 2012 16:14:06 +0100 | |
changeset 47509 | 6f215c2ebd72 |
parent 45860 | 93eda35a8377 |
permissions | -rw-r--r-- |
2494 | 1 |
# |
2 |
# IsaMakefile for HOLCF |
|
3 |
# |
|
4 |
||
4518 | 5 |
## targets |
2494 | 6 |
|
4518 | 7 |
default: HOLCF |
8 |
images: HOLCF IOA |
|
37779
982b0668dcbd
removed old HOL/HOLCF-Modelcheck setup, which has been unused/untested for many years;
wenzelm
parents:
37119
diff
changeset
|
9 |
test: \ |
982b0668dcbd
removed old HOL/HOLCF-Modelcheck setup, which has been unused/untested for many years;
wenzelm
parents:
37119
diff
changeset
|
10 |
HOLCF-FOCUS \ |
982b0668dcbd
removed old HOL/HOLCF-Modelcheck setup, which has been unused/untested for many years;
wenzelm
parents:
37119
diff
changeset
|
11 |
HOLCF-IMP \ |
37110
7ffdbc24b27f
move Strict_Fun and Stream theories to new HOLCF/Library directory; add HOLCF/Library to search path
huffman
parents:
37109
diff
changeset
|
12 |
HOLCF-Library \ |
37000
41a22e7c1145
move some example files into new HOLCF/Tutorial directory
huffman
parents:
35932
diff
changeset
|
13 |
HOLCF-Tutorial \ |
37779
982b0668dcbd
removed old HOL/HOLCF-Modelcheck setup, which has been unused/untested for many years;
wenzelm
parents:
37119
diff
changeset
|
14 |
HOLCF-ex \ |
982b0668dcbd
removed old HOL/HOLCF-Modelcheck setup, which has been unused/untested for many years;
wenzelm
parents:
37119
diff
changeset
|
15 |
IOA-ABP \ |
982b0668dcbd
removed old HOL/HOLCF-Modelcheck setup, which has been unused/untested for many years;
wenzelm
parents:
37119
diff
changeset
|
16 |
IOA-NTP \ |
982b0668dcbd
removed old HOL/HOLCF-Modelcheck setup, which has been unused/untested for many years;
wenzelm
parents:
37119
diff
changeset
|
17 |
IOA-Storage \ |
982b0668dcbd
removed old HOL/HOLCF-Modelcheck setup, which has been unused/untested for many years;
wenzelm
parents:
37119
diff
changeset
|
18 |
IOA-ex |
4518 | 19 |
all: images test |
45860 | 20 |
full: all |
4518 | 21 |
|
22 |
||
23 |
## global settings |
|
24 |
||
25 |
SRC = $(ISABELLE_HOME)/src |
|
3118 | 26 |
OUT = $(ISABELLE_OUTPUT) |
4447 | 27 |
LOG = $(OUT)/log |
2494 | 28 |
|
4518 | 29 |
|
30 |
## HOLCF |
|
31 |
||
32 |
HOLCF: HOL $(OUT)/HOLCF |
|
33 |
||
34 |
HOL: |
|
28500 | 35 |
@cd $(SRC)/HOL; $(ISABELLE_TOOL) make HOL |
2494 | 36 |
|
27420 | 37 |
$(OUT)/HOLCF: $(OUT)/HOL \ |
38 |
ROOT.ML \ |
|
39 |
Adm.thy \ |
|
40 |
Algebraic.thy \ |
|
41286
3d7685a4a5ff
reintroduce 'bifinite' class, now with existentially-quantified approx function (cf. b525988432e9)
huffman
parents:
41285
diff
changeset
|
41 |
Bifinite.thy \ |
27420 | 42 |
Cfun.thy \ |
41284 | 43 |
Compact_Basis.thy \ |
27420 | 44 |
Completion.thy \ |
45 |
Cont.thy \ |
|
46 |
ConvexPD.thy \ |
|
40772 | 47 |
Cpodef.thy \ |
27420 | 48 |
Cprod.thy \ |
49 |
Discrete.thy \ |
|
50 |
Deflation.thy \ |
|
51 |
Domain.thy \ |
|
35652
05ca920cd94b
move take-proofs stuff into new theory Domain_Aux.thy
huffman
parents:
35530
diff
changeset
|
52 |
Domain_Aux.thy \ |
27420 | 53 |
Fixrec.thy \ |
54 |
Fix.thy \ |
|
40001 | 55 |
Fun_Cpo.thy \ |
27420 | 56 |
HOLCF.thy \ |
57 |
Lift.thy \ |
|
58 |
LowerPD.thy \ |
|
40502
8e92772bc0e8
move map functions to new theory file Map_Functions; add theory file Plain_HOLCF
huffman
parents:
40040
diff
changeset
|
59 |
Map_Functions.thy \ |
27420 | 60 |
One.thy \ |
61 |
Pcpo.thy \ |
|
40502
8e92772bc0e8
move map functions to new theory file Map_Functions; add theory file Plain_HOLCF
huffman
parents:
40040
diff
changeset
|
62 |
Plain_HOLCF.thy \ |
27420 | 63 |
Porder.thy \ |
35473 | 64 |
Powerdomains.thy \ |
29530
9905b660612b
change to simpler, more extensible continuity simproc
huffman
parents:
29130
diff
changeset
|
65 |
Product_Cpo.thy \ |
41285 | 66 |
Representable.thy \ |
40592
f432973ce0f6
move strict function type into main HOLCF; instance cfun :: (predomain, domain) domain
huffman
parents:
40575
diff
changeset
|
67 |
Sfun.thy \ |
27420 | 68 |
Sprod.thy \ |
69 |
Ssum.thy \ |
|
70 |
Tr.thy \ |
|
71 |
Universal.thy \ |
|
72 |
UpperPD.thy \ |
|
73 |
Up.thy \ |
|
74 |
Tools/cont_consts.ML \ |
|
75 |
Tools/cont_proc.ML \ |
|
35475
979019ab92eb
move common functions into new file holcf_library.ML
huffman
parents:
35473
diff
changeset
|
76 |
Tools/holcf_library.ML \ |
40040
3adb92ee2f22
rename domain_theorems.ML to domain_induction.ML; rename domain_extender.ML to domain.ML
huffman
parents:
40026
diff
changeset
|
77 |
Tools/Domain/domain.ML \ |
32126 | 78 |
Tools/Domain/domain_axioms.ML \ |
35473 | 79 |
Tools/Domain/domain_constructors.ML \ |
40040
3adb92ee2f22
rename domain_theorems.ML to domain_induction.ML; rename domain_extender.ML to domain.ML
huffman
parents:
40026
diff
changeset
|
80 |
Tools/Domain/domain_induction.ML \ |
33795 | 81 |
Tools/Domain/domain_isomorphism.ML \ |
35530 | 82 |
Tools/Domain/domain_take_proofs.ML \ |
40772 | 83 |
Tools/cpodef.ML \ |
40575 | 84 |
Tools/domaindef.ML \ |
31738
7b9b9ba532ca
discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents:
30920
diff
changeset
|
85 |
Tools/fixrec.ML \ |
27420 | 86 |
document/root.tex |
40774 | 87 |
@$(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL HOLCF |
2494 | 88 |
|
4518 | 89 |
|
37000
41a22e7c1145
move some example files into new HOLCF/Tutorial directory
huffman
parents:
35932
diff
changeset
|
90 |
## HOLCF-Tutorial |
41a22e7c1145
move some example files into new HOLCF/Tutorial directory
huffman
parents:
35932
diff
changeset
|
91 |
|
41a22e7c1145
move some example files into new HOLCF/Tutorial directory
huffman
parents:
35932
diff
changeset
|
92 |
HOLCF-Tutorial: HOLCF $(LOG)/HOLCF-Tutorial.gz |
41a22e7c1145
move some example files into new HOLCF/Tutorial directory
huffman
parents:
35932
diff
changeset
|
93 |
|
41a22e7c1145
move some example files into new HOLCF/Tutorial directory
huffman
parents:
35932
diff
changeset
|
94 |
$(LOG)/HOLCF-Tutorial.gz: $(OUT)/HOLCF \ |
41a22e7c1145
move some example files into new HOLCF/Tutorial directory
huffman
parents:
35932
diff
changeset
|
95 |
Tutorial/Domain_ex.thy \ |
41a22e7c1145
move some example files into new HOLCF/Tutorial directory
huffman
parents:
35932
diff
changeset
|
96 |
Tutorial/Fixrec_ex.thy \ |
41a22e7c1145
move some example files into new HOLCF/Tutorial directory
huffman
parents:
35932
diff
changeset
|
97 |
Tutorial/New_Domain.thy \ |
41a22e7c1145
move some example files into new HOLCF/Tutorial directory
huffman
parents:
35932
diff
changeset
|
98 |
Tutorial/document/root.tex \ |
41a22e7c1145
move some example files into new HOLCF/Tutorial directory
huffman
parents:
35932
diff
changeset
|
99 |
Tutorial/ROOT.ML |
41a22e7c1145
move some example files into new HOLCF/Tutorial directory
huffman
parents:
35932
diff
changeset
|
100 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOLCF Tutorial |
41a22e7c1145
move some example files into new HOLCF/Tutorial directory
huffman
parents:
35932
diff
changeset
|
101 |
|
41a22e7c1145
move some example files into new HOLCF/Tutorial directory
huffman
parents:
35932
diff
changeset
|
102 |
|
37110
7ffdbc24b27f
move Strict_Fun and Stream theories to new HOLCF/Library directory; add HOLCF/Library to search path
huffman
parents:
37109
diff
changeset
|
103 |
## HOLCF-Library |
7ffdbc24b27f
move Strict_Fun and Stream theories to new HOLCF/Library directory; add HOLCF/Library to search path
huffman
parents:
37109
diff
changeset
|
104 |
|
7ffdbc24b27f
move Strict_Fun and Stream theories to new HOLCF/Library directory; add HOLCF/Library to search path
huffman
parents:
37109
diff
changeset
|
105 |
HOLCF-Library: HOLCF $(LOG)/HOLCF-Library.gz |
7ffdbc24b27f
move Strict_Fun and Stream theories to new HOLCF/Library directory; add HOLCF/Library to search path
huffman
parents:
37109
diff
changeset
|
106 |
|
7ffdbc24b27f
move Strict_Fun and Stream theories to new HOLCF/Library directory; add HOLCF/Library to search path
huffman
parents:
37109
diff
changeset
|
107 |
$(LOG)/HOLCF-Library.gz: $(OUT)/HOLCF \ |
39999
e3948547b541
add HOLCF/Library/Defl_Bifinite.thy, which proves instance defl :: bifinite
huffman
parents:
39974
diff
changeset
|
108 |
Library/Defl_Bifinite.thy \ |
41112
866148b76247
add HOLCF library theories with cpo/predomain instances for HOL types
huffman
parents:
40774
diff
changeset
|
109 |
Library/Bool_Discrete.thy \ |
866148b76247
add HOLCF library theories with cpo/predomain instances for HOL types
huffman
parents:
40774
diff
changeset
|
110 |
Library/Char_Discrete.thy \ |
866148b76247
add HOLCF library theories with cpo/predomain instances for HOL types
huffman
parents:
40774
diff
changeset
|
111 |
Library/HOL_Cpo.thy \ |
866148b76247
add HOLCF library theories with cpo/predomain instances for HOL types
huffman
parents:
40774
diff
changeset
|
112 |
Library/Int_Discrete.thy \ |
39143 | 113 |
Library/List_Cpo.thy \ |
41112
866148b76247
add HOLCF library theories with cpo/predomain instances for HOL types
huffman
parents:
40774
diff
changeset
|
114 |
Library/List_Predomain.thy \ |
866148b76247
add HOLCF library theories with cpo/predomain instances for HOL types
huffman
parents:
40774
diff
changeset
|
115 |
Library/Nat_Discrete.thy \ |
866148b76247
add HOLCF library theories with cpo/predomain instances for HOL types
huffman
parents:
40774
diff
changeset
|
116 |
Library/Option_Cpo.thy \ |
37110
7ffdbc24b27f
move Strict_Fun and Stream theories to new HOLCF/Library directory; add HOLCF/Library to search path
huffman
parents:
37109
diff
changeset
|
117 |
Library/Stream.thy \ |
37111 | 118 |
Library/Sum_Cpo.thy \ |
37110
7ffdbc24b27f
move Strict_Fun and Stream theories to new HOLCF/Library directory; add HOLCF/Library to search path
huffman
parents:
37109
diff
changeset
|
119 |
Library/HOLCF_Library.thy \ |
38137
6fda94059baa
renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents:
37785
diff
changeset
|
120 |
Library/ROOT.ML |
6fda94059baa
renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents:
37785
diff
changeset
|
121 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOLCF Library |
37110
7ffdbc24b27f
move Strict_Fun and Stream theories to new HOLCF/Library directory; add HOLCF/Library to search path
huffman
parents:
37109
diff
changeset
|
122 |
|
7ffdbc24b27f
move Strict_Fun and Stream theories to new HOLCF/Library directory; add HOLCF/Library to search path
huffman
parents:
37109
diff
changeset
|
123 |
|
4518 | 124 |
## HOLCF-IMP |
2494 | 125 |
|
4518 | 126 |
HOLCF-IMP: HOLCF $(LOG)/HOLCF-IMP.gz |
127 |
||
12433 | 128 |
$(LOG)/HOLCF-IMP.gz: $(OUT)/HOLCF IMP/HoareEx.thy \ |
12599 | 129 |
IMP/Denotational.thy IMP/ROOT.ML IMP/document/root.tex |
28500 | 130 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOLCF IMP |
2494 | 131 |
|
132 |
||
4518 | 133 |
## HOLCF-ex |
134 |
||
135 |
HOLCF-ex: HOLCF $(LOG)/HOLCF-ex.gz |
|
2494 | 136 |
|
30920
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
137 |
$(LOG)/HOLCF-ex.gz: $(OUT)/HOLCF \ |
43919 | 138 |
../Library/Extended_Nat.thy \ |
43524
d75e285fcf3e
add HOLCF/ex/Concurrency_Monad.thy, which contains resumption/state/powerdomain monad example from my PhD thesis
huffman
parents:
41286
diff
changeset
|
139 |
ex/Concurrency_Monad.thy \ |
30920
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
140 |
ex/Dagstuhl.thy \ |
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
141 |
ex/Dnat.thy \ |
35167 | 142 |
ex/Domain_Proofs.thy \ |
30920
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
143 |
ex/Fix2.thy \ |
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
144 |
ex/Focus_ex.thy \ |
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
145 |
ex/Hoare.thy \ |
35932
86559356502d
move letrec stuff to new file HOLCF/ex/Letrec.thy
huffman
parents:
35908
diff
changeset
|
146 |
ex/Letrec.thy \ |
30920
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
147 |
ex/Loop.thy \ |
37109
e67760c1b851
move unused pattern match syntax stuff into HOLCF/ex
huffman
parents:
37000
diff
changeset
|
148 |
ex/Pattern_Match.thy \ |
29992 | 149 |
ex/Powerdomain_ex.thy \ |
30920
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
150 |
ex/ROOT.ML |
28500 | 151 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOLCF ex |
3081 | 152 |
|
153 |
||
11350
4c55b020d6ee
added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents:
8602
diff
changeset
|
154 |
## HOLCF-FOCUS |
4c55b020d6ee
added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents:
8602
diff
changeset
|
155 |
|
4c55b020d6ee
added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents:
8602
diff
changeset
|
156 |
HOLCF-FOCUS: HOLCF $(LOG)/HOLCF-FOCUS.gz |
4c55b020d6ee
added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents:
8602
diff
changeset
|
157 |
|
35214 | 158 |
$(LOG)/HOLCF-FOCUS.gz: $(OUT)/HOLCF \ |
37110
7ffdbc24b27f
move Strict_Fun and Stream theories to new HOLCF/Library directory; add HOLCF/Library to search path
huffman
parents:
37109
diff
changeset
|
159 |
Library/Stream.thy \ |
35214 | 160 |
FOCUS/Fstreams.thy \ |
19759 | 161 |
FOCUS/Fstream.thy FOCUS/FOCUS.thy \ |
40774 | 162 |
FOCUS/Stream_adm.thy ../Library/Continuity.thy \ |
19759 | 163 |
FOCUS/Buffer.thy FOCUS/Buffer_adm.thy |
28500 | 164 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOLCF FOCUS |
11350
4c55b020d6ee
added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents:
8602
diff
changeset
|
165 |
|
4518 | 166 |
## IOA |
167 |
||
168 |
IOA: HOLCF $(OUT)/IOA |
|
169 |
||
19741 | 170 |
$(OUT)/IOA: $(OUT)/HOLCF IOA/ROOT.ML IOA/meta_theory/Traces.thy \ |
171 |
IOA/meta_theory/Asig.thy IOA/meta_theory/CompoScheds.thy \ |
|
172 |
IOA/meta_theory/CompoTraces.thy IOA/meta_theory/Seq.thy \ |
|
173 |
IOA/meta_theory/RefCorrectness.thy IOA/meta_theory/Automata.thy \ |
|
174 |
IOA/meta_theory/ShortExecutions.thy IOA/meta_theory/IOA.thy \ |
|
175 |
IOA/meta_theory/Sequence.thy IOA/meta_theory/CompoExecs.thy \ |
|
176 |
IOA/meta_theory/RefMappings.thy IOA/meta_theory/Compositionality.thy \ |
|
177 |
IOA/meta_theory/TL.thy IOA/meta_theory/TLS.thy \ |
|
178 |
IOA/meta_theory/LiveIOA.thy IOA/meta_theory/Pred.thy \ |
|
179 |
IOA/meta_theory/Abstraction.thy IOA/meta_theory/Simulations.thy \ |
|
37785 | 180 |
IOA/meta_theory/SimCorrectness.thy |
28500 | 181 |
@cd IOA; $(ISABELLE_TOOL) usedir -b $(OUT)/HOLCF IOA |
3081 | 182 |
|
183 |
||
4518 | 184 |
## IOA-ABP |
185 |
||
186 |
IOA-ABP: IOA $(LOG)/IOA-ABP.gz |
|
3081 | 187 |
|
4518 | 188 |
$(LOG)/IOA-ABP.gz: $(OUT)/IOA IOA/ABP/Abschannel.thy \ |
8602
f077613e8e7b
mods because of weak_case_cong -> removed Action.ML twice
nipkow
parents:
6475
diff
changeset
|
189 |
IOA/ABP/Abschannel_finite.thy IOA/ABP/Action.thy \ |
19738 | 190 |
IOA/ABP/Check.ML IOA/ABP/Correctness.thy \ |
4518 | 191 |
IOA/ABP/Env.thy IOA/ABP/Impl.thy IOA/ABP/Impl_finite.thy \ |
19738 | 192 |
IOA/ABP/Lemmas.thy IOA/ABP/Packet.thy \ |
4518 | 193 |
IOA/ABP/ROOT.ML IOA/ABP/Receiver.thy IOA/ABP/Sender.thy \ |
194 |
IOA/ABP/Spec.thy |
|
28500 | 195 |
@cd IOA; $(ISABELLE_TOOL) usedir $(OUT)/IOA ABP |
3081 | 196 |
|
4518 | 197 |
## IOA-NTP |
198 |
||
199 |
IOA-NTP: IOA $(LOG)/IOA-NTP.gz |
|
200 |
||
19739 | 201 |
$(LOG)/IOA-NTP.gz: $(OUT)/IOA \ |
202 |
IOA/NTP/Abschannel.thy IOA/NTP/Action.thy IOA/NTP/Correctness.thy \ |
|
203 |
IOA/NTP/Impl.thy IOA/NTP/Lemmas.thy IOA/NTP/Multiset.thy \ |
|
204 |
IOA/NTP/Packet.thy IOA/NTP/ROOT.ML IOA/NTP/Receiver.thy IOA/NTP/Sender.thy \ |
|
4518 | 205 |
IOA/NTP/Spec.thy |
28500 | 206 |
@cd IOA; $(ISABELLE_TOOL) usedir $(OUT)/IOA NTP |
3081 | 207 |
|
3951 | 208 |
|
6010 | 209 |
## IOA-Storage |
210 |
||
211 |
IOA-Storage: IOA $(LOG)/IOA-Storage.gz |
|
212 |
||
19740 | 213 |
$(LOG)/IOA-Storage.gz: $(OUT)/IOA IOA/Storage/Action.thy \ |
17238
b1cf9189104e
removed IOA/Storage/Impl.ML, IOA/Storage/Action.ML;
wenzelm
parents:
16698
diff
changeset
|
214 |
IOA/Storage/Correctness.thy IOA/Storage/Impl.thy \ |
6011 | 215 |
IOA/Storage/ROOT.ML IOA/Storage/Spec.thy |
28500 | 216 |
@cd IOA; $(ISABELLE_TOOL) usedir $(OUT)/IOA Storage |
6010 | 217 |
|
218 |
||
6475 | 219 |
## IOA-ex |
220 |
||
221 |
IOA-ex: IOA $(LOG)/IOA-ex.gz |
|
222 |
||
19740 | 223 |
$(LOG)/IOA-ex.gz: $(OUT)/IOA IOA/ex/ROOT.ML IOA/ex/TrivEx.thy IOA/ex/TrivEx2.thy |
28500 | 224 |
@cd IOA; $(ISABELLE_TOOL) usedir $(OUT)/IOA ex |
6475 | 225 |
|
226 |
||
4518 | 227 |
## clean |
4447 | 228 |
|
229 |
clean: |
|
33450 | 230 |
@rm -f $(OUT)/HOLCF $(LOG)/HOLCF.gz $(LOG)/HOLCF-IMP.gz \ |
231 |
$(LOG)/HOLCF-ex.gz $(LOG)/HOLCF-FOCUS.gz $(OUT)/IOA \ |
|
232 |
$(LOG)/IOA.gz $(LOG)/IOA-ABP.gz $(LOG)/IOA-NTP.gz \ |
|
37779
982b0668dcbd
removed old HOL/HOLCF-Modelcheck setup, which has been unused/untested for many years;
wenzelm
parents:
37119
diff
changeset
|
233 |
$(LOG)/IOA-Storage.gz $(LOG)/HOLCF-Library.gz \ |
37000
41a22e7c1145
move some example files into new HOLCF/Tutorial directory
huffman
parents:
35932
diff
changeset
|
234 |
$(LOG)/IOA-ex.gz $(LOG)/HOLCF-Tutorial.gz |