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