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