author | oheimb |
Thu, 31 May 2001 16:52:54 +0200 | |
changeset 11349 | fcb507c945c3 |
parent 11287 | 0103ee3082bf |
child 11356 | 8fbb19b84f94 |
permissions | -rw-r--r-- |
2448 | 1 |
# |
2 |
# $Id$ |
|
3 |
# |
|
4 |
# IsaMakefile for HOL |
|
5 |
# |
|
6 |
||
4518 | 7 |
## targets |
2448 | 8 |
|
4518 | 9 |
default: HOL |
10751 | 10 |
images: HOL HOL-Real HOL-Hyperreal TLA |
10135 | 11 |
|
10255 | 12 |
#Note: keep targets sorted (except for HOL-Library) |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
13 |
test: \ |
10255 | 14 |
HOL-Library \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
15 |
HOL-Algebra \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
16 |
HOL-Auth \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
17 |
HOL-AxClasses \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
18 |
HOL-BCV \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
19 |
HOL-Real-HahnBanach \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
20 |
HOL-Real-ex \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
21 |
HOL-Hoare \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
22 |
HOL-IMP \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
23 |
HOL-IMPP \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
24 |
HOL-IOA \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
25 |
HOL-Induct \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
26 |
HOL-Isar_examples \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
27 |
HOL-Lambda \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
28 |
HOL-Lattice \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
29 |
HOL-Lex \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
30 |
HOL-MicroJava \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
31 |
HOL-MiniML \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
32 |
HOL-Modelcheck \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
33 |
HOL-NumberTheory \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
34 |
HOL-Prolog \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
35 |
HOL-Subst \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
36 |
TLA-Buffer \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
37 |
TLA-Inc \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
38 |
TLA-Memory \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
39 |
HOL-UNITY \ |
10966 | 40 |
HOL-Unix \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
41 |
HOL-W0 \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
42 |
HOL-ex |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
43 |
# ^ this is the sort position |
10614 | 44 |
|
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
45 |
all: test images |
4518 | 46 |
|
47 |
||
48 |
## global settings |
|
49 |
||
50 |
SRC = $(ISABELLE_HOME)/src |
|
3118 | 51 |
OUT = $(ISABELLE_OUTPUT) |
4447 | 52 |
LOG = $(OUT)/log |
2448 | 53 |
|
4518 | 54 |
|
55 |
## HOL |
|
2448 | 56 |
|
4518 | 57 |
HOL: Pure $(OUT)/HOL |
58 |
||
59 |
Pure: |
|
60 |
@cd $(SRC)/Pure; $(ISATOOL) make Pure |
|
3232
19a2b853ba7b
Removal of ex/LexProd; TFL files; new treatment of Prover files
paulson
parents:
3222
diff
changeset
|
61 |
|
11220 | 62 |
$(OUT)/HOL: $(OUT)/Pure $(SRC)/Provers/quantifier1.ML \ |
63 |
$(SRC)/Provers/Arith/abel_cancel.ML \ |
|
10255 | 64 |
$(SRC)/Provers/Arith/assoc_fold.ML \ |
65 |
$(SRC)/Provers/Arith/cancel_numerals.ML \ |
|
66 |
$(SRC)/Provers/Arith/cancel_sums.ML \ |
|
67 |
$(SRC)/Provers/Arith/combine_numerals.ML \ |
|
10535 | 68 |
$(SRC)/Provers/Arith/cancel_numeral_factor.ML \ |
10705
58c3c00d9fdf
new file extract_common_term.ML for the cancel-factor simprocs
paulson
parents:
10687
diff
changeset
|
69 |
$(SRC)/Provers/Arith/extract_common_term.ML \ |
9869 | 70 |
$(SRC)/Provers/Arith/fast_lin_arith.ML $(SRC)/Provers/blast.ML \ |
10255 | 71 |
$(SRC)/Provers/clasimp.ML $(SRC)/Provers/classical.ML \ |
72 |
$(SRC)/Provers/hypsubst.ML $(SRC)/Provers/make_elim.ML \ |
|
73 |
$(SRC)/Provers/rulify.ML $(SRC)/Provers/simplifier.ML \ |
|
74 |
$(SRC)/Provers/split_paired_all.ML $(SRC)/Provers/splitter.ML \ |
|
10772 | 75 |
$(SRC)/TFL/dcterm.ML $(SRC)/TFL/post.ML $(SRC)/TFL/rules.ML \ |
76 |
$(SRC)/TFL/tfl.ML $(SRC)/TFL/thms.ML $(SRC)/TFL/thry.ML \ |
|
77 |
$(SRC)/TFL/usyntax.ML $(SRC)/TFL/utils.ML Calculation.thy \ |
|
10255 | 78 |
Datatype.thy Datatype_Universe.ML Datatype_Universe.thy Divides.ML \ |
79 |
Divides.thy Finite.ML Finite.thy Fun.ML Fun.thy Gfp.ML Gfp.thy HOL.ML \ |
|
80 |
HOL.thy HOL_lemmas.ML Inductive.thy Integ/Bin.ML Integ/Bin.thy \ |
|
81 |
Integ/Equiv.ML Integ/Equiv.thy Integ/Int.ML Integ/Int.thy \ |
|
82 |
Integ/IntArith.ML Integ/IntArith.thy Integ/IntDef.ML Integ/IntDef.thy \ |
|
83 |
Integ/IntDiv.ML Integ/IntDiv.thy Integ/IntPower.ML Integ/IntPower.thy \ |
|
10574
8f98f0301d67
Linear arithmetic now copes with mixed nat/int formulae.
nipkow
parents:
10535
diff
changeset
|
84 |
Integ/nat_bin.ML Integ/NatBin.thy Integ/NatSimprocs.ML \ |
10255 | 85 |
Integ/NatSimprocs.thy Integ/int_arith1.ML Integ/int_arith2.ML \ |
10535 | 86 |
Integ/int_factor_simprocs.ML Integ/nat_simprocs.ML \ |
87 |
Inverse_Image.ML Inverse_Image.thy Lfp.ML \ |
|
10255 | 88 |
Lfp.thy List.ML List.thy Main.ML Main.thy Map.ML Map.thy Nat.ML \ |
89 |
Nat.thy NatArith.ML NatArith.thy NatDef.ML NatDef.thy Numeral.thy \ |
|
11133 | 90 |
Option.ML Option.thy Ord.thy Power.ML Power.thy PreList.thy \ |
11026
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
oheimb
parents:
11024
diff
changeset
|
91 |
Product_Type_lemmas.ML Product_Type.thy ROOT.ML Recdef.thy Record.thy \ |
10255 | 92 |
Relation.ML Relation.thy Relation_Power.ML Relation_Power.thy \ |
93 |
SVC_Oracle.ML SVC_Oracle.thy Set.ML Set.thy SetInterval.ML \ |
|
94 |
SetInterval.thy String.thy Sum_Type.ML Sum_Type.thy \ |
|
95 |
Tools/datatype_abs_proofs.ML Tools/datatype_aux.ML \ |
|
96 |
Tools/datatype_package.ML Tools/datatype_prop.ML \ |
|
10274 | 97 |
Tools/datatype_rep_proofs.ML Tools/induct_attrib.ML Tools/induct_method.ML \ |
10255 | 98 |
Tools/inductive_package.ML Tools/meson.ML Tools/numeral_syntax.ML \ |
10757 | 99 |
Tools/primrec_package.ML Tools/recdef_package.ML \ |
11026
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
oheimb
parents:
11024
diff
changeset
|
100 |
Tools/record_package.ML Tools/split_rule.ML \ |
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
oheimb
parents:
11024
diff
changeset
|
101 |
Tools/svc_funcs.ML Tools/typedef_package.ML \ |
10980 | 102 |
Transitive_Closure.thy Transitive_Closure_lemmas.ML Wellfounded_Recursion.ML \ |
10255 | 103 |
Wellfounded_Recursion.thy Wellfounded_Relations.ML \ |
104 |
Wellfounded_Relations.thy arith_data.ML blastdata.ML cladata.ML \ |
|
105 |
equalities.ML equalities.thy hologic.ML meson_lemmas.ML mono.ML \ |
|
106 |
mono.thy simpdata.ML subset.ML subset.thy thy_syntax.ML |
|
2826 | 107 |
@$(ISATOOL) usedir -b $(OUT)/Pure HOL |
2448 | 108 |
|
4518 | 109 |
|
7125 | 110 |
## HOL-Real |
111 |
||
112 |
HOL-Real: HOL $(OUT)/HOL-Real |
|
113 |
||
10751 | 114 |
$(OUT)/HOL-Real: $(OUT)/HOL \ |
115 |
Real/Lubs.ML Real/Lubs.thy Real/PNat.ML Real/PNat.thy \ |
|
116 |
Real/PRat.ML Real/PRat.thy \ |
|
10094 | 117 |
Real/PReal.ML Real/PReal.thy Real/RComplete.ML Real/RComplete.thy \ |
118 |
Real/ROOT.ML Real/Real.thy Real/RealAbs.ML Real/RealAbs.thy \ |
|
10724 | 119 |
Real/RealArith0.ML Real/RealArith0.thy Real/real_arith0.ML \ |
120 |
Real/RealArith.thy Real/real_arith.ML Real/RealBin.ML \ |
|
10094 | 121 |
Real/RealBin.thy Real/RealDef.ML Real/RealDef.thy Real/RealInt.ML \ |
122 |
Real/RealInt.thy Real/RealOrd.ML Real/RealOrd.thy Real/RealPow.ML \ |
|
9436
62bb04ab4b01
rearranged setup of arithmetic procedures, avoiding global reference values;
wenzelm
parents:
9381
diff
changeset
|
123 |
Real/RealPow.thy Real/real_arith.ML |
7125 | 124 |
@cd Real; $(ISATOOL) usedir -b $(OUT)/HOL HOL-Real |
125 |
||
10772 | 126 |
|
10751 | 127 |
## HOL-Hyperreal |
128 |
||
129 |
HOL-Hyperreal: HOL-Real $(OUT)/HOL-Hyperreal |
|
130 |
||
10757 | 131 |
$(OUT)/HOL-Hyperreal: $(OUT)/HOL-Real Hyperreal/ROOT.ML \ |
10751 | 132 |
Hyperreal/Filter.ML Hyperreal/Filter.thy \ |
133 |
Hyperreal/HRealAbs.ML Hyperreal/HRealAbs.thy \ |
|
10757 | 134 |
Hyperreal/HSeries.ML Hyperreal/HSeries.thy \ |
10751 | 135 |
Hyperreal/HyperArith0.ML Hyperreal/HyperArith0.thy Hyperreal/HyperArith.thy \ |
136 |
Hyperreal/hypreal_arith0.ML Hyperreal/hypreal_arith.ML \ |
|
137 |
Hyperreal/HyperBin.ML Hyperreal/HyperBin.thy \ |
|
138 |
Hyperreal/HyperDef.ML Hyperreal/HyperDef.thy Hyperreal/HyperNat.ML \ |
|
139 |
Hyperreal/HyperNat.thy Hyperreal/HyperOrd.ML \ |
|
140 |
Hyperreal/HyperOrd.thy Hyperreal/HyperPow.ML \ |
|
141 |
Hyperreal/HyperPow.thy Hyperreal/Hyperreal.thy \ |
|
142 |
Hyperreal/Lim.ML Hyperreal/Lim.thy Hyperreal/NSA.ML \ |
|
143 |
Hyperreal/NSA.thy Hyperreal/NatStar.ML \ |
|
144 |
Hyperreal/NatStar.thy Hyperreal/SEQ.ML \ |
|
145 |
Hyperreal/SEQ.thy Hyperreal/Series.ML \ |
|
146 |
Hyperreal/Series.thy Hyperreal/Star.ML \ |
|
147 |
Hyperreal/Star.thy Hyperreal/Zorn.ML \ |
|
148 |
Hyperreal/Zorn.thy Hyperreal/fuf.ML |
|
149 |
@cd Hyperreal; $(ISATOOL) usedir -b $(OUT)/HOL-Real HOL-Hyperreal |
|
150 |
||
7395 | 151 |
|
7393 | 152 |
## HOL-Real-ex |
7392 | 153 |
|
7393 | 154 |
HOL-Real-ex: HOL-Real $(LOG)/HOL-Real-ex.gz |
7392 | 155 |
|
7577 | 156 |
$(LOG)/HOL-Real-ex.gz: $(OUT)/HOL-Real Real/ex/ROOT.ML \ |
157 |
Real/ex/BinEx.thy |
|
7393 | 158 |
@cd Real; $(ISATOOL) usedir $(OUT)/HOL-Real ex |
7125 | 159 |
|
7395 | 160 |
|
7535
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
161 |
## HOL-Real-HahnBanach |
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
162 |
|
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
163 |
HOL-Real-HahnBanach: HOL-Real $(LOG)/HOL-Real-HahnBanach.gz |
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
164 |
|
7799 | 165 |
$(LOG)/HOL-Real-HahnBanach.gz: $(OUT)/HOL-Real Real/HahnBanach/Aux.thy \ |
166 |
Real/HahnBanach/Bounds.thy Real/HahnBanach/FunctionNorm.thy \ |
|
167 |
Real/HahnBanach/FunctionOrder.thy Real/HahnBanach/HahnBanach.thy \ |
|
7917 | 168 |
Real/HahnBanach/HahnBanachExtLemmas.thy \ |
169 |
Real/HahnBanach/HahnBanachSupLemmas.thy \ |
|
170 |
Real/HahnBanach/Linearform.thy Real/HahnBanach/NormedSpace.thy \ |
|
171 |
Real/HahnBanach/README.html Real/HahnBanach/ROOT.ML \ |
|
172 |
Real/HahnBanach/Subspace.thy Real/HahnBanach/VectorSpace.thy \ |
|
10687 | 173 |
Real/HahnBanach/ZornLemma.thy Real/HahnBanach/document/root.bib \ |
174 |
Real/HahnBanach/document/root.tex |
|
7535
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
175 |
@cd Real; $(ISATOOL) usedir $(OUT)/HOL-Real HahnBanach |
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
176 |
|
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
177 |
|
10255 | 178 |
## HOL-Library |
179 |
||
180 |
HOL-Library: HOL $(LOG)/HOL-Library.gz |
|
181 |
||
10266 | 182 |
$(LOG)/HOL-Library.gz: $(OUT)/HOL Library/Accessible_Part.thy \ |
10330
4362e906b745
"List prefixes" library theory (replaces old Lex/Prefix);
wenzelm
parents:
10274
diff
changeset
|
183 |
Library/Library.thy Library/List_Prefix.thy Library/Multiset.thy \ |
11049
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
184 |
Library/Permutation.thy Library/Quotient.thy Library/Ring_and_Field.thy \ |
11349
fcb507c945c3
added Library/Nat_Infinity.thy and Library/Continuity.thy
oheimb
parents:
11287
diff
changeset
|
185 |
Library/Ring_and_Field_Example.thy Library/Nat_Infinity.thy \ |
fcb507c945c3
added Library/Nat_Infinity.thy and Library/Continuity.thy
oheimb
parents:
11287
diff
changeset
|
186 |
Library/README.html Library/Continuity.thy \ |
10943 | 187 |
Library/Nested_Environment.thy Library/Rational_Numbers.thy Library/ROOT.ML \ |
10985 | 188 |
Library/While_Combinator.thy |
10255 | 189 |
@$(ISATOOL) usedir $(OUT)/HOL Library |
190 |
||
191 |
||
4518 | 192 |
## HOL-Subst |
193 |
||
194 |
HOL-Subst: HOL $(LOG)/HOL-Subst.gz |
|
195 |
||
196 |
$(LOG)/HOL-Subst.gz: $(OUT)/HOL Subst/AList.ML Subst/AList.thy \ |
|
197 |
Subst/ROOT.ML Subst/Subst.ML Subst/Subst.thy Subst/UTerm.ML \ |
|
198 |
Subst/UTerm.thy Subst/Unifier.ML Subst/Unifier.thy Subst/Unify.ML \ |
|
199 |
Subst/Unify.thy |
|
200 |
@$(ISATOOL) usedir $(OUT)/HOL Subst |
|
2448 | 201 |
|
202 |
||
4518 | 203 |
## HOL-Induct |
2473 | 204 |
|
4518 | 205 |
HOL-Induct: HOL $(LOG)/HOL-Induct.gz |
3125 | 206 |
|
10255 | 207 |
$(LOG)/HOL-Induct.gz: $(OUT)/HOL \ |
4518 | 208 |
Induct/Com.ML Induct/Com.thy Induct/Comb.ML Induct/Comb.thy \ |
5616 | 209 |
Induct/Exp.ML Induct/Exp.thy Induct/LFilter.ML Induct/LFilter.thy \ |
11049
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
210 |
Induct/LList.ML Induct/LList.thy Induct/Mutil.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
211 |
Induct/PropLog.ML Induct/PropLog.thy Induct/ROOT.ML \ |
11046
b5f5942781a0
Induct: converted some theories to new-style format;
wenzelm
parents:
11026
diff
changeset
|
212 |
Induct/Sexp.ML Induct/Sexp.thy Induct/Sigma_Algebra.thy \ |
b5f5942781a0
Induct: converted some theories to new-style format;
wenzelm
parents:
11026
diff
changeset
|
213 |
Induct/SList.ML Induct/SList.thy Induct/ABexp.thy Induct/Term.thy \ |
b5f5942781a0
Induct: converted some theories to new-style format;
wenzelm
parents:
11026
diff
changeset
|
214 |
Induct/Tree.thy Induct/document/root.tex |
3125 | 215 |
@$(ISATOOL) usedir $(OUT)/HOL Induct |
216 |
||
217 |
||
4518 | 218 |
## HOL-IMP |
219 |
||
220 |
HOL-IMP: HOL $(LOG)/HOL-IMP.gz |
|
2448 | 221 |
|
10343 | 222 |
$(LOG)/HOL-IMP.gz: $(OUT)/HOL IMP/Com.thy IMP/Compiler.thy IMP/Denotation.ML \ |
4518 | 223 |
IMP/Denotation.thy IMP/Expr.ML IMP/Expr.thy IMP/Hoare.ML IMP/Hoare.thy \ |
9275 | 224 |
IMP/Natural.ML IMP/Natural.thy IMP/Examples.ML IMP/Examples.thy \ |
225 |
IMP/Transition.ML IMP/Transition.thy IMP/VC.ML IMP/VC.thy IMP/ROOT.ML |
|
2826 | 226 |
@$(ISATOOL) usedir $(OUT)/HOL IMP |
2448 | 227 |
|
228 |
||
8179 | 229 |
## HOL-IMPP |
230 |
||
231 |
HOL-IMPP: HOL $(LOG)/HOL-IMPP.gz |
|
232 |
||
233 |
$(LOG)/HOL-IMPP.gz: $(OUT)/HOL IMPP/ROOT.ML IMPP/Com.thy IMPP/Com.ML \ |
|
234 |
IMPP/Natural.thy IMPP/Natural.ML IMPP/Hoare.thy IMPP/Hoare.ML \ |
|
235 |
IMPP/Misc.thy IMPP/Misc.ML IMPP/EvenOdd.thy IMPP/EvenOdd.ML |
|
236 |
@$(ISATOOL) usedir $(OUT)/HOL IMPP |
|
237 |
||
238 |
||
9510 | 239 |
## HOL-NumberTheory |
240 |
||
241 |
HOL-NumberTheory: HOL $(LOG)/HOL-NumberTheory.gz |
|
242 |
||
243 |
$(LOG)/HOL-NumberTheory.gz: $(OUT)/HOL \ |
|
11049
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
244 |
Library/Permutation.thy NumberTheory/Fib.thy NumberTheory/Primes.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
245 |
NumberTheory/Factorization.thy NumberTheory/BijectionRel.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
246 |
NumberTheory/Chinese.thy NumberTheory/EulerFermat.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
247 |
NumberTheory/IntFact.thy NumberTheory/IntPrimes.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
248 |
NumberTheory/WilsonBij.thy NumberTheory/WilsonRuss.thy \ |
9510 | 249 |
NumberTheory/ROOT.ML |
250 |
@$(ISATOOL) usedir $(OUT)/HOL NumberTheory |
|
251 |
||
252 |
||
4518 | 253 |
## HOL-Hoare |
254 |
||
255 |
HOL-Hoare: HOL $(LOG)/HOL-Hoare.gz |
|
2448 | 256 |
|
4518 | 257 |
$(LOG)/HOL-Hoare.gz: $(OUT)/HOL Hoare/Arith2.ML Hoare/Arith2.thy \ |
258 |
Hoare/Examples.ML Hoare/Examples.thy Hoare/Hoare.ML Hoare/Hoare.thy \ |
|
259 |
Hoare/ROOT.ML |
|
2826 | 260 |
@$(ISATOOL) usedir $(OUT)/HOL Hoare |
2448 | 261 |
|
262 |
||
4518 | 263 |
## HOL-Lex |
264 |
||
265 |
HOL-Lex: HOL $(LOG)/HOL-Lex.gz |
|
2448 | 266 |
|
4830 | 267 |
$(LOG)/HOL-Lex.gz: $(OUT)/HOL \ |
4518 | 268 |
Lex/AutoChopper.thy Lex/AutoChopper.ML Lex/AutoChopper1.thy \ |
4830 | 269 |
Lex/AutoMaxChop.thy Lex/AutoMaxChop.ML Lex/AutoProj.thy Lex/AutoProj.ML \ |
270 |
Lex/Automata.thy Lex/Automata.ML Lex/Chopper.thy Lex/DA.thy Lex/DA.ML \ |
|
271 |
Lex/MaxChop.thy Lex/MaxChop.ML Lex/MaxPrefix.thy Lex/MaxPrefix.ML \ |
|
5322 | 272 |
Lex/NA.thy Lex/NA.ML Lex/NAe.thy Lex/NAe.ML Lex/RegExp2NAe.thy \ |
273 |
Lex/RegExp2NAe.ML Lex/RegExp2NA.thy Lex/RegExp2NA.ML \ |
|
10330
4362e906b745
"List prefixes" library theory (replaces old Lex/Prefix);
wenzelm
parents:
10274
diff
changeset
|
274 |
Lex/ROOT.ML Lex/RegExp.thy Lex/RegSet.thy Lex/RegSet.ML \ |
4362e906b745
"List prefixes" library theory (replaces old Lex/Prefix);
wenzelm
parents:
10274
diff
changeset
|
275 |
Lex/RegSet_of_nat_DA.thy Lex/RegSet_of_nat_DA.ML Library/List_Prefix.thy |
4518 | 276 |
@$(ISATOOL) usedir $(OUT)/HOL Lex |
2448 | 277 |
|
4518 | 278 |
|
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
279 |
## HOL-Algebra |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
280 |
|
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
281 |
HOL-Algebra: HOL $(LOG)/HOL-Algebra.gz |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
282 |
|
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
283 |
$(LOG)/HOL-Algebra.gz: $(OUT)/HOL Algebra/ROOT.ML \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
284 |
Algebra/abstract/Abstract.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
285 |
Algebra/abstract/Factor.ML Algebra/abstract/Factor.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
286 |
Algebra/abstract/Field.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
287 |
Algebra/abstract/Ideal.ML Algebra/abstract/Ideal.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
288 |
Algebra/abstract/NatSum.ML Algebra/abstract/NatSum.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
289 |
Algebra/abstract/PID.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
290 |
Algebra/abstract/Ring.ML Algebra/abstract/Ring.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
291 |
Algebra/abstract/RingHomo.ML Algebra/abstract/RingHomo.thy\ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
292 |
Algebra/poly/Degree.ML Algebra/poly/Degree.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
293 |
Algebra/poly/LongDiv.ML Algebra/poly/LongDiv.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
294 |
Algebra/poly/PolyHomo.ML Algebra/poly/PolyHomo.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
295 |
Algebra/poly/PolyRing.ML Algebra/poly/PolyRing.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
296 |
Algebra/poly/Polynomial.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
297 |
Algebra/poly/ProtoPoly.ML Algebra/poly/ProtoPoly.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
298 |
Algebra/poly/UnivPoly.ML Algebra/poly/UnivPoly.thy |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
299 |
@$(ISATOOL) usedir $(OUT)/HOL Algebra |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
300 |
|
4518 | 301 |
## HOL-Auth |
3819 | 302 |
|
4518 | 303 |
HOL-Auth: HOL $(LOG)/HOL-Auth.gz |
3819 | 304 |
|
11105
ba314b436aab
partial conversion to Isar script style in HOL/Auth removes some .ML files
paulson
parents:
11086
diff
changeset
|
305 |
$(LOG)/HOL-Auth.gz: $(OUT)/HOL Auth/Event_lemmas.ML Auth/Event.thy \ |
11191 | 306 |
Auth/Message_lemmas.ML Auth/Message.thy Auth/NS_Public.thy \ |
11105
ba314b436aab
partial conversion to Isar script style in HOL/Auth removes some .ML files
paulson
parents:
11086
diff
changeset
|
307 |
Auth/NS_Public_Bad.thy \ |
11251 | 308 |
Auth/NS_Shared.thy Auth/OtwayRees.thy Auth/OtwayRees_AN.thy \ |
11105
ba314b436aab
partial conversion to Isar script style in HOL/Auth removes some .ML files
paulson
parents:
11086
diff
changeset
|
309 |
Auth/OtwayRees_Bad.thy Auth/Public_lemmas.ML Auth/Public.thy Auth/ROOT.ML \ |
11264 | 310 |
Auth/Recur.thy Auth/Shared_lemmas.ML Auth/Shared.thy \ |
11287 | 311 |
Auth/TLS.thy Auth/WooLam.thy \ |
6496
a185927883e5
Addition of Auth/KerberosIV; renaming of rules.new.sml to rules.sml
paulson
parents:
6474
diff
changeset
|
312 |
Auth/Kerberos_BAN.ML Auth/Kerberos_BAN.thy \ |
a185927883e5
Addition of Auth/KerberosIV; renaming of rules.new.sml to rules.sml
paulson
parents:
6474
diff
changeset
|
313 |
Auth/KerberosIV.ML Auth/KerberosIV.thy \ |
11251 | 314 |
Auth/Yahalom.thy Auth/Yahalom2.thy Auth/Yahalom_Bad.thy |
2826 | 315 |
@$(ISATOOL) usedir $(OUT)/HOL Auth |
2448 | 316 |
|
317 |
||
4777 | 318 |
## HOL-UNITY |
319 |
||
320 |
HOL-UNITY: HOL $(LOG)/HOL-UNITY.gz |
|
321 |
||
10787 | 322 |
$(LOG)/HOL-UNITY.gz: $(OUT)/HOL Library/Multiset.thy UNITY/ROOT.ML \ |
11193
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
323 |
UNITY/Comp.ML UNITY/Comp.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
324 |
UNITY/Detects.ML UNITY/Detects.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
325 |
UNITY/ELT.ML UNITY/ELT.thy UNITY/Extend.ML \ |
10255 | 326 |
UNITY/Extend.thy UNITY/FP.ML UNITY/FP.thy UNITY/Follows.ML \ |
327 |
UNITY/Follows.thy UNITY/GenPrefix.ML UNITY/GenPrefix.thy \ |
|
11193
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
328 |
UNITY/Guar.ML UNITY/Guar.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
329 |
UNITY/Lift_prog.ML UNITY/Lift_prog.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
330 |
UNITY/ListOrder.thy \ |
10787 | 331 |
UNITY/PPROD.ML UNITY/PPROD.thy \ |
332 |
UNITY/Project.ML UNITY/Project.thy \ |
|
11193
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
333 |
UNITY/Rename.ML UNITY/Rename.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
334 |
UNITY/SubstAx.ML UNITY/SubstAx.thy UNITY/UNITY.ML \ |
10255 | 335 |
UNITY/UNITY.thy UNITY/Union.ML UNITY/Union.thy UNITY/WFair.ML \ |
11193
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
336 |
UNITY/WFair.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
337 |
UNITY/Simple/Channel.ML UNITY/Simple/Channel.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
338 |
UNITY/Simple/Common.ML UNITY/Simple/Common.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
339 |
UNITY/Simple/Deadlock.ML UNITY/Simple/Deadlock.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
340 |
UNITY/Simple/Lift.ML UNITY/Simple/Lift.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
341 |
UNITY/Simple/Mutex.ML UNITY/Simple/Mutex.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
342 |
UNITY/Simple/NSP_Bad.ML UNITY/Simple/NSP_Bad.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
343 |
UNITY/Simple/Network.ML UNITY/Simple/Network.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
344 |
UNITY/Simple/Reach.ML UNITY/Simple/Reach.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
345 |
UNITY/Simple/Reachability.ML UNITY/Simple/Reachability.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
346 |
UNITY/Simple/Token.ML UNITY/Simple/Token.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
347 |
UNITY/Comp/Alloc.ML UNITY/Comp/Alloc.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
348 |
UNITY/Comp/AllocBase.ML UNITY/Comp/AllocBase.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
349 |
UNITY/Comp/Client.ML UNITY/Comp/Client.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
350 |
UNITY/Comp/Counter.ML UNITY/Comp/Counter.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
351 |
UNITY/Comp/Counterc.ML UNITY/Comp/Counterc.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
352 |
UNITY/Comp/Handshake.ML UNITY/Comp/Handshake.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
353 |
UNITY/Comp/PriorityAux.ML UNITY/Comp/PriorityAux.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
354 |
UNITY/Comp/Priority.ML UNITY/Comp/Priority.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
355 |
UNITY/Comp/TimerArray.ML UNITY/Comp/TimerArray.thy |
4777 | 356 |
@$(ISATOOL) usedir $(OUT)/HOL UNITY |
357 |
||
358 |
||
10966 | 359 |
## HOL-Unix |
360 |
||
361 |
HOL-Unix: HOL $(LOG)/HOL-Unix.gz |
|
362 |
||
363 |
$(LOG)/HOL-Unix.gz: $(OUT)/HOL Library/Nested_Environment.thy \ |
|
364 |
Library/List_Prefix.thy Unix/ROOT.ML Unix/Unix.thy \ |
|
365 |
Unix/document/root.bib Unix/document/root.tex |
|
366 |
@$(ISATOOL) usedir $(OUT)/HOL Unix |
|
367 |
||
368 |
||
4518 | 369 |
## HOL-Modelcheck |
370 |
||
371 |
HOL-Modelcheck: HOL $(LOG)/HOL-Modelcheck.gz |
|
3218 | 372 |
|
4518 | 373 |
$(LOG)/HOL-Modelcheck.gz: $(OUT)/HOL Modelcheck/CTL.thy \ |
6474 | 374 |
Modelcheck/EindhovenExample.ML Modelcheck/EindhovenExample.thy \ |
375 |
Modelcheck/EindhovenSyn.ML Modelcheck/EindhovenSyn.thy \ |
|
376 |
Modelcheck/MuCalculus.ML Modelcheck/MuCalculus.thy \ |
|
377 |
Modelcheck/MuckeExample1.ML Modelcheck/MuckeExample1.thy \ |
|
6472 | 378 |
Modelcheck/MuckeExample2.ML Modelcheck/MuckeExample2.thy \ |
6474 | 379 |
Modelcheck/MuckeSyn.ML Modelcheck/MuckeSyn.thy Modelcheck/ROOT.ML \ |
380 |
Modelcheck/mucke_oracle.ML |
|
3218 | 381 |
@$(ISATOOL) usedir $(OUT)/HOL Modelcheck |
382 |
||
383 |
||
4518 | 384 |
## HOL-Lambda |
2448 | 385 |
|
4518 | 386 |
HOL-Lambda: HOL $(LOG)/HOL-Lambda.gz |
2448 | 387 |
|
10255 | 388 |
$(LOG)/HOL-Lambda.gz: $(OUT)/HOL Library/Accessible_Part.thy \ |
389 |
Lambda/Commutation.thy Lambda/Eta.thy Lambda/InductTermi.thy Lambda/Lambda.thy \ |
|
9771 | 390 |
Lambda/ListApplication.thy Lambda/ListBeta.thy Lambda/ListOrder.thy \ |
9815 | 391 |
Lambda/ParRed.thy Lambda/Type.thy Lambda/ROOT.ML Lambda/document/root.tex |
2826 | 392 |
@$(ISATOOL) usedir $(OUT)/HOL Lambda |
2448 | 393 |
|
394 |
||
9015 | 395 |
## HOL-Prolog |
396 |
||
397 |
HOL-Prolog: HOL $(LOG)/HOL-Prolog.gz |
|
398 |
||
399 |
$(LOG)/HOL-Prolog.gz: $(OUT)/HOL Prolog/ROOT.ML Prolog/HOHH.ML Prolog/HOHH.thy \ |
|
400 |
Prolog/Test.ML Prolog/Test.thy \ |
|
401 |
Prolog/Func.ML Prolog/Func.thy Prolog/Type.ML Prolog/Type.thy |
|
402 |
@$(ISATOOL) usedir $(OUT)/HOL Prolog |
|
403 |
||
404 |
||
4518 | 405 |
## HOL-W0 |
2527 | 406 |
|
4518 | 407 |
HOL-W0: HOL $(LOG)/HOL-W0.gz |
2527 | 408 |
|
4518 | 409 |
$(LOG)/HOL-W0.gz: $(OUT)/HOL W0/I.ML W0/I.thy W0/Maybe.ML W0/Maybe.thy \ |
410 |
W0/MiniML.ML W0/MiniML.thy W0/ROOT.ML W0/Type.ML W0/Type.thy W0/W.ML \ |
|
411 |
W0/W.thy |
|
2826 | 412 |
@$(ISATOOL) usedir $(OUT)/HOL W0 |
2527 | 413 |
|
414 |
||
4518 | 415 |
## HOL-MiniML |
2527 | 416 |
|
4518 | 417 |
HOL-MiniML: HOL $(LOG)/HOL-MiniML.gz |
2448 | 418 |
|
4518 | 419 |
$(LOG)/HOL-MiniML.gz: $(OUT)/HOL MiniML/Generalize.ML \ |
420 |
MiniML/Generalize.thy MiniML/Instance.ML MiniML/Instance.thy \ |
|
421 |
MiniML/Maybe.ML MiniML/Maybe.thy MiniML/MiniML.ML MiniML/MiniML.thy \ |
|
422 |
MiniML/ROOT.ML MiniML/Type.ML MiniML/Type.thy MiniML/W.ML MiniML/W.thy |
|
2826 | 423 |
@$(ISATOOL) usedir $(OUT)/HOL MiniML |
2448 | 424 |
|
7629 | 425 |
|
8012 | 426 |
## HOL-MicroJava |
427 |
||
428 |
HOL-MicroJava: HOL $(LOG)/HOL-MicroJava.gz |
|
429 |
||
11086 | 430 |
$(LOG)/HOL-MicroJava.gz: $(OUT)/HOL MicroJava/ROOT.ML \ |
11026
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
oheimb
parents:
11024
diff
changeset
|
431 |
MicroJava/J/Conform.thy MicroJava/J/Eval.thy MicroJava/J/JBasis.thy \ |
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
oheimb
parents:
11024
diff
changeset
|
432 |
MicroJava/J/JTypeSafe.thy MicroJava/J/Decl.thy MicroJava/J/State.thy \ |
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
oheimb
parents:
11024
diff
changeset
|
433 |
MicroJava/J/Term.thy MicroJava/J/Type.thy MicroJava/J/TypeRel.thy \ |
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
oheimb
parents:
11024
diff
changeset
|
434 |
MicroJava/J/WellForm.thy MicroJava/J/Value.thy \ |
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
oheimb
parents:
11024
diff
changeset
|
435 |
MicroJava/J/WellType.thy MicroJava/J/Example.thy \ |
9381 | 436 |
MicroJava/JVM/JVMExec.thy MicroJava/JVM/JVMInstructions.thy\ |
437 |
MicroJava/JVM/JVMState.thy MicroJava/JVM/JVMExecInstr.thy\ |
|
11228 | 438 |
MicroJava/BV/BVSpec.thy MicroJava/BV/BVSpecTypeSafe.thy \ |
439 |
MicroJava/BV/Correct.thy MicroJava/BV/Err.thy MicroJava/BV/JType.thy \ |
|
440 |
MicroJava/BV/JVM.thy MicroJava/BV/JVMType.thy MicroJava/BV/Kildall.thy \ |
|
441 |
MicroJava/BV/LBVComplete.thy MicroJava/BV/LBVCorrect.thy \ |
|
442 |
MicroJava/BV/LBVSpec.thy MicroJava/BV/Listn.thy MicroJava/BV/Opt.thy \ |
|
443 |
MicroJava/BV/Product.thy MicroJava/BV/Semilat.thy \ |
|
444 |
MicroJava/BV/Step.thy MicroJava/BV/StepMono.thy \ |
|
445 |
MicroJava/BV/Typing_Framework.thy MicroJava/BV/Typing_Framework_err.thy \ |
|
9931 | 446 |
MicroJava/document/root.bib MicroJava/document/root.tex |
8012 | 447 |
@$(ISATOOL) usedir $(OUT)/HOL MicroJava |
448 |
||
8193 | 449 |
|
7627 | 450 |
## HOL-BCV |
451 |
||
7629 | 452 |
HOL-BCV: HOL $(LOG)/HOL-BCV.gz |
7627 | 453 |
|
9823 | 454 |
$(LOG)/HOL-BCV.gz: $(OUT)/HOL \ |
455 |
BCV/DFA_Framework.thy BCV/DFA_Framework.ML BCV/Err.thy BCV/Err.ML \ |
|
456 |
BCV/JType.ML BCV/JType.thy BCV/JVM.ML BCV/JVM.thy \ |
|
457 |
BCV/Kildall.ML BCV/Kildall.thy BCV/Listn.ML BCV/Listn.thy \ |
|
458 |
BCV/Opt.ML BCV/Opt.thy BCV/ROOT.ML BCV/Semilat.ML BCV/Semilat.thy \ |
|
459 |
BCV/Product.ML BCV/Product.thy |
|
7627 | 460 |
@$(ISATOOL) usedir $(OUT)/HOL BCV |
2448 | 461 |
|
4518 | 462 |
## HOL-IOA |
463 |
||
464 |
HOL-IOA: HOL $(LOG)/HOL-IOA.gz |
|
2448 | 465 |
|
4518 | 466 |
$(LOG)/HOL-IOA.gz: $(OUT)/HOL IOA/Asig.ML IOA/Asig.thy IOA/IOA.ML \ |
467 |
IOA/IOA.thy IOA/ROOT.ML IOA/Solve.ML IOA/Solve.thy |
|
468 |
@$(ISATOOL) usedir $(OUT)/HOL IOA |
|
469 |
||
470 |
||
10135 | 471 |
## HOL-AxClasses |
4518 | 472 |
|
10135 | 473 |
HOL-AxClasses: HOL $(LOG)/HOL-AxClasses.gz |
2545 | 474 |
|
10135 | 475 |
$(LOG)/HOL-AxClasses.gz: $(OUT)/HOL AxClasses/Group.thy \ |
476 |
AxClasses/Product.thy AxClasses/ROOT.ML AxClasses/Semigroups.thy |
|
477 |
@$(ISATOOL) usedir $(OUT)/HOL AxClasses |
|
2545 | 478 |
|
479 |
||
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
480 |
## HOL-Lattice |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
481 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
482 |
HOL-Lattice: HOL $(LOG)/HOL-Lattice.gz |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
483 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
484 |
$(LOG)/HOL-Lattice.gz: $(OUT)/HOL Lattice/Bounds.thy \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
485 |
Lattice/CompleteLattice.thy Lattice/Lattice.thy Lattice/Orders.thy \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
486 |
Lattice/ROOT.ML Lattice/document/root.tex |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
487 |
@$(ISATOOL) usedir $(OUT)/HOL Lattice |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
488 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
489 |
|
4518 | 490 |
## HOL-ex |
2448 | 491 |
|
4518 | 492 |
HOL-ex: HOL $(LOG)/HOL-ex.gz |
2448 | 493 |
|
10356 | 494 |
$(LOG)/HOL-ex.gz: $(OUT)/HOL ex/AVL.ML ex/AVL.thy ex/Antiquote.thy \ |
11024 | 495 |
ex/BT.thy ex/BinEx.thy ex/Group.ML ex/Group.thy \ |
10356 | 496 |
ex/InSort.ML ex/InSort.thy ex/IntRing.ML ex/IntRing.thy \ |
497 |
ex/Lagrange.ML ex/Lagrange.thy ex/LocaleGroup.ML ex/LocaleGroup.thy \ |
|
11024 | 498 |
ex/MT.ML ex/MT.thy ex/MonoidGroup.thy ex/Multiquote.thy \ |
499 |
ex/NatSum.thy ex/PER.thy ex/PiSets.ML ex/PiSets.thy \ |
|
10356 | 500 |
ex/Primrec.thy ex/Puzzle.ML ex/Puzzle.thy ex/Qsort.ML ex/Qsort.thy \ |
11024 | 501 |
ex/ROOT.ML ex/Recdefs.thy ex/Records.thy ex/Ring.ML \ |
10903 | 502 |
ex/Ring.thy ex/StringEx.thy ex/Tarski.ML \ |
10440 | 503 |
ex/Tarski.thy ex/Tuple.thy ex/cla.ML ex/mesontest.ML ex/mesontest2.ML \ |
504 |
ex/mesontest2.thy ex/set.ML ex/set.thy ex/svc_test.ML ex/svc_test.thy |
|
2826 | 505 |
@$(ISATOOL) usedir $(OUT)/HOL ex |
2448 | 506 |
|
507 |
||
6445 | 508 |
## HOL-Isar_examples |
509 |
||
510 |
HOL-Isar_examples: HOL $(LOG)/HOL-Isar_examples.gz |
|
511 |
||
512 |
$(LOG)/HOL-Isar_examples.gz: $(OUT)/HOL Isar_examples/BasicLogic.thy \ |
|
6516 | 513 |
Isar_examples/Cantor.ML Isar_examples/Cantor.thy \ |
8050 | 514 |
Isar_examples/ExprCompiler.thy Isar_examples/Fibonacci.thy \ |
10143
86c39bba873f
added Isar_examples/Hoare.thy Isar_examples/HoareEx.thy;
wenzelm
parents:
10135
diff
changeset
|
515 |
Isar_examples/Group.thy Isar_examples/Hoare.thy Isar_examples/HoareEx.thy \ |
10255 | 516 |
Isar_examples/KnasterTarski.thy Isar_examples/MutilatedCheckerboard.thy \ |
8677 | 517 |
Isar_examples/NestedDatatype.thy Isar_examples/Peirce.thy \ |
8050 | 518 |
Isar_examples/Puzzle.thy Isar_examples/Summation.thy \ |
519 |
Isar_examples/ROOT.ML Isar_examples/W_correct.thy \ |
|
520 |
Isar_examples/document/proof.sty Isar_examples/document/root.bib \ |
|
521 |
Isar_examples/document/root.tex Isar_examples/document/style.tex |
|
6445 | 522 |
@$(ISATOOL) usedir $(OUT)/HOL Isar_examples |
523 |
||
524 |
||
4518 | 525 |
## TLA |
526 |
||
527 |
TLA: HOL $(OUT)/TLA |
|
528 |
||
6254 | 529 |
$(OUT)/TLA: $(OUT)/HOL TLA/Action.ML TLA/Action.thy TLA/Init.ML \ |
9516 | 530 |
TLA/Init.thy TLA/Intensional.ML TLA/Intensional.thy \ |
6254 | 531 |
TLA/ROOT.ML TLA/Stfun.ML TLA/Stfun.thy TLA/TLA.ML TLA/TLA.thy |
4518 | 532 |
@cd TLA; $(ISATOOL) usedir -b $(OUT)/HOL TLA |
533 |
||
534 |
||
535 |
## TLA-Inc |
|
536 |
||
537 |
TLA-Inc: TLA $(LOG)/TLA-Inc.gz |
|
538 |
||
539 |
$(LOG)/TLA-Inc.gz: $(OUT)/TLA TLA/Inc/Inc.thy TLA/Inc/Inc.ML \ |
|
540 |
TLA/Inc/Pcount.thy |
|
541 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Inc |
|
542 |
||
543 |
||
544 |
## TLA-Buffer |
|
545 |
||
546 |
TLA-Buffer: TLA $(LOG)/TLA-Buffer.gz |
|
2448 | 547 |
|
4518 | 548 |
$(LOG)/TLA-Buffer.gz: $(OUT)/TLA TLA/Buffer/Buffer.thy \ |
549 |
TLA/Buffer/Buffer.ML TLA/Buffer/DBuffer.thy TLA/Buffer/DBuffer.ML |
|
550 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Buffer |
|
551 |
||
552 |
||
553 |
## TLA-Memory |
|
554 |
||
555 |
TLA-Memory: TLA $(LOG)/TLA-Memory.gz |
|
4447 | 556 |
|
4518 | 557 |
$(LOG)/TLA-Memory.gz: $(OUT)/TLA TLA/Memory/MIParameters.thy \ |
9516 | 558 |
TLA/Memory/MIsafe.ML TLA/Memory/MemClerk.ML \ |
4518 | 559 |
TLA/Memory/MemClerk.thy TLA/Memory/MemClerkParameters.ML \ |
560 |
TLA/Memory/MemClerkParameters.thy TLA/Memory/Memory.ML \ |
|
561 |
TLA/Memory/Memory.thy TLA/Memory/MemoryImplementation.ML \ |
|
562 |
TLA/Memory/MemoryImplementation.thy TLA/Memory/MemoryParameters.ML \ |
|
563 |
TLA/Memory/MemoryParameters.thy TLA/Memory/ProcedureInterface.ML \ |
|
564 |
TLA/Memory/ProcedureInterface.thy TLA/Memory/RPC.ML TLA/Memory/RPC.thy \ |
|
565 |
TLA/Memory/RPCMemoryParams.thy TLA/Memory/RPCParameters.ML \ |
|
566 |
TLA/Memory/RPCParameters.thy |
|
567 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Memory |
|
568 |
||
569 |
||
570 |
## clean |
|
4447 | 571 |
|
572 |
clean: |
|
9481 | 573 |
@rm -f $(OUT)/HOL $(OUT)/HOL-Real $(OUT)/TLA \ |
574 |
$(LOG)/HOL.gz $(LOG)/HOL-Real.gz $(LOG)/TLA.gz \ |
|
575 |
$(LOG)/HOL-Isar_examples.gz $(LOG)/HOL-Induct.gz \ |
|
576 |
$(LOG)/HOL-ex.gz $(LOG)/HOL-Subst.gz $(LOG)/HOL-IMP.gz \ |
|
577 |
$(LOG)/HOL-IMPP.gz $(LOG)/HOL-Hoare.gz \ |
|
578 |
$(LOG)/HOL-Lex.gz $(LOG)/HOL-Algebra.gz \ |
|
579 |
$(LOG)/HOL-Auth.gz $(LOG)/HOL-UNITY.gz \ |
|
580 |
$(LOG)/HOL-Modelcheck.gz $(LOG)/HOL-Lambda.gz \ |
|
581 |
$(LOG)/HOL-W0.gz $(LOG)/HOL-MiniML.gz \ |
|
582 |
$(LOG)/HOL-BCV.gz $(LOG)/HOL-MicroJava.gz \ |
|
10135 | 583 |
$(LOG)/HOL-IOA.gz $(LOG)/HOL-AxClasses \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
584 |
$(LOG)/HOL-Lattice $(LOG)/HOL-Real-ex.gz \ |
9481 | 585 |
$(LOG)/HOL-Real-HahnBanach.gz $(LOG)/TLA-Inc.gz \ |
10255 | 586 |
$(LOG)/TLA-Buffer.gz $(LOG)/TLA-Memory.gz \ |
10981 | 587 |
$(LOG)/HOL-Library.gz $(LOG)/HOL-Unix.gz |