author | wenzelm |
Fri, 12 Jan 2001 11:06:50 +0100 | |
changeset 10875 | 1715cb147294 |
parent 10820 | 2ddfc42b7f51 |
child 10903 | ad1fb17361e4 |
permissions | -rw-r--r-- |
2448 | 1 |
# |
2 |
# $Id$ |
|
3 |
# |
|
4 |
# IsaMakefile for HOL |
|
5 |
# |
|
6 |
||
4518 | 7 |
## targets |
2448 | 8 |
|
4518 | 9 |
default: HOL |
10751 | 10 |
images: HOL HOL-Real HOL-Hyperreal TLA |
10135 | 11 |
|
10255 | 12 |
#Note: keep targets sorted (except for HOL-Library) |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
13 |
test: \ |
10255 | 14 |
HOL-Library \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
15 |
HOL-Algebra \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
16 |
HOL-Auth \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
17 |
HOL-AxClasses \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
18 |
HOL-BCV \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
19 |
HOL-Real-HahnBanach \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
20 |
HOL-Real-ex \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
21 |
HOL-Hoare \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
22 |
HOL-IMP \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
23 |
HOL-IMPP \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
24 |
HOL-IOA \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
25 |
HOL-Induct \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
26 |
HOL-Isar_examples \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
27 |
HOL-Lambda \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
28 |
HOL-Lattice \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
29 |
HOL-Lex \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
30 |
HOL-MicroJava \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
31 |
HOL-MiniML \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
32 |
HOL-Modelcheck \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
33 |
HOL-NumberTheory \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
34 |
HOL-Prolog \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
35 |
HOL-Subst \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
36 |
TLA-Buffer \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
37 |
TLA-Inc \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
38 |
TLA-Memory \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
39 |
HOL-UNITY \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
40 |
HOL-W0 \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
41 |
HOL-ex |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
42 |
# ^ this is the sort position |
10614 | 43 |
|
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
44 |
all: test images |
4518 | 45 |
|
46 |
||
47 |
## global settings |
|
48 |
||
49 |
SRC = $(ISABELLE_HOME)/src |
|
3118 | 50 |
OUT = $(ISABELLE_OUTPUT) |
4447 | 51 |
LOG = $(OUT)/log |
2448 | 52 |
|
4518 | 53 |
|
54 |
## HOL |
|
2448 | 55 |
|
4518 | 56 |
HOL: Pure $(OUT)/HOL |
57 |
||
58 |
Pure: |
|
59 |
@cd $(SRC)/Pure; $(ISATOOL) make Pure |
|
3232
19a2b853ba7b
Removal of ex/LexProd; TFL files; new treatment of Prover files
paulson
parents:
3222
diff
changeset
|
60 |
|
10255 | 61 |
$(OUT)/HOL: $(OUT)/Pure $(SRC)/Provers/Arith/abel_cancel.ML \ |
62 |
$(SRC)/Provers/Arith/assoc_fold.ML \ |
|
63 |
$(SRC)/Provers/Arith/cancel_numerals.ML \ |
|
64 |
$(SRC)/Provers/Arith/cancel_sums.ML \ |
|
65 |
$(SRC)/Provers/Arith/combine_numerals.ML \ |
|
10535 | 66 |
$(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
|
67 |
$(SRC)/Provers/Arith/extract_common_term.ML \ |
9869 | 68 |
$(SRC)/Provers/Arith/fast_lin_arith.ML $(SRC)/Provers/blast.ML \ |
10255 | 69 |
$(SRC)/Provers/clasimp.ML $(SRC)/Provers/classical.ML \ |
70 |
$(SRC)/Provers/hypsubst.ML $(SRC)/Provers/make_elim.ML \ |
|
71 |
$(SRC)/Provers/rulify.ML $(SRC)/Provers/simplifier.ML \ |
|
72 |
$(SRC)/Provers/split_paired_all.ML $(SRC)/Provers/splitter.ML \ |
|
10772 | 73 |
$(SRC)/TFL/dcterm.ML $(SRC)/TFL/post.ML $(SRC)/TFL/rules.ML \ |
74 |
$(SRC)/TFL/tfl.ML $(SRC)/TFL/thms.ML $(SRC)/TFL/thry.ML \ |
|
75 |
$(SRC)/TFL/usyntax.ML $(SRC)/TFL/utils.ML Calculation.thy \ |
|
10255 | 76 |
Datatype.thy Datatype_Universe.ML Datatype_Universe.thy Divides.ML \ |
77 |
Divides.thy Finite.ML Finite.thy Fun.ML Fun.thy Gfp.ML Gfp.thy HOL.ML \ |
|
78 |
HOL.thy HOL_lemmas.ML Inductive.thy Integ/Bin.ML Integ/Bin.thy \ |
|
79 |
Integ/Equiv.ML Integ/Equiv.thy Integ/Int.ML Integ/Int.thy \ |
|
80 |
Integ/IntArith.ML Integ/IntArith.thy Integ/IntDef.ML Integ/IntDef.thy \ |
|
81 |
Integ/IntDiv.ML Integ/IntDiv.thy Integ/IntPower.ML Integ/IntPower.thy \ |
|
10574
8f98f0301d67
Linear arithmetic now copes with mixed nat/int formulae.
nipkow
parents:
10535
diff
changeset
|
82 |
Integ/nat_bin.ML Integ/NatBin.thy Integ/NatSimprocs.ML \ |
10255 | 83 |
Integ/NatSimprocs.thy Integ/int_arith1.ML Integ/int_arith2.ML \ |
10535 | 84 |
Integ/int_factor_simprocs.ML Integ/nat_simprocs.ML \ |
85 |
Inverse_Image.ML Inverse_Image.thy Lfp.ML \ |
|
10255 | 86 |
Lfp.thy List.ML List.thy Main.ML Main.thy Map.ML Map.thy Nat.ML \ |
87 |
Nat.thy NatArith.ML NatArith.thy NatDef.ML NatDef.thy Numeral.thy \ |
|
88 |
Option.ML Option.thy Ord.ML Ord.thy Power.ML Power.thy PreList.thy \ |
|
89 |
Product_Type.ML Product_Type.thy ROOT.ML Recdef.thy Record.thy \ |
|
90 |
Relation.ML Relation.thy Relation_Power.ML Relation_Power.thy \ |
|
91 |
SVC_Oracle.ML SVC_Oracle.thy Set.ML Set.thy SetInterval.ML \ |
|
92 |
SetInterval.thy String.thy Sum_Type.ML Sum_Type.thy \ |
|
93 |
Tools/datatype_abs_proofs.ML Tools/datatype_aux.ML \ |
|
94 |
Tools/datatype_package.ML Tools/datatype_prop.ML \ |
|
10274 | 95 |
Tools/datatype_rep_proofs.ML Tools/induct_attrib.ML Tools/induct_method.ML \ |
10255 | 96 |
Tools/inductive_package.ML Tools/meson.ML Tools/numeral_syntax.ML \ |
10757 | 97 |
Tools/primrec_package.ML Tools/recdef_package.ML \ |
98 |
Tools/record_package.ML Tools/svc_funcs.ML Tools/typedef_package.ML \ |
|
10255 | 99 |
Transitive_Closure.ML Transitive_Closure.thy Wellfounded_Recursion.ML \ |
100 |
Wellfounded_Recursion.thy Wellfounded_Relations.ML \ |
|
101 |
Wellfounded_Relations.thy arith_data.ML blastdata.ML cladata.ML \ |
|
102 |
equalities.ML equalities.thy hologic.ML meson_lemmas.ML mono.ML \ |
|
103 |
mono.thy simpdata.ML subset.ML subset.thy thy_syntax.ML |
|
2826 | 104 |
@$(ISATOOL) usedir -b $(OUT)/Pure HOL |
2448 | 105 |
|
4518 | 106 |
|
7125 | 107 |
## HOL-Real |
108 |
||
109 |
HOL-Real: HOL $(OUT)/HOL-Real |
|
110 |
||
10751 | 111 |
$(OUT)/HOL-Real: $(OUT)/HOL \ |
112 |
Real/Lubs.ML Real/Lubs.thy Real/PNat.ML Real/PNat.thy \ |
|
113 |
Real/PRat.ML Real/PRat.thy \ |
|
10094 | 114 |
Real/PReal.ML Real/PReal.thy Real/RComplete.ML Real/RComplete.thy \ |
115 |
Real/ROOT.ML Real/Real.thy Real/RealAbs.ML Real/RealAbs.thy \ |
|
10724 | 116 |
Real/RealArith0.ML Real/RealArith0.thy Real/real_arith0.ML \ |
117 |
Real/RealArith.thy Real/real_arith.ML Real/RealBin.ML \ |
|
10094 | 118 |
Real/RealBin.thy Real/RealDef.ML Real/RealDef.thy Real/RealInt.ML \ |
119 |
Real/RealInt.thy Real/RealOrd.ML Real/RealOrd.thy Real/RealPow.ML \ |
|
9436
62bb04ab4b01
rearranged setup of arithmetic procedures, avoiding global reference values;
wenzelm
parents:
9381
diff
changeset
|
120 |
Real/RealPow.thy Real/real_arith.ML |
7125 | 121 |
@cd Real; $(ISATOOL) usedir -b $(OUT)/HOL HOL-Real |
122 |
||
10772 | 123 |
|
10751 | 124 |
## HOL-Hyperreal |
125 |
||
126 |
HOL-Hyperreal: HOL-Real $(OUT)/HOL-Hyperreal |
|
127 |
||
10757 | 128 |
$(OUT)/HOL-Hyperreal: $(OUT)/HOL-Real Hyperreal/ROOT.ML \ |
10751 | 129 |
Hyperreal/Filter.ML Hyperreal/Filter.thy \ |
130 |
Hyperreal/HRealAbs.ML Hyperreal/HRealAbs.thy \ |
|
10757 | 131 |
Hyperreal/HSeries.ML Hyperreal/HSeries.thy \ |
10751 | 132 |
Hyperreal/HyperArith0.ML Hyperreal/HyperArith0.thy Hyperreal/HyperArith.thy \ |
133 |
Hyperreal/hypreal_arith0.ML Hyperreal/hypreal_arith.ML \ |
|
134 |
Hyperreal/HyperBin.ML Hyperreal/HyperBin.thy \ |
|
135 |
Hyperreal/HyperDef.ML Hyperreal/HyperDef.thy Hyperreal/HyperNat.ML \ |
|
136 |
Hyperreal/HyperNat.thy Hyperreal/HyperOrd.ML \ |
|
137 |
Hyperreal/HyperOrd.thy Hyperreal/HyperPow.ML \ |
|
138 |
Hyperreal/HyperPow.thy Hyperreal/Hyperreal.thy \ |
|
139 |
Hyperreal/Lim.ML Hyperreal/Lim.thy Hyperreal/NSA.ML \ |
|
140 |
Hyperreal/NSA.thy Hyperreal/NatStar.ML \ |
|
141 |
Hyperreal/NatStar.thy Hyperreal/SEQ.ML \ |
|
142 |
Hyperreal/SEQ.thy Hyperreal/Series.ML \ |
|
143 |
Hyperreal/Series.thy Hyperreal/Star.ML \ |
|
144 |
Hyperreal/Star.thy Hyperreal/Zorn.ML \ |
|
145 |
Hyperreal/Zorn.thy Hyperreal/fuf.ML |
|
146 |
@cd Hyperreal; $(ISATOOL) usedir -b $(OUT)/HOL-Real HOL-Hyperreal |
|
147 |
||
7395 | 148 |
|
7393 | 149 |
## HOL-Real-ex |
7392 | 150 |
|
7393 | 151 |
HOL-Real-ex: HOL-Real $(LOG)/HOL-Real-ex.gz |
7392 | 152 |
|
7577 | 153 |
$(LOG)/HOL-Real-ex.gz: $(OUT)/HOL-Real Real/ex/ROOT.ML \ |
154 |
Real/ex/BinEx.thy |
|
7393 | 155 |
@cd Real; $(ISATOOL) usedir $(OUT)/HOL-Real ex |
7125 | 156 |
|
7395 | 157 |
|
7535
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
158 |
## HOL-Real-HahnBanach |
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
159 |
|
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
160 |
HOL-Real-HahnBanach: HOL-Real $(LOG)/HOL-Real-HahnBanach.gz |
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
161 |
|
7799 | 162 |
$(LOG)/HOL-Real-HahnBanach.gz: $(OUT)/HOL-Real Real/HahnBanach/Aux.thy \ |
163 |
Real/HahnBanach/Bounds.thy Real/HahnBanach/FunctionNorm.thy \ |
|
164 |
Real/HahnBanach/FunctionOrder.thy Real/HahnBanach/HahnBanach.thy \ |
|
7917 | 165 |
Real/HahnBanach/HahnBanachExtLemmas.thy \ |
166 |
Real/HahnBanach/HahnBanachSupLemmas.thy \ |
|
167 |
Real/HahnBanach/Linearform.thy Real/HahnBanach/NormedSpace.thy \ |
|
168 |
Real/HahnBanach/README.html Real/HahnBanach/ROOT.ML \ |
|
169 |
Real/HahnBanach/Subspace.thy Real/HahnBanach/VectorSpace.thy \ |
|
10687 | 170 |
Real/HahnBanach/ZornLemma.thy Real/HahnBanach/document/root.bib \ |
171 |
Real/HahnBanach/document/root.tex |
|
7535
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
172 |
@cd Real; $(ISATOOL) usedir $(OUT)/HOL-Real HahnBanach |
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
173 |
|
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
174 |
|
10255 | 175 |
## HOL-Library |
176 |
||
177 |
HOL-Library: HOL $(LOG)/HOL-Library.gz |
|
178 |
||
10266 | 179 |
$(LOG)/HOL-Library.gz: $(OUT)/HOL Library/Accessible_Part.thy \ |
10330
4362e906b745
"List prefixes" library theory (replaces old Lex/Prefix);
wenzelm
parents:
10274
diff
changeset
|
180 |
Library/Library.thy Library/List_Prefix.thy Library/Multiset.thy \ |
10480 | 181 |
Library/Quotient.thy Library/Ring_and_Field.thy Library/README.html \ |
10614 | 182 |
Library/Rational_Numbers.thy Library/ROOT.ML \ |
183 |
Library/While_Combinator.thy Library/While_Combinator_Example.thy |
|
10255 | 184 |
@$(ISATOOL) usedir $(OUT)/HOL Library |
185 |
||
186 |
||
4518 | 187 |
## HOL-Subst |
188 |
||
189 |
HOL-Subst: HOL $(LOG)/HOL-Subst.gz |
|
190 |
||
191 |
$(LOG)/HOL-Subst.gz: $(OUT)/HOL Subst/AList.ML Subst/AList.thy \ |
|
192 |
Subst/ROOT.ML Subst/Subst.ML Subst/Subst.thy Subst/UTerm.ML \ |
|
193 |
Subst/UTerm.thy Subst/Unifier.ML Subst/Unifier.thy Subst/Unify.ML \ |
|
194 |
Subst/Unify.thy |
|
195 |
@$(ISATOOL) usedir $(OUT)/HOL Subst |
|
2448 | 196 |
|
197 |
||
4518 | 198 |
## HOL-Induct |
2473 | 199 |
|
4518 | 200 |
HOL-Induct: HOL $(LOG)/HOL-Induct.gz |
3125 | 201 |
|
10255 | 202 |
$(LOG)/HOL-Induct.gz: $(OUT)/HOL \ |
4518 | 203 |
Induct/Com.ML Induct/Com.thy Induct/Comb.ML Induct/Comb.thy \ |
5616 | 204 |
Induct/Exp.ML Induct/Exp.thy Induct/LFilter.ML Induct/LFilter.thy \ |
4518 | 205 |
Induct/LList.ML Induct/LList.thy Induct/Mutil.ML Induct/Mutil.thy \ |
8912 | 206 |
Induct/Perm.ML Induct/Perm.thy Induct/PropLog.ML \ |
8840 | 207 |
Induct/PropLog.thy Induct/ROOT.ML Induct/Sexp.ML Induct/Sexp.thy \ |
10875 | 208 |
Induct/Sigma_Algebra.thy Induct/SList.ML Induct/SList.thy \ |
209 |
Induct/ABexp.ML Induct/ABexp.thy Induct/Term.ML Induct/Term.thy |
|
3125 | 210 |
@$(ISATOOL) usedir $(OUT)/HOL Induct |
211 |
||
212 |
||
4518 | 213 |
## HOL-IMP |
214 |
||
215 |
HOL-IMP: HOL $(LOG)/HOL-IMP.gz |
|
2448 | 216 |
|
10343 | 217 |
$(LOG)/HOL-IMP.gz: $(OUT)/HOL IMP/Com.thy IMP/Compiler.thy IMP/Denotation.ML \ |
4518 | 218 |
IMP/Denotation.thy IMP/Expr.ML IMP/Expr.thy IMP/Hoare.ML IMP/Hoare.thy \ |
9275 | 219 |
IMP/Natural.ML IMP/Natural.thy IMP/Examples.ML IMP/Examples.thy \ |
220 |
IMP/Transition.ML IMP/Transition.thy IMP/VC.ML IMP/VC.thy IMP/ROOT.ML |
|
2826 | 221 |
@$(ISATOOL) usedir $(OUT)/HOL IMP |
2448 | 222 |
|
223 |
||
8179 | 224 |
## HOL-IMPP |
225 |
||
226 |
HOL-IMPP: HOL $(LOG)/HOL-IMPP.gz |
|
227 |
||
228 |
$(LOG)/HOL-IMPP.gz: $(OUT)/HOL IMPP/ROOT.ML IMPP/Com.thy IMPP/Com.ML \ |
|
229 |
IMPP/Natural.thy IMPP/Natural.ML IMPP/Hoare.thy IMPP/Hoare.ML \ |
|
230 |
IMPP/Misc.thy IMPP/Misc.ML IMPP/EvenOdd.thy IMPP/EvenOdd.ML |
|
231 |
@$(ISATOOL) usedir $(OUT)/HOL IMPP |
|
232 |
||
233 |
||
9510 | 234 |
## HOL-NumberTheory |
235 |
||
236 |
HOL-NumberTheory: HOL $(LOG)/HOL-NumberTheory.gz |
|
237 |
||
238 |
$(LOG)/HOL-NumberTheory.gz: $(OUT)/HOL \ |
|
9942
87f0809a06a9
moved Primes, Fib, Factorization to HOL/NumberTheory
paulson
parents:
9931
diff
changeset
|
239 |
NumberTheory/Fib.ML NumberTheory/Fib.thy NumberTheory/Primes.thy \ |
87f0809a06a9
moved Primes, Fib, Factorization to HOL/NumberTheory
paulson
parents:
9931
diff
changeset
|
240 |
NumberTheory/Factorization.ML NumberTheory/Factorization.thy \ |
9510 | 241 |
NumberTheory/BijectionRel.ML NumberTheory/BijectionRel.thy \ |
242 |
NumberTheory/Chinese.ML NumberTheory/Chinese.thy \ |
|
243 |
NumberTheory/EulerFermat.ML NumberTheory/EulerFermat.thy \ |
|
244 |
NumberTheory/IntFact.ML NumberTheory/IntFact.thy \ |
|
245 |
NumberTheory/IntPrimes.ML NumberTheory/IntPrimes.thy \ |
|
246 |
NumberTheory/WilsonBij.ML NumberTheory/WilsonBij.thy \ |
|
247 |
NumberTheory/WilsonRuss.ML NumberTheory/WilsonRuss.thy \ |
|
248 |
NumberTheory/ROOT.ML |
|
249 |
@$(ISATOOL) usedir $(OUT)/HOL NumberTheory |
|
250 |
||
251 |
||
4518 | 252 |
## HOL-Hoare |
253 |
||
254 |
HOL-Hoare: HOL $(LOG)/HOL-Hoare.gz |
|
2448 | 255 |
|
4518 | 256 |
$(LOG)/HOL-Hoare.gz: $(OUT)/HOL Hoare/Arith2.ML Hoare/Arith2.thy \ |
257 |
Hoare/Examples.ML Hoare/Examples.thy Hoare/Hoare.ML Hoare/Hoare.thy \ |
|
258 |
Hoare/ROOT.ML |
|
2826 | 259 |
@$(ISATOOL) usedir $(OUT)/HOL Hoare |
2448 | 260 |
|
261 |
||
4518 | 262 |
## HOL-Lex |
263 |
||
264 |
HOL-Lex: HOL $(LOG)/HOL-Lex.gz |
|
2448 | 265 |
|
4830 | 266 |
$(LOG)/HOL-Lex.gz: $(OUT)/HOL \ |
4518 | 267 |
Lex/AutoChopper.thy Lex/AutoChopper.ML Lex/AutoChopper1.thy \ |
4830 | 268 |
Lex/AutoMaxChop.thy Lex/AutoMaxChop.ML Lex/AutoProj.thy Lex/AutoProj.ML \ |
269 |
Lex/Automata.thy Lex/Automata.ML Lex/Chopper.thy Lex/DA.thy Lex/DA.ML \ |
|
270 |
Lex/MaxChop.thy Lex/MaxChop.ML Lex/MaxPrefix.thy Lex/MaxPrefix.ML \ |
|
5322 | 271 |
Lex/NA.thy Lex/NA.ML Lex/NAe.thy Lex/NAe.ML Lex/RegExp2NAe.thy \ |
272 |
Lex/RegExp2NAe.ML Lex/RegExp2NA.thy Lex/RegExp2NA.ML \ |
|
10330
4362e906b745
"List prefixes" library theory (replaces old Lex/Prefix);
wenzelm
parents:
10274
diff
changeset
|
273 |
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
|
274 |
Lex/RegSet_of_nat_DA.thy Lex/RegSet_of_nat_DA.ML Library/List_Prefix.thy |
4518 | 275 |
@$(ISATOOL) usedir $(OUT)/HOL Lex |
2448 | 276 |
|
4518 | 277 |
|
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
278 |
## HOL-Algebra |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
279 |
|
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
280 |
HOL-Algebra: HOL $(LOG)/HOL-Algebra.gz |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
281 |
|
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
282 |
$(LOG)/HOL-Algebra.gz: $(OUT)/HOL Algebra/ROOT.ML \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
283 |
Algebra/abstract/Abstract.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
284 |
Algebra/abstract/Factor.ML Algebra/abstract/Factor.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
285 |
Algebra/abstract/Field.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
286 |
Algebra/abstract/Ideal.ML Algebra/abstract/Ideal.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
287 |
Algebra/abstract/NatSum.ML Algebra/abstract/NatSum.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
288 |
Algebra/abstract/PID.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
289 |
Algebra/abstract/Ring.ML Algebra/abstract/Ring.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
290 |
Algebra/abstract/RingHomo.ML Algebra/abstract/RingHomo.thy\ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
291 |
Algebra/poly/Degree.ML Algebra/poly/Degree.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
292 |
Algebra/poly/LongDiv.ML Algebra/poly/LongDiv.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
293 |
Algebra/poly/PolyHomo.ML Algebra/poly/PolyHomo.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
294 |
Algebra/poly/PolyRing.ML Algebra/poly/PolyRing.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
295 |
Algebra/poly/Polynomial.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
296 |
Algebra/poly/ProtoPoly.ML Algebra/poly/ProtoPoly.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
297 |
Algebra/poly/UnivPoly.ML Algebra/poly/UnivPoly.thy |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
298 |
@$(ISATOOL) usedir $(OUT)/HOL Algebra |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
299 |
|
4518 | 300 |
## HOL-Auth |
3819 | 301 |
|
4518 | 302 |
HOL-Auth: HOL $(LOG)/HOL-Auth.gz |
3819 | 303 |
|
4518 | 304 |
$(LOG)/HOL-Auth.gz: $(OUT)/HOL Auth/Event.ML Auth/Event.thy \ |
305 |
Auth/Message.ML Auth/Message.thy Auth/NS_Public.ML Auth/NS_Public.thy \ |
|
306 |
Auth/NS_Public_Bad.ML Auth/NS_Public_Bad.thy Auth/NS_Shared.ML \ |
|
307 |
Auth/NS_Shared.thy Auth/OtwayRees.ML Auth/OtwayRees.thy \ |
|
308 |
Auth/OtwayRees_AN.ML Auth/OtwayRees_AN.thy Auth/OtwayRees_Bad.ML \ |
|
309 |
Auth/OtwayRees_Bad.thy Auth/Public.ML Auth/Public.thy Auth/ROOT.ML \ |
|
310 |
Auth/Recur.ML Auth/Recur.thy Auth/Shared.ML Auth/Shared.thy \ |
|
311 |
Auth/TLS.ML Auth/TLS.thy Auth/WooLam.ML Auth/WooLam.thy \ |
|
6496
a185927883e5
Addition of Auth/KerberosIV; renaming of rules.new.sml to rules.sml
paulson
parents:
6474
diff
changeset
|
312 |
Auth/Kerberos_BAN.ML Auth/Kerberos_BAN.thy \ |
a185927883e5
Addition of Auth/KerberosIV; renaming of rules.new.sml to rules.sml
paulson
parents:
6474
diff
changeset
|
313 |
Auth/KerberosIV.ML Auth/KerberosIV.thy \ |
6401 | 314 |
Auth/Yahalom.ML Auth/Yahalom.thy Auth/Yahalom2.ML Auth/Yahalom2.thy \ |
315 |
Auth/Yahalom_Bad.ML Auth/Yahalom_Bad.thy |
|
2826 | 316 |
@$(ISATOOL) usedir $(OUT)/HOL Auth |
2448 | 317 |
|
318 |
||
4777 | 319 |
## HOL-UNITY |
320 |
||
321 |
HOL-UNITY: HOL $(LOG)/HOL-UNITY.gz |
|
322 |
||
10787 | 323 |
$(LOG)/HOL-UNITY.gz: $(OUT)/HOL Library/Multiset.thy UNITY/ROOT.ML \ |
324 |
UNITY/Alloc.ML UNITY/Alloc.thy UNITY/AllocBase.ML UNITY/AllocBase.thy \ |
|
10255 | 325 |
UNITY/Channel.ML UNITY/Channel.thy UNITY/Client.ML UNITY/Client.thy \ |
326 |
UNITY/Common.ML UNITY/Common.thy UNITY/Comp.ML UNITY/Comp.thy \ |
|
10787 | 327 |
UNITY/Counter.ML UNITY/Counter.thy UNITY/Counterc.ML UNITY/Counterc.thy \ |
10255 | 328 |
UNITY/Deadlock.ML UNITY/Deadlock.thy UNITY/Detects.ML \ |
329 |
UNITY/Detects.thy UNITY/ELT.ML UNITY/ELT.thy UNITY/Extend.ML \ |
|
330 |
UNITY/Extend.thy UNITY/FP.ML UNITY/FP.thy UNITY/Follows.ML \ |
|
331 |
UNITY/Follows.thy UNITY/GenPrefix.ML UNITY/GenPrefix.thy \ |
|
332 |
UNITY/Guar.ML UNITY/Guar.thy UNITY/Handshake.ML UNITY/Handshake.thy \ |
|
333 |
UNITY/Lift.ML UNITY/Lift.thy UNITY/Lift_prog.ML UNITY/Lift_prog.thy \ |
|
334 |
UNITY/ListOrder.thy UNITY/Mutex.ML UNITY/Mutex.thy UNITY/NSP_Bad.ML \ |
|
10787 | 335 |
UNITY/NSP_Bad.thy UNITY/Network.ML UNITY/Network.thy \ |
336 |
UNITY/PPROD.ML UNITY/PPROD.thy \ |
|
337 |
UNITY/PriorityAux.ML UNITY/PriorityAux.thy \ |
|
338 |
UNITY/Priority.ML UNITY/Priority.thy \ |
|
339 |
UNITY/Project.ML UNITY/Project.thy \ |
|
10255 | 340 |
UNITY/Reach.ML UNITY/Reach.thy UNITY/Reachability.ML \ |
341 |
UNITY/Reachability.thy UNITY/Rename.ML UNITY/Rename.thy \ |
|
342 |
UNITY/SubstAx.ML UNITY/SubstAx.thy UNITY/TimerArray.ML \ |
|
343 |
UNITY/TimerArray.thy UNITY/Token.ML UNITY/Token.thy UNITY/UNITY.ML \ |
|
344 |
UNITY/UNITY.thy UNITY/Union.ML UNITY/Union.thy UNITY/WFair.ML \ |
|
345 |
UNITY/WFair.thy |
|
4777 | 346 |
@$(ISATOOL) usedir $(OUT)/HOL UNITY |
347 |
||
348 |
||
4518 | 349 |
## HOL-Modelcheck |
350 |
||
351 |
HOL-Modelcheck: HOL $(LOG)/HOL-Modelcheck.gz |
|
3218 | 352 |
|
4518 | 353 |
$(LOG)/HOL-Modelcheck.gz: $(OUT)/HOL Modelcheck/CTL.thy \ |
6474 | 354 |
Modelcheck/EindhovenExample.ML Modelcheck/EindhovenExample.thy \ |
355 |
Modelcheck/EindhovenSyn.ML Modelcheck/EindhovenSyn.thy \ |
|
356 |
Modelcheck/MuCalculus.ML Modelcheck/MuCalculus.thy \ |
|
357 |
Modelcheck/MuckeExample1.ML Modelcheck/MuckeExample1.thy \ |
|
6472 | 358 |
Modelcheck/MuckeExample2.ML Modelcheck/MuckeExample2.thy \ |
6474 | 359 |
Modelcheck/MuckeSyn.ML Modelcheck/MuckeSyn.thy Modelcheck/ROOT.ML \ |
360 |
Modelcheck/mucke_oracle.ML |
|
3218 | 361 |
@$(ISATOOL) usedir $(OUT)/HOL Modelcheck |
362 |
||
363 |
||
4518 | 364 |
## HOL-Lambda |
2448 | 365 |
|
4518 | 366 |
HOL-Lambda: HOL $(LOG)/HOL-Lambda.gz |
2448 | 367 |
|
10255 | 368 |
$(LOG)/HOL-Lambda.gz: $(OUT)/HOL Library/Accessible_Part.thy \ |
369 |
Lambda/Commutation.thy Lambda/Eta.thy Lambda/InductTermi.thy Lambda/Lambda.thy \ |
|
9771 | 370 |
Lambda/ListApplication.thy Lambda/ListBeta.thy Lambda/ListOrder.thy \ |
9815 | 371 |
Lambda/ParRed.thy Lambda/Type.thy Lambda/ROOT.ML Lambda/document/root.tex |
2826 | 372 |
@$(ISATOOL) usedir $(OUT)/HOL Lambda |
2448 | 373 |
|
374 |
||
9015 | 375 |
## HOL-Prolog |
376 |
||
377 |
HOL-Prolog: HOL $(LOG)/HOL-Prolog.gz |
|
378 |
||
379 |
$(LOG)/HOL-Prolog.gz: $(OUT)/HOL Prolog/ROOT.ML Prolog/HOHH.ML Prolog/HOHH.thy \ |
|
380 |
Prolog/Test.ML Prolog/Test.thy \ |
|
381 |
Prolog/Func.ML Prolog/Func.thy Prolog/Type.ML Prolog/Type.thy |
|
382 |
@$(ISATOOL) usedir $(OUT)/HOL Prolog |
|
383 |
||
384 |
||
4518 | 385 |
## HOL-W0 |
2527 | 386 |
|
4518 | 387 |
HOL-W0: HOL $(LOG)/HOL-W0.gz |
2527 | 388 |
|
4518 | 389 |
$(LOG)/HOL-W0.gz: $(OUT)/HOL W0/I.ML W0/I.thy W0/Maybe.ML W0/Maybe.thy \ |
390 |
W0/MiniML.ML W0/MiniML.thy W0/ROOT.ML W0/Type.ML W0/Type.thy W0/W.ML \ |
|
391 |
W0/W.thy |
|
2826 | 392 |
@$(ISATOOL) usedir $(OUT)/HOL W0 |
2527 | 393 |
|
394 |
||
4518 | 395 |
## HOL-MiniML |
2527 | 396 |
|
4518 | 397 |
HOL-MiniML: HOL $(LOG)/HOL-MiniML.gz |
2448 | 398 |
|
4518 | 399 |
$(LOG)/HOL-MiniML.gz: $(OUT)/HOL MiniML/Generalize.ML \ |
400 |
MiniML/Generalize.thy MiniML/Instance.ML MiniML/Instance.thy \ |
|
401 |
MiniML/Maybe.ML MiniML/Maybe.thy MiniML/MiniML.ML MiniML/MiniML.thy \ |
|
402 |
MiniML/ROOT.ML MiniML/Type.ML MiniML/Type.thy MiniML/W.ML MiniML/W.thy |
|
2826 | 403 |
@$(ISATOOL) usedir $(OUT)/HOL MiniML |
2448 | 404 |
|
7629 | 405 |
|
8012 | 406 |
## HOL-MicroJava |
407 |
||
408 |
HOL-MicroJava: HOL $(LOG)/HOL-MicroJava.gz |
|
409 |
||
10059
f56da4769355
removed JVM/Store.ML, added theorem Digest in MicroJava
kleing
parents:
10052
diff
changeset
|
410 |
$(LOG)/HOL-MicroJava.gz: $(OUT)/HOL MicroJava/ROOT.ML MicroJava/Digest.thy \ |
9346
297dcbf64526
re-structuring MicroJava; added Example; corrected := syntax; simplfied cast
oheimb
parents:
9275
diff
changeset
|
411 |
MicroJava/J/Conform.ML MicroJava/J/Conform.thy \ |
8012 | 412 |
MicroJava/J/Eval.thy MicroJava/J/Eval.ML MicroJava/J/JBasis.ML \ |
413 |
MicroJava/J/JBasis.thy MicroJava/J/JTypeSafe.thy MicroJava/J/JTypeSafe.ML \ |
|
9346
297dcbf64526
re-structuring MicroJava; added Example; corrected := syntax; simplfied cast
oheimb
parents:
9275
diff
changeset
|
414 |
MicroJava/J/Decl.thy MicroJava/J/Decl.ML MicroJava/J/State.ML \ |
297dcbf64526
re-structuring MicroJava; added Example; corrected := syntax; simplfied cast
oheimb
parents:
9275
diff
changeset
|
415 |
MicroJava/J/State.thy MicroJava/J/Term.thy \ |
8012 | 416 |
MicroJava/J/Type.thy MicroJava/J/TypeRel.ML MicroJava/J/TypeRel.thy \ |
9346
297dcbf64526
re-structuring MicroJava; added Example; corrected := syntax; simplfied cast
oheimb
parents:
9275
diff
changeset
|
417 |
MicroJava/J/WellForm.thy MicroJava/J/WellForm.ML MicroJava/J/Value.thy \ |
8012 | 418 |
MicroJava/J/WellType.ML MicroJava/J/WellType.thy \ |
9346
297dcbf64526
re-structuring MicroJava; added Example; corrected := syntax; simplfied cast
oheimb
parents:
9275
diff
changeset
|
419 |
MicroJava/J/Example.ML MicroJava/J/Example.thy \ |
9381 | 420 |
MicroJava/JVM/JVMExec.thy MicroJava/JVM/JVMInstructions.thy\ |
421 |
MicroJava/JVM/JVMState.thy MicroJava/JVM/JVMExecInstr.thy\ |
|
10059
f56da4769355
removed JVM/Store.ML, added theorem Digest in MicroJava
kleing
parents:
10052
diff
changeset
|
422 |
MicroJava/JVM/Store.thy \ |
9551 | 423 |
MicroJava/BV/BVSpec.thy MicroJava/BV/Step.thy\ |
9756 | 424 |
MicroJava/BV/BVSpecTypeSafe.thy MicroJava/BV/Correct.thy \ |
10820 | 425 |
MicroJava/BV/StepMono.thy MicroJava/BV/LBVSpec.thy \ |
426 |
MicroJava/BV/LBVCorrect.thy MicroJava/BV/LBVComplete.thy \ |
|
9931 | 427 |
MicroJava/document/root.bib MicroJava/document/root.tex |
8012 | 428 |
@$(ISATOOL) usedir $(OUT)/HOL MicroJava |
429 |
||
8193 | 430 |
|
7627 | 431 |
## HOL-BCV |
432 |
||
7629 | 433 |
HOL-BCV: HOL $(LOG)/HOL-BCV.gz |
7627 | 434 |
|
9823 | 435 |
$(LOG)/HOL-BCV.gz: $(OUT)/HOL \ |
436 |
BCV/DFA_Framework.thy BCV/DFA_Framework.ML BCV/Err.thy BCV/Err.ML \ |
|
437 |
BCV/JType.ML BCV/JType.thy BCV/JVM.ML BCV/JVM.thy \ |
|
438 |
BCV/Kildall.ML BCV/Kildall.thy BCV/Listn.ML BCV/Listn.thy \ |
|
439 |
BCV/Opt.ML BCV/Opt.thy BCV/ROOT.ML BCV/Semilat.ML BCV/Semilat.thy \ |
|
440 |
BCV/Product.ML BCV/Product.thy |
|
7627 | 441 |
@$(ISATOOL) usedir $(OUT)/HOL BCV |
2448 | 442 |
|
4518 | 443 |
## HOL-IOA |
444 |
||
445 |
HOL-IOA: HOL $(LOG)/HOL-IOA.gz |
|
2448 | 446 |
|
4518 | 447 |
$(LOG)/HOL-IOA.gz: $(OUT)/HOL IOA/Asig.ML IOA/Asig.thy IOA/IOA.ML \ |
448 |
IOA/IOA.thy IOA/ROOT.ML IOA/Solve.ML IOA/Solve.thy |
|
449 |
@$(ISATOOL) usedir $(OUT)/HOL IOA |
|
450 |
||
451 |
||
10135 | 452 |
## HOL-AxClasses |
4518 | 453 |
|
10135 | 454 |
HOL-AxClasses: HOL $(LOG)/HOL-AxClasses.gz |
2545 | 455 |
|
10135 | 456 |
$(LOG)/HOL-AxClasses.gz: $(OUT)/HOL AxClasses/Group.thy \ |
457 |
AxClasses/Product.thy AxClasses/ROOT.ML AxClasses/Semigroups.thy |
|
458 |
@$(ISATOOL) usedir $(OUT)/HOL AxClasses |
|
2545 | 459 |
|
460 |
||
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
461 |
## HOL-Lattice |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
462 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
463 |
HOL-Lattice: HOL $(LOG)/HOL-Lattice.gz |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
464 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
465 |
$(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
|
466 |
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
|
467 |
Lattice/ROOT.ML Lattice/document/root.tex |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
468 |
@$(ISATOOL) usedir $(OUT)/HOL Lattice |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
469 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
470 |
|
4518 | 471 |
## HOL-ex |
2448 | 472 |
|
4518 | 473 |
HOL-ex: HOL $(LOG)/HOL-ex.gz |
2448 | 474 |
|
10356 | 475 |
$(LOG)/HOL-ex.gz: $(OUT)/HOL ex/AVL.ML ex/AVL.thy ex/Antiquote.thy \ |
476 |
ex/BT.ML ex/BT.thy ex/BinEx.ML ex/BinEx.thy ex/Group.ML ex/Group.thy \ |
|
477 |
ex/InSort.ML ex/InSort.thy ex/IntRing.ML ex/IntRing.thy \ |
|
478 |
ex/Lagrange.ML ex/Lagrange.thy ex/LocaleGroup.ML ex/LocaleGroup.thy \ |
|
479 |
ex/MT.ML ex/MT.thy ex/MonoidGroup.thy ex/Multiquote.thy ex/NatSum.ML \ |
|
480 |
ex/NatSum.thy ex/PER.thy ex/PiSets.ML ex/PiSets.thy ex/Primrec.ML \ |
|
481 |
ex/Primrec.thy ex/Puzzle.ML ex/Puzzle.thy ex/Qsort.ML ex/Qsort.thy \ |
|
482 |
ex/ROOT.ML ex/Recdefs.ML ex/Recdefs.thy ex/Records.thy ex/Ring.ML \ |
|
483 |
ex/Ring.thy ex/StringEx.ML ex/StringEx.thy ex/Tarski.ML \ |
|
10440 | 484 |
ex/Tarski.thy ex/Tuple.thy ex/cla.ML ex/mesontest.ML ex/mesontest2.ML \ |
485 |
ex/mesontest2.thy ex/set.ML ex/set.thy ex/svc_test.ML ex/svc_test.thy |
|
2826 | 486 |
@$(ISATOOL) usedir $(OUT)/HOL ex |
2448 | 487 |
|
488 |
||
6445 | 489 |
## HOL-Isar_examples |
490 |
||
491 |
HOL-Isar_examples: HOL $(LOG)/HOL-Isar_examples.gz |
|
492 |
||
493 |
$(LOG)/HOL-Isar_examples.gz: $(OUT)/HOL Isar_examples/BasicLogic.thy \ |
|
6516 | 494 |
Isar_examples/Cantor.ML Isar_examples/Cantor.thy \ |
8050 | 495 |
Isar_examples/ExprCompiler.thy Isar_examples/Fibonacci.thy \ |
10143
86c39bba873f
added Isar_examples/Hoare.thy Isar_examples/HoareEx.thy;
wenzelm
parents:
10135
diff
changeset
|
496 |
Isar_examples/Group.thy Isar_examples/Hoare.thy Isar_examples/HoareEx.thy \ |
10255 | 497 |
Isar_examples/KnasterTarski.thy Isar_examples/MutilatedCheckerboard.thy \ |
8677 | 498 |
Isar_examples/NestedDatatype.thy Isar_examples/Peirce.thy \ |
8050 | 499 |
Isar_examples/Puzzle.thy Isar_examples/Summation.thy \ |
500 |
Isar_examples/ROOT.ML Isar_examples/W_correct.thy \ |
|
501 |
Isar_examples/document/proof.sty Isar_examples/document/root.bib \ |
|
502 |
Isar_examples/document/root.tex Isar_examples/document/style.tex |
|
6445 | 503 |
@$(ISATOOL) usedir $(OUT)/HOL Isar_examples |
504 |
||
505 |
||
4518 | 506 |
## TLA |
507 |
||
508 |
TLA: HOL $(OUT)/TLA |
|
509 |
||
6254 | 510 |
$(OUT)/TLA: $(OUT)/HOL TLA/Action.ML TLA/Action.thy TLA/Init.ML \ |
9516 | 511 |
TLA/Init.thy TLA/Intensional.ML TLA/Intensional.thy \ |
6254 | 512 |
TLA/ROOT.ML TLA/Stfun.ML TLA/Stfun.thy TLA/TLA.ML TLA/TLA.thy |
4518 | 513 |
@cd TLA; $(ISATOOL) usedir -b $(OUT)/HOL TLA |
514 |
||
515 |
||
516 |
## TLA-Inc |
|
517 |
||
518 |
TLA-Inc: TLA $(LOG)/TLA-Inc.gz |
|
519 |
||
520 |
$(LOG)/TLA-Inc.gz: $(OUT)/TLA TLA/Inc/Inc.thy TLA/Inc/Inc.ML \ |
|
521 |
TLA/Inc/Pcount.thy |
|
522 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Inc |
|
523 |
||
524 |
||
525 |
## TLA-Buffer |
|
526 |
||
527 |
TLA-Buffer: TLA $(LOG)/TLA-Buffer.gz |
|
2448 | 528 |
|
4518 | 529 |
$(LOG)/TLA-Buffer.gz: $(OUT)/TLA TLA/Buffer/Buffer.thy \ |
530 |
TLA/Buffer/Buffer.ML TLA/Buffer/DBuffer.thy TLA/Buffer/DBuffer.ML |
|
531 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Buffer |
|
532 |
||
533 |
||
534 |
## TLA-Memory |
|
535 |
||
536 |
TLA-Memory: TLA $(LOG)/TLA-Memory.gz |
|
4447 | 537 |
|
4518 | 538 |
$(LOG)/TLA-Memory.gz: $(OUT)/TLA TLA/Memory/MIParameters.thy \ |
9516 | 539 |
TLA/Memory/MIsafe.ML TLA/Memory/MemClerk.ML \ |
4518 | 540 |
TLA/Memory/MemClerk.thy TLA/Memory/MemClerkParameters.ML \ |
541 |
TLA/Memory/MemClerkParameters.thy TLA/Memory/Memory.ML \ |
|
542 |
TLA/Memory/Memory.thy TLA/Memory/MemoryImplementation.ML \ |
|
543 |
TLA/Memory/MemoryImplementation.thy TLA/Memory/MemoryParameters.ML \ |
|
544 |
TLA/Memory/MemoryParameters.thy TLA/Memory/ProcedureInterface.ML \ |
|
545 |
TLA/Memory/ProcedureInterface.thy TLA/Memory/RPC.ML TLA/Memory/RPC.thy \ |
|
546 |
TLA/Memory/RPCMemoryParams.thy TLA/Memory/RPCParameters.ML \ |
|
547 |
TLA/Memory/RPCParameters.thy |
|
548 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Memory |
|
549 |
||
550 |
||
551 |
## clean |
|
4447 | 552 |
|
553 |
clean: |
|
9481 | 554 |
@rm -f $(OUT)/HOL $(OUT)/HOL-Real $(OUT)/TLA \ |
555 |
$(LOG)/HOL.gz $(LOG)/HOL-Real.gz $(LOG)/TLA.gz \ |
|
556 |
$(LOG)/HOL-Isar_examples.gz $(LOG)/HOL-Induct.gz \ |
|
557 |
$(LOG)/HOL-ex.gz $(LOG)/HOL-Subst.gz $(LOG)/HOL-IMP.gz \ |
|
558 |
$(LOG)/HOL-IMPP.gz $(LOG)/HOL-Hoare.gz \ |
|
559 |
$(LOG)/HOL-Lex.gz $(LOG)/HOL-Algebra.gz \ |
|
560 |
$(LOG)/HOL-Auth.gz $(LOG)/HOL-UNITY.gz \ |
|
561 |
$(LOG)/HOL-Modelcheck.gz $(LOG)/HOL-Lambda.gz \ |
|
562 |
$(LOG)/HOL-W0.gz $(LOG)/HOL-MiniML.gz \ |
|
563 |
$(LOG)/HOL-BCV.gz $(LOG)/HOL-MicroJava.gz \ |
|
10135 | 564 |
$(LOG)/HOL-IOA.gz $(LOG)/HOL-AxClasses \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
565 |
$(LOG)/HOL-Lattice $(LOG)/HOL-Real-ex.gz \ |
9481 | 566 |
$(LOG)/HOL-Real-HahnBanach.gz $(LOG)/TLA-Inc.gz \ |
10255 | 567 |
$(LOG)/TLA-Buffer.gz $(LOG)/TLA-Memory.gz \ |
568 |
$(LOG)/HOL-Library.gz |