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