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