author | haftmann |
Thu, 26 Jun 2008 10:07:01 +0200 | |
changeset 27368 | 9f90ac19e32b |
parent 27326 | d3beec370964 |
child 27396 | 77ea650bfc3a |
permissions | -rw-r--r-- |
2448 | 1 |
# |
2 |
# IsaMakefile for HOL |
|
3 |
# |
|
4 |
||
4518 | 5 |
## targets |
2448 | 6 |
|
4518 | 7 |
default: HOL |
17460 | 8 |
generate: HOL-Complex-Generate-HOL HOL-Complex-Generate-HOLLight |
27368 | 9 |
images: HOL-Plain HOL HOL-Algebra HOL-Complex HOL-Complex-Matrix HOL-Nominal \ |
24333 | 10 |
HOL-Word TLA HOL4 |
10135 | 11 |
|
25321 | 12 |
#Note: keep targets sorted (except for HOL-Library and HOL-ex) |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
13 |
test: \ |
24373 | 14 |
HOL-Library \ |
24325 | 15 |
HOL-ex \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
16 |
HOL-Auth \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
17 |
HOL-AxClasses \ |
14031 | 18 |
HOL-Bali \ |
17610 | 19 |
HOL-Complex-HahnBanach \ |
15771 | 20 |
HOL-Complex-Import \ |
17610 | 21 |
HOL-Complex-ex \ |
13403 | 22 |
HOL-Extraction \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
23 |
HOL-Hoare \ |
13019 | 24 |
HOL-HoareParallel \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
25 |
HOL-IMP \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
26 |
HOL-IMPP \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
27 |
HOL-IOA \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
28 |
HOL-Induct \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
29 |
HOL-Isar_examples \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
30 |
HOL-Lambda \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
31 |
HOL-Lattice \ |
23449 | 32 |
HOL-MetisExamples \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
33 |
HOL-MicroJava \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
34 |
HOL-Modelcheck \ |
11376 | 35 |
HOL-NanoJava \ |
19497 | 36 |
HOL-Nominal-Examples \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
37 |
HOL-NumberTheory \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
38 |
HOL-Prolog \ |
14199 | 39 |
HOL-SET-Protocol \ |
25321 | 40 |
HOL-SizeChange \ |
25171 | 41 |
HOL-Statespace \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
42 |
HOL-Subst \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
43 |
TLA-Buffer \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
44 |
TLA-Inc \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
45 |
TLA-Memory \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
46 |
HOL-UNITY \ |
10966 | 47 |
HOL-Unix \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
48 |
HOL-W0 \ |
24442 | 49 |
HOL-Word-Examples \ |
24325 | 50 |
HOL-ZF |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
51 |
# ^ this is the sort position |
10614 | 52 |
|
24754
c6dd5afed3d1
Added target for proof term sessions (those that need -p 2)
kleing
parents:
24699
diff
changeset
|
53 |
proofterms: HOL HOL-Extraction HOL-Lambda |
c6dd5afed3d1
Added target for proof term sessions (those that need -p 2)
kleing
parents:
24699
diff
changeset
|
54 |
|
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
55 |
all: test images |
4518 | 56 |
|
57 |
||
58 |
## global settings |
|
59 |
||
60 |
SRC = $(ISABELLE_HOME)/src |
|
3118 | 61 |
OUT = $(ISABELLE_OUTPUT) |
4447 | 62 |
LOG = $(OUT)/log |
2448 | 63 |
|
4518 | 64 |
|
65 |
## HOL |
|
2448 | 66 |
|
27368 | 67 |
HOL: HOL-Plain $(OUT)/HOL |
68 |
||
69 |
HOL-Plain: Pure $(OUT)/HOL-Plain |
|
4518 | 70 |
|
71 |
Pure: |
|
72 |
@cd $(SRC)/Pure; $(ISATOOL) make Pure |
|
3232
19a2b853ba7b
Removal of ex/LexProd; TFL files; new treatment of Prover files
paulson
parents:
3222
diff
changeset
|
73 |
|
27368 | 74 |
$(OUT)/HOL-Plain: $(OUT)/Pure \ |
75 |
plain.ML \ |
|
76 |
Code_Setup.thy \ |
|
77 |
Datatype.thy \ |
|
78 |
Divides.thy \ |
|
79 |
Extraction.thy \ |
|
80 |
Finite_Set.thy \ |
|
81 |
Fun.thy \ |
|
82 |
FunDef.thy \ |
|
83 |
HOL.thy \ |
|
84 |
Inductive.thy \ |
|
85 |
Lattices.thy \ |
|
86 |
Nat.thy \ |
|
87 |
OrderedGroup.thy \ |
|
88 |
Orderings.thy \ |
|
89 |
Plain.thy \ |
|
90 |
Power.thy \ |
|
91 |
Predicate.thy \ |
|
92 |
Product_Type.thy \ |
|
93 |
Record.thy \ |
|
94 |
Refute.thy \ |
|
95 |
Relation.thy \ |
|
96 |
Ring_and_Field.thy \ |
|
97 |
SAT.thy \ |
|
98 |
Set.thy \ |
|
99 |
Sum_Type.thy \ |
|
100 |
Tools/cnf_funcs.ML \ |
|
101 |
Tools/datatype_abs_proofs.ML \ |
|
102 |
Tools/datatype_aux.ML \ |
|
103 |
Tools/datatype_case.ML \ |
|
104 |
Tools/datatype_codegen.ML \ |
|
105 |
Tools/datatype_package.ML \ |
|
106 |
Tools/datatype_prop.ML \ |
|
107 |
Tools/datatype_realizer.ML \ |
|
108 |
Tools/datatype_rep_proofs.ML \ |
|
109 |
Tools/dseq.ML \ |
|
110 |
Tools/function_package/auto_term.ML \ |
|
111 |
Tools/function_package/context_tree.ML \ |
|
112 |
Tools/function_package/fundef_common.ML \ |
|
113 |
Tools/function_package/fundef_core.ML \ |
|
114 |
Tools/function_package/fundef_datatype.ML \ |
|
115 |
Tools/function_package/fundef_lib.ML \ |
|
116 |
Tools/function_package/fundef_package.ML \ |
|
117 |
Tools/function_package/induction_scheme.ML \ |
|
118 |
Tools/function_package/inductive_wrap.ML \ |
|
119 |
Tools/function_package/lexicographic_order.ML \ |
|
120 |
Tools/function_package/measure_functions.ML \ |
|
121 |
Tools/function_package/mutual.ML \ |
|
122 |
Tools/function_package/pattern_split.ML \ |
|
123 |
Tools/function_package/size.ML \ |
|
124 |
Tools/function_package/sum_tree.ML \ |
|
125 |
Tools/inductive_codegen.ML \ |
|
126 |
Tools/inductive_package.ML \ |
|
127 |
Tools/inductive_realizer.ML \ |
|
128 |
Tools/inductive_set_package.ML \ |
|
129 |
Tools/lin_arith.ML \ |
|
130 |
Tools/old_primrec_package.ML \ |
|
131 |
Tools/primrec_package.ML \ |
|
132 |
Tools/prop_logic.ML \ |
|
133 |
Tools/recfun_codegen.ML \ |
|
134 |
Tools/record_package.ML \ |
|
135 |
Tools/refute.ML \ |
|
136 |
Tools/refute_isar.ML \ |
|
137 |
Tools/rewrite_hol_proof.ML \ |
|
138 |
Tools/sat_funcs.ML \ |
|
139 |
Tools/sat_solver.ML \ |
|
140 |
Tools/split_rule.ML \ |
|
141 |
Tools/typecopy_package.ML \ |
|
142 |
Tools/typedef_codegen.ML \ |
|
143 |
Tools/typedef_package.ML \ |
|
144 |
Transitive_Closure.thy \ |
|
145 |
Typedef.thy \ |
|
146 |
Wellfounded.thy \ |
|
147 |
arith_data.ML \ |
|
148 |
hologic.ML \ |
|
149 |
simpdata.ML \ |
|
150 |
$(SRC)/Provers/Arith/abel_cancel.ML \ |
|
151 |
$(SRC)/Provers/Arith/cancel_div_mod.ML \ |
|
152 |
$(SRC)/Provers/Arith/cancel_sums.ML \ |
|
153 |
$(SRC)/Provers/Arith/fast_lin_arith.ML \ |
|
154 |
$(SRC)/Provers/blast.ML \ |
|
155 |
$(SRC)/Provers/clasimp.ML \ |
|
156 |
$(SRC)/Provers/classical.ML \ |
|
157 |
$(SRC)/Provers/eqsubst.ML \ |
|
158 |
$(SRC)/Provers/hypsubst.ML \ |
|
159 |
$(SRC)/Provers/order.ML \ |
|
160 |
$(SRC)/Provers/project_rule.ML \ |
|
161 |
$(SRC)/Provers/quantifier1.ML \ |
|
162 |
$(SRC)/Provers/splitter.ML \ |
|
163 |
$(SRC)/Provers/trancl.ML \ |
|
164 |
$(SRC)/Tools/IsaPlanner/isand.ML \ |
|
165 |
$(SRC)/Tools/IsaPlanner/rw_inst.ML \ |
|
166 |
$(SRC)/Tools/IsaPlanner/rw_tools.ML \ |
|
167 |
$(SRC)/Tools/IsaPlanner/zipper.ML \ |
|
168 |
$(SRC)/Tools/atomize_elim.ML \ |
|
169 |
$(SRC)/Tools/code/code_funcgr.ML \ |
|
170 |
$(SRC)/Tools/code/code_name.ML \ |
|
171 |
$(SRC)/Tools/code/code_target.ML \ |
|
172 |
$(SRC)/Tools/code/code_thingol.ML \ |
|
173 |
$(SRC)/Tools/induct.ML \ |
|
174 |
$(SRC)/Tools/induct_tacs.ML \ |
|
175 |
$(SRC)/Tools/nbe.ML \ |
|
176 |
$(SRC)/Tools/random_word.ML \ |
|
177 |
$(SRC)/Tools/rat.ML |
|
178 |
@$(ISATOOL) usedir $(HOL_USEDIR_OPTIONS) -b -f plain.ML -g true $(OUT)/Pure HOL-Plain |
|
179 |
||
180 |
$(OUT)/HOL: $(OUT)/HOL-Plain \ |
|
181 |
ROOT.ML \ |
|
182 |
ATP_Linkup.thy \ |
|
183 |
Arith_Tools.thy \ |
|
184 |
Equiv_Relations.thy \ |
|
185 |
Groebner_Basis.thy \ |
|
186 |
Hilbert_Choice.thy \ |
|
187 |
Int.thy \ |
|
188 |
IntDiv.thy \ |
|
189 |
List.thy \ |
|
190 |
Main.thy \ |
|
191 |
Map.thy \ |
|
192 |
NatBin.thy \ |
|
193 |
Presburger.thy \ |
|
194 |
Recdef.thy \ |
|
195 |
Relation_Power.thy \ |
|
196 |
SetInterval.thy \ |
|
197 |
Tools/Groebner_Basis/groebner.ML \ |
|
198 |
Tools/Groebner_Basis/misc.ML \ |
|
199 |
Tools/Groebner_Basis/normalizer.ML \ |
|
200 |
Tools/Groebner_Basis/normalizer_data.ML \ |
|
201 |
Tools/Qelim/cooper.ML \ |
|
202 |
Tools/Qelim/cooper_data.ML \ |
|
203 |
Tools/Qelim/generated_cooper.ML \ |
|
204 |
Tools/Qelim/presburger.ML \ |
|
205 |
Tools/Qelim/qelim.ML \ |
|
206 |
Tools/TFL/casesplit.ML \ |
|
207 |
Tools/TFL/dcterm.ML \ |
|
208 |
Tools/TFL/post.ML \ |
|
209 |
Tools/TFL/rules.ML \ |
|
210 |
Tools/TFL/tfl.ML \ |
|
211 |
Tools/TFL/thms.ML \ |
|
212 |
Tools/TFL/thry.ML \ |
|
213 |
Tools/TFL/usyntax.ML \ |
|
214 |
Tools/TFL/utils.ML \ |
|
215 |
Tools/meson.ML \ |
|
216 |
Tools/metis_tools.ML \ |
|
217 |
Tools/numeral.ML \ |
|
218 |
Tools/numeral_syntax.ML \ |
|
219 |
Tools/polyhash.ML \ |
|
220 |
Tools/recdef_package.ML \ |
|
221 |
Tools/res_atp.ML \ |
|
222 |
Tools/res_atp_methods.ML \ |
|
223 |
Tools/res_atp_provers.ML \ |
|
224 |
Tools/res_axioms.ML \ |
|
225 |
Tools/res_clause.ML \ |
|
226 |
Tools/res_hol_clause.ML \ |
|
227 |
Tools/res_reconstruct.ML \ |
|
228 |
Tools/specification_package.ML \ |
|
229 |
Tools/string_syntax.ML \ |
|
230 |
Tools/watcher.ML \ |
|
231 |
int_arith1.ML \ |
|
232 |
int_factor_simprocs.ML \ |
|
233 |
nat_simprocs.ML \ |
|
234 |
$(SRC)/Provers/Arith/assoc_fold.ML \ |
|
235 |
$(SRC)/Provers/Arith/cancel_numeral_factor.ML \ |
|
236 |
$(SRC)/Provers/Arith/cancel_numerals.ML \ |
|
237 |
$(SRC)/Provers/Arith/combine_numerals.ML \ |
|
238 |
$(SRC)/Provers/Arith/extract_common_term.ML \ |
|
239 |
$(SRC)/Tools/Metis/metis.ML |
|
240 |
@$(ISATOOL) usedir $(HOL_USEDIR_OPTIONS) -b -g true $(OUT)/HOL-Plain HOL |
|
4518 | 241 |
|
13029 | 242 |
|
13967
9cdab3186c0b
fixed HOL-Real-HahnBanach (-> HOL-Complex-HahnBanach)
kleing
parents:
13966
diff
changeset
|
243 |
## HOL-Complex-HahnBanach |
13029 | 244 |
|
13967
9cdab3186c0b
fixed HOL-Real-HahnBanach (-> HOL-Complex-HahnBanach)
kleing
parents:
13966
diff
changeset
|
245 |
HOL-Complex-HahnBanach: HOL-Complex $(LOG)/HOL-Complex-HahnBanach.gz |
13029 | 246 |
|
16019 | 247 |
$(LOG)/HOL-Complex-HahnBanach.gz: $(OUT)/HOL-Complex \ |
248 |
Real/HahnBanach/Bounds.thy Real/HahnBanach/FunctionNorm.thy \ |
|
249 |
Real/HahnBanach/FunctionOrder.thy Real/HahnBanach/HahnBanach.thy \ |
|
250 |
Real/HahnBanach/HahnBanachExtLemmas.thy \ |
|
251 |
Real/HahnBanach/HahnBanachSupLemmas.thy \ |
|
252 |
Real/HahnBanach/Linearform.thy Real/HahnBanach/NormedSpace.thy \ |
|
253 |
Real/HahnBanach/README.html Real/HahnBanach/ROOT.ML \ |
|
254 |
Real/HahnBanach/Subspace.thy Real/HahnBanach/VectorSpace.thy \ |
|
255 |
Real/HahnBanach/ZornLemma.thy Real/HahnBanach/document/root.bib \ |
|
13029 | 256 |
Real/HahnBanach/document/root.tex |
13966
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13964
diff
changeset
|
257 |
@cd Real; $(ISATOOL) usedir -g true $(OUT)/HOL-Complex HahnBanach |
13029 | 258 |
|
259 |
||
13961 | 260 |
## HOL-Complex |
10751 | 261 |
|
13966
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13964
diff
changeset
|
262 |
HOL-Complex: HOL $(OUT)/HOL-Complex |
10751 | 263 |
|
27368 | 264 |
$(OUT)/HOL-Complex: $(OUT)/HOL \ |
265 |
Complex/ROOT.ML \ |
|
266 |
Complex/CLim.thy \ |
|
267 |
Complex/CStar.thy \ |
|
268 |
Complex/Complex.thy \ |
|
269 |
Complex/Complex_Main.thy \ |
|
270 |
Complex/Fundamental_Theorem_Algebra.thy \ |
|
271 |
Complex/NSCA.thy \ |
|
272 |
Complex/NSComplex.thy \ |
|
273 |
Hyperreal/Deriv.thy \ |
|
274 |
Hyperreal/Fact.thy \ |
|
275 |
Hyperreal/Filter.thy \ |
|
276 |
Hyperreal/HDeriv.thy \ |
|
277 |
Hyperreal/HLim.thy \ |
|
278 |
Hyperreal/HLog.thy \ |
|
279 |
Hyperreal/HSEQ.thy \ |
|
280 |
Hyperreal/HSeries.thy \ |
|
281 |
Hyperreal/HTranscendental.thy \ |
|
282 |
Hyperreal/HyperDef.thy \ |
|
283 |
Hyperreal/HyperNat.thy \ |
|
284 |
Hyperreal/Hyperreal.thy \ |
|
285 |
Hyperreal/Integration.thy \ |
|
286 |
Hyperreal/Lim.thy \ |
|
287 |
Hyperreal/Ln.thy \ |
|
288 |
Hyperreal/Log.thy \ |
|
289 |
Hyperreal/MacLaurin.thy \ |
|
290 |
Hyperreal/NSA.thy \ |
|
291 |
Hyperreal/NatStar.thy \ |
|
292 |
Hyperreal/NthRoot.thy \ |
|
293 |
Hyperreal/SEQ.thy \ |
|
294 |
Hyperreal/Series.thy \ |
|
295 |
Hyperreal/Star.thy \ |
|
296 |
Hyperreal/StarDef.thy \ |
|
297 |
Hyperreal/Taylor.thy \ |
|
298 |
Hyperreal/Transcendental.thy \ |
|
299 |
Hyperreal/hypreal_arith.ML \ |
|
300 |
Hyperreal/transfer.ML \ |
|
301 |
Library/Abstract_Rat.thy \ |
|
302 |
Library/Dense_Linear_Order.thy \ |
|
303 |
Library/GCD.thy \ |
|
304 |
Library/Infinite_Set.thy \ |
|
305 |
Library/Order_Relation.thy \ |
|
306 |
Library/Parity.thy \ |
|
307 |
Library/Univ_Poly.thy \ |
|
308 |
Library/Zorn.thy \ |
|
309 |
Real/ContNotDenum.thy \ |
|
310 |
Real/Lubs.thy \ |
|
311 |
Real/PReal.thy \ |
|
312 |
Real/RComplete.thy \ |
|
313 |
Real/Rational.thy \ |
|
314 |
Real/Real.thy \ |
|
315 |
Real/RealDef.thy \ |
|
316 |
Real/RealPow.thy \ |
|
317 |
Real/RealVector.thy \ |
|
318 |
Real/rat_arith.ML \ |
|
319 |
Real/real_arith.ML \ |
|
320 |
Tools/Qelim/ferrante_rackoff.ML \ |
|
321 |
Tools/Qelim/ferrante_rackoff_data.ML \ |
|
322 |
Tools/Qelim/langford.ML \ |
|
323 |
Tools/Qelim/langford_data.ML |
|
15057 | 324 |
@cd Complex; $(ISATOOL) usedir -b -g true $(OUT)/HOL HOL-Complex |
10751 | 325 |
|
7395 | 326 |
|
13961 | 327 |
## HOL-Complex-ex |
7392 | 328 |
|
13961 | 329 |
HOL-Complex-ex: HOL-Complex $(LOG)/HOL-Complex-ex.gz |
7535
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
330 |
|
27164 | 331 |
$(LOG)/HOL-Complex-ex.gz: $(OUT)/HOL-Complex Library/Primes.thy \ |
332 |
Complex/ex/ROOT.ML Complex/ex/document/root.tex \ |
|
333 |
Complex/ex/BigO_Complex.thy Complex/ex/BinEx.thy \ |
|
334 |
Complex/ex/NSPrimes.thy Complex/ex/Sqrt.thy \ |
|
335 |
Complex/ex/Sqrt_Script.thy Complex/ex/MIR.thy Complex/ex/mirtac.ML \ |
|
336 |
Complex/ex/mireif.ML Complex/ex/ReflectedFerrack.thy \ |
|
337 |
Complex/ex/linreif.ML Complex/ex/linrtac.ML |
|
13961 | 338 |
@cd Complex; $(ISATOOL) usedir $(OUT)/HOL-Complex ex |
7535
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
339 |
|
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
340 |
|
10255 | 341 |
## HOL-Library |
342 |
||
343 |
HOL-Library: HOL $(LOG)/HOL-Library.gz |
|
344 |
||
27164 | 345 |
$(LOG)/HOL-Library.gz: $(OUT)/HOL Library/SetsAndFunctions.thy \ |
346 |
Library/BigO.thy Library/Ramsey.thy Library/Efficient_Nat.thy \ |
|
27368 | 347 |
Library/Executable_Set.thy \ |
348 |
Library/FuncSet.thy \ |
|
27164 | 349 |
Library/Library.thy Library/List_Prefix.thy Library/State_Monad.thy \ |
350 |
Library/Multiset.thy Library/NatPair.thy Library/Permutation.thy \ |
|
351 |
Library/Primes.thy Library/Pocklington.thy Library/Quotient.thy \ |
|
352 |
Library/Quicksort.thy Library/Nat_Infinity.thy Library/Word.thy \ |
|
353 |
Library/README.html Library/Continuity.thy \ |
|
27368 | 354 |
Library/Nested_Environment.thy \ |
27164 | 355 |
Library/Library/ROOT.ML Library/Library/document/root.tex \ |
356 |
Library/Library/document/root.bib Library/While_Combinator.thy \ |
|
357 |
Library/Product_ord.thy Library/Char_nat.thy Library/Char_ord.thy \ |
|
358 |
Library/Option_ord.thy Library/Sublist_Order.thy \ |
|
359 |
Library/List_lexord.thy Library/Commutative_Ring.thy \ |
|
360 |
Library/comm_ring.ML Library/Coinductive_List.thy \ |
|
27368 | 361 |
Library/AssocList.thy \ |
27164 | 362 |
Library/Binomial.thy Library/Eval.thy Library/Eval_Witness.thy \ |
363 |
Library/Code_Index.thy Library/Code_Char.thy \ |
|
364 |
Library/Code_Char_chr.thy Library/Code_Integer.thy \ |
|
27368 | 365 |
Library/Code_Message.thy \ |
366 |
Library/Numeral_Type.thy \ |
|
27164 | 367 |
Library/Boolean_Algebra.thy Library/Countable.thy Library/RType.thy \ |
368 |
Library/Heap.thy Library/Heap_Monad.thy Library/Array.thy \ |
|
369 |
Library/Ref.thy Library/Imperative_HOL.thy Library/RBT.thy \ |
|
27298 | 370 |
Library/Enum.thy Real/Float.thy $(SRC)/Tools/float.ML |
11398
d7711be8c3a9
Library/ROOT.ML moved to Library/Library/ROOT.ML to avoid accidential
wenzelm
parents:
11394
diff
changeset
|
371 |
@cd Library; $(ISATOOL) usedir $(OUT)/HOL Library |
10255 | 372 |
|
373 |
||
4518 | 374 |
## HOL-Subst |
375 |
||
376 |
HOL-Subst: HOL $(LOG)/HOL-Subst.gz |
|
377 |
||
27164 | 378 |
$(LOG)/HOL-Subst.gz: $(OUT)/HOL Subst/AList.thy Subst/ROOT.ML \ |
379 |
Subst/Subst.thy Subst/UTerm.thy Subst/Unifier.thy Subst/Unify.thy |
|
4518 | 380 |
@$(ISATOOL) usedir $(OUT)/HOL Subst |
2448 | 381 |
|
382 |
||
4518 | 383 |
## HOL-Induct |
2473 | 384 |
|
4518 | 385 |
HOL-Induct: HOL $(LOG)/HOL-Induct.gz |
3125 | 386 |
|
27164 | 387 |
$(LOG)/HOL-Induct.gz: $(OUT)/HOL Induct/Com.thy Induct/Comb.thy \ |
388 |
Induct/LFilter.thy Induct/LList.thy Induct/Mutil.thy \ |
|
389 |
Induct/Ordinals.thy Induct/PropLog.thy Induct/QuoNestedDataType.thy \ |
|
390 |
Induct/QuoDataType.thy Induct/ROOT.ML Induct/Sexp.thy \ |
|
391 |
Induct/Sigma_Algebra.thy Induct/SList.thy Induct/ABexp.thy \ |
|
392 |
Induct/Term.thy Induct/Tree.thy Induct/document/root.tex |
|
3125 | 393 |
@$(ISATOOL) usedir $(OUT)/HOL Induct |
394 |
||
395 |
||
4518 | 396 |
## HOL-IMP |
397 |
||
398 |
HOL-IMP: HOL $(LOG)/HOL-IMP.gz |
|
2448 | 399 |
|
27164 | 400 |
$(LOG)/HOL-IMP.gz: $(OUT)/HOL IMP/Com.thy IMP/Compiler0.thy \ |
401 |
IMP/Compiler.thy IMP/Denotation.thy IMP/Expr.thy IMP/Hoare.thy \ |
|
402 |
IMP/Natural.thy IMP/Examples.thy IMP/Transition.thy IMP/VC.thy \ |
|
403 |
IMP/ROOT.ML IMP/document/root.tex IMP/document/root.bib |
|
12548 | 404 |
@$(ISATOOL) usedir -g true $(OUT)/HOL IMP |
2448 | 405 |
|
406 |
||
8179 | 407 |
## HOL-IMPP |
408 |
||
409 |
HOL-IMPP: HOL $(LOG)/HOL-IMPP.gz |
|
410 |
||
27164 | 411 |
$(LOG)/HOL-IMPP.gz: $(OUT)/HOL IMPP/ROOT.ML IMPP/Com.thy \ |
19803 | 412 |
IMPP/Natural.thy IMPP/Hoare.thy IMPP/Misc.thy IMPP/EvenOdd.thy |
8179 | 413 |
@$(ISATOOL) usedir $(OUT)/HOL IMPP |
414 |
||
415 |
||
14516 | 416 |
## HOL-Complex-Import |
417 |
||
19097 | 418 |
IMPORTER_FILES = Import/lazy_seq.ML Import/proof_kernel.ML Import/replay.ML \ |
20610 | 419 |
Import/shuffler.ML Import/MakeEqual.thy Import/HOL4Setup.thy \ |
14516 | 420 |
Import/HOL4Syntax.thy Import/HOL4Compat.thy Import/import_syntax.ML \ |
421 |
Import/hol4rews.ML Import/import_package.ML Import/ROOT.ML |
|
422 |
||
17323 | 423 |
IMPORTER_HOLLIGHT_FILES = Import/proof_kernel.ML Import/replay.ML \ |
424 |
Import/shuffler.ML Import/MakeEqual.thy Import/HOL4Setup.thy \ |
|
425 |
Import/HOL4Syntax.thy Import/HOLLightCompat.thy Import/import_syntax.ML \ |
|
426 |
Import/hol4rews.ML Import/import_package.ML Import/ROOT.ML |
|
427 |
||
14516 | 428 |
HOL-Complex-Import: HOL-Complex $(LOG)/HOL-Complex-Import.gz |
429 |
||
430 |
$(LOG)/HOL-Complex-Import.gz: $(OUT)/HOL-Complex $(IMPORTER_FILES) |
|
431 |
@$(ISATOOL) usedir $(OUT)/HOL-Complex Import |
|
432 |
||
433 |
||
434 |
## HOL-Complex-Generate-HOL |
|
435 |
||
436 |
HOL-Complex-Generate-HOL: HOL-Complex $(LOG)/HOL-Complex-Generate-HOL.gz |
|
437 |
||
27164 | 438 |
$(LOG)/HOL-Complex-Generate-HOL.gz: $(OUT)/HOL-Complex \ |
439 |
$(IMPORTER_FILES) Import/Generate-HOL/GenHOL4Base.thy \ |
|
440 |
Import/Generate-HOL/GenHOL4Prob.thy \ |
|
441 |
Import/Generate-HOL/GenHOL4Real.thy \ |
|
442 |
Import/Generate-HOL/GenHOL4Vec.thy \ |
|
14516 | 443 |
Import/Generate-HOL/GenHOL4Word32.thy Import/Generate-HOL/ROOT.ML |
444 |
@cd Import; $(ISATOOL) usedir $(OUT)/HOL-Complex Generate-HOL |
|
445 |
||
17460 | 446 |
|
447 |
## HOL-Complex-Generate-HOLLight |
|
448 |
||
17323 | 449 |
HOL-Complex-Generate-HOLLight: HOL-Complex $(LOG)/HOL-Complex-Generate-HOLLight.gz |
450 |
||
27164 | 451 |
$(LOG)/HOL-Complex-Generate-HOLLight.gz: $(OUT)/HOL-Complex \ |
452 |
$(IMPORTER_HOLLIGHT_FILES) Import/Generate-HOLLight/GenHOLLight.thy \ |
|
453 |
Import/Generate-HOLLight/ROOT.ML |
|
17323 | 454 |
@cd Import; $(ISATOOL) usedir $(OUT)/HOL-Complex Generate-HOLLight |
14516 | 455 |
|
17460 | 456 |
|
14516 | 457 |
## HOL-Import-HOL |
458 |
||
14626
dfb8d2977263
renamed HOL-Import-HOL to HOL4, added to images target
kleing
parents:
14610
diff
changeset
|
459 |
HOL4: HOL-Complex $(LOG)/HOL4.gz |
14516 | 460 |
|
461 |
HOL_IMPORT_FILES = arithmetic.imp bits.imp boolean_sequence.imp bool.imp \ |
|
462 |
bword_arith.imp bword_bitop.imp bword_num.imp combin.imp divides.imp \ |
|
463 |
hrat.imp hreal.imp ind_type.imp lim.imp list.imp marker.imp nets.imp \ |
|
464 |
numeral.imp num.imp one.imp operator.imp option.imp pair.imp poly.imp \ |
|
465 |
powser.imp pred_set.imp prime.imp prim_rec.imp prob_algebra.imp \ |
|
466 |
prob_canon.imp prob_extra.imp prob.imp prob_indep.imp prob_pseudo.imp \ |
|
23194 | 467 |
prob_uniform.imp realax.imp real.imp relation.imp res_quan.imp \ |
468 |
rich_list.imp \ |
|
14516 | 469 |
seq.imp state_transformer.imp sum.imp topology.imp transc.imp word32.imp \ |
470 |
word_base.imp word_bitop.imp word_num.imp |
|
471 |
||
27164 | 472 |
$(LOG)/HOL4.gz: $(OUT)/HOL-Complex $(IMPORTER_FILES) \ |
473 |
$(HOL_IMPORT_FILES:%=Import/HOL/%) Import/HOL/HOL4Base.thy \ |
|
474 |
Import/HOL/HOL4Prob.thy Import/HOL/HOL4Real.thy \ |
|
475 |
Import/HOL/HOL4Vec.thy Import/HOL/HOL4Word32.thy Import/HOL/HOL4.thy \ |
|
476 |
Import/HOL/ROOT.ML |
|
14626
dfb8d2977263
renamed HOL-Import-HOL to HOL4, added to images target
kleing
parents:
14610
diff
changeset
|
477 |
@cd Import/HOL; $(ISATOOL) usedir -b $(OUT)/HOL-Complex HOL4 |
14516 | 478 |
|
17645 | 479 |
HOLLight: HOL-Complex $(LOG)/HOLLight.gz |
480 |
||
27164 | 481 |
$(LOG)/HOLLight.gz: $(OUT)/HOL-Complex $(IMPORTER_HOLLIGHT_FILES) \ |
482 |
Import/HOLLight/hollight.imp Import/HOLLight/HOLLight.thy \ |
|
17645 | 483 |
Import/HOLLight/ROOT.ML |
484 |
@cd Import/HOLLight; $(ISATOOL) usedir -b $(OUT)/HOL-Complex HOLLight |
|
485 |
||
14516 | 486 |
|
9510 | 487 |
## HOL-NumberTheory |
488 |
||
489 |
HOL-NumberTheory: HOL $(LOG)/HOL-NumberTheory.gz |
|
490 |
||
27164 | 491 |
$(LOG)/HOL-NumberTheory.gz: $(OUT)/HOL Library/Permutation.thy \ |
492 |
Library/Primes.thy NumberTheory/Fib.thy \ |
|
493 |
NumberTheory/Factorization.thy NumberTheory/BijectionRel.thy \ |
|
494 |
NumberTheory/Chinese.thy NumberTheory/EulerFermat.thy \ |
|
495 |
NumberTheory/IntFact.thy NumberTheory/IntPrimes.thy \ |
|
496 |
NumberTheory/WilsonBij.thy NumberTheory/WilsonRuss.thy \ |
|
497 |
NumberTheory/Finite2.thy NumberTheory/Int2.thy \ |
|
498 |
NumberTheory/EvenOdd.thy NumberTheory/Residues.thy \ |
|
499 |
NumberTheory/Euler.thy NumberTheory/Gauss.thy \ |
|
500 |
NumberTheory/Quadratic_Reciprocity.thy Library/Infinite_Set.thy \ |
|
9510 | 501 |
NumberTheory/ROOT.ML |
11850 | 502 |
@$(ISATOOL) usedir -g true $(OUT)/HOL NumberTheory |
9510 | 503 |
|
504 |
||
4518 | 505 |
## HOL-Hoare |
506 |
||
507 |
HOL-Hoare: HOL $(LOG)/HOL-Hoare.gz |
|
2448 | 508 |
|
27164 | 509 |
$(LOG)/HOL-Hoare.gz: $(OUT)/HOL Hoare/Arith2.thy Hoare/Examples.thy \ |
510 |
Hoare/Hoare.thy Hoare/hoare_tac.ML Hoare/Heap.thy \ |
|
511 |
Hoare/HeapSyntax.thy Hoare/Pointer_Examples.thy Hoare/ROOT.ML \ |
|
512 |
Hoare/ExamplesAbort.thy Hoare/HeapSyntaxAbort.thy \ |
|
513 |
Hoare/HoareAbort.thy Hoare/SchorrWaite.thy Hoare/Separation.thy \ |
|
514 |
Hoare/SepLogHeap.thy Hoare/document/root.tex Hoare/document/root.bib |
|
2826 | 515 |
@$(ISATOOL) usedir $(OUT)/HOL Hoare |
2448 | 516 |
|
517 |
||
12996 | 518 |
## HOL-HoareParallel |
519 |
||
520 |
HOL-HoareParallel: HOL $(LOG)/HOL-HoareParallel.gz |
|
521 |
||
27164 | 522 |
$(LOG)/HOL-HoareParallel.gz: $(OUT)/HOL HoareParallel/Gar_Coll.thy \ |
523 |
HoareParallel/Graph.thy HoareParallel/Mul_Gar_Coll.thy \ |
|
524 |
HoareParallel/OG_Com.thy HoareParallel/OG_Examples.thy \ |
|
525 |
HoareParallel/OG_Hoare.thy HoareParallel/OG_Syntax.thy \ |
|
526 |
HoareParallel/OG_Tactics.thy HoareParallel/OG_Tran.thy \ |
|
527 |
HoareParallel/Quote_Antiquote.thy HoareParallel/RG_Com.thy \ |
|
528 |
HoareParallel/RG_Examples.thy HoareParallel/RG_Hoare.thy \ |
|
529 |
HoareParallel/RG_Syntax.thy HoareParallel/RG_Tran.thy \ |
|
530 |
HoareParallel/ROOT.ML HoareParallel/document/root.tex \ |
|
531 |
HoareParallel/document/root.bib |
|
13029 | 532 |
@$(ISATOOL) usedir -g true $(OUT)/HOL HoareParallel |
12996 | 533 |
|
534 |
||
23449 | 535 |
## HOL-MetisExamples |
536 |
||
537 |
HOL-MetisExamples: HOL $(LOG)/HOL-MetisExamples.gz |
|
538 |
||
27164 | 539 |
$(LOG)/HOL-MetisExamples.gz: $(OUT)/HOL MetisExamples/ROOT.ML \ |
540 |
MetisExamples/Abstraction.thy MetisExamples/BigO.thy \ |
|
541 |
MetisExamples/BT.thy MetisExamples/Message.thy \ |
|
542 |
MetisExamples/Tarski.thy MetisExamples/TransClosure.thy \ |
|
23449 | 543 |
MetisExamples/set.thy |
23454
c54975167be9
replaced Real/Ferrante-Rackoff tool by generic version in Main HOL;
wenzelm
parents:
23449
diff
changeset
|
544 |
@$(ISATOOL) usedir $(OUT)/HOL MetisExamples |
23449 | 545 |
|
546 |
||
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
547 |
## HOL-Algebra |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
548 |
|
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
549 |
HOL-Algebra: HOL $(LOG)/HOL-Algebra.gz |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
550 |
|
21423 | 551 |
$(LOG)/HOL-Algebra.gz: $(OUT)/HOL Algebra/ROOT.ML Library/Primes.thy \ |
552 |
Library/FuncSet.thy Algebra/AbelCoset.thy Algebra/Bij.thy \ |
|
553 |
Algebra/Coset.thy Algebra/Exponent.thy Algebra/FiniteProduct.thy \ |
|
554 |
Algebra/Group.thy Algebra/Ideal.thy Algebra/IntRing.thy \ |
|
555 |
Algebra/Lattice.thy Algebra/Module.thy Algebra/QuotRing.thy \ |
|
556 |
Algebra/Ring.thy Algebra/RingHom.thy Algebra/Sylow.thy \ |
|
557 |
Algebra/UnivPoly.thy Algebra/abstract/Abstract.thy \ |
|
558 |
Algebra/abstract/Factor.thy Algebra/abstract/Field.thy \ |
|
559 |
Algebra/abstract/Ideal2.thy Algebra/abstract/PID.thy \ |
|
560 |
Algebra/abstract/Ring2.thy Algebra/abstract/RingHomo.thy \ |
|
561 |
Algebra/document/root.tex Algebra/poly/LongDiv.thy \ |
|
562 |
Algebra/poly/PolyHomo.thy Algebra/poly/Polynomial.thy \ |
|
563 |
Algebra/poly/UnivPoly2.thy Algebra/ringsimp.ML |
|
14578 | 564 |
@cd Algebra; $(ISATOOL) usedir -b -g true $(OUT)/HOL HOL-Algebra |
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
565 |
|
4518 | 566 |
## HOL-Auth |
3819 | 567 |
|
4518 | 568 |
HOL-Auth: HOL $(LOG)/HOL-Auth.gz |
3819 | 569 |
|
27164 | 570 |
$(LOG)/HOL-Auth.gz: $(OUT)/HOL Library/NatPair.thy \ |
571 |
Auth/CertifiedEmail.thy Auth/Event.thy Auth/Message.thy \ |
|
572 |
Auth/NS_Public.thy Auth/NS_Public_Bad.thy Auth/NS_Shared.thy \ |
|
573 |
Auth/OtwayRees.thy Auth/OtwayReesBella.thy Auth/OtwayRees_AN.thy \ |
|
574 |
Auth/OtwayRees_Bad.thy Auth/Public.thy Auth/ROOT.ML Auth/Recur.thy \ |
|
575 |
Auth/Shared.thy Auth/TLS.thy Auth/WooLam.thy Auth/Kerberos_BAN.thy \ |
|
576 |
Auth/Kerberos_BAN_Gets.thy Auth/KerberosIV.thy \ |
|
577 |
Auth/KerberosIV_Gets.thy Auth/KerberosV.thy Auth/Yahalom.thy \ |
|
578 |
Auth/Yahalom2.thy Auth/Yahalom_Bad.thy Auth/ZhouGollmann.thy \ |
|
579 |
Auth/Guard/Analz.thy Auth/Guard/Extensions.thy Auth/Guard/GuardK.thy \ |
|
580 |
Auth/Guard/Guard_Public.thy Auth/Guard/Guard_Shared.thy \ |
|
581 |
Auth/Guard/Guard.thy Auth/Guard/List_Msg.thy \ |
|
582 |
Auth/Guard/Guard_NS_Public.thy Auth/Guard/Guard_OtwayRees.thy \ |
|
583 |
Auth/Guard/P1.thy Auth/Guard/P2.thy Auth/Guard/Proto.thy \ |
|
584 |
Auth/Guard/Guard_Yahalom.thy Auth/Smartcard/EventSC.thy \ |
|
585 |
Auth/Smartcard/ShoupRubinBella.thy Auth/Smartcard/ShoupRubin.thy \ |
|
586 |
Auth/Smartcard/Smartcard.thy Auth/document/root.tex |
|
13964 | 587 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Auth |
2448 | 588 |
|
589 |
||
4777 | 590 |
## HOL-UNITY |
591 |
||
592 |
HOL-UNITY: HOL $(LOG)/HOL-UNITY.gz |
|
593 |
||
27164 | 594 |
$(LOG)/HOL-UNITY.gz: $(OUT)/HOL Library/Multiset.thy UNITY/ROOT.ML \ |
595 |
UNITY/UNITY_Main.thy UNITY/UNITY_tactics.ML UNITY/Comp.thy \ |
|
596 |
UNITY/Constrains.thy UNITY/Detects.thy UNITY/ELT.thy \ |
|
597 |
UNITY/Extend.thy UNITY/FP.thy UNITY/Follows.thy UNITY/Guar.thy \ |
|
598 |
UNITY/Lift_prog.thy UNITY/ListOrder.thy UNITY/ProgressSets.thy \ |
|
599 |
UNITY/PPROD.thy UNITY/Project.thy UNITY/Rename.thy \ |
|
600 |
UNITY/Transformers.thy UNITY/SubstAx.thy UNITY/UNITY.thy \ |
|
601 |
UNITY/Union.thy UNITY/WFair.thy UNITY/Simple/Channel.thy \ |
|
602 |
UNITY/Simple/Common.thy UNITY/Simple/Deadlock.thy \ |
|
603 |
UNITY/Simple/Lift.thy UNITY/Simple/Mutex.thy \ |
|
604 |
UNITY/Simple/NSP_Bad.thy UNITY/Simple/Network.thy \ |
|
605 |
UNITY/Simple/Reach.thy UNITY/Simple/Reachability.thy \ |
|
606 |
UNITY/Simple/Token.thy UNITY/Comp/Alloc.thy UNITY/Comp/AllocBase.thy \ |
|
607 |
UNITY/Comp/AllocImpl.thy UNITY/Comp/Client.thy \ |
|
608 |
UNITY/Comp/Counter.thy UNITY/Comp/Counterc.thy \ |
|
609 |
UNITY/Comp/Handshake.thy UNITY/Comp/PriorityAux.thy \ |
|
610 |
UNITY/Comp/Priority.thy UNITY/Comp/Progress.thy \ |
|
611 |
UNITY/Comp/TimerArray.thy UNITY/document/root.tex |
|
14150 | 612 |
@$(ISATOOL) usedir -g true $(OUT)/HOL UNITY |
4777 | 613 |
|
614 |
||
10966 | 615 |
## HOL-Unix |
616 |
||
617 |
HOL-Unix: HOL $(LOG)/HOL-Unix.gz |
|
618 |
||
27164 | 619 |
$(LOG)/HOL-Unix.gz: $(OUT)/HOL Library/Nested_Environment.thy \ |
620 |
Library/List_Prefix.thy Unix/ROOT.ML Unix/Unix.thy \ |
|
10966 | 621 |
Unix/document/root.bib Unix/document/root.tex |
622 |
@$(ISATOOL) usedir $(OUT)/HOL Unix |
|
623 |
||
19203 | 624 |
## HOL-ZF |
625 |
||
626 |
HOL-ZF: HOL $(LOG)/HOL-ZF.gz |
|
627 |
||
27164 | 628 |
$(LOG)/HOL-ZF.gz: $(OUT)/HOL ZF/ROOT.ML ZF/Helper.thy ZF/LProd.thy \ |
629 |
ZF/HOLZF.thy ZF/MainZF.thy ZF/Games.thy ZF/document/root.tex |
|
19203 | 630 |
@$(ISATOOL) usedir $(OUT)/HOL ZF |
10966 | 631 |
|
4518 | 632 |
## HOL-Modelcheck |
633 |
||
634 |
HOL-Modelcheck: HOL $(LOG)/HOL-Modelcheck.gz |
|
3218 | 635 |
|
27164 | 636 |
$(LOG)/HOL-Modelcheck.gz: $(OUT)/HOL Modelcheck/CTL.thy \ |
637 |
Modelcheck/EindhovenExample.thy Modelcheck/EindhovenSyn.thy \ |
|
638 |
Modelcheck/MuCalculus.thy Modelcheck/MuckeExample1.thy \ |
|
639 |
Modelcheck/MuckeExample2.thy Modelcheck/MuckeSyn.thy \ |
|
22819 | 640 |
Modelcheck/ROOT.ML Modelcheck/mucke_oracle.ML |
3218 | 641 |
@$(ISATOOL) usedir $(OUT)/HOL Modelcheck |
642 |
||
25314
5eaf3e8b50a4
moved stuff about size change termination to its own session
krauss
parents:
25298
diff
changeset
|
643 |
## HOL-SizeChange |
5eaf3e8b50a4
moved stuff about size change termination to its own session
krauss
parents:
25298
diff
changeset
|
644 |
|
5eaf3e8b50a4
moved stuff about size change termination to its own session
krauss
parents:
25298
diff
changeset
|
645 |
HOL-SizeChange: HOL $(LOG)/HOL-SizeChange.gz |
5eaf3e8b50a4
moved stuff about size change termination to its own session
krauss
parents:
25298
diff
changeset
|
646 |
|
27164 | 647 |
$(LOG)/HOL-SizeChange.gz: $(OUT)/HOL SizeChange/Kleene_Algebras.thy \ |
648 |
SizeChange/Graphs.thy SizeChange/Misc_Tools.thy \ |
|
649 |
SizeChange/Criterion.thy SizeChange/Correctness.thy \ |
|
650 |
SizeChange/Interpretation.thy SizeChange/Implementation.thy \ |
|
651 |
SizeChange/Size_Change_Termination.thy SizeChange/Examples.thy \ |
|
652 |
SizeChange/sct.ML SizeChange/ROOT.ML |
|
25314
5eaf3e8b50a4
moved stuff about size change termination to its own session
krauss
parents:
25298
diff
changeset
|
653 |
@$(ISATOOL) usedir $(OUT)/HOL SizeChange |
3218 | 654 |
|
4518 | 655 |
## HOL-Lambda |
2448 | 656 |
|
4518 | 657 |
HOL-Lambda: HOL $(LOG)/HOL-Lambda.gz |
2448 | 658 |
|
27164 | 659 |
$(LOG)/HOL-Lambda.gz: $(OUT)/HOL Lambda/Commutation.thy Lambda/Eta.thy \ |
660 |
Lambda/InductTermi.thy Lambda/Lambda.thy Lambda/ListApplication.thy \ |
|
661 |
Lambda/ListBeta.thy Lambda/ListOrder.thy Lambda/NormalForm.thy \ |
|
662 |
Lambda/ParRed.thy Lambda/Standardization.thy Lambda/StrongNorm.thy \ |
|
663 |
Lambda/Type.thy Lambda/WeakNorm.thy Lambda/ROOT.ML \ |
|
14070
86c56794b641
Added new theories StrongNorm and WeakNorm to Lambda example.
berghofe
parents:
14044
diff
changeset
|
664 |
Lambda/document/root.bib Lambda/document/root.tex |
22100 | 665 |
@$(ISATOOL) usedir -g true -m no_brackets $(OUT)/HOL Lambda |
2448 | 666 |
|
667 |
||
9015 | 668 |
## HOL-Prolog |
669 |
||
670 |
HOL-Prolog: HOL $(LOG)/HOL-Prolog.gz |
|
671 |
||
27164 | 672 |
$(LOG)/HOL-Prolog.gz: $(OUT)/HOL Prolog/ROOT.ML Prolog/prolog.ML \ |
673 |
Prolog/HOHH.thy Prolog/Test.thy Prolog/Func.thy Prolog/Type.thy |
|
9015 | 674 |
@$(ISATOOL) usedir $(OUT)/HOL Prolog |
675 |
||
676 |
||
4518 | 677 |
## HOL-W0 |
2527 | 678 |
|
4518 | 679 |
HOL-W0: HOL $(LOG)/HOL-W0.gz |
2527 | 680 |
|
12946 | 681 |
$(LOG)/HOL-W0.gz: $(OUT)/HOL W0/ROOT.ML W0/W0.thy W0/document/root.tex |
2826 | 682 |
@$(ISATOOL) usedir $(OUT)/HOL W0 |
2527 | 683 |
|
684 |
||
8012 | 685 |
## HOL-MicroJava |
686 |
||
687 |
HOL-MicroJava: HOL $(LOG)/HOL-MicroJava.gz |
|
688 |
||
27164 | 689 |
$(LOG)/HOL-MicroJava.gz: $(OUT)/HOL Library/Executable_Set.thy \ |
690 |
MicroJava/ROOT.ML MicroJava/Comp/AuxLemmas.thy \ |
|
691 |
MicroJava/Comp/CorrComp.thy MicroJava/Comp/CorrCompTp.thy \ |
|
692 |
MicroJava/Comp/DefsComp.thy MicroJava/Comp/Index.thy \ |
|
693 |
MicroJava/Comp/LemmasComp.thy MicroJava/Comp/NatCanonify.thy \ |
|
694 |
MicroJava/Comp/TranslComp.thy MicroJava/Comp/TranslCompTp.thy \ |
|
695 |
MicroJava/Comp/TypeInf.thy MicroJava/J/Conform.thy \ |
|
696 |
MicroJava/J/Eval.thy MicroJava/J/JBasis.thy \ |
|
697 |
MicroJava/J/JTypeSafe.thy MicroJava/J/Decl.thy MicroJava/J/State.thy \ |
|
698 |
MicroJava/J/Term.thy MicroJava/J/Type.thy MicroJava/J/TypeRel.thy \ |
|
699 |
MicroJava/J/WellForm.thy MicroJava/J/Value.thy \ |
|
700 |
MicroJava/J/WellType.thy MicroJava/J/Example.thy \ |
|
701 |
MicroJava/J/JListExample.thy MicroJava/JVM/JVMExec.thy \ |
|
702 |
MicroJava/JVM/JVMInstructions.thy MicroJava/JVM/JVMState.thy \ |
|
703 |
MicroJava/JVM/JVMExecInstr.thy MicroJava/JVM/JVMListExample.thy \ |
|
704 |
MicroJava/JVM/JVMExceptions.thy MicroJava/BV/BVSpec.thy \ |
|
705 |
MicroJava/BV/BVSpecTypeSafe.thy MicroJava/BV/Correct.thy \ |
|
706 |
MicroJava/BV/Err.thy MicroJava/BV/JType.thy MicroJava/BV/JVM.thy \ |
|
707 |
MicroJava/BV/JVMType.thy MicroJava/BV/Kildall.thy \ |
|
708 |
MicroJava/BV/LBVSpec.thy MicroJava/BV/Listn.thy MicroJava/BV/Opt.thy \ |
|
709 |
MicroJava/BV/Product.thy MicroJava/BV/Semilat.thy \ |
|
710 |
MicroJava/BV/Effect.thy MicroJava/BV/EffectMono.thy \ |
|
711 |
MicroJava/BV/Typing_Framework.thy \ |
|
712 |
MicroJava/BV/Typing_Framework_err.thy \ |
|
713 |
MicroJava/BV/Typing_Framework_JVM.thy MicroJava/BV/BVExample.thy \ |
|
714 |
MicroJava/BV/LBVSpec.thy MicroJava/BV/LBVCorrect.thy \ |
|
715 |
MicroJava/BV/LBVComplete.thy MicroJava/BV/LBVJVM.thy \ |
|
716 |
MicroJava/document/root.bib MicroJava/document/root.tex \ |
|
12915 | 717 |
MicroJava/document/introduction.tex |
11850 | 718 |
@$(ISATOOL) usedir -g true $(OUT)/HOL MicroJava |
719 |
||
8012 | 720 |
|
11376 | 721 |
## HOL-NanoJava |
722 |
||
723 |
HOL-NanoJava: HOL $(LOG)/HOL-NanoJava.gz |
|
724 |
||
27164 | 725 |
$(LOG)/HOL-NanoJava.gz: $(OUT)/HOL NanoJava/ROOT.ML NanoJava/Term.thy \ |
726 |
NanoJava/Decl.thy NanoJava/TypeRel.thy NanoJava/State.thy \ |
|
727 |
NanoJava/OpSem.thy NanoJava/AxSem.thy NanoJava/AxSem.thy \ |
|
11376 | 728 |
NanoJava/document/root.bib NanoJava/document/root.tex |
11850 | 729 |
@$(ISATOOL) usedir -g true $(OUT)/HOL NanoJava |
730 |
||
8193 | 731 |
|
12855 | 732 |
## HOL-Bali |
733 |
||
734 |
HOL-Bali: HOL $(LOG)/HOL-Bali.gz |
|
735 |
||
736 |
$(LOG)/HOL-Bali.gz: $(OUT)/HOL Bali/AxCompl.thy Bali/AxExample.thy \ |
|
737 |
Bali/AxSem.thy Bali/AxSound.thy Bali/Basis.thy Bali/Conform.thy \ |
|
738 |
Bali/Decl.thy Bali/DeclConcepts.thy Bali/Eval.thy Bali/Evaln.thy \ |
|
739 |
Bali/Example.thy Bali/Name.thy Bali/ROOT.ML Bali/State.thy \ |
|
740 |
Bali/Table.thy Bali/Term.thy Bali/Trans.thy Bali/Type.thy \ |
|
741 |
Bali/TypeRel.thy Bali/TypeSafe.thy Bali/Value.thy Bali/WellForm.thy \ |
|
27164 | 742 |
Bali/DefiniteAssignment.thy Bali/DefiniteAssignmentCorrect.thy \ |
12855 | 743 |
Bali/WellType.thy Bali/document/root.tex |
744 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Bali |
|
745 |
||
746 |
||
13403 | 747 |
## HOL-Extraction |
748 |
||
749 |
HOL-Extraction: HOL $(LOG)/HOL-Extraction.gz |
|
750 |
||
27164 | 751 |
$(LOG)/HOL-Extraction.gz: $(OUT)/HOL Library/Efficient_Nat.thy \ |
752 |
Extraction/Euclid.thy Extraction/Greatest_Common_Divisor.thy \ |
|
753 |
Extraction/Higman.thy Extraction/Pigeonhole.thy \ |
|
754 |
Extraction/QuotRem.thy Extraction/ROOT.ML Extraction/Util.thy \ |
|
755 |
Extraction/Warshall.thy Extraction/document/root.tex \ |
|
13403 | 756 |
Extraction/document/root.bib |
757 |
@$(ISATOOL) usedir $(OUT)/HOL Extraction |
|
758 |
||
759 |
||
4518 | 760 |
## HOL-IOA |
761 |
||
762 |
HOL-IOA: HOL $(LOG)/HOL-IOA.gz |
|
2448 | 763 |
|
27164 | 764 |
$(LOG)/HOL-IOA.gz: $(OUT)/HOL IOA/Asig.thy IOA/IOA.thy IOA/ROOT.ML \ |
765 |
IOA/Solve.thy |
|
4518 | 766 |
@$(ISATOOL) usedir $(OUT)/HOL IOA |
767 |
||
768 |
||
10135 | 769 |
## HOL-AxClasses |
4518 | 770 |
|
10135 | 771 |
HOL-AxClasses: HOL $(LOG)/HOL-AxClasses.gz |
2545 | 772 |
|
27164 | 773 |
$(LOG)/HOL-AxClasses.gz: $(OUT)/HOL AxClasses/Group.thy \ |
10135 | 774 |
AxClasses/Product.thy AxClasses/ROOT.ML AxClasses/Semigroups.thy |
775 |
@$(ISATOOL) usedir $(OUT)/HOL AxClasses |
|
2545 | 776 |
|
777 |
||
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
778 |
## HOL-Lattice |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
779 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
780 |
HOL-Lattice: HOL $(LOG)/HOL-Lattice.gz |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
781 |
|
27164 | 782 |
$(LOG)/HOL-Lattice.gz: $(OUT)/HOL Lattice/Bounds.thy \ |
783 |
Lattice/CompleteLattice.thy Lattice/Lattice.thy Lattice/Orders.thy \ |
|
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
784 |
Lattice/ROOT.ML Lattice/document/root.tex |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
785 |
@$(ISATOOL) usedir $(OUT)/HOL Lattice |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
786 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
787 |
|
4518 | 788 |
## HOL-ex |
2448 | 789 |
|
4518 | 790 |
HOL-ex: HOL $(LOG)/HOL-ex.gz |
2448 | 791 |
|
27164 | 792 |
$(LOG)/HOL-ex.gz: $(OUT)/HOL Library/Commutative_Ring.thy \ |
793 |
ex/Abstract_NAT.thy ex/Antiquote.thy ex/Arith_Examples.thy ex/BT.thy \ |
|
794 |
ex/BinEx.thy ex/CTL.thy ex/Chinese.thy ex/Classical.thy \ |
|
795 |
ex/Dense_Linear_Order_Ex.thy ex/Eval_Examples.thy \ |
|
796 |
ex/Groebner_Examples.thy ex/Random.thy ex/Quickcheck.thy \ |
|
797 |
ex/Codegenerator.thy ex/Codegenerator_Pretty.thy \ |
|
798 |
ex/Commutative_RingEx.thy ex/Efficient_Nat_examples.thy \ |
|
799 |
ex/Hex_Bin_Examples.thy ex/Commutative_Ring_Complete.thy \ |
|
800 |
ex/ExecutableContent.thy ex/Fundefs.thy ex/Guess.thy ex/Hebrew.thy \ |
|
801 |
ex/Binary.thy ex/Higher_Order_Logic.thy ex/Hilbert_Classical.thy \ |
|
802 |
ex/Induction_Scheme.thy ex/InductiveInvariant.thy \ |
|
803 |
ex/InductiveInvariant_examples.thy ex/Intuitionistic.thy \ |
|
804 |
ex/Lagrange.thy ex/Locales.thy ex/LocaleTest2.thy ex/MT.thy \ |
|
805 |
ex/MergeSort.thy ex/MonoidGroup.thy ex/Multiquote.thy ex/NatSum.thy \ |
|
806 |
ex/PER.thy ex/PresburgerEx.thy ex/Primrec.thy ex/Puzzle.thy \ |
|
807 |
ex/Quickcheck_Examples.thy ex/Reflection.thy ex/reflection_data.ML \ |
|
808 |
ex/ReflectionEx.thy ex/ROOT.ML ex/Recdefs.thy ex/Records.thy \ |
|
809 |
ex/Reflected_Presburger.thy ex/coopertac.ML ex/coopereif.ML \ |
|
810 |
ex/Refute_Examples.thy ex/SAT_Examples.thy ex/SVC_Oracle.thy \ |
|
811 |
ex/Sudoku.thy ex/Tarski.thy ex/Unification.thy ex/document/root.bib \ |
|
812 |
ex/document/root.tex ex/Meson_Test.thy ex/reflection.ML ex/set.thy \ |
|
813 |
ex/svc_funcs.ML ex/svc_test.thy Library/Parity.thy Library/GCD.thy |
|
2826 | 814 |
@$(ISATOOL) usedir $(OUT)/HOL ex |
2448 | 815 |
|
816 |
||
6445 | 817 |
## HOL-Isar_examples |
818 |
||
819 |
HOL-Isar_examples: HOL $(LOG)/HOL-Isar_examples.gz |
|
820 |
||
27164 | 821 |
$(LOG)/HOL-Isar_examples.gz: $(OUT)/HOL Isar_examples/BasicLogic.thy \ |
822 |
Isar_examples/Cantor.thy Isar_examples/Drinker.thy \ |
|
823 |
Isar_examples/ExprCompiler.thy Isar_examples/Fibonacci.thy \ |
|
824 |
Isar_examples/Group.thy Isar_examples/Hoare.thy \ |
|
825 |
Isar_examples/HoareEx.thy Isar_examples/KnasterTarski.thy \ |
|
826 |
Isar_examples/MutilatedCheckerboard.thy \ |
|
827 |
Isar_examples/NestedDatatype.thy Isar_examples/Peirce.thy \ |
|
828 |
Isar_examples/Puzzle.thy Isar_examples/Summation.thy \ |
|
829 |
Isar_examples/ROOT.ML Isar_examples/document/proof.sty \ |
|
830 |
Isar_examples/document/root.bib Isar_examples/document/root.tex \ |
|
24472
943ef707396c
added Hoare/hoare_tac.ML (code from Hoare/Hoare.thy, also required in Isar_examples/Hoare.thy);
wenzelm
parents:
24470
diff
changeset
|
831 |
Isar_examples/document/style.tex Hoare/hoare_tac.ML |
6445 | 832 |
@$(ISATOOL) usedir $(OUT)/HOL Isar_examples |
833 |
||
834 |
||
14199 | 835 |
## HOL-SET-Protocol |
836 |
||
837 |
HOL-SET-Protocol: HOL $(LOG)/HOL-SET-Protocol.gz |
|
838 |
||
27164 | 839 |
$(LOG)/HOL-SET-Protocol.gz: $(OUT)/HOL SET-Protocol/ROOT.ML \ |
840 |
SET-Protocol/MessageSET.thy SET-Protocol/EventSET.thy \ |
|
841 |
SET-Protocol/PublicSET.thy SET-Protocol/Cardholder_Registration.thy \ |
|
842 |
SET-Protocol/Merchant_Registration.thy SET-Protocol/Purchase.thy \ |
|
843 |
SET-Protocol/document/root.tex |
|
14199 | 844 |
@$(ISATOOL) usedir -g true $(OUT)/HOL SET-Protocol |
845 |
||
846 |
||
16509 | 847 |
## HOL-Complex-Matrix |
14610 | 848 |
|
17546 | 849 |
HOL-Complex-Matrix: HOL-Complex $(OUT)/HOL-Complex-Matrix |
17323 | 850 |
|
27164 | 851 |
$(OUT)/HOL-Complex-Matrix: $(OUT)/HOL-Complex \ |
852 |
$(SRC)/Tools/Compute_Oracle/Compute_Oracle.thy \ |
|
853 |
$(SRC)/Tools/Compute_Oracle/am_compiler.ML \ |
|
854 |
$(SRC)/Tools/Compute_Oracle/am_interpreter.ML \ |
|
855 |
$(SRC)/Tools/Compute_Oracle/am.ML \ |
|
856 |
$(SRC)/Tools/Compute_Oracle/linker.ML \ |
|
857 |
$(SRC)/Tools/Compute_Oracle/am_ghc.ML \ |
|
858 |
$(SRC)/Tools/Compute_Oracle/am_sml.ML \ |
|
859 |
$(SRC)/Tools/Compute_Oracle/compute.ML Matrix/MatrixGeneral.thy \ |
|
860 |
Matrix/Matrix.thy Matrix/SparseMatrix.thy Matrix/LP.thy \ |
|
861 |
Matrix/document/root.tex Matrix/ROOT.ML Matrix/cplex/Cplex.thy \ |
|
862 |
Matrix/cplex/CplexMatrixConverter.ML Matrix/cplex/Cplex_tools.ML \ |
|
863 |
Matrix/cplex/FloatSparseMatrix.thy \ |
|
864 |
Matrix/cplex/FloatSparseMatrixBuilder.ML Matrix/cplex/fspmlp.ML \ |
|
20787
406d990006af
moved Matrix/cplex/MatrixLP.ML to Matrix/cplex/matrixlp.ML;
wenzelm
parents:
20767
diff
changeset
|
865 |
Matrix/cplex/MatrixLP.thy Matrix/cplex/matrixlp.ML |
17323 | 866 |
@cd Matrix; $(ISATOOL) usedir -b -g true $(OUT)/HOL-Complex HOL-Complex-Matrix |
16873 | 867 |
|
14199 | 868 |
|
4518 | 869 |
## TLA |
870 |
||
871 |
TLA: HOL $(OUT)/TLA |
|
872 |
||
27164 | 873 |
$(OUT)/TLA: $(OUT)/HOL TLA/Action.thy TLA/Init.thy TLA/Intensional.thy \ |
21624 | 874 |
TLA/ROOT.ML TLA/Stfun.thy TLA/TLA.thy |
4518 | 875 |
@cd TLA; $(ISATOOL) usedir -b $(OUT)/HOL TLA |
876 |
||
877 |
||
878 |
## TLA-Inc |
|
879 |
||
880 |
TLA-Inc: TLA $(LOG)/TLA-Inc.gz |
|
881 |
||
21624 | 882 |
$(LOG)/TLA-Inc.gz: $(OUT)/TLA TLA/Inc/Inc.thy |
4518 | 883 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Inc |
884 |
||
885 |
||
886 |
## TLA-Buffer |
|
887 |
||
888 |
TLA-Buffer: TLA $(LOG)/TLA-Buffer.gz |
|
2448 | 889 |
|
21624 | 890 |
$(LOG)/TLA-Buffer.gz: $(OUT)/TLA TLA/Buffer/Buffer.thy TLA/Buffer/DBuffer.thy |
4518 | 891 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Buffer |
892 |
||
893 |
||
894 |
## TLA-Memory |
|
895 |
||
896 |
TLA-Memory: TLA $(LOG)/TLA-Memory.gz |
|
4447 | 897 |
|
27164 | 898 |
$(LOG)/TLA-Memory.gz: $(OUT)/TLA TLA/Memory/MemClerk.thy \ |
899 |
TLA/Memory/MemClerkParameters.thy TLA/Memory/Memory.thy \ |
|
900 |
TLA/Memory/MemoryImplementation.thy TLA/Memory/MemoryParameters.thy \ |
|
901 |
TLA/Memory/ProcedureInterface.thy TLA/Memory/RPC.thy \ |
|
21624 | 902 |
TLA/Memory/RPCMemoryParams.thy TLA/Memory/RPCParameters.thy |
4518 | 903 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Memory |
904 |
||
905 |
||
19497 | 906 |
## HOL-Nominal |
907 |
||
908 |
HOL-Nominal: HOL $(OUT)/HOL-Nominal |
|
909 |
||
22245
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
910 |
$(OUT)/HOL-Nominal: $(OUT)/HOL Nominal/ROOT.ML \ |
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
911 |
Nominal/Nominal.thy \ |
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
912 |
Nominal/nominal_atoms.ML \ |
22784
4637b69de71b
Added datatype_case.ML and nominal_fresh_fun.ML.
berghofe
parents:
22657
diff
changeset
|
913 |
Nominal/nominal_fresh_fun.ML \ |
22247 | 914 |
Nominal/nominal_induct.ML \ |
22314 | 915 |
Nominal/nominal_inductive.ML \ |
22245
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
916 |
Nominal/nominal_package.ML \ |
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
917 |
Nominal/nominal_permeq.ML \ |
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
918 |
Nominal/nominal_primrec.ML \ |
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
919 |
Nominal/nominal_thmdecls.ML \ |
21542 | 920 |
Library/Infinite_Set.thy |
19497 | 921 |
@cd Nominal; $(ISATOOL) usedir -b -g true $(OUT)/HOL HOL-Nominal |
922 |
||
923 |
||
924 |
## HOL-Nominal-Examples |
|
925 |
||
926 |
HOL-Nominal-Examples: HOL-Nominal $(LOG)/HOL-Nominal-Examples.gz |
|
927 |
||
19564
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
928 |
$(LOG)/HOL-Nominal-Examples.gz: $(OUT)/HOL-Nominal \ |
27163 | 929 |
Nominal/Examples/CK_Machine.thy \ |
22073
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
930 |
Nominal/Examples/CR.thy \ |
22821
15b2e7ec1f3b
alternative and much simpler proof for Church-Rosser of Beta-Reduction
urbanc
parents:
22819
diff
changeset
|
931 |
Nominal/Examples/CR_Takahashi.thy \ |
24152 | 932 |
Nominal/Examples/Class.thy \ |
22073
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
933 |
Nominal/Examples/Compile.thy \ |
25725 | 934 |
Nominal/Examples/Contexts.thy \ |
935 |
Nominal/Examples/Crary.thy \ |
|
22073
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
936 |
Nominal/Examples/Fsub.thy \ |
25725 | 937 |
Nominal/Examples/Height.thy \ |
938 |
Nominal/Examples/Lam_Funs.thy \ |
|
22073
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
939 |
Nominal/Examples/Lambda_mu.thy \ |
25725 | 940 |
Nominal/Examples/LocalWeakening.thy \ |
941 |
Nominal/Examples/ROOT.ML \ |
|
22073
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
942 |
Nominal/Examples/SN.thy \ |
23144 | 943 |
Nominal/Examples/SOS.thy \ |
24896
70f238757695
added the two new examples from Nominal to the build process
urbanc
parents:
24830
diff
changeset
|
944 |
Nominal/Examples/Support.thy \ |
27032 | 945 |
Nominal/Examples/Type_Preservation.thy \ |
25725 | 946 |
Nominal/Examples/VC_Condition.thy \ |
26195 | 947 |
Nominal/Examples/W.thy \ |
25725 | 948 |
Nominal/Examples/Weakening.thy |
19497 | 949 |
@cd Nominal; $(ISATOOL) usedir $(OUT)/HOL-Nominal Examples |
950 |
||
951 |
||
24333 | 952 |
## HOL-Word |
953 |
||
954 |
HOL-Word: HOL $(OUT)/HOL-Word |
|
955 |
||
27164 | 956 |
$(OUT)/HOL-Word: $(OUT)/HOL Word/ROOT.ML Library/Infinite_Set.thy \ |
957 |
Library/Parity.thy Library/Boolean_Algebra.thy \ |
|
958 |
Library/Numeral_Type.thy Word/Num_Lemmas.thy Word/TdThs.thy \ |
|
959 |
Word/Size.thy Word/BinGeneral.thy Word/BinOperations.thy \ |
|
960 |
Word/BinBoolList.thy Word/BitSyntax.thy Word/WordDefinition.thy \ |
|
961 |
Word/WordArith.thy Word/WordBitwise.thy Word/WordShift.thy \ |
|
962 |
Word/WordGenLib.thy Word/WordMain.thy Word/document/root.tex \ |
|
963 |
Word/document/root.bib |
|
24333 | 964 |
@cd Word; $(ISATOOL) usedir -b -g true $(OUT)/HOL HOL-Word |
965 |
||
966 |
||
24442 | 967 |
## HOL-Word-Examples |
968 |
||
969 |
HOL-Word-Examples: HOL-Word $(LOG)/HOL-Word-Examples.gz |
|
970 |
||
27164 | 971 |
$(LOG)/HOL-Word-Examples.gz: $(OUT)/HOL-Word Word/Examples/ROOT.ML \ |
24442 | 972 |
Word/Examples/WordExamples.thy |
973 |
@cd Word; $(ISATOOL) usedir $(OUT)/HOL-Word Examples |
|
974 |
||
25171 | 975 |
## HOL-Statespace |
976 |
||
977 |
HOL-Statespace: HOL $(LOG)/HOL-Statespace.gz |
|
978 |
||
27164 | 979 |
$(LOG)/HOL-Statespace.gz: $(OUT)/HOL Statespace/DistinctTreeProver.thy \ |
980 |
Statespace/StateFun.thy Statespace/StateSpaceLocale.thy \ |
|
981 |
Statespace/StateSpaceSyntax.thy Statespace/StateSpaceEx.thy \ |
|
982 |
Statespace/distinct_tree_prover.ML Statespace/state_space.ML \ |
|
983 |
Statespace/state_fun.ML Statespace/document/root.tex |
|
25171 | 984 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Statespace |
24442 | 985 |
|
4518 | 986 |
## clean |
4447 | 987 |
|
988 |
clean: |
|
19497 | 989 |
@rm -f $(OUT)/HOL $(OUT)/HOL-Complex $(OUT)/HOL-Nominal $(OUT)/TLA \ |
13980 | 990 |
$(LOG)/HOL.gz $(LOG)/TLA.gz \ |
9481 | 991 |
$(LOG)/HOL-Isar_examples.gz $(LOG)/HOL-Induct.gz \ |
992 |
$(LOG)/HOL-ex.gz $(LOG)/HOL-Subst.gz $(LOG)/HOL-IMP.gz \ |
|
993 |
$(LOG)/HOL-IMPP.gz $(LOG)/HOL-Hoare.gz \ |
|
12996 | 994 |
$(LOG)/HOL-HoareParallel.gz \ |
9481 | 995 |
$(LOG)/HOL-Lex.gz $(LOG)/HOL-Algebra.gz \ |
996 |
$(LOG)/HOL-Auth.gz $(LOG)/HOL-UNITY.gz \ |
|
997 |
$(LOG)/HOL-Modelcheck.gz $(LOG)/HOL-Lambda.gz \ |
|
15871 | 998 |
$(LOG)/HOL-Bali.gz \ |
11376 | 999 |
$(LOG)/HOL-MicroJava.gz $(LOG)/HOL-NanoJava.gz \ |
19497 | 1000 |
$(LOG)/HOL-Nominal-Examples.gz \ |
10135 | 1001 |
$(LOG)/HOL-IOA.gz $(LOG)/HOL-AxClasses \ |
16509 | 1002 |
$(LOG)/HOL-Lattice $(LOG)/HOL-Complex-Matrix \ |
13980 | 1003 |
$(LOG)/HOL-Complex.gz \ |
13961 | 1004 |
$(LOG)/HOL-Complex-ex.gz \ |
14199 | 1005 |
$(LOG)/HOL-Complex-HahnBanach.gz $(LOG)/HOL-SET-Protocol.gz \ |
1006 |
$(LOG)/TLA-Inc.gz $(LOG)/TLA-Buffer.gz $(LOG)/TLA-Memory.gz \ |
|
10981 | 1007 |
$(LOG)/HOL-Library.gz $(LOG)/HOL-Unix.gz |