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