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