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