author | paulson |
Fri, 19 Mar 2004 10:51:03 +0100 | |
changeset 14477 | cc61fd03e589 |
parent 14442 | 04135b0c06ff |
child 14482 | 82774ac788ae |
permissions | -rw-r--r-- |
2448 | 1 |
# |
2 |
# $Id$ |
|
3 |
# |
|
4 |
# IsaMakefile for HOL |
|
5 |
# |
|
6 |
||
4518 | 7 |
## targets |
2448 | 8 |
|
4518 | 9 |
default: HOL |
13966
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13964
diff
changeset
|
10 |
images: HOL HOL-Algebra HOL-Complex 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-Auth \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
16 |
HOL-AxClasses \ |
14031 | 17 |
HOL-Bali \ |
13961 | 18 |
HOL-Complex-ex \ |
11356 | 19 |
HOL-CTL \ |
13403 | 20 |
HOL-Extraction \ |
13967
9cdab3186c0b
fixed HOL-Real-HahnBanach (-> HOL-Complex-HahnBanach)
kleing
parents:
13966
diff
changeset
|
21 |
HOL-Complex-HahnBanach \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
22 |
HOL-Hoare \ |
13019 | 23 |
HOL-HoareParallel \ |
10157
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 \ |
14199 | 38 |
HOL-SET-Protocol \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
39 |
HOL-Subst \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
40 |
TLA-Buffer \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
41 |
TLA-Inc \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
42 |
TLA-Memory \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
43 |
HOL-UNITY \ |
10966 | 44 |
HOL-Unix \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
45 |
HOL-W0 \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
46 |
HOL-ex |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
47 |
# ^ this is the sort position |
10614 | 48 |
|
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
49 |
all: test images |
4518 | 50 |
|
51 |
||
52 |
## global settings |
|
53 |
||
54 |
SRC = $(ISABELLE_HOME)/src |
|
3118 | 55 |
OUT = $(ISABELLE_OUTPUT) |
4447 | 56 |
LOG = $(OUT)/log |
2448 | 57 |
|
4518 | 58 |
|
59 |
## HOL |
|
2448 | 60 |
|
4518 | 61 |
HOL: Pure $(OUT)/HOL |
62 |
||
63 |
Pure: |
|
64 |
@cd $(SRC)/Pure; $(ISATOOL) make Pure |
|
3232
19a2b853ba7b
Removal of ex/LexProd; TFL files; new treatment of Prover files
paulson
parents:
3222
diff
changeset
|
65 |
|
11220 | 66 |
$(OUT)/HOL: $(OUT)/Pure $(SRC)/Provers/quantifier1.ML \ |
67 |
$(SRC)/Provers/Arith/abel_cancel.ML \ |
|
10255 | 68 |
$(SRC)/Provers/Arith/assoc_fold.ML \ |
69 |
$(SRC)/Provers/Arith/cancel_numerals.ML \ |
|
70 |
$(SRC)/Provers/Arith/cancel_sums.ML \ |
|
71 |
$(SRC)/Provers/Arith/combine_numerals.ML \ |
|
10535 | 72 |
$(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
|
73 |
$(SRC)/Provers/Arith/extract_common_term.ML \ |
13517 | 74 |
$(SRC)/Provers/Arith/cancel_div_mod.ML \ |
9869 | 75 |
$(SRC)/Provers/Arith/fast_lin_arith.ML $(SRC)/Provers/blast.ML \ |
10255 | 76 |
$(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
|
77 |
$(SRC)/Provers/hypsubst.ML $(SRC)/Provers/induct_method.ML \ |
14398
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14387
diff
changeset
|
78 |
$(SRC)/Provers/make_elim.ML $(SRC)/Provers/order.ML \ |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14387
diff
changeset
|
79 |
$(SRC)/Provers/simplifier.ML $(SRC)/Provers/splitter.ML \ |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14387
diff
changeset
|
80 |
$(SRC)/TFL/dcterm.ML $(SRC)/TFL/post.ML $(SRC)/TFL/rules.ML \ |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14387
diff
changeset
|
81 |
$(SRC)/TFL/tfl.ML $(SRC)/TFL/thms.ML $(SRC)/TFL/thry.ML \ |
12020 | 82 |
$(SRC)/TFL/usyntax.ML $(SRC)/TFL/utils.ML \ |
14267
b963e9cee2a0
More refinements to Ring_and_Field and numerics. Conversion of Divides_lemmas
paulson
parents:
14266
diff
changeset
|
83 |
Datatype.thy Datatype_Universe.ML Datatype_Universe.thy \ |
13403 | 84 |
Divides.thy Extraction.thy Finite_Set.ML Finite_Set.thy \ |
13585 | 85 |
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 \ |
14442 | 87 |
HOL.thy HOL_lemmas.ML Inductive.thy Infinite_Set.thy Integ/Bin.thy \ |
13879
92c0973ac730
Added decision procedure for Presburger arithmetic.
berghofe
parents:
13875
diff
changeset
|
88 |
Integ/cooper_dec.ML Integ/cooper_proof.ML \ |
14378
69c4d5997669
generic of_nat and of_int functions, and generalization of iszero
paulson
parents:
14373
diff
changeset
|
89 |
Integ/Equiv.thy Integ/IntArith.thy Integ/IntDef.thy \ |
14430
5cb24165a2e1
new material from Avigad, and simplified treatment of division by 0
paulson
parents:
14429
diff
changeset
|
90 |
Integ/IntDiv.thy Integ/NatBin.thy Integ/NatSimprocs.thy Integ/Parity.thy \ |
5cb24165a2e1
new material from Avigad, and simplified treatment of division by 0
paulson
parents:
14429
diff
changeset
|
91 |
Integ/int_arith1.ML Integ/int_factor_simprocs.ML Integ/nat_simprocs.ML \ |
13879
92c0973ac730
Added decision procedure for Presburger arithmetic.
berghofe
parents:
13875
diff
changeset
|
92 |
Integ/Presburger.thy Integ/presburger.ML Integ/qelim.ML \ |
13908 | 93 |
Lfp.ML Lfp.thy List.ML List.thy Main.ML Main.thy Map.thy Nat.ML \ |
13455 | 94 |
Nat.thy NatArith.ML NatArith.thy Numeral.thy \ |
14350 | 95 |
Power.thy PreList.thy Product_Type.ML Product_Type.thy \ |
96 |
Refute.thy ROOT.ML \ |
|
12918 | 97 |
Recdef.thy Record.thy Relation.ML Relation.thy Relation_Power.ML \ |
14265
95b42e69436c
HOL: installation of Ring_and_Field as the basis for Naturals and Reals
paulson
parents:
14264
diff
changeset
|
98 |
Relation_Power.thy Ring_and_Field.thy\ |
95b42e69436c
HOL: installation of Ring_and_Field as the basis for Naturals and Reals
paulson
parents:
14264
diff
changeset
|
99 |
Set.ML Set.thy SetInterval.ML SetInterval.thy \ |
12918 | 100 |
Sum_Type.ML Sum_Type.thy Tools/datatype_abs_proofs.ML Tools/datatype_aux.ML \ |
12438 | 101 |
Tools/datatype_codegen.ML Tools/datatype_package.ML Tools/datatype_prop.ML \ |
13469 | 102 |
Tools/datatype_realizer.ML Tools/datatype_rep_proofs.ML \ |
13706 | 103 |
Tools/inductive_codegen.ML Tools/inductive_package.ML Tools/inductive_realizer.ML \ |
104 |
Tools/meson.ML Tools/numeral_syntax.ML \ |
|
12438 | 105 |
Tools/primrec_package.ML Tools/recdef_package.ML Tools/recfun_codegen.ML \ |
14350 | 106 |
Tools/record_package.ML \ |
107 |
Tools/refute.ML Tools/refute_isar.ML \ |
|
108 |
Tools/rewrite_hol_proof.ML \ |
|
14115 | 109 |
Tools/specification_package.ML \ |
13403 | 110 |
Tools/split_rule.ML Tools/typedef_package.ML \ |
12691 | 111 |
Transitive_Closure.thy Transitive_Closure.ML Typedef.thy \ |
11609
3f3d1add4d94
eliminated theories "equalities" and "mono" (made part of "Typedef",
wenzelm
parents:
11598
diff
changeset
|
112 |
Wellfounded_Recursion.ML Wellfounded_Recursion.thy Wellfounded_Relations.ML \ |
10255 | 113 |
Wellfounded_Relations.thy arith_data.ML blastdata.ML cladata.ML \ |
12897
f4d10ad0ea7b
converted/deleted equalities.ML, mono.ML, subset.ML (see Set.thy);
wenzelm
parents:
12869
diff
changeset
|
114 |
document/root.tex hologic.ML meson_lemmas.ML simpdata.ML thy_syntax.ML |
14042
61093a0ac760
make it possible to switch off proof objects for HOL image
kleing
parents:
14031
diff
changeset
|
115 |
@$(ISATOOL) usedir -b -g true $(HOL_PROOF_OBJECTS) $(OUT)/Pure HOL |
4518 | 116 |
|
13029 | 117 |
|
13967
9cdab3186c0b
fixed HOL-Real-HahnBanach (-> HOL-Complex-HahnBanach)
kleing
parents:
13966
diff
changeset
|
118 |
## HOL-Complex-HahnBanach |
13029 | 119 |
|
13967
9cdab3186c0b
fixed HOL-Real-HahnBanach (-> HOL-Complex-HahnBanach)
kleing
parents:
13966
diff
changeset
|
120 |
HOL-Complex-HahnBanach: HOL-Complex $(LOG)/HOL-Complex-HahnBanach.gz |
13029 | 121 |
|
13967
9cdab3186c0b
fixed HOL-Real-HahnBanach (-> HOL-Complex-HahnBanach)
kleing
parents:
13966
diff
changeset
|
122 |
$(LOG)/HOL-Complex-HahnBanach.gz: $(OUT)/HOL-Complex Real/HahnBanach/Aux.thy \ |
13029 | 123 |
Real/HahnBanach/Bounds.thy Real/HahnBanach/FunctionNorm.thy \ |
124 |
Real/HahnBanach/FunctionOrder.thy Real/HahnBanach/HahnBanach.thy \ |
|
125 |
Real/HahnBanach/HahnBanachExtLemmas.thy \ |
|
126 |
Real/HahnBanach/HahnBanachSupLemmas.thy \ |
|
127 |
Real/HahnBanach/Linearform.thy Real/HahnBanach/NormedSpace.thy \ |
|
128 |
Real/HahnBanach/README.html Real/HahnBanach/ROOT.ML \ |
|
129 |
Real/HahnBanach/Subspace.thy Real/HahnBanach/VectorSpace.thy \ |
|
130 |
Real/HahnBanach/ZornLemma.thy Real/HahnBanach/document/root.bib \ |
|
131 |
Real/HahnBanach/document/root.tex |
|
13966
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13964
diff
changeset
|
132 |
@cd Real; $(ISATOOL) usedir -g true $(OUT)/HOL-Complex HahnBanach |
13029 | 133 |
|
134 |
||
13961 | 135 |
## HOL-Complex |
10751 | 136 |
|
13966
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13964
diff
changeset
|
137 |
HOL-Complex: HOL $(OUT)/HOL-Complex |
10751 | 138 |
|
13966
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13964
diff
changeset
|
139 |
$(OUT)/HOL-Complex: $(OUT)/HOL Complex/ROOT.ML\ |
13551
b7f64ee8da84
converted Hyperreal/Zorn to Isar format and moved to Library
paulson
parents:
13517
diff
changeset
|
140 |
Library/Zorn.thy\ |
14387
e96d5c42c4b0
Polymorphic treatment of binary arithmetic using axclasses
paulson
parents:
14378
diff
changeset
|
141 |
Real/Lubs.thy Real/rat_arith.ML\ |
14365
3d4df8c166ae
replacing HOL/Real/PRat, PNat by the rational number development
paulson
parents:
14355
diff
changeset
|
142 |
Real/Rational.thy Real/PReal.thy Real/RComplete.thy \ |
14387
e96d5c42c4b0
Polymorphic treatment of binary arithmetic using axclasses
paulson
parents:
14378
diff
changeset
|
143 |
Real/ROOT.ML Real/Real.thy Real/real_arith.ML Real/RealDef.thy \ |
14365
3d4df8c166ae
replacing HOL/Real/PRat, PNat by the rational number development
paulson
parents:
14355
diff
changeset
|
144 |
Real/RealPow.thy Real/document/root.tex Real/real_arith.ML\ |
14430
5cb24165a2e1
new material from Avigad, and simplified treatment of division by 0
paulson
parents:
14429
diff
changeset
|
145 |
Hyperreal/EvenOdd.thy\ |
14411
7851e526b8b7
converted Hyperreal/Log and Hyperreal/HLog to Isar scripts
paulson
parents:
14409
diff
changeset
|
146 |
Hyperreal/Fact.ML Hyperreal/Fact.thy Hyperreal/HLog.thy\ |
14413 | 147 |
Hyperreal/Filter.ML Hyperreal/Filter.thy Hyperreal/HSeries.thy\ |
14420
4e72cd222e0b
converted Hyperreal/HTranscendental to Isar script
paulson
parents:
14419
diff
changeset
|
148 |
Hyperreal/HTranscendental.thy Hyperreal/HyperArith.thy\ |
4e72cd222e0b
converted Hyperreal/HTranscendental to Isar script
paulson
parents:
14419
diff
changeset
|
149 |
Hyperreal/HyperDef.thy Hyperreal/HyperNat.thy\ |
14425 | 150 |
Hyperreal/HyperPow.thy Hyperreal/Hyperreal.thy Hyperreal/IntFloor.thy\ |
14477 | 151 |
Hyperreal/Lim.thy Hyperreal/Log.thy\ |
14415 | 152 |
Hyperreal/MacLaurin.ML Hyperreal/MacLaurin.thy Hyperreal/NatStar.thy\ |
14435
9e22eeccf129
Conversion of Poly to Isar script, and other tidying of HOL/Hyperreal
paulson
parents:
14432
diff
changeset
|
153 |
Hyperreal/NSA.thy Hyperreal/NthRoot.thy Hyperreal/Poly.thy\ |
14416 | 154 |
Hyperreal/SEQ.ML Hyperreal/SEQ.thy Hyperreal/Series.thy\ |
14370 | 155 |
Hyperreal/Star.thy Hyperreal/Transcendental.ML\ |
13551
b7f64ee8da84
converted Hyperreal/Zorn to Isar format and moved to Library
paulson
parents:
13517
diff
changeset
|
156 |
Hyperreal/Transcendental.thy Hyperreal/fuf.ML Hyperreal/hypreal_arith.ML \ |
14406 | 157 |
Complex/Complex_Main.thy Complex/CLim.thy Complex/CSeries.thy\ |
14407 | 158 |
Complex/CStar.thy Complex/Complex.thy Complex/ComplexBin.thy\ |
14409 | 159 |
Complex/NSCA.thy Complex/NSComplex.thy Complex/NSInduct.thy |
13966
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13964
diff
changeset
|
160 |
@cd Complex; $(ISATOOL) usedir -b $(OUT)/HOL HOL-Complex |
10751 | 161 |
|
7395 | 162 |
|
13961 | 163 |
## HOL-Complex-ex |
7392 | 164 |
|
13961 | 165 |
HOL-Complex-ex: HOL-Complex $(LOG)/HOL-Complex-ex.gz |
7535
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
166 |
|
13961 | 167 |
$(LOG)/HOL-Complex-ex.gz: $(OUT)/HOL-Complex Library/Primes.thy \ |
168 |
Complex/ex/ROOT.ML Complex/ex/document/root.tex \ |
|
13966
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13964
diff
changeset
|
169 |
Complex/ex/BinEx.thy \ |
13961 | 170 |
Complex/ex/NSPrimes.ML Complex/ex/NSPrimes.thy\ |
171 |
Complex/ex/Sqrt.thy Complex/ex/Sqrt_Script.thy |
|
172 |
@cd Complex; $(ISATOOL) usedir $(OUT)/HOL-Complex ex |
|
7535
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
173 |
|
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
174 |
|
10255 | 175 |
## HOL-Library |
176 |
||
177 |
HOL-Library: HOL $(LOG)/HOL-Library.gz |
|
178 |
||
10266 | 179 |
$(LOG)/HOL-Library.gz: $(OUT)/HOL Library/Accessible_Part.thy \ |
13585 | 180 |
Library/FuncSet.thy Library/Library.thy \ |
14132 | 181 |
Library/List_Prefix.thy Library/Multiset.thy Library/NatPair.thy \ |
14265
95b42e69436c
HOL: installation of Ring_and_Field as the basis for Naturals and Reals
paulson
parents:
14264
diff
changeset
|
182 |
Library/Permutation.thy Library/Primes.thy Library/Quotient.thy \ |
14266 | 183 |
Library/Nat_Infinity.thy \ |
11349
fcb507c945c3
added Library/Nat_Infinity.thy and Library/Continuity.thy
oheimb
parents:
11287
diff
changeset
|
184 |
Library/README.html Library/Continuity.thy \ |
14365
3d4df8c166ae
replacing HOL/Real/PRat, PNat by the rational number development
paulson
parents:
14355
diff
changeset
|
185 |
Library/Nested_Environment.thy Library/Zorn.thy\ |
12816 | 186 |
Library/Library/ROOT.ML Library/Library/document/root.tex \ |
187 |
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
|
188 |
@cd Library; $(ISATOOL) usedir $(OUT)/HOL Library |
10255 | 189 |
|
190 |
||
4518 | 191 |
## HOL-Subst |
192 |
||
193 |
HOL-Subst: HOL $(LOG)/HOL-Subst.gz |
|
194 |
||
195 |
$(LOG)/HOL-Subst.gz: $(OUT)/HOL Subst/AList.ML Subst/AList.thy \ |
|
196 |
Subst/ROOT.ML Subst/Subst.ML Subst/Subst.thy Subst/UTerm.ML \ |
|
197 |
Subst/UTerm.thy Subst/Unifier.ML Subst/Unifier.thy Subst/Unify.ML \ |
|
198 |
Subst/Unify.thy |
|
199 |
@$(ISATOOL) usedir $(OUT)/HOL Subst |
|
2448 | 200 |
|
201 |
||
4518 | 202 |
## HOL-Induct |
2473 | 203 |
|
4518 | 204 |
HOL-Induct: HOL $(LOG)/HOL-Induct.gz |
3125 | 205 |
|
10255 | 206 |
$(LOG)/HOL-Induct.gz: $(OUT)/HOL \ |
14288 | 207 |
Induct/BinaryTree.thy Induct/BinaryTree_Map.thy\ |
208 |
Induct/BinaryTree_TacticStyle.thy\ |
|
13075
d3e1d554cd6d
conversion of some HOL/Induct proof scripts to Isar
paulson
parents:
13059
diff
changeset
|
209 |
Induct/Com.thy Induct/Comb.thy Induct/LFilter.thy \ |
d3e1d554cd6d
conversion of some HOL/Induct proof scripts to Isar
paulson
parents:
13059
diff
changeset
|
210 |
Induct/LList.thy Induct/Mutil.thy Induct/Ordinals.thy \ |
d3e1d554cd6d
conversion of some HOL/Induct proof scripts to Isar
paulson
parents:
13059
diff
changeset
|
211 |
Induct/PropLog.thy Induct/ROOT.ML \ |
13079
e7738aa7267f
conversion of Induct/{Slist,Sexp} to Isar scripts
paulson
parents:
13075
diff
changeset
|
212 |
Induct/Sexp.thy Induct/Sigma_Algebra.thy \ |
e7738aa7267f
conversion of Induct/{Slist,Sexp} to Isar scripts
paulson
parents:
13075
diff
changeset
|
213 |
Induct/SList.thy Induct/ABexp.thy Induct/Term.thy \ |
11046
b5f5942781a0
Induct: converted some theories to new-style format;
wenzelm
parents:
11026
diff
changeset
|
214 |
Induct/Tree.thy Induct/document/root.tex |
3125 | 215 |
@$(ISATOOL) usedir $(OUT)/HOL Induct |
216 |
||
217 |
||
4518 | 218 |
## HOL-IMP |
219 |
||
220 |
HOL-IMP: HOL $(LOG)/HOL-IMP.gz |
|
2448 | 221 |
|
13129 | 222 |
$(LOG)/HOL-IMP.gz: $(OUT)/HOL IMP/Com.thy IMP/Compiler0.thy IMP/Compiler.thy \ |
12432 | 223 |
IMP/Denotation.thy IMP/Expr.thy IMP/Hoare.thy \ |
224 |
IMP/Natural.thy IMP/Examples.thy \ |
|
225 |
IMP/Transition.thy IMP/VC.thy IMP/ROOT.ML IMP/document/root.tex \ |
|
226 |
IMP/document/root.bib |
|
12548 | 227 |
@$(ISATOOL) usedir -g true $(OUT)/HOL IMP |
2448 | 228 |
|
229 |
||
8179 | 230 |
## HOL-IMPP |
231 |
||
232 |
HOL-IMPP: HOL $(LOG)/HOL-IMPP.gz |
|
233 |
||
234 |
$(LOG)/HOL-IMPP.gz: $(OUT)/HOL IMPP/ROOT.ML IMPP/Com.thy IMPP/Com.ML \ |
|
235 |
IMPP/Natural.thy IMPP/Natural.ML IMPP/Hoare.thy IMPP/Hoare.ML \ |
|
236 |
IMPP/Misc.thy IMPP/Misc.ML IMPP/EvenOdd.thy IMPP/EvenOdd.ML |
|
237 |
@$(ISATOOL) usedir $(OUT)/HOL IMPP |
|
238 |
||
239 |
||
9510 | 240 |
## HOL-NumberTheory |
241 |
||
242 |
HOL-NumberTheory: HOL $(LOG)/HOL-NumberTheory.gz |
|
243 |
||
244 |
$(LOG)/HOL-NumberTheory.gz: $(OUT)/HOL \ |
|
11363 | 245 |
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
|
246 |
NumberTheory/Factorization.thy NumberTheory/BijectionRel.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
247 |
NumberTheory/Chinese.thy NumberTheory/EulerFermat.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
248 |
NumberTheory/IntFact.thy NumberTheory/IntPrimes.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
249 |
NumberTheory/WilsonBij.thy NumberTheory/WilsonRuss.thy \ |
13873 | 250 |
NumberTheory/Finite2.thy NumberTheory/Int2.thy NumberTheory/EvenOdd.thy\ |
251 |
NumberTheory/Residues.thy NumberTheory/Euler.thy NumberTheory/Gauss.thy\ |
|
252 |
NumberTheory/Quadratic_Reciprocity.thy\ |
|
9510 | 253 |
NumberTheory/ROOT.ML |
11850 | 254 |
@$(ISATOOL) usedir -g true $(OUT)/HOL NumberTheory |
9510 | 255 |
|
256 |
||
4518 | 257 |
## HOL-Hoare |
258 |
||
259 |
HOL-Hoare: HOL $(LOG)/HOL-Hoare.gz |
|
2448 | 260 |
|
4518 | 261 |
$(LOG)/HOL-Hoare.gz: $(OUT)/HOL Hoare/Arith2.ML Hoare/Arith2.thy \ |
13697 | 262 |
Hoare/Examples.thy Hoare/hoare.ML Hoare/Hoare.thy \ |
13875 | 263 |
Hoare/Heap.thy Hoare/HeapSyntax.thy Hoare/Pointer_Examples.thy \ |
264 |
Hoare/ROOT.ML Hoare/ExamplesAbort.thy Hoare/HeapSyntaxAbort.thy \ |
|
14075 | 265 |
Hoare/hoareAbort.ML Hoare/HoareAbort.thy Hoare/SchorrWaite.thy \ |
266 |
Hoare/Separation.thy Hoare/SepLogHeap.thy |
|
2826 | 267 |
@$(ISATOOL) usedir $(OUT)/HOL Hoare |
2448 | 268 |
|
269 |
||
12996 | 270 |
## HOL-HoareParallel |
271 |
||
272 |
HOL-HoareParallel: HOL $(LOG)/HOL-HoareParallel.gz |
|
273 |
||
274 |
$(LOG)/HOL-HoareParallel.gz: $(OUT)/HOL HoareParallel/Gar_Coll.thy \ |
|
275 |
HoareParallel/Graph.thy HoareParallel/Mul_Gar_Coll.thy \ |
|
276 |
HoareParallel/OG_Com.thy HoareParallel/OG_Examples.thy \ |
|
277 |
HoareParallel/OG_Hoare.thy HoareParallel/OG_Syntax.thy \ |
|
278 |
HoareParallel/OG_Tactics.thy HoareParallel/OG_Tran.thy \ |
|
13019 | 279 |
HoareParallel/Quote_Antiquote.thy \ |
12996 | 280 |
HoareParallel/RG_Com.thy HoareParallel/RG_Examples.thy \ |
281 |
HoareParallel/RG_Hoare.thy HoareParallel/RG_Syntax.thy \ |
|
282 |
HoareParallel/RG_Tran.thy HoareParallel/ROOT.ML \ |
|
283 |
HoareParallel/document/root.tex |
|
13029 | 284 |
@$(ISATOOL) usedir -g true $(OUT)/HOL HoareParallel |
12996 | 285 |
|
286 |
||
4518 | 287 |
## HOL-Lex |
288 |
||
289 |
HOL-Lex: HOL $(LOG)/HOL-Lex.gz |
|
2448 | 290 |
|
4830 | 291 |
$(LOG)/HOL-Lex.gz: $(OUT)/HOL \ |
14432 | 292 |
Lex/AutoChopper.thy Lex/AutoChopper1.thy Lex/AutoMaxChop.thy \ |
293 |
Lex/AutoProj.thy Lex/Automata.thy Lex/Chopper.thy Lex/DA.thy \ |
|
294 |
Lex/MaxChop.thy Lex/MaxPrefix.thy Lex/NA.thy Lex/NAe.thy Lex/RegExp2NAe.thy \ |
|
14441 | 295 |
Lex/Scanner.thy Lex/RegExp2NA.thy Lex/ROOT.ML Lex/RegExp.thy Lex/RegSet.thy \ |
14432 | 296 |
Lex/RegSet_of_nat_DA.thy Library/List_Prefix.thy |
4518 | 297 |
@$(ISATOOL) usedir $(OUT)/HOL Lex |
2448 | 298 |
|
4518 | 299 |
|
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
300 |
## HOL-Algebra |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
301 |
|
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
302 |
HOL-Algebra: HOL $(LOG)/HOL-Algebra.gz |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
303 |
|
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
304 |
$(LOG)/HOL-Algebra.gz: $(OUT)/HOL Algebra/ROOT.ML \ |
13949
0ce528cd6f19
HOL-Algebra complete for release Isabelle2003 (modulo section headers).
ballarin
parents:
13943
diff
changeset
|
305 |
Library/Primes.thy Library/FuncSet.thy \ |
13943 | 306 |
Algebra/Bij.thy \ |
13939 | 307 |
Algebra/CRing.thy \ |
13870
cf947d1ec5ff
moved Exponent, Coset, Sylow from GroupTheory to Algebra, converting them
paulson
parents:
13858
diff
changeset
|
308 |
Algebra/Coset.thy \ |
cf947d1ec5ff
moved Exponent, Coset, Sylow from GroupTheory to Algebra, converting them
paulson
parents:
13858
diff
changeset
|
309 |
Algebra/Exponent.thy \ |
13939 | 310 |
Algebra/FiniteProduct.thy \ |
311 |
Algebra/Group.thy \ |
|
312 |
Algebra/Module.thy \ |
|
13870
cf947d1ec5ff
moved Exponent, Coset, Sylow from GroupTheory to Algebra, converting them
paulson
parents:
13858
diff
changeset
|
313 |
Algebra/Sylow.thy \ |
13939 | 314 |
Algebra/UnivPoly.thy \ |
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
315 |
Algebra/abstract/Abstract.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
316 |
Algebra/abstract/Factor.ML Algebra/abstract/Factor.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
317 |
Algebra/abstract/Field.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
318 |
Algebra/abstract/Ideal.ML Algebra/abstract/Ideal.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
319 |
Algebra/abstract/PID.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
320 |
Algebra/abstract/Ring.ML Algebra/abstract/Ring.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
321 |
Algebra/abstract/RingHomo.ML Algebra/abstract/RingHomo.thy\ |
13735 | 322 |
Algebra/abstract/order.ML \ |
13949
0ce528cd6f19
HOL-Algebra complete for release Isabelle2003 (modulo section headers).
ballarin
parents:
13943
diff
changeset
|
323 |
Algebra/document/root.tex \ |
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
324 |
Algebra/poly/LongDiv.ML Algebra/poly/LongDiv.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
325 |
Algebra/poly/PolyHomo.ML Algebra/poly/PolyHomo.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
326 |
Algebra/poly/Polynomial.thy \ |
13939 | 327 |
Algebra/poly/UnivPoly2.ML Algebra/poly/UnivPoly2.thy \ |
328 |
Algebra/ringsimp.ML |
|
13949
0ce528cd6f19
HOL-Algebra complete for release Isabelle2003 (modulo section headers).
ballarin
parents:
13943
diff
changeset
|
329 |
@cd Algebra; $(ISATOOL) usedir -b $(OUT)/HOL HOL-Algebra |
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
330 |
|
4518 | 331 |
## HOL-Auth |
3819 | 332 |
|
4518 | 333 |
HOL-Auth: HOL $(LOG)/HOL-Auth.gz |
3819 | 334 |
|
14132 | 335 |
$(LOG)/HOL-Auth.gz: $(OUT)/HOL Library/NatPair.thy \ |
13926 | 336 |
Auth/CertifiedEmail.thy Auth/Event.thy \ |
337 |
Auth/Message.thy Auth/NS_Public.thy Auth/NS_Public_Bad.thy \ |
|
11251 | 338 |
Auth/NS_Shared.thy Auth/OtwayRees.thy Auth/OtwayRees_AN.thy \ |
13923 | 339 |
Auth/OtwayRees_Bad.thy Auth/Public.thy Auth/ROOT.ML \ |
13926 | 340 |
Auth/Recur.thy Auth/Shared.thy \ |
14182
5f49f00fe084
conversion of HOL/Auth/KerberosIV to new-style theory
paulson
parents:
14150
diff
changeset
|
341 |
Auth/TLS.thy Auth/WooLam.thy Auth/Kerberos_BAN.thy Auth/KerberosIV.thy \ |
13508 | 342 |
Auth/Yahalom.thy Auth/Yahalom2.thy Auth/Yahalom_Bad.thy \ |
14145
2e31b8cc8788
ZhouGollmann: new example (fair non-repudiation protocol)
paulson
parents:
14132
diff
changeset
|
343 |
Auth/ZhouGollmann.thy \ |
13508 | 344 |
Auth/Guard/Analz.thy Auth/Guard/Extensions.thy Auth/Guard/GuardK.thy \ |
345 |
Auth/Guard/Guard_Public.thy Auth/Guard/Guard_Shared.thy \ |
|
346 |
Auth/Guard/Guard.thy Auth/Guard/List_Msg.thy \ |
|
347 |
Auth/Guard/NS_Public.thy Auth/Guard/OtwayRees.thy \ |
|
348 |
Auth/Guard/P1.thy Auth/Guard/P2.thy \ |
|
14150 | 349 |
Auth/Guard/Proto.thy Auth/Guard/Yahalom.thy\ |
350 |
Auth/document/root.tex |
|
13964 | 351 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Auth |
2448 | 352 |
|
353 |
||
4777 | 354 |
## HOL-UNITY |
355 |
||
356 |
HOL-UNITY: HOL $(LOG)/HOL-UNITY.gz |
|
357 |
||
10787 | 358 |
$(LOG)/HOL-UNITY.gz: $(OUT)/HOL Library/Multiset.thy UNITY/ROOT.ML \ |
13790 | 359 |
UNITY/UNITY_Main.thy UNITY/UNITY_tactics.ML \ |
13797 | 360 |
UNITY/Comp.thy UNITY/Constrains.thy UNITY/Detects.thy UNITY/ELT.thy \ |
13853
89131afa9f01
New theory ProgressSets. Definition of closure sets
paulson
parents:
13851
diff
changeset
|
361 |
UNITY/Extend.thy UNITY/FP.thy UNITY/Follows.thy UNITY/Guar.thy\ |
89131afa9f01
New theory ProgressSets. Definition of closure sets
paulson
parents:
13851
diff
changeset
|
362 |
UNITY/Lift_prog.thy UNITY/ListOrder.thy UNITY/ProgressSets.thy\ |
89131afa9f01
New theory ProgressSets. Definition of closure sets
paulson
parents:
13851
diff
changeset
|
363 |
UNITY/PPROD.thy UNITY/Project.thy UNITY/Rename.thy UNITY/Transformers.thy\ |
13797 | 364 |
UNITY/SubstAx.thy UNITY/UNITY.thy UNITY/Union.thy UNITY/WFair.thy \ |
13790 | 365 |
UNITY/Simple/Channel.thy UNITY/Simple/Common.thy \ |
366 |
UNITY/Simple/Deadlock.thy UNITY/Simple/Lift.thy UNITY/Simple/Mutex.thy \ |
|
14199 | 367 |
UNITY/Simple/NSP_Bad.thy UNITY/Simple/Network.thy\ |
13790 | 368 |
UNITY/Simple/Reach.thy UNITY/Simple/Reachability.thy UNITY/Simple/Token.thy\ |
11193
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
11191
diff
changeset
|
369 |
UNITY/Comp/Alloc.ML UNITY/Comp/Alloc.thy \ |
14089
7b34f58b1b81
converted UNITY/Comp/{AllocImpl,Client} to Isar scripts
paulson
parents:
14088
diff
changeset
|
370 |
UNITY/Comp/AllocBase.thy UNITY/Comp/AllocImpl.thy UNITY/Comp/Client.thy \ |
14088
61bd46feb919
converted Counter, Counterc and PriorityAux to Isar scripts (all HOL/UNITY/Comp)
paulson
parents:
14087
diff
changeset
|
371 |
UNITY/Comp/Counter.thy UNITY/Comp/Counterc.thy UNITY/Comp/Handshake.thy \ |
61bd46feb919
converted Counter, Counterc and PriorityAux to Isar scripts (all HOL/UNITY/Comp)
paulson
parents:
14087
diff
changeset
|
372 |
UNITY/Comp/PriorityAux.thy \ |
14087
cb07c3948668
Conversion of UNITY/Comp/Priority.thy to a linear Isar script
paulson
parents:
14075
diff
changeset
|
373 |
UNITY/Comp/Priority.thy UNITY/Comp/Progress.thy \ |
14150 | 374 |
UNITY/Comp/TimerArray.thy\ |
375 |
UNITY/document/root.tex |
|
376 |
@$(ISATOOL) usedir -g true $(OUT)/HOL UNITY |
|
4777 | 377 |
|
378 |
||
10966 | 379 |
## HOL-Unix |
380 |
||
381 |
HOL-Unix: HOL $(LOG)/HOL-Unix.gz |
|
382 |
||
383 |
$(LOG)/HOL-Unix.gz: $(OUT)/HOL Library/Nested_Environment.thy \ |
|
384 |
Library/List_Prefix.thy Unix/ROOT.ML Unix/Unix.thy \ |
|
385 |
Unix/document/root.bib Unix/document/root.tex |
|
386 |
@$(ISATOOL) usedir $(OUT)/HOL Unix |
|
387 |
||
388 |
||
4518 | 389 |
## HOL-Modelcheck |
390 |
||
391 |
HOL-Modelcheck: HOL $(LOG)/HOL-Modelcheck.gz |
|
3218 | 392 |
|
4518 | 393 |
$(LOG)/HOL-Modelcheck.gz: $(OUT)/HOL Modelcheck/CTL.thy \ |
6474 | 394 |
Modelcheck/EindhovenExample.ML Modelcheck/EindhovenExample.thy \ |
395 |
Modelcheck/EindhovenSyn.ML Modelcheck/EindhovenSyn.thy \ |
|
396 |
Modelcheck/MuCalculus.ML Modelcheck/MuCalculus.thy \ |
|
397 |
Modelcheck/MuckeExample1.ML Modelcheck/MuckeExample1.thy \ |
|
6472 | 398 |
Modelcheck/MuckeExample2.ML Modelcheck/MuckeExample2.thy \ |
6474 | 399 |
Modelcheck/MuckeSyn.ML Modelcheck/MuckeSyn.thy Modelcheck/ROOT.ML \ |
400 |
Modelcheck/mucke_oracle.ML |
|
3218 | 401 |
@$(ISATOOL) usedir $(OUT)/HOL Modelcheck |
402 |
||
403 |
||
4518 | 404 |
## HOL-Lambda |
2448 | 405 |
|
4518 | 406 |
HOL-Lambda: HOL $(LOG)/HOL-Lambda.gz |
2448 | 407 |
|
10255 | 408 |
$(LOG)/HOL-Lambda.gz: $(OUT)/HOL Library/Accessible_Part.thy \ |
409 |
Lambda/Commutation.thy Lambda/Eta.thy Lambda/InductTermi.thy Lambda/Lambda.thy \ |
|
9771 | 410 |
Lambda/ListApplication.thy Lambda/ListBeta.thy Lambda/ListOrder.thy \ |
14070
86c56794b641
Added new theories StrongNorm and WeakNorm to Lambda example.
berghofe
parents:
14044
diff
changeset
|
411 |
Lambda/ParRed.thy Lambda/StrongNorm.thy Lambda/Type.thy \ |
86c56794b641
Added new theories StrongNorm and WeakNorm to Lambda example.
berghofe
parents:
14044
diff
changeset
|
412 |
Lambda/WeakNorm.thy Lambda/ROOT.ML \ |
86c56794b641
Added new theories StrongNorm and WeakNorm to Lambda example.
berghofe
parents:
14044
diff
changeset
|
413 |
Lambda/document/root.bib Lambda/document/root.tex |
11850 | 414 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Lambda |
2448 | 415 |
|
416 |
||
9015 | 417 |
## HOL-Prolog |
418 |
||
419 |
HOL-Prolog: HOL $(LOG)/HOL-Prolog.gz |
|
420 |
||
421 |
$(LOG)/HOL-Prolog.gz: $(OUT)/HOL Prolog/ROOT.ML Prolog/HOHH.ML Prolog/HOHH.thy \ |
|
422 |
Prolog/Test.ML Prolog/Test.thy \ |
|
423 |
Prolog/Func.ML Prolog/Func.thy Prolog/Type.ML Prolog/Type.thy |
|
424 |
@$(ISATOOL) usedir $(OUT)/HOL Prolog |
|
425 |
||
426 |
||
4518 | 427 |
## HOL-W0 |
2527 | 428 |
|
4518 | 429 |
HOL-W0: HOL $(LOG)/HOL-W0.gz |
2527 | 430 |
|
12946 | 431 |
$(LOG)/HOL-W0.gz: $(OUT)/HOL W0/ROOT.ML W0/W0.thy W0/document/root.tex |
2826 | 432 |
@$(ISATOOL) usedir $(OUT)/HOL W0 |
2527 | 433 |
|
434 |
||
4518 | 435 |
## HOL-MiniML |
2527 | 436 |
|
4518 | 437 |
HOL-MiniML: HOL $(LOG)/HOL-MiniML.gz |
2448 | 438 |
|
14423 | 439 |
$(LOG)/HOL-MiniML.gz: $(OUT)/HOL MiniML/Generalize.thy\ |
440 |
MiniML/Instance.thy MiniML/Maybe.thy MiniML/MiniML.thy \ |
|
441 |
MiniML/ROOT.ML MiniML/Type.thy MiniML/W.thy |
|
2826 | 442 |
@$(ISATOOL) usedir $(OUT)/HOL MiniML |
2448 | 443 |
|
7629 | 444 |
|
8012 | 445 |
## HOL-MicroJava |
446 |
||
447 |
HOL-MicroJava: HOL $(LOG)/HOL-MicroJava.gz |
|
448 |
||
11086 | 449 |
$(LOG)/HOL-MicroJava.gz: $(OUT)/HOL MicroJava/ROOT.ML \ |
13672 | 450 |
MicroJava/Comp/AuxLemmas.thy \ |
451 |
MicroJava/Comp/CorrComp.thy \ |
|
452 |
MicroJava/Comp/CorrCompTp.thy \ |
|
453 |
MicroJava/Comp/DefsComp.thy \ |
|
454 |
MicroJava/Comp/Index.thy \ |
|
455 |
MicroJava/Comp/LemmasComp.thy \ |
|
456 |
MicroJava/Comp/NatCanonify.thy \ |
|
457 |
MicroJava/Comp/TranslComp.thy \ |
|
458 |
MicroJava/Comp/TranslCompTp.thy \ |
|
459 |
MicroJava/Comp/TypeInf.thy \ |
|
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 \ |
13224 | 476 |
MicroJava/BV/Typing_Framework_JVM.thy MicroJava/BV/BVExample.thy \ |
477 |
MicroJava/BV/LBVSpec.thy MicroJava/BV/LBVCorrect.thy \ |
|
478 |
MicroJava/BV/LBVComplete.thy MicroJava/BV/LBVJVM.thy \ |
|
12915 | 479 |
MicroJava/document/root.bib MicroJava/document/root.tex \ |
480 |
MicroJava/document/introduction.tex |
|
11850 | 481 |
@$(ISATOOL) usedir -g true $(OUT)/HOL MicroJava |
482 |
||
8012 | 483 |
|
11376 | 484 |
## HOL-NanoJava |
485 |
||
486 |
HOL-NanoJava: HOL $(LOG)/HOL-NanoJava.gz |
|
487 |
||
488 |
$(LOG)/HOL-NanoJava.gz: $(OUT)/HOL NanoJava/ROOT.ML \ |
|
489 |
NanoJava/Term.thy NanoJava/Decl.thy NanoJava/TypeRel.thy NanoJava/State.thy \ |
|
490 |
NanoJava/OpSem.thy NanoJava/AxSem.thy NanoJava/AxSem.thy \ |
|
491 |
NanoJava/document/root.bib NanoJava/document/root.tex |
|
11850 | 492 |
@$(ISATOOL) usedir -g true $(OUT)/HOL NanoJava |
493 |
||
8193 | 494 |
|
12855 | 495 |
## HOL-Bali |
496 |
||
497 |
HOL-Bali: HOL $(LOG)/HOL-Bali.gz |
|
498 |
||
499 |
$(LOG)/HOL-Bali.gz: $(OUT)/HOL Bali/AxCompl.thy Bali/AxExample.thy \ |
|
500 |
Bali/AxSem.thy Bali/AxSound.thy Bali/Basis.thy Bali/Conform.thy \ |
|
501 |
Bali/Decl.thy Bali/DeclConcepts.thy Bali/Eval.thy Bali/Evaln.thy \ |
|
502 |
Bali/Example.thy Bali/Name.thy Bali/ROOT.ML Bali/State.thy \ |
|
503 |
Bali/Table.thy Bali/Term.thy Bali/Trans.thy Bali/Type.thy \ |
|
504 |
Bali/TypeRel.thy Bali/TypeSafe.thy Bali/Value.thy Bali/WellForm.thy \ |
|
13695 | 505 |
Bali/DefiniteAssignment.thy Bali/DefiniteAssignmentCorrect.thy \ |
12855 | 506 |
Bali/WellType.thy Bali/document/root.tex |
507 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Bali |
|
508 |
||
509 |
||
11356 | 510 |
## HOL-CTL |
511 |
||
512 |
HOL-CTL: HOL $(LOG)/HOL-CTL.gz |
|
513 |
||
514 |
$(LOG)/HOL-CTL.gz: $(OUT)/HOL \ |
|
515 |
CTL/CTL.thy CTL/ROOT.ML CTL/document/root.tex CTL/document/root.bib |
|
516 |
@$(ISATOOL) usedir $(OUT)/HOL CTL |
|
517 |
||
518 |
||
13403 | 519 |
## HOL-Extraction |
520 |
||
521 |
HOL-Extraction: HOL $(LOG)/HOL-Extraction.gz |
|
522 |
||
523 |
$(LOG)/HOL-Extraction.gz: $(OUT)/HOL \ |
|
524 |
Extraction/Higman.thy Extraction/ROOT.ML Extraction/QuotRem.thy \ |
|
525 |
Extraction/Warshall.thy Extraction/document/root.tex \ |
|
526 |
Extraction/document/root.bib |
|
527 |
@$(ISATOOL) usedir $(OUT)/HOL Extraction |
|
528 |
||
529 |
||
4518 | 530 |
## HOL-IOA |
531 |
||
532 |
HOL-IOA: HOL $(LOG)/HOL-IOA.gz |
|
2448 | 533 |
|
4518 | 534 |
$(LOG)/HOL-IOA.gz: $(OUT)/HOL IOA/Asig.ML IOA/Asig.thy IOA/IOA.ML \ |
535 |
IOA/IOA.thy IOA/ROOT.ML IOA/Solve.ML IOA/Solve.thy |
|
536 |
@$(ISATOOL) usedir $(OUT)/HOL IOA |
|
537 |
||
538 |
||
10135 | 539 |
## HOL-AxClasses |
4518 | 540 |
|
10135 | 541 |
HOL-AxClasses: HOL $(LOG)/HOL-AxClasses.gz |
2545 | 542 |
|
10135 | 543 |
$(LOG)/HOL-AxClasses.gz: $(OUT)/HOL AxClasses/Group.thy \ |
544 |
AxClasses/Product.thy AxClasses/ROOT.ML AxClasses/Semigroups.thy |
|
545 |
@$(ISATOOL) usedir $(OUT)/HOL AxClasses |
|
2545 | 546 |
|
547 |
||
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
548 |
## HOL-Lattice |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
549 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
550 |
HOL-Lattice: HOL $(LOG)/HOL-Lattice.gz |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
551 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
552 |
$(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
|
553 |
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
|
554 |
Lattice/ROOT.ML Lattice/document/root.tex |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
555 |
@$(ISATOOL) usedir $(OUT)/HOL Lattice |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
556 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
557 |
|
4518 | 558 |
## HOL-ex |
2448 | 559 |
|
4518 | 560 |
HOL-ex: HOL $(LOG)/HOL-ex.gz |
2448 | 561 |
|
14419 | 562 |
$(LOG)/HOL-ex.gz: $(OUT)/HOL ex/AVL.thy ex/Antiquote.thy \ |
12360 | 563 |
ex/BT.thy ex/BinEx.thy ex/Group.ML ex/Group.thy ex/Higher_Order_Logic.thy \ |
13159 | 564 |
ex/Hilbert_Classical.thy ex/InSort.thy ex/IntRing.ML \ |
14244
f58598341d30
InductiveInvariant_examples illustrates advanced recursive function definitions
paulson
parents:
14220
diff
changeset
|
565 |
ex/InductiveInvariant.thy ex/InductiveInvariant_examples.thy\ |
12438 | 566 |
ex/IntRing.thy ex/Intuitionistic.thy \ |
13200 | 567 |
ex/Lagrange.ML ex/Lagrange.thy ex/Locales.thy ex/MergeSort.thy \ |
11024 | 568 |
ex/MT.ML ex/MT.thy ex/MonoidGroup.thy ex/Multiquote.thy \ |
13879
92c0973ac730
Added decision procedure for Presburger arithmetic.
berghofe
parents:
13875
diff
changeset
|
569 |
ex/NatSum.thy ex/PER.thy ex/PresburgerEx.thy ex/Primrec.thy ex/Puzzle.thy \ |
13159 | 570 |
ex/Qsort.thy ex/ROOT.ML ex/Recdefs.thy ex/Records.thy \ |
14350 | 571 |
ex/Refute_Examples.thy \ |
12869 | 572 |
ex/Ring.ML ex/Ring.thy ex/StringEx.thy ex/SVC_Oracle.ML ex/SVC_Oracle.thy \ |
14220
4dc132902672
Merging of ex/cla.ML and ex/mesontest.ML to ex/Classical.thy
paulson
parents:
14199
diff
changeset
|
573 |
ex/Tarski.thy ex/Tuple.thy ex/Classical.thy \ |
13059 | 574 |
ex/mesontest2.ML ex/mesontest2.thy ex/set.thy ex/svc_funcs.ML \ |
12869 | 575 |
ex/svc_test.ML ex/svc_test.thy ex/document/root.bib ex/document/root.tex |
2826 | 576 |
@$(ISATOOL) usedir $(OUT)/HOL ex |
2448 | 577 |
|
578 |
||
6445 | 579 |
## HOL-Isar_examples |
580 |
||
581 |
HOL-Isar_examples: HOL $(LOG)/HOL-Isar_examples.gz |
|
582 |
||
583 |
$(LOG)/HOL-Isar_examples.gz: $(OUT)/HOL Isar_examples/BasicLogic.thy \ |
|
6516 | 584 |
Isar_examples/Cantor.ML Isar_examples/Cantor.thy \ |
8050 | 585 |
Isar_examples/ExprCompiler.thy Isar_examples/Fibonacci.thy \ |
10143
86c39bba873f
added Isar_examples/Hoare.thy Isar_examples/HoareEx.thy;
wenzelm
parents:
10135
diff
changeset
|
586 |
Isar_examples/Group.thy Isar_examples/Hoare.thy Isar_examples/HoareEx.thy \ |
10255 | 587 |
Isar_examples/KnasterTarski.thy Isar_examples/MutilatedCheckerboard.thy \ |
8677 | 588 |
Isar_examples/NestedDatatype.thy Isar_examples/Peirce.thy \ |
8050 | 589 |
Isar_examples/Puzzle.thy Isar_examples/Summation.thy \ |
12946 | 590 |
Isar_examples/ROOT.ML Isar_examples/document/proof.sty \ |
591 |
Isar_examples/document/root.bib Isar_examples/document/root.tex \ |
|
13703 | 592 |
Isar_examples/document/style.tex Hoare/hoare.ML |
6445 | 593 |
@$(ISATOOL) usedir $(OUT)/HOL Isar_examples |
594 |
||
595 |
||
14199 | 596 |
## HOL-SET-Protocol |
597 |
||
598 |
HOL-SET-Protocol: HOL $(LOG)/HOL-SET-Protocol.gz |
|
599 |
||
600 |
$(LOG)/HOL-SET-Protocol.gz: $(OUT)/HOL SET-Protocol/ROOT.ML \ |
|
601 |
SET-Protocol/MessageSET.thy\ |
|
602 |
SET-Protocol/EventSET.thy\ |
|
603 |
SET-Protocol/PublicSET.thy\ |
|
604 |
SET-Protocol/Cardholder_Registration.thy\ |
|
605 |
SET-Protocol/Merchant_Registration.thy\ |
|
606 |
SET-Protocol/Purchase.thy\ |
|
607 |
SET-Protocol/document/root.tex |
|
608 |
@$(ISATOOL) usedir -g true $(OUT)/HOL SET-Protocol |
|
609 |
||
610 |
||
611 |
||
4518 | 612 |
## TLA |
613 |
||
614 |
TLA: HOL $(OUT)/TLA |
|
615 |
||
6254 | 616 |
$(OUT)/TLA: $(OUT)/HOL TLA/Action.ML TLA/Action.thy TLA/Init.ML \ |
9516 | 617 |
TLA/Init.thy TLA/Intensional.ML TLA/Intensional.thy \ |
6254 | 618 |
TLA/ROOT.ML TLA/Stfun.ML TLA/Stfun.thy TLA/TLA.ML TLA/TLA.thy |
4518 | 619 |
@cd TLA; $(ISATOOL) usedir -b $(OUT)/HOL TLA |
620 |
||
621 |
||
622 |
## TLA-Inc |
|
623 |
||
624 |
TLA-Inc: TLA $(LOG)/TLA-Inc.gz |
|
625 |
||
626 |
$(LOG)/TLA-Inc.gz: $(OUT)/TLA TLA/Inc/Inc.thy TLA/Inc/Inc.ML \ |
|
627 |
TLA/Inc/Pcount.thy |
|
628 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Inc |
|
629 |
||
630 |
||
631 |
## TLA-Buffer |
|
632 |
||
633 |
TLA-Buffer: TLA $(LOG)/TLA-Buffer.gz |
|
2448 | 634 |
|
4518 | 635 |
$(LOG)/TLA-Buffer.gz: $(OUT)/TLA TLA/Buffer/Buffer.thy \ |
636 |
TLA/Buffer/Buffer.ML TLA/Buffer/DBuffer.thy TLA/Buffer/DBuffer.ML |
|
637 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Buffer |
|
638 |
||
639 |
||
640 |
## TLA-Memory |
|
641 |
||
642 |
TLA-Memory: TLA $(LOG)/TLA-Memory.gz |
|
4447 | 643 |
|
4518 | 644 |
$(LOG)/TLA-Memory.gz: $(OUT)/TLA TLA/Memory/MIParameters.thy \ |
9516 | 645 |
TLA/Memory/MIsafe.ML TLA/Memory/MemClerk.ML \ |
4518 | 646 |
TLA/Memory/MemClerk.thy TLA/Memory/MemClerkParameters.ML \ |
647 |
TLA/Memory/MemClerkParameters.thy TLA/Memory/Memory.ML \ |
|
648 |
TLA/Memory/Memory.thy TLA/Memory/MemoryImplementation.ML \ |
|
649 |
TLA/Memory/MemoryImplementation.thy TLA/Memory/MemoryParameters.ML \ |
|
650 |
TLA/Memory/MemoryParameters.thy TLA/Memory/ProcedureInterface.ML \ |
|
651 |
TLA/Memory/ProcedureInterface.thy TLA/Memory/RPC.ML TLA/Memory/RPC.thy \ |
|
652 |
TLA/Memory/RPCMemoryParams.thy TLA/Memory/RPCParameters.ML \ |
|
653 |
TLA/Memory/RPCParameters.thy |
|
654 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Memory |
|
655 |
||
656 |
||
657 |
## clean |
|
4447 | 658 |
|
659 |
clean: |
|
13966
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13964
diff
changeset
|
660 |
@rm -f $(OUT)/HOL $(OUT)/HOL-Complex $(OUT)/TLA \ |
13980 | 661 |
$(LOG)/HOL.gz $(LOG)/TLA.gz \ |
9481 | 662 |
$(LOG)/HOL-Isar_examples.gz $(LOG)/HOL-Induct.gz \ |
663 |
$(LOG)/HOL-ex.gz $(LOG)/HOL-Subst.gz $(LOG)/HOL-IMP.gz \ |
|
664 |
$(LOG)/HOL-IMPP.gz $(LOG)/HOL-Hoare.gz \ |
|
12996 | 665 |
$(LOG)/HOL-HoareParallel.gz \ |
9481 | 666 |
$(LOG)/HOL-Lex.gz $(LOG)/HOL-Algebra.gz \ |
667 |
$(LOG)/HOL-Auth.gz $(LOG)/HOL-UNITY.gz \ |
|
668 |
$(LOG)/HOL-Modelcheck.gz $(LOG)/HOL-Lambda.gz \ |
|
12855 | 669 |
$(LOG)/HOL-W0.gz $(LOG)/HOL-MiniML.gz \ |
670 |
$(LOG)/HOL-Bali.gz $(LOG)/HOL-CTL.gz \ |
|
11376 | 671 |
$(LOG)/HOL-MicroJava.gz $(LOG)/HOL-NanoJava.gz \ |
10135 | 672 |
$(LOG)/HOL-IOA.gz $(LOG)/HOL-AxClasses \ |
13980 | 673 |
$(LOG)/HOL-Lattice \ |
674 |
$(LOG)/HOL-Complex.gz \ |
|
13961 | 675 |
$(LOG)/HOL-Complex-ex.gz \ |
14199 | 676 |
$(LOG)/HOL-Complex-HahnBanach.gz $(LOG)/HOL-SET-Protocol.gz \ |
677 |
$(LOG)/TLA-Inc.gz $(LOG)/TLA-Buffer.gz $(LOG)/TLA-Memory.gz \ |
|
10981 | 678 |
$(LOG)/HOL-Library.gz $(LOG)/HOL-Unix.gz |