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