author | kleing |
Tue, 05 Nov 2002 15:59:17 +0100 | |
changeset 13695 | 3e48dcd25746 |
parent 13682 | 91674c8a008b |
child 13697 | e4db4f06cec1 |
permissions | -rw-r--r-- |
2448 | 1 |
# |
2 |
# $Id$ |
|
3 |
# |
|
4 |
# IsaMakefile for HOL |
|
5 |
# |
|
6 |
||
4518 | 7 |
## targets |
2448 | 8 |
|
4518 | 9 |
default: HOL |
12678 | 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 \ |
12855 | 18 |
HOL-Bali \ |
11356 | 19 |
HOL-CTL \ |
13403 | 20 |
HOL-Extraction \ |
12246 | 21 |
HOL-GroupTheory \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
22 |
HOL-Real-HahnBanach \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
23 |
HOL-Real-ex \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
24 |
HOL-Hoare \ |
13019 | 25 |
HOL-HoareParallel \ |
13029 | 26 |
HOL-Hyperreal-ex \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
27 |
HOL-IMP \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
28 |
HOL-IMPP \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
29 |
HOL-IOA \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
30 |
HOL-Induct \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
31 |
HOL-Isar_examples \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
32 |
HOL-Lambda \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
33 |
HOL-Lattice \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
34 |
HOL-Lex \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
35 |
HOL-MicroJava \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
36 |
HOL-MiniML \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
37 |
HOL-Modelcheck \ |
11376 | 38 |
HOL-NanoJava \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
39 |
HOL-NumberTheory \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
40 |
HOL-Prolog \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
41 |
HOL-Subst \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
42 |
TLA-Buffer \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
43 |
TLA-Inc \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
44 |
TLA-Memory \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
45 |
HOL-UNITY \ |
10966 | 46 |
HOL-Unix \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
47 |
HOL-W0 \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
48 |
HOL-ex |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
49 |
# ^ this is the sort position |
10614 | 50 |
|
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
51 |
all: test images |
4518 | 52 |
|
53 |
||
54 |
## global settings |
|
55 |
||
56 |
SRC = $(ISABELLE_HOME)/src |
|
3118 | 57 |
OUT = $(ISABELLE_OUTPUT) |
4447 | 58 |
LOG = $(OUT)/log |
2448 | 59 |
|
4518 | 60 |
|
61 |
## HOL |
|
2448 | 62 |
|
4518 | 63 |
HOL: Pure $(OUT)/HOL |
64 |
||
65 |
Pure: |
|
66 |
@cd $(SRC)/Pure; $(ISATOOL) make Pure |
|
3232
19a2b853ba7b
Removal of ex/LexProd; TFL files; new treatment of Prover files
paulson
parents:
3222
diff
changeset
|
67 |
|
11220 | 68 |
$(OUT)/HOL: $(OUT)/Pure $(SRC)/Provers/quantifier1.ML \ |
69 |
$(SRC)/Provers/Arith/abel_cancel.ML \ |
|
10255 | 70 |
$(SRC)/Provers/Arith/assoc_fold.ML \ |
71 |
$(SRC)/Provers/Arith/cancel_numerals.ML \ |
|
72 |
$(SRC)/Provers/Arith/cancel_sums.ML \ |
|
73 |
$(SRC)/Provers/Arith/combine_numerals.ML \ |
|
10535 | 74 |
$(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
|
75 |
$(SRC)/Provers/Arith/extract_common_term.ML \ |
13517 | 76 |
$(SRC)/Provers/Arith/cancel_div_mod.ML \ |
9869 | 77 |
$(SRC)/Provers/Arith/fast_lin_arith.ML $(SRC)/Provers/blast.ML \ |
10255 | 78 |
$(SRC)/Provers/clasimp.ML $(SRC)/Provers/classical.ML \ |
11686
68b95cb97745
$(SRC)/Provers/induct_method.ML replaces Tools/induct_method.ML;
wenzelm
parents:
11659
diff
changeset
|
79 |
$(SRC)/Provers/hypsubst.ML $(SRC)/Provers/induct_method.ML \ |
11770 | 80 |
$(SRC)/Provers/make_elim.ML $(SRC)/Provers/simplifier.ML \ |
11837 | 81 |
$(SRC)/Provers/splitter.ML $(SRC)/TFL/dcterm.ML $(SRC)/TFL/post.ML \ |
11686
68b95cb97745
$(SRC)/Provers/induct_method.ML replaces Tools/induct_method.ML;
wenzelm
parents:
11659
diff
changeset
|
82 |
$(SRC)/TFL/rules.ML $(SRC)/TFL/tfl.ML $(SRC)/TFL/thms.ML $(SRC)/TFL/thry.ML \ |
12020 | 83 |
$(SRC)/TFL/usyntax.ML $(SRC)/TFL/utils.ML \ |
13152 | 84 |
Datatype.thy Datatype_Universe.ML Datatype_Universe.thy Divides_lemmas.ML \ |
13403 | 85 |
Divides.thy Extraction.thy Finite_Set.ML Finite_Set.thy \ |
13585 | 86 |
Fun.thy Gfp.ML Gfp.thy \ |
11451
8abfb4f7bd02
partial restructuring to reduce dependence on Axiom of Choice
paulson
parents:
11447
diff
changeset
|
87 |
Hilbert_Choice.thy Hilbert_Choice_lemmas.ML HOL.ML \ |
10255 | 88 |
HOL.thy HOL_lemmas.ML Inductive.thy Integ/Bin.ML Integ/Bin.thy \ |
13588
07b66a557487
Renamed Integ/int.ML to Integ/Int_lemmas.ML to prevent confusion with Int.ML
paulson
parents:
13585
diff
changeset
|
89 |
Integ/Equiv.ML Integ/Equiv.thy Integ/Int_lemmas.ML Integ/Int.thy \ |
10255 | 90 |
Integ/IntArith.ML Integ/IntArith.thy Integ/IntDef.ML Integ/IntDef.thy \ |
13183 | 91 |
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
|
92 |
Integ/nat_bin.ML Integ/NatBin.thy Integ/NatSimprocs.ML \ |
10255 | 93 |
Integ/NatSimprocs.thy Integ/int_arith1.ML Integ/int_arith2.ML \ |
10535 | 94 |
Integ/int_factor_simprocs.ML Integ/nat_simprocs.ML \ |
12257 | 95 |
Lfp.ML Lfp.thy List.ML List.thy Main.ML Main.thy Map.ML Map.thy Nat.ML \ |
13455 | 96 |
Nat.thy NatArith.ML NatArith.thy Numeral.thy \ |
12918 | 97 |
Power.ML Power.thy PreList.thy Product_Type.ML Product_Type.thy ROOT.ML \ |
98 |
Recdef.thy Record.thy Relation.ML Relation.thy Relation_Power.ML \ |
|
99 |
Relation_Power.thy Set.ML Set.thy SetInterval.ML SetInterval.thy \ |
|
100 |
Sum_Type.ML Sum_Type.thy Tools/datatype_abs_proofs.ML Tools/datatype_aux.ML \ |
|
12438 | 101 |
Tools/datatype_codegen.ML Tools/datatype_package.ML Tools/datatype_prop.ML \ |
13469 | 102 |
Tools/datatype_realizer.ML Tools/datatype_rep_proofs.ML \ |
11532 | 103 |
Tools/inductive_package.ML Tools/inductive_codegen.ML Tools/meson.ML Tools/numeral_syntax.ML \ |
12438 | 104 |
Tools/primrec_package.ML Tools/recdef_package.ML Tools/recfun_codegen.ML \ |
13403 | 105 |
Tools/record_package.ML Tools/rewrite_hol_proof.ML \ |
106 |
Tools/split_rule.ML Tools/typedef_package.ML \ |
|
12691 | 107 |
Transitive_Closure.thy Transitive_Closure.ML Typedef.thy \ |
11609
3f3d1add4d94
eliminated theories "equalities" and "mono" (made part of "Typedef",
wenzelm
parents:
11598
diff
changeset
|
108 |
Wellfounded_Recursion.ML Wellfounded_Recursion.thy Wellfounded_Relations.ML \ |
10255 | 109 |
Wellfounded_Relations.thy arith_data.ML blastdata.ML cladata.ML \ |
12897
f4d10ad0ea7b
converted/deleted equalities.ML, mono.ML, subset.ML (see Set.thy);
wenzelm
parents:
12869
diff
changeset
|
110 |
document/root.tex hologic.ML meson_lemmas.ML simpdata.ML thy_syntax.ML |
12410 | 111 |
@$(ISATOOL) usedir -b -g true $(OUT)/Pure HOL |
2448 | 112 |
|
4518 | 113 |
|
7125 | 114 |
## HOL-Real |
115 |
||
116 |
HOL-Real: HOL $(OUT)/HOL-Real |
|
117 |
||
12733 | 118 |
$(OUT)/HOL-Real: $(OUT)/HOL Real/Complex_Numbers.thy \ |
10751 | 119 |
Real/Lubs.ML Real/Lubs.thy Real/PNat.ML Real/PNat.thy \ |
120 |
Real/PRat.ML Real/PRat.thy \ |
|
10094 | 121 |
Real/PReal.ML Real/PReal.thy Real/RComplete.ML Real/RComplete.thy \ |
122 |
Real/ROOT.ML Real/Real.thy Real/RealAbs.ML Real/RealAbs.thy \ |
|
10724 | 123 |
Real/RealArith0.ML Real/RealArith0.thy Real/real_arith0.ML \ |
124 |
Real/RealArith.thy Real/real_arith.ML Real/RealBin.ML \ |
|
10094 | 125 |
Real/RealBin.thy Real/RealDef.ML Real/RealDef.thy Real/RealInt.ML \ |
126 |
Real/RealInt.thy Real/RealOrd.ML Real/RealOrd.thy Real/RealPow.ML \ |
|
12735 | 127 |
Real/RealPow.thy Real/document/root.tex Real/real_arith.ML |
7125 | 128 |
@cd Real; $(ISATOOL) usedir -b $(OUT)/HOL HOL-Real |
129 |
||
10772 | 130 |
|
13029 | 131 |
## HOL-Real-ex |
132 |
||
133 |
HOL-Real-ex: HOL-Real $(LOG)/HOL-Real-ex.gz |
|
134 |
||
135 |
$(LOG)/HOL-Real-ex.gz: $(OUT)/HOL-Real Real/ex/ROOT.ML \ |
|
136 |
Real/ex/BinEx.thy Real/ex/document/root.tex |
|
137 |
@cd Real; $(ISATOOL) usedir $(OUT)/HOL-Real ex |
|
138 |
||
139 |
||
140 |
## HOL-Real-HahnBanach |
|
141 |
||
142 |
HOL-Real-HahnBanach: HOL-Real $(LOG)/HOL-Real-HahnBanach.gz |
|
143 |
||
144 |
$(LOG)/HOL-Real-HahnBanach.gz: $(OUT)/HOL-Real Real/HahnBanach/Aux.thy \ |
|
145 |
Real/HahnBanach/Bounds.thy Real/HahnBanach/FunctionNorm.thy \ |
|
146 |
Real/HahnBanach/FunctionOrder.thy Real/HahnBanach/HahnBanach.thy \ |
|
147 |
Real/HahnBanach/HahnBanachExtLemmas.thy \ |
|
148 |
Real/HahnBanach/HahnBanachSupLemmas.thy \ |
|
149 |
Real/HahnBanach/Linearform.thy Real/HahnBanach/NormedSpace.thy \ |
|
150 |
Real/HahnBanach/README.html Real/HahnBanach/ROOT.ML \ |
|
151 |
Real/HahnBanach/Subspace.thy Real/HahnBanach/VectorSpace.thy \ |
|
152 |
Real/HahnBanach/ZornLemma.thy Real/HahnBanach/document/root.bib \ |
|
153 |
Real/HahnBanach/document/root.tex |
|
154 |
@cd Real; $(ISATOOL) usedir -g true $(OUT)/HOL-Real HahnBanach |
|
155 |
||
156 |
||
157 |
## HOL-Hyperreal |
|
10751 | 158 |
|
12678 | 159 |
HOL-Hyperreal: HOL-Real $(OUT)/HOL-Hyperreal |
10751 | 160 |
|
12678 | 161 |
$(OUT)/HOL-Hyperreal: $(OUT)/HOL-Real Hyperreal/ROOT.ML\ |
13551
b7f64ee8da84
converted Hyperreal/Zorn to Isar format and moved to Library
paulson
parents:
13517
diff
changeset
|
162 |
Library/Zorn.thy\ |
12196 | 163 |
Hyperreal/EvenOdd.ML Hyperreal/EvenOdd.thy Hyperreal/ExtraThms2.ML\ |
164 |
Hyperreal/ExtraThms2.thy Hyperreal/Fact.ML Hyperreal/Fact.thy\ |
|
165 |
Hyperreal/Filter.ML Hyperreal/Filter.thy Hyperreal/HRealAbs.ML\ |
|
166 |
Hyperreal/HRealAbs.thy Hyperreal/HSeries.ML Hyperreal/HSeries.thy\ |
|
167 |
Hyperreal/HyperArith0.ML Hyperreal/HyperArith0.thy Hyperreal/HyperArith.thy\ |
|
168 |
Hyperreal/HyperBin.ML Hyperreal/HyperBin.thy Hyperreal/HyperDef.ML\ |
|
169 |
Hyperreal/HyperDef.thy Hyperreal/HyperNat.ML Hyperreal/HyperNat.thy\ |
|
170 |
Hyperreal/HyperOrd.ML Hyperreal/HyperOrd.thy Hyperreal/HyperPow.ML\ |
|
12224 | 171 |
Hyperreal/HyperPow.thy Hyperreal/Hyperreal.thy\ |
172 |
Hyperreal/Lim.ML Hyperreal/Lim.thy Hyperreal/Log.ML Hyperreal/Log.thy\ |
|
173 |
Hyperreal/MacLaurin.ML Hyperreal/MacLaurin.thy\ |
|
174 |
Hyperreal/NatStar.ML Hyperreal/NatStar.thy\ |
|
12196 | 175 |
Hyperreal/NSA.ML Hyperreal/NSA.thy\ |
176 |
Hyperreal/NthRoot.ML Hyperreal/NthRoot.thy\ |
|
12224 | 177 |
Hyperreal/Poly.ML Hyperreal/Poly.thy\ |
12196 | 178 |
Hyperreal/SEQ.ML Hyperreal/SEQ.thy Hyperreal/Series.ML Hyperreal/Series.thy\ |
179 |
Hyperreal/Star.ML Hyperreal/Star.thy Hyperreal/Transcendental.ML\ |
|
13551
b7f64ee8da84
converted Hyperreal/Zorn to Isar format and moved to Library
paulson
parents:
13517
diff
changeset
|
180 |
Hyperreal/Transcendental.thy Hyperreal/fuf.ML Hyperreal/hypreal_arith.ML \ |
11544
97305ee424a9
HOL-Real-Hyperreal made a plain session (no longer an image);
wenzelm
parents:
11532
diff
changeset
|
181 |
Hyperreal/hypreal_arith0.ML |
12678 | 182 |
@cd Hyperreal; $(ISATOOL) usedir -b $(OUT)/HOL-Real HOL-Hyperreal |
10751 | 183 |
|
7395 | 184 |
|
13029 | 185 |
## HOL-Hyperreal-ex |
7392 | 186 |
|
13029 | 187 |
HOL-Hyperreal-ex: HOL-Hyperreal $(LOG)/HOL-Hyperreal-ex.gz |
7535
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
188 |
|
13034 | 189 |
$(LOG)/HOL-Hyperreal-ex.gz: $(OUT)/HOL-Hyperreal Library/Primes.thy \ |
190 |
Hyperreal/ex/ROOT.ML Hyperreal/ex/document/root.tex \ |
|
191 |
Hyperreal/ex/Sqrt.thy Hyperreal/ex/Sqrt_Script.thy |
|
13029 | 192 |
@cd Hyperreal; $(ISATOOL) usedir $(OUT)/HOL-Hyperreal ex |
7535
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
193 |
|
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
194 |
|
10255 | 195 |
## HOL-Library |
196 |
||
197 |
HOL-Library: HOL $(LOG)/HOL-Library.gz |
|
198 |
||
10266 | 199 |
$(LOG)/HOL-Library.gz: $(OUT)/HOL Library/Accessible_Part.thy \ |
13585 | 200 |
Library/FuncSet.thy Library/Library.thy \ |
201 |
Library/List_Prefix.thy Library/Multiset.thy \ |
|
11363 | 202 |
Library/Permutation.thy Library/Primes.thy \ |
203 |
Library/Quotient.thy Library/Ring_and_Field.thy \ |
|
11349
fcb507c945c3
added Library/Nat_Infinity.thy and Library/Continuity.thy
oheimb
parents:
11287
diff
changeset
|
204 |
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
|
205 |
Library/README.html Library/Continuity.thy \ |
11398
d7711be8c3a9
Library/ROOT.ML moved to Library/Library/ROOT.ML to avoid accidential
wenzelm
parents:
11394
diff
changeset
|
206 |
Library/Nested_Environment.thy Library/Rational_Numbers.thy \ |
13551
b7f64ee8da84
converted Hyperreal/Zorn to Isar format and moved to Library
paulson
parents:
13517
diff
changeset
|
207 |
Library/Zorn.thy\ |
12816 | 208 |
Library/Library/ROOT.ML Library/Library/document/root.tex \ |
209 |
Library/Library/document/root.bib Library/While_Combinator.thy |
|
11398
d7711be8c3a9
Library/ROOT.ML moved to Library/Library/ROOT.ML to avoid accidential
wenzelm
parents:
11394
diff
changeset
|
210 |
@cd Library; $(ISATOOL) usedir $(OUT)/HOL Library |
10255 | 211 |
|
212 |
||
4518 | 213 |
## HOL-Subst |
214 |
||
215 |
HOL-Subst: HOL $(LOG)/HOL-Subst.gz |
|
216 |
||
217 |
$(LOG)/HOL-Subst.gz: $(OUT)/HOL Subst/AList.ML Subst/AList.thy \ |
|
218 |
Subst/ROOT.ML Subst/Subst.ML Subst/Subst.thy Subst/UTerm.ML \ |
|
219 |
Subst/UTerm.thy Subst/Unifier.ML Subst/Unifier.thy Subst/Unify.ML \ |
|
220 |
Subst/Unify.thy |
|
221 |
@$(ISATOOL) usedir $(OUT)/HOL Subst |
|
2448 | 222 |
|
223 |
||
4518 | 224 |
## HOL-Induct |
2473 | 225 |
|
4518 | 226 |
HOL-Induct: HOL $(LOG)/HOL-Induct.gz |
3125 | 227 |
|
10255 | 228 |
$(LOG)/HOL-Induct.gz: $(OUT)/HOL \ |
13075
d3e1d554cd6d
conversion of some HOL/Induct proof scripts to Isar
paulson
parents:
13059
diff
changeset
|
229 |
Induct/Com.thy Induct/Comb.thy Induct/LFilter.thy \ |
d3e1d554cd6d
conversion of some HOL/Induct proof scripts to Isar
paulson
parents:
13059
diff
changeset
|
230 |
Induct/LList.thy Induct/Mutil.thy Induct/Ordinals.thy \ |
d3e1d554cd6d
conversion of some HOL/Induct proof scripts to Isar
paulson
parents:
13059
diff
changeset
|
231 |
Induct/PropLog.thy Induct/ROOT.ML \ |
13079
e7738aa7267f
conversion of Induct/{Slist,Sexp} to Isar scripts
paulson
parents:
13075
diff
changeset
|
232 |
Induct/Sexp.thy Induct/Sigma_Algebra.thy \ |
e7738aa7267f
conversion of Induct/{Slist,Sexp} to Isar scripts
paulson
parents:
13075
diff
changeset
|
233 |
Induct/SList.thy Induct/ABexp.thy Induct/Term.thy \ |
11046
b5f5942781a0
Induct: converted some theories to new-style format;
wenzelm
parents:
11026
diff
changeset
|
234 |
Induct/Tree.thy Induct/document/root.tex |
3125 | 235 |
@$(ISATOOL) usedir $(OUT)/HOL Induct |
236 |
||
237 |
||
4518 | 238 |
## HOL-IMP |
239 |
||
240 |
HOL-IMP: HOL $(LOG)/HOL-IMP.gz |
|
2448 | 241 |
|
13129 | 242 |
$(LOG)/HOL-IMP.gz: $(OUT)/HOL IMP/Com.thy IMP/Compiler0.thy IMP/Compiler.thy \ |
12432 | 243 |
IMP/Denotation.thy IMP/Expr.thy IMP/Hoare.thy \ |
244 |
IMP/Natural.thy IMP/Examples.thy \ |
|
245 |
IMP/Transition.thy IMP/VC.thy IMP/ROOT.ML IMP/document/root.tex \ |
|
246 |
IMP/document/root.bib |
|
12548 | 247 |
@$(ISATOOL) usedir -g true $(OUT)/HOL IMP |
2448 | 248 |
|
249 |
||
8179 | 250 |
## HOL-IMPP |
251 |
||
252 |
HOL-IMPP: HOL $(LOG)/HOL-IMPP.gz |
|
253 |
||
254 |
$(LOG)/HOL-IMPP.gz: $(OUT)/HOL IMPP/ROOT.ML IMPP/Com.thy IMPP/Com.ML \ |
|
255 |
IMPP/Natural.thy IMPP/Natural.ML IMPP/Hoare.thy IMPP/Hoare.ML \ |
|
256 |
IMPP/Misc.thy IMPP/Misc.ML IMPP/EvenOdd.thy IMPP/EvenOdd.ML |
|
257 |
@$(ISATOOL) usedir $(OUT)/HOL IMPP |
|
258 |
||
259 |
||
9510 | 260 |
## HOL-NumberTheory |
261 |
||
262 |
HOL-NumberTheory: HOL $(LOG)/HOL-NumberTheory.gz |
|
263 |
||
264 |
$(LOG)/HOL-NumberTheory.gz: $(OUT)/HOL \ |
|
11363 | 265 |
Library/Permutation.thy Library/Primes.thy NumberTheory/Fib.thy \ |
11049
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
266 |
NumberTheory/Factorization.thy NumberTheory/BijectionRel.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
267 |
NumberTheory/Chinese.thy NumberTheory/EulerFermat.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
268 |
NumberTheory/IntFact.thy NumberTheory/IntPrimes.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
269 |
NumberTheory/WilsonBij.thy NumberTheory/WilsonRuss.thy \ |
9510 | 270 |
NumberTheory/ROOT.ML |
11850 | 271 |
@$(ISATOOL) usedir -g true $(OUT)/HOL NumberTheory |
9510 | 272 |
|
273 |
||
11370
680946254afe
new GroupTheory example, e.g. the Sylow theorem (preliminary version)
paulson
parents:
11363
diff
changeset
|
274 |
## HOL-GroupTheory |
680946254afe
new GroupTheory example, e.g. the Sylow theorem (preliminary version)
paulson
parents:
11363
diff
changeset
|
275 |
|
680946254afe
new GroupTheory example, e.g. the Sylow theorem (preliminary version)
paulson
parents:
11363
diff
changeset
|
276 |
HOL-GroupTheory: HOL $(LOG)/HOL-GroupTheory.gz |
680946254afe
new GroupTheory example, e.g. the Sylow theorem (preliminary version)
paulson
parents:
11363
diff
changeset
|
277 |
|
680946254afe
new GroupTheory example, e.g. the Sylow theorem (preliminary version)
paulson
parents:
11363
diff
changeset
|
278 |
$(LOG)/HOL-GroupTheory.gz: $(OUT)/HOL \ |
13585 | 279 |
Library/Primes.thy Library/FuncSet.thy \ |
280 |
GroupTheory/Bij.thy \ |
|
281 |
GroupTheory/Coset.thy \ |
|
282 |
GroupTheory/Exponent.thy \ |
|
283 |
GroupTheory/Group.thy \ |
|
13589 | 284 |
GroupTheory/Module.thy GroupTheory/Ring.thy \ |
13585 | 285 |
GroupTheory/Sylow.thy \ |
286 |
GroupTheory/ROOT.ML \ |
|
287 |
GroupTheory/document/root.tex |
|
288 |
@$(ISATOOL) usedir -g true $(OUT)/HOL GroupTheory |
|
11370
680946254afe
new GroupTheory example, e.g. the Sylow theorem (preliminary version)
paulson
parents:
11363
diff
changeset
|
289 |
|
680946254afe
new GroupTheory example, e.g. the Sylow theorem (preliminary version)
paulson
parents:
11363
diff
changeset
|
290 |
|
4518 | 291 |
## HOL-Hoare |
292 |
||
293 |
HOL-Hoare: HOL $(LOG)/HOL-Hoare.gz |
|
2448 | 294 |
|
4518 | 295 |
$(LOG)/HOL-Hoare.gz: $(OUT)/HOL Hoare/Arith2.ML Hoare/Arith2.thy \ |
13682 | 296 |
Hoare/Examples.thy Hoare/Hoare.ML Hoare/Hoare.thy \ |
13131 | 297 |
Hoare/Pointers.thy Hoare/ROOT.ML |
2826 | 298 |
@$(ISATOOL) usedir $(OUT)/HOL Hoare |
2448 | 299 |
|
300 |
||
12996 | 301 |
## HOL-HoareParallel |
302 |
||
303 |
HOL-HoareParallel: HOL $(LOG)/HOL-HoareParallel.gz |
|
304 |
||
305 |
$(LOG)/HOL-HoareParallel.gz: $(OUT)/HOL HoareParallel/Gar_Coll.thy \ |
|
306 |
HoareParallel/Graph.thy HoareParallel/Mul_Gar_Coll.thy \ |
|
307 |
HoareParallel/OG_Com.thy HoareParallel/OG_Examples.thy \ |
|
308 |
HoareParallel/OG_Hoare.thy HoareParallel/OG_Syntax.thy \ |
|
309 |
HoareParallel/OG_Tactics.thy HoareParallel/OG_Tran.thy \ |
|
13019 | 310 |
HoareParallel/Quote_Antiquote.thy \ |
12996 | 311 |
HoareParallel/RG_Com.thy HoareParallel/RG_Examples.thy \ |
312 |
HoareParallel/RG_Hoare.thy HoareParallel/RG_Syntax.thy \ |
|
313 |
HoareParallel/RG_Tran.thy HoareParallel/ROOT.ML \ |
|
314 |
HoareParallel/document/root.tex |
|
13029 | 315 |
@$(ISATOOL) usedir -g true $(OUT)/HOL HoareParallel |
12996 | 316 |
|
317 |
||
4518 | 318 |
## HOL-Lex |
319 |
||
320 |
HOL-Lex: HOL $(LOG)/HOL-Lex.gz |
|
2448 | 321 |
|
4830 | 322 |
$(LOG)/HOL-Lex.gz: $(OUT)/HOL \ |
4518 | 323 |
Lex/AutoChopper.thy Lex/AutoChopper.ML Lex/AutoChopper1.thy \ |
4830 | 324 |
Lex/AutoMaxChop.thy Lex/AutoMaxChop.ML Lex/AutoProj.thy Lex/AutoProj.ML \ |
325 |
Lex/Automata.thy Lex/Automata.ML Lex/Chopper.thy Lex/DA.thy Lex/DA.ML \ |
|
326 |
Lex/MaxChop.thy Lex/MaxChop.ML Lex/MaxPrefix.thy Lex/MaxPrefix.ML \ |
|
5322 | 327 |
Lex/NA.thy Lex/NA.ML Lex/NAe.thy Lex/NAe.ML Lex/RegExp2NAe.thy \ |
12793 | 328 |
Lex/Scanner.thy Lex/RegExp2NAe.ML Lex/RegExp2NA.thy Lex/RegExp2NA.ML \ |
10330
4362e906b745
"List prefixes" library theory (replaces old Lex/Prefix);
wenzelm
parents:
10274
diff
changeset
|
329 |
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
|
330 |
Lex/RegSet_of_nat_DA.thy Lex/RegSet_of_nat_DA.ML Library/List_Prefix.thy |
4518 | 331 |
@$(ISATOOL) usedir $(OUT)/HOL Lex |
2448 | 332 |
|
4518 | 333 |
|
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
334 |
## HOL-Algebra |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
335 |
|
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
336 |
HOL-Algebra: HOL $(LOG)/HOL-Algebra.gz |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
337 |
|
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
338 |
$(LOG)/HOL-Algebra.gz: $(OUT)/HOL Algebra/ROOT.ML \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
339 |
Algebra/abstract/Abstract.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
340 |
Algebra/abstract/Factor.ML Algebra/abstract/Factor.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
341 |
Algebra/abstract/Field.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
342 |
Algebra/abstract/Ideal.ML Algebra/abstract/Ideal.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
343 |
Algebra/abstract/NatSum.ML Algebra/abstract/NatSum.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
344 |
Algebra/abstract/PID.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
345 |
Algebra/abstract/Ring.ML Algebra/abstract/Ring.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
346 |
Algebra/abstract/RingHomo.ML Algebra/abstract/RingHomo.thy\ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
347 |
Algebra/poly/Degree.ML Algebra/poly/Degree.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
348 |
Algebra/poly/LongDiv.ML Algebra/poly/LongDiv.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
349 |
Algebra/poly/PolyHomo.ML Algebra/poly/PolyHomo.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
350 |
Algebra/poly/PolyRing.ML Algebra/poly/PolyRing.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
351 |
Algebra/poly/Polynomial.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
352 |
Algebra/poly/ProtoPoly.ML Algebra/poly/ProtoPoly.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
353 |
Algebra/poly/UnivPoly.ML Algebra/poly/UnivPoly.thy |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
354 |
@$(ISATOOL) usedir $(OUT)/HOL Algebra |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
355 |
|
4518 | 356 |
## HOL-Auth |
3819 | 357 |
|
4518 | 358 |
HOL-Auth: HOL $(LOG)/HOL-Auth.gz |
3819 | 359 |
|
11105
ba314b436aab
partial conversion to Isar script style in HOL/Auth removes some .ML files
paulson
parents:
11086
diff
changeset
|
360 |
$(LOG)/HOL-Auth.gz: $(OUT)/HOL Auth/Event_lemmas.ML Auth/Event.thy \ |
11191 | 361 |
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
|
362 |
Auth/NS_Public_Bad.thy \ |
11251 | 363 |
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
|
364 |
Auth/OtwayRees_Bad.thy Auth/Public_lemmas.ML Auth/Public.thy Auth/ROOT.ML \ |
11264 | 365 |
Auth/Recur.thy Auth/Shared_lemmas.ML Auth/Shared.thy \ |
11287 | 366 |
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
|
367 |
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
|
368 |
Auth/KerberosIV.ML Auth/KerberosIV.thy \ |
13508 | 369 |
Auth/Yahalom.thy Auth/Yahalom2.thy Auth/Yahalom_Bad.thy \ |
370 |
Auth/Guard/Analz.thy Auth/Guard/Extensions.thy Auth/Guard/GuardK.thy \ |
|
371 |
Auth/Guard/Guard_Public.thy Auth/Guard/Guard_Shared.thy \ |
|
372 |
Auth/Guard/Guard.thy Auth/Guard/List_Msg.thy \ |
|
373 |
Auth/Guard/NS_Public.thy Auth/Guard/OtwayRees.thy \ |
|
374 |
Auth/Guard/P1.thy Auth/Guard/P2.thy \ |
|
375 |
Auth/Guard/Proto.thy Auth/Guard/Yahalom.thy |
|
2826 | 376 |
@$(ISATOOL) usedir $(OUT)/HOL Auth |
2448 | 377 |
|
378 |
||
4777 | 379 |
## HOL-UNITY |
380 |
||
381 |
HOL-UNITY: HOL $(LOG)/HOL-UNITY.gz |
|
382 |
||
10787 | 383 |
$(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
|
384 |
UNITY/Comp.ML UNITY/Comp.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
385 |
UNITY/Detects.ML UNITY/Detects.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
386 |
UNITY/ELT.ML UNITY/ELT.thy UNITY/Extend.ML \ |
10255 | 387 |
UNITY/Extend.thy UNITY/FP.ML UNITY/FP.thy UNITY/Follows.ML \ |
388 |
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
|
389 |
UNITY/Guar.ML UNITY/Guar.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
390 |
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
|
391 |
UNITY/ListOrder.thy \ |
10787 | 392 |
UNITY/PPROD.ML UNITY/PPROD.thy \ |
393 |
UNITY/Project.ML UNITY/Project.thy \ |
|
11193
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
394 |
UNITY/Rename.ML UNITY/Rename.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
395 |
UNITY/SubstAx.ML UNITY/SubstAx.thy UNITY/UNITY.ML \ |
10255 | 396 |
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
|
397 |
UNITY/WFair.thy \ |
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
398 |
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
|
399 |
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
|
400 |
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
|
401 |
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
|
402 |
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
|
403 |
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
|
404 |
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
|
405 |
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
|
406 |
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
|
407 |
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
|
408 |
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
|
409 |
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
|
410 |
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
|
411 |
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
|
412 |
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
|
413 |
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
|
414 |
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
|
415 |
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
|
416 |
UNITY/Comp/TimerArray.ML UNITY/Comp/TimerArray.thy |
4777 | 417 |
@$(ISATOOL) usedir $(OUT)/HOL UNITY |
418 |
||
419 |
||
10966 | 420 |
## HOL-Unix |
421 |
||
422 |
HOL-Unix: HOL $(LOG)/HOL-Unix.gz |
|
423 |
||
424 |
$(LOG)/HOL-Unix.gz: $(OUT)/HOL Library/Nested_Environment.thy \ |
|
425 |
Library/List_Prefix.thy Unix/ROOT.ML Unix/Unix.thy \ |
|
426 |
Unix/document/root.bib Unix/document/root.tex |
|
427 |
@$(ISATOOL) usedir $(OUT)/HOL Unix |
|
428 |
||
429 |
||
4518 | 430 |
## HOL-Modelcheck |
431 |
||
432 |
HOL-Modelcheck: HOL $(LOG)/HOL-Modelcheck.gz |
|
3218 | 433 |
|
4518 | 434 |
$(LOG)/HOL-Modelcheck.gz: $(OUT)/HOL Modelcheck/CTL.thy \ |
6474 | 435 |
Modelcheck/EindhovenExample.ML Modelcheck/EindhovenExample.thy \ |
436 |
Modelcheck/EindhovenSyn.ML Modelcheck/EindhovenSyn.thy \ |
|
437 |
Modelcheck/MuCalculus.ML Modelcheck/MuCalculus.thy \ |
|
438 |
Modelcheck/MuckeExample1.ML Modelcheck/MuckeExample1.thy \ |
|
6472 | 439 |
Modelcheck/MuckeExample2.ML Modelcheck/MuckeExample2.thy \ |
6474 | 440 |
Modelcheck/MuckeSyn.ML Modelcheck/MuckeSyn.thy Modelcheck/ROOT.ML \ |
441 |
Modelcheck/mucke_oracle.ML |
|
3218 | 442 |
@$(ISATOOL) usedir $(OUT)/HOL Modelcheck |
443 |
||
444 |
||
4518 | 445 |
## HOL-Lambda |
2448 | 446 |
|
4518 | 447 |
HOL-Lambda: HOL $(LOG)/HOL-Lambda.gz |
2448 | 448 |
|
10255 | 449 |
$(LOG)/HOL-Lambda.gz: $(OUT)/HOL Library/Accessible_Part.thy \ |
450 |
Lambda/Commutation.thy Lambda/Eta.thy Lambda/InductTermi.thy Lambda/Lambda.thy \ |
|
9771 | 451 |
Lambda/ListApplication.thy Lambda/ListBeta.thy Lambda/ListOrder.thy \ |
9815 | 452 |
Lambda/ParRed.thy Lambda/Type.thy Lambda/ROOT.ML Lambda/document/root.tex |
11850 | 453 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Lambda |
2448 | 454 |
|
455 |
||
9015 | 456 |
## HOL-Prolog |
457 |
||
458 |
HOL-Prolog: HOL $(LOG)/HOL-Prolog.gz |
|
459 |
||
460 |
$(LOG)/HOL-Prolog.gz: $(OUT)/HOL Prolog/ROOT.ML Prolog/HOHH.ML Prolog/HOHH.thy \ |
|
461 |
Prolog/Test.ML Prolog/Test.thy \ |
|
462 |
Prolog/Func.ML Prolog/Func.thy Prolog/Type.ML Prolog/Type.thy |
|
463 |
@$(ISATOOL) usedir $(OUT)/HOL Prolog |
|
464 |
||
465 |
||
4518 | 466 |
## HOL-W0 |
2527 | 467 |
|
4518 | 468 |
HOL-W0: HOL $(LOG)/HOL-W0.gz |
2527 | 469 |
|
12946 | 470 |
$(LOG)/HOL-W0.gz: $(OUT)/HOL W0/ROOT.ML W0/W0.thy W0/document/root.tex |
2826 | 471 |
@$(ISATOOL) usedir $(OUT)/HOL W0 |
2527 | 472 |
|
473 |
||
4518 | 474 |
## HOL-MiniML |
2527 | 475 |
|
4518 | 476 |
HOL-MiniML: HOL $(LOG)/HOL-MiniML.gz |
2448 | 477 |
|
4518 | 478 |
$(LOG)/HOL-MiniML.gz: $(OUT)/HOL MiniML/Generalize.ML \ |
479 |
MiniML/Generalize.thy MiniML/Instance.ML MiniML/Instance.thy \ |
|
480 |
MiniML/Maybe.ML MiniML/Maybe.thy MiniML/MiniML.ML MiniML/MiniML.thy \ |
|
481 |
MiniML/ROOT.ML MiniML/Type.ML MiniML/Type.thy MiniML/W.ML MiniML/W.thy |
|
2826 | 482 |
@$(ISATOOL) usedir $(OUT)/HOL MiniML |
2448 | 483 |
|
7629 | 484 |
|
8012 | 485 |
## HOL-MicroJava |
486 |
||
487 |
HOL-MicroJava: HOL $(LOG)/HOL-MicroJava.gz |
|
488 |
||
11086 | 489 |
$(LOG)/HOL-MicroJava.gz: $(OUT)/HOL MicroJava/ROOT.ML \ |
13672 | 490 |
MicroJava/Comp/AuxLemmas.thy \ |
491 |
MicroJava/Comp/CorrComp.thy \ |
|
492 |
MicroJava/Comp/CorrCompTp.thy \ |
|
493 |
MicroJava/Comp/DefsComp.thy \ |
|
494 |
MicroJava/Comp/Index.thy \ |
|
495 |
MicroJava/Comp/LemmasComp.thy \ |
|
496 |
MicroJava/Comp/NatCanonify.thy \ |
|
497 |
MicroJava/Comp/TranslComp.thy \ |
|
498 |
MicroJava/Comp/TranslCompTp.thy \ |
|
499 |
MicroJava/Comp/TypeInf.thy \ |
|
11026
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
oheimb
parents:
11024
diff
changeset
|
500 |
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
|
501 |
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
|
502 |
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
|
503 |
MicroJava/J/WellForm.thy MicroJava/J/Value.thy \ |
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
oheimb
parents:
11024
diff
changeset
|
504 |
MicroJava/J/WellType.thy MicroJava/J/Example.thy \ |
12438 | 505 |
MicroJava/J/JListExample.thy \ |
9381 | 506 |
MicroJava/JVM/JVMExec.thy MicroJava/JVM/JVMInstructions.thy\ |
507 |
MicroJava/JVM/JVMState.thy MicroJava/JVM/JVMExecInstr.thy\ |
|
12521 | 508 |
MicroJava/JVM/JVMListExample.thy MicroJava/JVM/JVMExceptions.thy \ |
11228 | 509 |
MicroJava/BV/BVSpec.thy MicroJava/BV/BVSpecTypeSafe.thy \ |
510 |
MicroJava/BV/Correct.thy MicroJava/BV/Err.thy MicroJava/BV/JType.thy \ |
|
511 |
MicroJava/BV/JVM.thy MicroJava/BV/JVMType.thy MicroJava/BV/Kildall.thy \ |
|
512 |
MicroJava/BV/LBVSpec.thy MicroJava/BV/Listn.thy MicroJava/BV/Opt.thy \ |
|
513 |
MicroJava/BV/Product.thy MicroJava/BV/Semilat.thy \ |
|
12521 | 514 |
MicroJava/BV/Effect.thy MicroJava/BV/EffectMono.thy \ |
11228 | 515 |
MicroJava/BV/Typing_Framework.thy MicroJava/BV/Typing_Framework_err.thy \ |
13224 | 516 |
MicroJava/BV/Typing_Framework_JVM.thy MicroJava/BV/BVExample.thy \ |
517 |
MicroJava/BV/LBVSpec.thy MicroJava/BV/LBVCorrect.thy \ |
|
518 |
MicroJava/BV/LBVComplete.thy MicroJava/BV/LBVJVM.thy \ |
|
12915 | 519 |
MicroJava/document/root.bib MicroJava/document/root.tex \ |
520 |
MicroJava/document/introduction.tex |
|
11850 | 521 |
@$(ISATOOL) usedir -g true $(OUT)/HOL MicroJava |
522 |
||
8012 | 523 |
|
11376 | 524 |
## HOL-NanoJava |
525 |
||
526 |
HOL-NanoJava: HOL $(LOG)/HOL-NanoJava.gz |
|
527 |
||
528 |
$(LOG)/HOL-NanoJava.gz: $(OUT)/HOL NanoJava/ROOT.ML \ |
|
529 |
NanoJava/Term.thy NanoJava/Decl.thy NanoJava/TypeRel.thy NanoJava/State.thy \ |
|
530 |
NanoJava/OpSem.thy NanoJava/AxSem.thy NanoJava/AxSem.thy \ |
|
531 |
NanoJava/document/root.bib NanoJava/document/root.tex |
|
11850 | 532 |
@$(ISATOOL) usedir -g true $(OUT)/HOL NanoJava |
533 |
||
8193 | 534 |
|
12855 | 535 |
## HOL-Bali |
536 |
||
537 |
HOL-Bali: HOL $(LOG)/HOL-Bali.gz |
|
538 |
||
539 |
$(LOG)/HOL-Bali.gz: $(OUT)/HOL Bali/AxCompl.thy Bali/AxExample.thy \ |
|
540 |
Bali/AxSem.thy Bali/AxSound.thy Bali/Basis.thy Bali/Conform.thy \ |
|
541 |
Bali/Decl.thy Bali/DeclConcepts.thy Bali/Eval.thy Bali/Evaln.thy \ |
|
542 |
Bali/Example.thy Bali/Name.thy Bali/ROOT.ML Bali/State.thy \ |
|
543 |
Bali/Table.thy Bali/Term.thy Bali/Trans.thy Bali/Type.thy \ |
|
544 |
Bali/TypeRel.thy Bali/TypeSafe.thy Bali/Value.thy Bali/WellForm.thy \ |
|
13695 | 545 |
Bali/DefiniteAssignment.thy Bali/DefiniteAssignmentCorrect.thy \ |
12855 | 546 |
Bali/WellType.thy Bali/document/root.tex |
547 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Bali |
|
548 |
||
549 |
||
11356 | 550 |
## HOL-CTL |
551 |
||
552 |
HOL-CTL: HOL $(LOG)/HOL-CTL.gz |
|
553 |
||
554 |
$(LOG)/HOL-CTL.gz: $(OUT)/HOL \ |
|
555 |
CTL/CTL.thy CTL/ROOT.ML CTL/document/root.tex CTL/document/root.bib |
|
556 |
@$(ISATOOL) usedir $(OUT)/HOL CTL |
|
557 |
||
558 |
||
13403 | 559 |
## HOL-Extraction |
560 |
||
561 |
HOL-Extraction: HOL $(LOG)/HOL-Extraction.gz |
|
562 |
||
563 |
$(LOG)/HOL-Extraction.gz: $(OUT)/HOL \ |
|
564 |
Extraction/Higman.thy Extraction/ROOT.ML Extraction/QuotRem.thy \ |
|
565 |
Extraction/Warshall.thy Extraction/document/root.tex \ |
|
566 |
Extraction/document/root.bib |
|
567 |
@$(ISATOOL) usedir $(OUT)/HOL Extraction |
|
568 |
||
569 |
||
4518 | 570 |
## HOL-IOA |
571 |
||
572 |
HOL-IOA: HOL $(LOG)/HOL-IOA.gz |
|
2448 | 573 |
|
4518 | 574 |
$(LOG)/HOL-IOA.gz: $(OUT)/HOL IOA/Asig.ML IOA/Asig.thy IOA/IOA.ML \ |
575 |
IOA/IOA.thy IOA/ROOT.ML IOA/Solve.ML IOA/Solve.thy |
|
576 |
@$(ISATOOL) usedir $(OUT)/HOL IOA |
|
577 |
||
578 |
||
10135 | 579 |
## HOL-AxClasses |
4518 | 580 |
|
10135 | 581 |
HOL-AxClasses: HOL $(LOG)/HOL-AxClasses.gz |
2545 | 582 |
|
10135 | 583 |
$(LOG)/HOL-AxClasses.gz: $(OUT)/HOL AxClasses/Group.thy \ |
584 |
AxClasses/Product.thy AxClasses/ROOT.ML AxClasses/Semigroups.thy |
|
585 |
@$(ISATOOL) usedir $(OUT)/HOL AxClasses |
|
2545 | 586 |
|
587 |
||
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
588 |
## HOL-Lattice |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
589 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
590 |
HOL-Lattice: HOL $(LOG)/HOL-Lattice.gz |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
591 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
592 |
$(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
|
593 |
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
|
594 |
Lattice/ROOT.ML Lattice/document/root.tex |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
595 |
@$(ISATOOL) usedir $(OUT)/HOL Lattice |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
596 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
597 |
|
4518 | 598 |
## HOL-ex |
2448 | 599 |
|
4518 | 600 |
HOL-ex: HOL $(LOG)/HOL-ex.gz |
2448 | 601 |
|
10356 | 602 |
$(LOG)/HOL-ex.gz: $(OUT)/HOL ex/AVL.ML ex/AVL.thy ex/Antiquote.thy \ |
12360 | 603 |
ex/BT.thy ex/BinEx.thy ex/Group.ML ex/Group.thy ex/Higher_Order_Logic.thy \ |
13159 | 604 |
ex/Hilbert_Classical.thy ex/InSort.thy ex/IntRing.ML \ |
12438 | 605 |
ex/IntRing.thy ex/Intuitionistic.thy \ |
13200 | 606 |
ex/Lagrange.ML ex/Lagrange.thy ex/Locales.thy ex/MergeSort.thy \ |
11024 | 607 |
ex/MT.ML ex/MT.thy ex/MonoidGroup.thy ex/Multiquote.thy \ |
13117 | 608 |
ex/NatSum.thy ex/PER.thy ex/Primrec.thy ex/Puzzle.thy \ |
13159 | 609 |
ex/Qsort.thy ex/ROOT.ML ex/Recdefs.thy ex/Records.thy \ |
12869 | 610 |
ex/Ring.ML ex/Ring.thy ex/StringEx.thy ex/SVC_Oracle.ML ex/SVC_Oracle.thy \ |
13117 | 611 |
ex/Tarski.thy ex/Tuple.thy ex/cla.ML ex/mesontest.ML \ |
13059 | 612 |
ex/mesontest2.ML ex/mesontest2.thy ex/set.thy ex/svc_funcs.ML \ |
12869 | 613 |
ex/svc_test.ML ex/svc_test.thy ex/document/root.bib ex/document/root.tex |
2826 | 614 |
@$(ISATOOL) usedir $(OUT)/HOL ex |
2448 | 615 |
|
616 |
||
6445 | 617 |
## HOL-Isar_examples |
618 |
||
619 |
HOL-Isar_examples: HOL $(LOG)/HOL-Isar_examples.gz |
|
620 |
||
621 |
$(LOG)/HOL-Isar_examples.gz: $(OUT)/HOL Isar_examples/BasicLogic.thy \ |
|
6516 | 622 |
Isar_examples/Cantor.ML Isar_examples/Cantor.thy \ |
8050 | 623 |
Isar_examples/ExprCompiler.thy Isar_examples/Fibonacci.thy \ |
10143
86c39bba873f
added Isar_examples/Hoare.thy Isar_examples/HoareEx.thy;
wenzelm
parents:
10135
diff
changeset
|
624 |
Isar_examples/Group.thy Isar_examples/Hoare.thy Isar_examples/HoareEx.thy \ |
10255 | 625 |
Isar_examples/KnasterTarski.thy Isar_examples/MutilatedCheckerboard.thy \ |
8677 | 626 |
Isar_examples/NestedDatatype.thy Isar_examples/Peirce.thy \ |
8050 | 627 |
Isar_examples/Puzzle.thy Isar_examples/Summation.thy \ |
12946 | 628 |
Isar_examples/ROOT.ML Isar_examples/document/proof.sty \ |
629 |
Isar_examples/document/root.bib Isar_examples/document/root.tex \ |
|
13481 | 630 |
Isar_examples/document/style.tex Hoare/Hoare.ML |
6445 | 631 |
@$(ISATOOL) usedir $(OUT)/HOL Isar_examples |
632 |
||
633 |
||
4518 | 634 |
## TLA |
635 |
||
636 |
TLA: HOL $(OUT)/TLA |
|
637 |
||
6254 | 638 |
$(OUT)/TLA: $(OUT)/HOL TLA/Action.ML TLA/Action.thy TLA/Init.ML \ |
9516 | 639 |
TLA/Init.thy TLA/Intensional.ML TLA/Intensional.thy \ |
6254 | 640 |
TLA/ROOT.ML TLA/Stfun.ML TLA/Stfun.thy TLA/TLA.ML TLA/TLA.thy |
4518 | 641 |
@cd TLA; $(ISATOOL) usedir -b $(OUT)/HOL TLA |
642 |
||
643 |
||
644 |
## TLA-Inc |
|
645 |
||
646 |
TLA-Inc: TLA $(LOG)/TLA-Inc.gz |
|
647 |
||
648 |
$(LOG)/TLA-Inc.gz: $(OUT)/TLA TLA/Inc/Inc.thy TLA/Inc/Inc.ML \ |
|
649 |
TLA/Inc/Pcount.thy |
|
650 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Inc |
|
651 |
||
652 |
||
653 |
## TLA-Buffer |
|
654 |
||
655 |
TLA-Buffer: TLA $(LOG)/TLA-Buffer.gz |
|
2448 | 656 |
|
4518 | 657 |
$(LOG)/TLA-Buffer.gz: $(OUT)/TLA TLA/Buffer/Buffer.thy \ |
658 |
TLA/Buffer/Buffer.ML TLA/Buffer/DBuffer.thy TLA/Buffer/DBuffer.ML |
|
659 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Buffer |
|
660 |
||
661 |
||
662 |
## TLA-Memory |
|
663 |
||
664 |
TLA-Memory: TLA $(LOG)/TLA-Memory.gz |
|
4447 | 665 |
|
4518 | 666 |
$(LOG)/TLA-Memory.gz: $(OUT)/TLA TLA/Memory/MIParameters.thy \ |
9516 | 667 |
TLA/Memory/MIsafe.ML TLA/Memory/MemClerk.ML \ |
4518 | 668 |
TLA/Memory/MemClerk.thy TLA/Memory/MemClerkParameters.ML \ |
669 |
TLA/Memory/MemClerkParameters.thy TLA/Memory/Memory.ML \ |
|
670 |
TLA/Memory/Memory.thy TLA/Memory/MemoryImplementation.ML \ |
|
671 |
TLA/Memory/MemoryImplementation.thy TLA/Memory/MemoryParameters.ML \ |
|
672 |
TLA/Memory/MemoryParameters.thy TLA/Memory/ProcedureInterface.ML \ |
|
673 |
TLA/Memory/ProcedureInterface.thy TLA/Memory/RPC.ML TLA/Memory/RPC.thy \ |
|
674 |
TLA/Memory/RPCMemoryParams.thy TLA/Memory/RPCParameters.ML \ |
|
675 |
TLA/Memory/RPCParameters.thy |
|
676 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Memory |
|
677 |
||
678 |
||
679 |
## clean |
|
4447 | 680 |
|
681 |
clean: |
|
12678 | 682 |
@rm -f $(OUT)/HOL $(OUT)/HOL-Real $(OUT)/HOL-Hyperreal $(OUT)/TLA \ |
9481 | 683 |
$(LOG)/HOL.gz $(LOG)/HOL-Real.gz $(LOG)/TLA.gz \ |
684 |
$(LOG)/HOL-Isar_examples.gz $(LOG)/HOL-Induct.gz \ |
|
685 |
$(LOG)/HOL-ex.gz $(LOG)/HOL-Subst.gz $(LOG)/HOL-IMP.gz \ |
|
686 |
$(LOG)/HOL-IMPP.gz $(LOG)/HOL-Hoare.gz \ |
|
12996 | 687 |
$(LOG)/HOL-HoareParallel.gz \ |
9481 | 688 |
$(LOG)/HOL-Lex.gz $(LOG)/HOL-Algebra.gz \ |
689 |
$(LOG)/HOL-Auth.gz $(LOG)/HOL-UNITY.gz \ |
|
690 |
$(LOG)/HOL-Modelcheck.gz $(LOG)/HOL-Lambda.gz \ |
|
12855 | 691 |
$(LOG)/HOL-W0.gz $(LOG)/HOL-MiniML.gz \ |
692 |
$(LOG)/HOL-Bali.gz $(LOG)/HOL-CTL.gz \ |
|
11376 | 693 |
$(LOG)/HOL-MicroJava.gz $(LOG)/HOL-NanoJava.gz \ |
10135 | 694 |
$(LOG)/HOL-IOA.gz $(LOG)/HOL-AxClasses \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
695 |
$(LOG)/HOL-Lattice $(LOG)/HOL-Real-ex.gz \ |
13029 | 696 |
$(LOG)/HOL-Hyperreal-ex.gz \ |
9481 | 697 |
$(LOG)/HOL-Real-HahnBanach.gz $(LOG)/TLA-Inc.gz \ |
10255 | 698 |
$(LOG)/TLA-Buffer.gz $(LOG)/TLA-Memory.gz \ |
10981 | 699 |
$(LOG)/HOL-Library.gz $(LOG)/HOL-Unix.gz |