author | huffman |
Tue, 23 Mar 2010 09:39:21 -0700 | |
changeset 35932 | 86559356502d |
parent 35908 | 21e45c81e828 |
child 37000 | 41a22e7c1145 |
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 |
|
11350
4c55b020d6ee
added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents:
8602
diff
changeset
|
9 |
test: HOLCF-IMP HOLCF-ex HOLCF-FOCUS \ |
4c55b020d6ee
added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents:
8602
diff
changeset
|
10 |
IOA-ABP IOA-NTP IOA-Modelcheck IOA-Storage IOA-ex |
4518 | 11 |
all: images test |
12 |
||
13 |
||
14 |
## global settings |
|
15 |
||
16 |
SRC = $(ISABELLE_HOME)/src |
|
3118 | 17 |
OUT = $(ISABELLE_OUTPUT) |
4447 | 18 |
LOG = $(OUT)/log |
2494 | 19 |
|
4518 | 20 |
|
21 |
## HOLCF |
|
22 |
||
23 |
HOLCF: HOL $(OUT)/HOLCF |
|
24 |
||
25 |
HOL: |
|
28500 | 26 |
@cd $(SRC)/HOL; $(ISABELLE_TOOL) make HOL |
2494 | 27 |
|
27420 | 28 |
$(OUT)/HOLCF: $(OUT)/HOL \ |
29 |
ROOT.ML \ |
|
30 |
Adm.thy \ |
|
31 |
Algebraic.thy \ |
|
32 |
Bifinite.thy \ |
|
33 |
Cfun.thy \ |
|
34 |
CompactBasis.thy \ |
|
35 |
Completion.thy \ |
|
36 |
Cont.thy \ |
|
37 |
ConvexPD.thy \ |
|
38 |
Cprod.thy \ |
|
39 |
Discrete.thy \ |
|
40 |
Deflation.thy \ |
|
41 |
Domain.thy \ |
|
35652
05ca920cd94b
move take-proofs stuff into new theory Domain_Aux.thy
huffman
parents:
35530
diff
changeset
|
42 |
Domain_Aux.thy \ |
27420 | 43 |
Eventual.thy \ |
44 |
Ffun.thy \ |
|
45 |
Fixrec.thy \ |
|
46 |
Fix.thy \ |
|
47 |
HOLCF.thy \ |
|
48 |
Lift.thy \ |
|
49 |
LowerPD.thy \ |
|
50 |
One.thy \ |
|
51 |
Pcpodef.thy \ |
|
52 |
Pcpo.thy \ |
|
53 |
Porder.thy \ |
|
35473 | 54 |
Powerdomains.thy \ |
29530
9905b660612b
change to simpler, more extensible continuity simproc
huffman
parents:
29130
diff
changeset
|
55 |
Product_Cpo.thy \ |
33783 | 56 |
Representable.thy \ |
27420 | 57 |
Sprod.thy \ |
58 |
Ssum.thy \ |
|
29534 | 59 |
Sum_Cpo.thy \ |
27420 | 60 |
Tr.thy \ |
61 |
Universal.thy \ |
|
62 |
UpperPD.thy \ |
|
63 |
Up.thy \ |
|
64 |
Tools/cont_consts.ML \ |
|
65 |
Tools/cont_proc.ML \ |
|
35475
979019ab92eb
move common functions into new file holcf_library.ML
huffman
parents:
35473
diff
changeset
|
66 |
Tools/holcf_library.ML \ |
32126 | 67 |
Tools/Domain/domain_extender.ML \ |
68 |
Tools/Domain/domain_axioms.ML \ |
|
35473 | 69 |
Tools/Domain/domain_constructors.ML \ |
33795 | 70 |
Tools/Domain/domain_isomorphism.ML \ |
32126 | 71 |
Tools/Domain/domain_library.ML \ |
35530 | 72 |
Tools/Domain/domain_take_proofs.ML \ |
32126 | 73 |
Tools/Domain/domain_theorems.ML \ |
31738
7b9b9ba532ca
discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents:
30920
diff
changeset
|
74 |
Tools/fixrec.ML \ |
7b9b9ba532ca
discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents:
30920
diff
changeset
|
75 |
Tools/pcpodef.ML \ |
33783 | 76 |
Tools/repdef.ML \ |
27420 | 77 |
document/root.tex |
28500 | 78 |
@$(ISABELLE_TOOL) usedir -b -g true -r $(OUT)/HOL HOLCF |
2494 | 79 |
|
4518 | 80 |
|
81 |
## HOLCF-IMP |
|
2494 | 82 |
|
4518 | 83 |
HOLCF-IMP: HOLCF $(LOG)/HOLCF-IMP.gz |
84 |
||
12433 | 85 |
$(LOG)/HOLCF-IMP.gz: $(OUT)/HOLCF IMP/HoareEx.thy \ |
12599 | 86 |
IMP/Denotational.thy IMP/ROOT.ML IMP/document/root.tex |
28500 | 87 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOLCF IMP |
2494 | 88 |
|
89 |
||
4518 | 90 |
## HOLCF-ex |
91 |
||
92 |
HOLCF-ex: HOLCF $(LOG)/HOLCF-ex.gz |
|
2494 | 93 |
|
30920
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
94 |
$(LOG)/HOLCF-ex.gz: $(OUT)/HOLCF \ |
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
95 |
../HOL/Library/Nat_Infinity.thy \ |
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
96 |
ex/Dagstuhl.thy \ |
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
97 |
ex/Dnat.thy \ |
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
98 |
ex/Domain_ex.thy \ |
35167 | 99 |
ex/Domain_Proofs.thy \ |
30920
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
100 |
ex/Fix2.thy \ |
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
101 |
ex/Fixrec_ex.thy \ |
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
102 |
ex/Focus_ex.thy \ |
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
103 |
ex/Hoare.thy \ |
35932
86559356502d
move letrec stuff to new file HOLCF/ex/Letrec.thy
huffman
parents:
35908
diff
changeset
|
104 |
ex/Letrec.thy \ |
30920
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
105 |
ex/Loop.thy \ |
33813 | 106 |
ex/New_Domain.thy \ |
29992 | 107 |
ex/Powerdomain_ex.thy \ |
30920
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
108 |
ex/Stream.thy \ |
35167 | 109 |
ex/Strict_Fun.thy \ |
30920
811ab0923a62
add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents:
29992
diff
changeset
|
110 |
ex/ROOT.ML |
28500 | 111 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOLCF ex |
3081 | 112 |
|
113 |
||
11350
4c55b020d6ee
added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents:
8602
diff
changeset
|
114 |
## HOLCF-FOCUS |
4c55b020d6ee
added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents:
8602
diff
changeset
|
115 |
|
4c55b020d6ee
added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents:
8602
diff
changeset
|
116 |
HOLCF-FOCUS: HOLCF $(LOG)/HOLCF-FOCUS.gz |
4c55b020d6ee
added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents:
8602
diff
changeset
|
117 |
|
35214 | 118 |
$(LOG)/HOLCF-FOCUS.gz: $(OUT)/HOLCF \ |
119 |
ex/Stream.thy \ |
|
120 |
FOCUS/Fstreams.thy \ |
|
19759 | 121 |
FOCUS/Fstream.thy FOCUS/FOCUS.thy \ |
122 |
FOCUS/Stream_adm.thy ../HOL/Library/Continuity.thy \ |
|
123 |
FOCUS/Buffer.thy FOCUS/Buffer_adm.thy |
|
28500 | 124 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOLCF FOCUS |
11350
4c55b020d6ee
added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents:
8602
diff
changeset
|
125 |
|
4518 | 126 |
## IOA |
127 |
||
128 |
IOA: HOLCF $(OUT)/IOA |
|
129 |
||
19741 | 130 |
$(OUT)/IOA: $(OUT)/HOLCF IOA/ROOT.ML IOA/meta_theory/Traces.thy \ |
131 |
IOA/meta_theory/Asig.thy IOA/meta_theory/CompoScheds.thy \ |
|
132 |
IOA/meta_theory/CompoTraces.thy IOA/meta_theory/Seq.thy \ |
|
133 |
IOA/meta_theory/RefCorrectness.thy IOA/meta_theory/Automata.thy \ |
|
134 |
IOA/meta_theory/ShortExecutions.thy IOA/meta_theory/IOA.thy \ |
|
135 |
IOA/meta_theory/Sequence.thy IOA/meta_theory/CompoExecs.thy \ |
|
136 |
IOA/meta_theory/RefMappings.thy IOA/meta_theory/Compositionality.thy \ |
|
137 |
IOA/meta_theory/TL.thy IOA/meta_theory/TLS.thy \ |
|
138 |
IOA/meta_theory/LiveIOA.thy IOA/meta_theory/Pred.thy \ |
|
139 |
IOA/meta_theory/Abstraction.thy IOA/meta_theory/Simulations.thy \ |
|
31773 | 140 |
IOA/meta_theory/SimCorrectness.thy IOA/meta_theory/automaton.ML |
28500 | 141 |
@cd IOA; $(ISABELLE_TOOL) usedir -b $(OUT)/HOLCF IOA |
3081 | 142 |
|
143 |
||
4518 | 144 |
## IOA-ABP |
145 |
||
146 |
IOA-ABP: IOA $(LOG)/IOA-ABP.gz |
|
3081 | 147 |
|
4518 | 148 |
$(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
|
149 |
IOA/ABP/Abschannel_finite.thy IOA/ABP/Action.thy \ |
19738 | 150 |
IOA/ABP/Check.ML IOA/ABP/Correctness.thy \ |
4518 | 151 |
IOA/ABP/Env.thy IOA/ABP/Impl.thy IOA/ABP/Impl_finite.thy \ |
19738 | 152 |
IOA/ABP/Lemmas.thy IOA/ABP/Packet.thy \ |
4518 | 153 |
IOA/ABP/ROOT.ML IOA/ABP/Receiver.thy IOA/ABP/Sender.thy \ |
154 |
IOA/ABP/Spec.thy |
|
28500 | 155 |
@cd IOA; $(ISABELLE_TOOL) usedir $(OUT)/IOA ABP |
3081 | 156 |
|
4518 | 157 |
## IOA-NTP |
158 |
||
159 |
IOA-NTP: IOA $(LOG)/IOA-NTP.gz |
|
160 |
||
19739 | 161 |
$(LOG)/IOA-NTP.gz: $(OUT)/IOA \ |
162 |
IOA/NTP/Abschannel.thy IOA/NTP/Action.thy IOA/NTP/Correctness.thy \ |
|
163 |
IOA/NTP/Impl.thy IOA/NTP/Lemmas.thy IOA/NTP/Multiset.thy \ |
|
164 |
IOA/NTP/Packet.thy IOA/NTP/ROOT.ML IOA/NTP/Receiver.thy IOA/NTP/Sender.thy \ |
|
4518 | 165 |
IOA/NTP/Spec.thy |
28500 | 166 |
@cd IOA; $(ISABELLE_TOOL) usedir $(OUT)/IOA NTP |
3081 | 167 |
|
3951 | 168 |
|
6475 | 169 |
## IOA-Modelcheck |
170 |
||
171 |
IOA-Modelcheck: IOA $(LOG)/IOA-Modelcheck.gz |
|
172 |
||
19764 | 173 |
$(LOG)/IOA-Modelcheck.gz: $(OUT)/IOA IOA/Modelcheck/ROOT.ML \ |
22819 | 174 |
IOA/Modelcheck/Cockpit.thy IOA/Modelcheck/MuIOA.thy \ |
175 |
IOA/Modelcheck/MuIOAOracle.thy IOA/Modelcheck/Ring3.thy |
|
28500 | 176 |
@cd IOA; $(ISABELLE_TOOL) usedir $(OUT)/IOA Modelcheck |
6475 | 177 |
|
178 |
||
6010 | 179 |
## IOA-Storage |
180 |
||
181 |
IOA-Storage: IOA $(LOG)/IOA-Storage.gz |
|
182 |
||
19740 | 183 |
$(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
|
184 |
IOA/Storage/Correctness.thy IOA/Storage/Impl.thy \ |
6011 | 185 |
IOA/Storage/ROOT.ML IOA/Storage/Spec.thy |
28500 | 186 |
@cd IOA; $(ISABELLE_TOOL) usedir $(OUT)/IOA Storage |
6010 | 187 |
|
188 |
||
6475 | 189 |
## IOA-ex |
190 |
||
191 |
IOA-ex: IOA $(LOG)/IOA-ex.gz |
|
192 |
||
19740 | 193 |
$(LOG)/IOA-ex.gz: $(OUT)/IOA IOA/ex/ROOT.ML IOA/ex/TrivEx.thy IOA/ex/TrivEx2.thy |
28500 | 194 |
@cd IOA; $(ISABELLE_TOOL) usedir $(OUT)/IOA ex |
6475 | 195 |
|
196 |
||
4518 | 197 |
## clean |
4447 | 198 |
|
199 |
clean: |
|
33450 | 200 |
@rm -f $(OUT)/HOLCF $(LOG)/HOLCF.gz $(LOG)/HOLCF-IMP.gz \ |
201 |
$(LOG)/HOLCF-ex.gz $(LOG)/HOLCF-FOCUS.gz $(OUT)/IOA \ |
|
202 |
$(LOG)/IOA.gz $(LOG)/IOA-ABP.gz $(LOG)/IOA-NTP.gz \ |
|
203 |
$(LOG)/IOA-Modelcheck.gz $(LOG)/IOA-Storage.gz \ |
|
204 |
$(LOG)/IOA-ex.gz |