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