author | huffman |
Mon, 12 Sep 2005 23:07:58 +0200 | |
changeset 17330 | e007b307a09e |
parent 17323 | 2fc68de9de1f |
child 17378 | 105519771c67 |
permissions | -rw-r--r-- |
2448 | 1 |
# |
2 |
# IsaMakefile for HOL |
|
3 |
# |
|
4 |
||
4518 | 5 |
## targets |
2448 | 6 |
|
4518 | 7 |
default: HOL |
14842 | 8 |
generate: HOL-Complex-Generate-HOL |
15647 | 9 |
images: HOL HOL-Algebra HOL-Complex TLA HOL4 |
10135 | 10 |
|
10255 | 11 |
#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
|
12 |
test: \ |
10255 | 13 |
HOL-Library \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
14 |
HOL-Auth \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
15 |
HOL-AxClasses \ |
14031 | 16 |
HOL-Bali \ |
13961 | 17 |
HOL-Complex-ex \ |
15771 | 18 |
HOL-Complex-Import \ |
16509 | 19 |
HOL-Complex-Matrix \ |
13403 | 20 |
HOL-Extraction \ |
13967
9cdab3186c0b
fixed HOL-Real-HahnBanach (-> HOL-Complex-HahnBanach)
kleing
parents:
13966
diff
changeset
|
21 |
HOL-Complex-HahnBanach \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
22 |
HOL-Hoare \ |
13019 | 23 |
HOL-HoareParallel \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
24 |
HOL-IMP \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
25 |
HOL-IMPP \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
26 |
HOL-IOA \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
27 |
HOL-Induct \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
28 |
HOL-Isar_examples \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
29 |
HOL-Lambda \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
30 |
HOL-Lattice \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
31 |
HOL-MicroJava \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
32 |
HOL-Modelcheck \ |
11376 | 33 |
HOL-NanoJava \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
34 |
HOL-NumberTheory \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
35 |
HOL-Prolog \ |
14199 | 36 |
HOL-SET-Protocol \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
37 |
HOL-Subst \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
38 |
TLA-Buffer \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
39 |
TLA-Inc \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
40 |
TLA-Memory \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
41 |
HOL-UNITY \ |
10966 | 42 |
HOL-Unix \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
43 |
HOL-W0 \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
44 |
HOL-ex |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
45 |
# ^ this is the sort position |
10614 | 46 |
|
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
47 |
all: test images |
4518 | 48 |
|
49 |
||
50 |
## global settings |
|
51 |
||
52 |
SRC = $(ISABELLE_HOME)/src |
|
3118 | 53 |
OUT = $(ISABELLE_OUTPUT) |
4447 | 54 |
LOG = $(OUT)/log |
2448 | 55 |
|
4518 | 56 |
|
57 |
## HOL |
|
2448 | 58 |
|
4518 | 59 |
HOL: Pure $(OUT)/HOL |
60 |
||
61 |
Pure: |
|
62 |
@cd $(SRC)/Pure; $(ISATOOL) make Pure |
|
3232
19a2b853ba7b
Removal of ex/LexProd; TFL files; new treatment of Prover files
paulson
parents:
3222
diff
changeset
|
63 |
|
16019 | 64 |
$(OUT)/HOL: $(OUT)/Pure $(SRC)/Provers/Arith/abel_cancel.ML \ |
65 |
$(SRC)/Provers/Arith/assoc_fold.ML \ |
|
66 |
$(SRC)/Provers/Arith/cancel_div_mod.ML \ |
|
67 |
$(SRC)/Provers/Arith/cancel_numeral_factor.ML \ |
|
68 |
$(SRC)/Provers/Arith/cancel_numerals.ML \ |
|
69 |
$(SRC)/Provers/Arith/cancel_sums.ML \ |
|
70 |
$(SRC)/Provers/Arith/combine_numerals.ML \ |
|
71 |
$(SRC)/Provers/Arith/extract_common_term.ML \ |
|
72 |
$(SRC)/Provers/Arith/fast_lin_arith.ML $(SRC)/Provers/blast.ML \ |
|
73 |
$(SRC)/Provers/clasimp.ML $(SRC)/Provers/classical.ML \ |
|
74 |
$(SRC)/Provers/eqsubst.ML $(SRC)/Provers/hypsubst.ML \ |
|
75 |
$(SRC)/Provers/induct_method.ML $(SRC)/Provers/make_elim.ML \ |
|
76 |
$(SRC)/Provers/order.ML $(SRC)/Provers/quantifier1.ML \ |
|
77 |
$(SRC)/Provers/quasi.ML $(SRC)/Provers/splitter.ML $(SRC)/Provers/trancl.ML \ |
|
78 |
$(SRC)/TFL/casesplit.ML $(SRC)/TFL/dcterm.ML $(SRC)/TFL/post.ML \ |
|
79 |
$(SRC)/TFL/rules.ML $(SRC)/TFL/tfl.ML $(SRC)/TFL/thms.ML \ |
|
80 |
$(SRC)/TFL/thry.ML $(SRC)/TFL/usyntax.ML $(SRC)/TFL/utils.ML \ |
|
16733
236dfafbeb63
linear arithmetic now takes "&" in assumptions apart.
nipkow
parents:
16509
diff
changeset
|
81 |
Binomial.thy Datatype.ML Datatype.thy Datatype_Universe.thy Divides.thy \ |
16019 | 82 |
Equiv_Relations.thy Extraction.thy Finite_Set.ML Finite_Set.thy \ |
17011
08f8408853e3
added Hyperreal/Ln, replaced Lfp and Gfp by FixedPoint
avigad
parents:
16908
diff
changeset
|
83 |
FixedPoint.thy Fun.thy HOL.ML HOL.thy Hilbert_Choice.thy Inductive.thy \ |
16019 | 84 |
Infinite_Set.thy Integ/IntArith.thy Integ/IntDef.thy Integ/IntDiv.thy \ |
85 |
Integ/NatBin.thy Integ/NatSimprocs.thy Integ/Numeral.thy \ |
|
86 |
Integ/Parity.thy Integ/Presburger.thy Integ/cooper_dec.ML \ |
|
87 |
Integ/cooper_proof.ML Integ/int_arith1.ML Integ/int_factor_simprocs.ML \ |
|
88 |
Integ/nat_simprocs.ML Integ/presburger.ML Integ/qelim.ML LOrder.thy \ |
|
17011
08f8408853e3
added Hyperreal/Ln, replaced Lfp and Gfp by FixedPoint
avigad
parents:
16908
diff
changeset
|
89 |
Lattice_Locales.thy List.ML List.thy Main.ML Main.thy Map.thy \ |
16019 | 90 |
Nat.ML Nat.thy NatArith.thy OrderedGroup.ML OrderedGroup.thy \ |
91 |
Orderings.ML Orderings.thy Power.thy PreList.thy Product_Type.thy \ |
|
92 |
ROOT.ML Recdef.thy Reconstruction.thy Record.thy Refute.thy \ |
|
93 |
Relation.ML Relation.thy Relation_Power.thy Ring_and_Field.thy Set.ML \ |
|
94 |
Set.thy SetInterval.thy Sum_Type.thy Tools/ATP/SpassCommunication.ML \ |
|
17229 | 95 |
Tools/ATP/VampCommunication.ML \ |
16019 | 96 |
Tools/ATP/recon_order_clauses.ML Tools/ATP/recon_parse.ML \ |
97 |
Tools/ATP/recon_prelim.ML Tools/ATP/recon_transfer_proof.ML \ |
|
98 |
Tools/ATP/recon_translate_proof.ML Tools/ATP/res_clasimpset.ML \ |
|
17304 | 99 |
Tools/ATP/watcher.ML \ |
16019 | 100 |
Tools/datatype_abs_proofs.ML Tools/datatype_aux.ML \ |
101 |
Tools/datatype_codegen.ML Tools/datatype_package.ML \ |
|
102 |
Tools/datatype_prop.ML Tools/datatype_realizer.ML \ |
|
103 |
Tools/datatype_rep_proofs.ML Tools/inductive_codegen.ML \ |
|
104 |
Tools/inductive_package.ML Tools/inductive_realizer.ML Tools/meson.ML \ |
|
105 |
Tools/numeral_syntax.ML Tools/primrec_package.ML Tools/prop_logic.ML \ |
|
106 |
Tools/recdef_package.ML Tools/recfun_codegen.ML \ |
|
107 |
Tools/reconstruction.ML Tools/record_package.ML Tools/refute.ML \ |
|
108 |
Tools/refute_isar.ML Tools/res_atp.ML Tools/res_axioms.ML \ |
|
109 |
Tools/res_clause.ML Tools/res_lib.ML Tools/res_skolem_function.ML \ |
|
110 |
Tools/res_types_sorts.ML Tools/rewrite_hol_proof.ML \ |
|
111 |
Tools/sat_solver.ML Tools/specification_package.ML Tools/split_rule.ML \ |
|
112 |
Tools/typedef_package.ML Transitive_Closure.ML Transitive_Closure.thy \ |
|
113 |
Typedef.thy Wellfounded_Recursion.thy Wellfounded_Relations.thy \ |
|
114 |
antisym_setup.ML arith_data.ML blastdata.ML cladata.ML \ |
|
115 |
document/root.tex eqrule_HOL_data.ML hologic.ML simpdata.ML \ |
|
116 |
thy_syntax.ML |
|
16187 | 117 |
@$(ISATOOL) usedir $(HOL_USEDIR_OPTIONS) -b -g true $(OUT)/Pure HOL |
4518 | 118 |
|
13029 | 119 |
|
13967
9cdab3186c0b
fixed HOL-Real-HahnBanach (-> HOL-Complex-HahnBanach)
kleing
parents:
13966
diff
changeset
|
120 |
## HOL-Complex-HahnBanach |
13029 | 121 |
|
13967
9cdab3186c0b
fixed HOL-Real-HahnBanach (-> HOL-Complex-HahnBanach)
kleing
parents:
13966
diff
changeset
|
122 |
HOL-Complex-HahnBanach: HOL-Complex $(LOG)/HOL-Complex-HahnBanach.gz |
13029 | 123 |
|
16019 | 124 |
$(LOG)/HOL-Complex-HahnBanach.gz: $(OUT)/HOL-Complex \ |
125 |
Real/HahnBanach/Bounds.thy Real/HahnBanach/FunctionNorm.thy \ |
|
126 |
Real/HahnBanach/FunctionOrder.thy Real/HahnBanach/HahnBanach.thy \ |
|
127 |
Real/HahnBanach/HahnBanachExtLemmas.thy \ |
|
128 |
Real/HahnBanach/HahnBanachSupLemmas.thy \ |
|
129 |
Real/HahnBanach/Linearform.thy Real/HahnBanach/NormedSpace.thy \ |
|
130 |
Real/HahnBanach/README.html Real/HahnBanach/ROOT.ML \ |
|
131 |
Real/HahnBanach/Subspace.thy Real/HahnBanach/VectorSpace.thy \ |
|
132 |
Real/HahnBanach/ZornLemma.thy Real/HahnBanach/document/root.bib \ |
|
13029 | 133 |
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
|
134 |
@cd Real; $(ISATOOL) usedir -g true $(OUT)/HOL-Complex HahnBanach |
13029 | 135 |
|
136 |
||
13961 | 137 |
## HOL-Complex |
10751 | 138 |
|
13966
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13964
diff
changeset
|
139 |
HOL-Complex: HOL $(OUT)/HOL-Complex |
10751 | 140 |
|
16019 | 141 |
$(OUT)/HOL-Complex: $(OUT)/HOL Complex/ROOT.ML Library/Zorn.thy \ |
142 |
Real/Lubs.thy Real/rat_arith.ML \ |
|
143 |
Real/Rational.thy Real/PReal.thy Real/RComplete.thy \ |
|
144 |
Real/ROOT.ML Real/Real.thy Real/real_arith.ML Real/RealDef.thy \ |
|
145 |
Real/RealPow.thy Real/document/root.tex \ |
|
16782
b214f21ae396
- use TableFun instead of homebrew binary tree in am_interpreter.ML
obua
parents:
16733
diff
changeset
|
146 |
Real/Float.thy Real/Float.ML \ |
17297 | 147 |
Hyperreal/StarType.thy Hyperreal/Transfer.thy Hyperreal/StarClasses.thy \ |
16019 | 148 |
Hyperreal/EvenOdd.thy Hyperreal/Fact.thy Hyperreal/HLog.thy \ |
17330 | 149 |
Hyperreal/Filter.thy Hyperreal/HSeries.thy Hyperreal/transfer.ML \ |
16019 | 150 |
Hyperreal/HTranscendental.thy Hyperreal/HyperArith.thy \ |
151 |
Hyperreal/HyperDef.thy Hyperreal/HyperNat.thy \ |
|
152 |
Hyperreal/HyperPow.thy Hyperreal/Hyperreal.thy \ |
|
153 |
Hyperreal/Integration.thy Hyperreal/Lim.thy Hyperreal/Log.thy \ |
|
17011
08f8408853e3
added Hyperreal/Ln, replaced Lfp and Gfp by FixedPoint
avigad
parents:
16908
diff
changeset
|
154 |
Hyperreal/Ln.thy Hyperreal/MacLaurin.thy Hyperreal/NatStar.thy \ |
16019 | 155 |
Hyperreal/NSA.thy Hyperreal/NthRoot.thy Hyperreal/Poly.thy \ |
156 |
Hyperreal/SEQ.thy Hyperreal/Series.thy Hyperreal/Star.thy \ |
|
157 |
Hyperreal/Transcendental.thy Hyperreal/fuf.ML Hyperreal/hypreal_arith.ML \ |
|
158 |
Complex/Complex_Main.thy Complex/CLim.thy Complex/CSeries.thy \ |
|
159 |
Complex/CStar.thy Complex/Complex.thy Complex/ComplexBin.thy \ |
|
15057 | 160 |
Complex/NSCA.thy Complex/NSComplex.thy Complex/document/root.tex |
161 |
@cd Complex; $(ISATOOL) usedir -b -g true $(OUT)/HOL HOL-Complex |
|
10751 | 162 |
|
7395 | 163 |
|
13961 | 164 |
## HOL-Complex-ex |
7392 | 165 |
|
13961 | 166 |
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
|
167 |
|
13961 | 168 |
$(LOG)/HOL-Complex-ex.gz: $(OUT)/HOL-Complex Library/Primes.thy \ |
169 |
Complex/ex/ROOT.ML Complex/ex/document/root.tex \ |
|
17198 | 170 |
Complex/ex/BigO_Complex.thy Complex/ex/BinEx.thy \ |
171 |
Complex/ex/NSPrimes.thy Complex/ex/Sqrt.thy Complex/ex/Sqrt_Script.thy |
|
13961 | 172 |
@cd Complex; $(ISATOOL) usedir $(OUT)/HOL-Complex ex |
7535
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
173 |
|
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
174 |
|
10255 | 175 |
## HOL-Library |
176 |
||
177 |
HOL-Library: HOL $(LOG)/HOL-Library.gz |
|
178 |
||
10266 | 179 |
$(LOG)/HOL-Library.gz: $(OUT)/HOL Library/Accessible_Part.thy \ |
16908
d374530bfaaa
Added two new theories to HOL/Library: SetsAndFunctions.thy and BigO.thy
avigad
parents:
16873
diff
changeset
|
180 |
Library/SetsAndFunctions.thy Library/BigO.thy \ |
15322 | 181 |
Library/EfficientNat.thy Library/FuncSet.thy Library/Library.thy \ |
14132 | 182 |
Library/List_Prefix.thy Library/Multiset.thy Library/NatPair.thy \ |
14265
95b42e69436c
HOL: installation of Ring_and_Field as the basis for Naturals and Reals
paulson
parents:
14264
diff
changeset
|
183 |
Library/Permutation.thy Library/Primes.thy Library/Quotient.thy \ |
14494
48ae8d678d88
Added bitvector library (Word) to HOL/Library and a theory using it (Adder)
skalberg
parents:
14482
diff
changeset
|
184 |
Library/Nat_Infinity.thy Library/Word.thy Library/word_setup.ML \ |
11349
fcb507c945c3
added Library/Nat_Infinity.thy and Library/Continuity.thy
oheimb
parents:
11287
diff
changeset
|
185 |
Library/README.html Library/Continuity.thy \ |
14365
3d4df8c166ae
replacing HOL/Real/PRat, PNat by the rational number development
paulson
parents:
14355
diff
changeset
|
186 |
Library/Nested_Environment.thy Library/Zorn.thy\ |
12816 | 187 |
Library/Library/ROOT.ML Library/Library/document/root.tex \ |
15731 | 188 |
Library/Library/document/root.bib Library/While_Combinator.thy \ |
189 |
Library/Product_ord.thy Library/Char_ord.thy \ |
|
190 |
Library/List_lexord.thy |
|
11398
d7711be8c3a9
Library/ROOT.ML moved to Library/Library/ROOT.ML to avoid accidential
wenzelm
parents:
11394
diff
changeset
|
191 |
@cd Library; $(ISATOOL) usedir $(OUT)/HOL Library |
10255 | 192 |
|
193 |
||
4518 | 194 |
## HOL-Subst |
195 |
||
196 |
HOL-Subst: HOL $(LOG)/HOL-Subst.gz |
|
197 |
||
15635 | 198 |
$(LOG)/HOL-Subst.gz: $(OUT)/HOL Subst/AList.thy \ |
199 |
Subst/ROOT.ML Subst/Subst.thy Subst/UTerm.thy Subst/Unifier.thy \ |
|
4518 | 200 |
Subst/Unify.thy |
201 |
@$(ISATOOL) usedir $(OUT)/HOL Subst |
|
2448 | 202 |
|
203 |
||
4518 | 204 |
## HOL-Induct |
2473 | 205 |
|
4518 | 206 |
HOL-Induct: HOL $(LOG)/HOL-Induct.gz |
3125 | 207 |
|
10255 | 208 |
$(LOG)/HOL-Induct.gz: $(OUT)/HOL \ |
13075
d3e1d554cd6d
conversion of some HOL/Induct proof scripts to Isar
paulson
parents:
13059
diff
changeset
|
209 |
Induct/Com.thy Induct/Comb.thy Induct/LFilter.thy \ |
d3e1d554cd6d
conversion of some HOL/Induct proof scripts to Isar
paulson
parents:
13059
diff
changeset
|
210 |
Induct/LList.thy Induct/Mutil.thy Induct/Ordinals.thy \ |
15172 | 211 |
Induct/PropLog.thy Induct/QuoNestedDataType.thy Induct/QuoDataType.thy\ |
212 |
Induct/ROOT.ML \ |
|
13079
e7738aa7267f
conversion of Induct/{Slist,Sexp} to Isar scripts
paulson
parents:
13075
diff
changeset
|
213 |
Induct/Sexp.thy Induct/Sigma_Algebra.thy \ |
e7738aa7267f
conversion of Induct/{Slist,Sexp} to Isar scripts
paulson
parents:
13075
diff
changeset
|
214 |
Induct/SList.thy Induct/ABexp.thy Induct/Term.thy \ |
11046
b5f5942781a0
Induct: converted some theories to new-style format;
wenzelm
parents:
11026
diff
changeset
|
215 |
Induct/Tree.thy Induct/document/root.tex |
3125 | 216 |
@$(ISATOOL) usedir $(OUT)/HOL Induct |
217 |
||
218 |
||
4518 | 219 |
## HOL-IMP |
220 |
||
221 |
HOL-IMP: HOL $(LOG)/HOL-IMP.gz |
|
2448 | 222 |
|
13129 | 223 |
$(LOG)/HOL-IMP.gz: $(OUT)/HOL IMP/Com.thy IMP/Compiler0.thy IMP/Compiler.thy \ |
12432 | 224 |
IMP/Denotation.thy IMP/Expr.thy IMP/Hoare.thy \ |
225 |
IMP/Natural.thy IMP/Examples.thy \ |
|
226 |
IMP/Transition.thy IMP/VC.thy IMP/ROOT.ML IMP/document/root.tex \ |
|
227 |
IMP/document/root.bib |
|
12548 | 228 |
@$(ISATOOL) usedir -g true $(OUT)/HOL IMP |
2448 | 229 |
|
230 |
||
8179 | 231 |
## HOL-IMPP |
232 |
||
233 |
HOL-IMPP: HOL $(LOG)/HOL-IMPP.gz |
|
234 |
||
235 |
$(LOG)/HOL-IMPP.gz: $(OUT)/HOL IMPP/ROOT.ML IMPP/Com.thy IMPP/Com.ML \ |
|
236 |
IMPP/Natural.thy IMPP/Natural.ML IMPP/Hoare.thy IMPP/Hoare.ML \ |
|
237 |
IMPP/Misc.thy IMPP/Misc.ML IMPP/EvenOdd.thy IMPP/EvenOdd.ML |
|
238 |
@$(ISATOOL) usedir $(OUT)/HOL IMPP |
|
239 |
||
240 |
||
14516 | 241 |
## HOL-Complex-Import |
242 |
||
243 |
IMPORTER_FILES = Import/proof_kernel.ML Import/replay.ML \ |
|
244 |
Import/shuffler.ML Import/MakeEqual.thy Import/HOL4Setup.thy \ |
|
245 |
Import/HOL4Syntax.thy Import/HOL4Compat.thy Import/import_syntax.ML \ |
|
246 |
Import/hol4rews.ML Import/import_package.ML Import/ROOT.ML |
|
247 |
||
17323 | 248 |
IMPORTER_HOLLIGHT_FILES = Import/proof_kernel.ML Import/replay.ML \ |
249 |
Import/shuffler.ML Import/MakeEqual.thy Import/HOL4Setup.thy \ |
|
250 |
Import/HOL4Syntax.thy Import/HOLLightCompat.thy Import/import_syntax.ML \ |
|
251 |
Import/hol4rews.ML Import/import_package.ML Import/ROOT.ML |
|
252 |
||
14516 | 253 |
HOL-Complex-Import: HOL-Complex $(LOG)/HOL-Complex-Import.gz |
254 |
||
255 |
$(LOG)/HOL-Complex-Import.gz: $(OUT)/HOL-Complex $(IMPORTER_FILES) |
|
256 |
@$(ISATOOL) usedir $(OUT)/HOL-Complex Import |
|
257 |
||
258 |
||
259 |
## HOL-Complex-Generate-HOL |
|
260 |
||
261 |
HOL-Complex-Generate-HOL: HOL-Complex $(LOG)/HOL-Complex-Generate-HOL.gz |
|
262 |
||
263 |
$(LOG)/HOL-Complex-Generate-HOL.gz: $(OUT)/HOL-Complex $(IMPORTER_FILES) \ |
|
264 |
Import/Generate-HOL/GenHOL4Base.thy Import/Generate-HOL/GenHOL4Prob.thy \ |
|
265 |
Import/Generate-HOL/GenHOL4Real.thy Import/Generate-HOL/GenHOL4Vec.thy \ |
|
266 |
Import/Generate-HOL/GenHOL4Word32.thy Import/Generate-HOL/ROOT.ML |
|
267 |
@cd Import; $(ISATOOL) usedir $(OUT)/HOL-Complex Generate-HOL |
|
268 |
||
17323 | 269 |
HOL-Complex-Generate-HOLLight: HOL-Complex $(LOG)/HOL-Complex-Generate-HOLLight.gz |
270 |
||
271 |
$(LOG)/HOL-Complex-Generate-HOLLight.gz: $(OUT)/HOL-Complex $(IMPORTER_HOLLIGHT_FILES) \ |
|
272 |
Import/Generate-HOLLight/GenHOLLight.thy Import/Generate-HOLLight/ROOT.ML |
|
273 |
@cd Import; $(ISATOOL) usedir $(OUT)/HOL-Complex Generate-HOLLight |
|
14516 | 274 |
|
275 |
## HOL-Import-HOL |
|
276 |
||
14626
dfb8d2977263
renamed HOL-Import-HOL to HOL4, added to images target
kleing
parents:
14610
diff
changeset
|
277 |
HOL4: HOL-Complex $(LOG)/HOL4.gz |
14516 | 278 |
|
279 |
HOL_IMPORT_FILES = arithmetic.imp bits.imp boolean_sequence.imp bool.imp \ |
|
280 |
bword_arith.imp bword_bitop.imp bword_num.imp combin.imp divides.imp \ |
|
281 |
hrat.imp hreal.imp ind_type.imp lim.imp list.imp marker.imp nets.imp \ |
|
282 |
numeral.imp num.imp one.imp operator.imp option.imp pair.imp poly.imp \ |
|
283 |
powser.imp pred_set.imp prime.imp prim_rec.imp prob_algebra.imp \ |
|
284 |
prob_canon.imp prob_extra.imp prob.imp prob_indep.imp prob_pseudo.imp \ |
|
285 |
prob_uniform.imp realax.imp real.imp relation.imp res_quan.imp rich_list.imp \ |
|
286 |
seq.imp state_transformer.imp sum.imp topology.imp transc.imp word32.imp \ |
|
287 |
word_base.imp word_bitop.imp word_num.imp |
|
288 |
||
14626
dfb8d2977263
renamed HOL-Import-HOL to HOL4, added to images target
kleing
parents:
14610
diff
changeset
|
289 |
$(LOG)/HOL4.gz: $(OUT)/HOL-Complex $(IMPORTER_FILES) \ |
14516 | 290 |
$(HOL_IMPORT_FILES:%=Import/HOL/%) Import/HOL/HOL4Base.thy \ |
291 |
Import/HOL/HOL4Prob.thy Import/HOL/HOL4Real.thy Import/HOL/HOL4Vec.thy \ |
|
292 |
Import/HOL/HOL4Word32.thy Import/HOL/HOL4.thy Import/HOL/ROOT.ML |
|
14626
dfb8d2977263
renamed HOL-Import-HOL to HOL4, added to images target
kleing
parents:
14610
diff
changeset
|
293 |
@cd Import/HOL; $(ISATOOL) usedir -b $(OUT)/HOL-Complex HOL4 |
14516 | 294 |
|
295 |
||
9510 | 296 |
## HOL-NumberTheory |
297 |
||
298 |
HOL-NumberTheory: HOL $(LOG)/HOL-NumberTheory.gz |
|
299 |
||
300 |
$(LOG)/HOL-NumberTheory.gz: $(OUT)/HOL \ |
|
11363 | 301 |
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
|
302 |
NumberTheory/Factorization.thy NumberTheory/BijectionRel.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
303 |
NumberTheory/Chinese.thy NumberTheory/EulerFermat.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
304 |
NumberTheory/IntFact.thy NumberTheory/IntPrimes.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
305 |
NumberTheory/WilsonBij.thy NumberTheory/WilsonRuss.thy \ |
13873 | 306 |
NumberTheory/Finite2.thy NumberTheory/Int2.thy NumberTheory/EvenOdd.thy\ |
307 |
NumberTheory/Residues.thy NumberTheory/Euler.thy NumberTheory/Gauss.thy\ |
|
308 |
NumberTheory/Quadratic_Reciprocity.thy\ |
|
9510 | 309 |
NumberTheory/ROOT.ML |
11850 | 310 |
@$(ISATOOL) usedir -g true $(OUT)/HOL NumberTheory |
9510 | 311 |
|
312 |
||
4518 | 313 |
## HOL-Hoare |
314 |
||
315 |
HOL-Hoare: HOL $(LOG)/HOL-Hoare.gz |
|
2448 | 316 |
|
4518 | 317 |
$(LOG)/HOL-Hoare.gz: $(OUT)/HOL Hoare/Arith2.ML Hoare/Arith2.thy \ |
13697 | 318 |
Hoare/Examples.thy Hoare/hoare.ML Hoare/Hoare.thy \ |
13875 | 319 |
Hoare/Heap.thy Hoare/HeapSyntax.thy Hoare/Pointer_Examples.thy \ |
320 |
Hoare/ROOT.ML Hoare/ExamplesAbort.thy Hoare/HeapSyntaxAbort.thy \ |
|
14075 | 321 |
Hoare/hoareAbort.ML Hoare/HoareAbort.thy Hoare/SchorrWaite.thy \ |
322 |
Hoare/Separation.thy Hoare/SepLogHeap.thy |
|
2826 | 323 |
@$(ISATOOL) usedir $(OUT)/HOL Hoare |
2448 | 324 |
|
325 |
||
12996 | 326 |
## HOL-HoareParallel |
327 |
||
328 |
HOL-HoareParallel: HOL $(LOG)/HOL-HoareParallel.gz |
|
329 |
||
330 |
$(LOG)/HOL-HoareParallel.gz: $(OUT)/HOL HoareParallel/Gar_Coll.thy \ |
|
331 |
HoareParallel/Graph.thy HoareParallel/Mul_Gar_Coll.thy \ |
|
332 |
HoareParallel/OG_Com.thy HoareParallel/OG_Examples.thy \ |
|
333 |
HoareParallel/OG_Hoare.thy HoareParallel/OG_Syntax.thy \ |
|
334 |
HoareParallel/OG_Tactics.thy HoareParallel/OG_Tran.thy \ |
|
13019 | 335 |
HoareParallel/Quote_Antiquote.thy \ |
12996 | 336 |
HoareParallel/RG_Com.thy HoareParallel/RG_Examples.thy \ |
337 |
HoareParallel/RG_Hoare.thy HoareParallel/RG_Syntax.thy \ |
|
338 |
HoareParallel/RG_Tran.thy HoareParallel/ROOT.ML \ |
|
339 |
HoareParallel/document/root.tex |
|
13029 | 340 |
@$(ISATOOL) usedir -g true $(OUT)/HOL HoareParallel |
12996 | 341 |
|
342 |
||
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
343 |
## HOL-Algebra |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
344 |
|
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
345 |
HOL-Algebra: HOL $(LOG)/HOL-Algebra.gz |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
346 |
|
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
347 |
$(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
|
348 |
Library/Primes.thy Library/FuncSet.thy \ |
13943 | 349 |
Algebra/Bij.thy \ |
13939 | 350 |
Algebra/CRing.thy \ |
13870
cf947d1ec5ff
moved Exponent, Coset, Sylow from GroupTheory to Algebra, converting them
paulson
parents:
13858
diff
changeset
|
351 |
Algebra/Coset.thy \ |
cf947d1ec5ff
moved Exponent, Coset, Sylow from GroupTheory to Algebra, converting them
paulson
parents:
13858
diff
changeset
|
352 |
Algebra/Exponent.thy \ |
13939 | 353 |
Algebra/FiniteProduct.thy \ |
354 |
Algebra/Group.thy \ |
|
14551 | 355 |
Algebra/Lattice.thy \ |
13939 | 356 |
Algebra/Module.thy \ |
13870
cf947d1ec5ff
moved Exponent, Coset, Sylow from GroupTheory to Algebra, converting them
paulson
parents:
13858
diff
changeset
|
357 |
Algebra/Sylow.thy \ |
13939 | 358 |
Algebra/UnivPoly.thy \ |
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
359 |
Algebra/abstract/Abstract.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
360 |
Algebra/abstract/Factor.ML Algebra/abstract/Factor.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
361 |
Algebra/abstract/Field.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
362 |
Algebra/abstract/Ideal.ML Algebra/abstract/Ideal.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
363 |
Algebra/abstract/PID.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
364 |
Algebra/abstract/Ring.ML Algebra/abstract/Ring.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
365 |
Algebra/abstract/RingHomo.ML Algebra/abstract/RingHomo.thy\ |
13735 | 366 |
Algebra/abstract/order.ML \ |
13949
0ce528cd6f19
HOL-Algebra complete for release Isabelle2003 (modulo section headers).
ballarin
parents:
13943
diff
changeset
|
367 |
Algebra/document/root.tex \ |
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
368 |
Algebra/poly/LongDiv.ML Algebra/poly/LongDiv.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
369 |
Algebra/poly/PolyHomo.ML Algebra/poly/PolyHomo.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
370 |
Algebra/poly/Polynomial.thy \ |
13939 | 371 |
Algebra/poly/UnivPoly2.ML Algebra/poly/UnivPoly2.thy \ |
372 |
Algebra/ringsimp.ML |
|
14578 | 373 |
@cd Algebra; $(ISATOOL) usedir -b -g true $(OUT)/HOL HOL-Algebra |
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
374 |
|
4518 | 375 |
## HOL-Auth |
3819 | 376 |
|
4518 | 377 |
HOL-Auth: HOL $(LOG)/HOL-Auth.gz |
3819 | 378 |
|
14132 | 379 |
$(LOG)/HOL-Auth.gz: $(OUT)/HOL Library/NatPair.thy \ |
13926 | 380 |
Auth/CertifiedEmail.thy Auth/Event.thy \ |
381 |
Auth/Message.thy Auth/NS_Public.thy Auth/NS_Public_Bad.thy \ |
|
11251 | 382 |
Auth/NS_Shared.thy Auth/OtwayRees.thy Auth/OtwayRees_AN.thy \ |
13923 | 383 |
Auth/OtwayRees_Bad.thy Auth/Public.thy Auth/ROOT.ML \ |
13926 | 384 |
Auth/Recur.thy Auth/Shared.thy \ |
14182
5f49f00fe084
conversion of HOL/Auth/KerberosIV to new-style theory
paulson
parents:
14150
diff
changeset
|
385 |
Auth/TLS.thy Auth/WooLam.thy Auth/Kerberos_BAN.thy Auth/KerberosIV.thy \ |
13508 | 386 |
Auth/Yahalom.thy Auth/Yahalom2.thy Auth/Yahalom_Bad.thy \ |
14145
2e31b8cc8788
ZhouGollmann: new example (fair non-repudiation protocol)
paulson
parents:
14132
diff
changeset
|
387 |
Auth/ZhouGollmann.thy \ |
13508 | 388 |
Auth/Guard/Analz.thy Auth/Guard/Extensions.thy Auth/Guard/GuardK.thy \ |
389 |
Auth/Guard/Guard_Public.thy Auth/Guard/Guard_Shared.thy \ |
|
390 |
Auth/Guard/Guard.thy Auth/Guard/List_Msg.thy \ |
|
391 |
Auth/Guard/NS_Public.thy Auth/Guard/OtwayRees.thy \ |
|
392 |
Auth/Guard/P1.thy Auth/Guard/P2.thy \ |
|
14150 | 393 |
Auth/Guard/Proto.thy Auth/Guard/Yahalom.thy\ |
394 |
Auth/document/root.tex |
|
13964 | 395 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Auth |
2448 | 396 |
|
397 |
||
4777 | 398 |
## HOL-UNITY |
399 |
||
400 |
HOL-UNITY: HOL $(LOG)/HOL-UNITY.gz |
|
401 |
||
10787 | 402 |
$(LOG)/HOL-UNITY.gz: $(OUT)/HOL Library/Multiset.thy UNITY/ROOT.ML \ |
13790 | 403 |
UNITY/UNITY_Main.thy UNITY/UNITY_tactics.ML \ |
13797 | 404 |
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
|
405 |
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
|
406 |
UNITY/Lift_prog.thy UNITY/ListOrder.thy UNITY/ProgressSets.thy\ |
89131afa9f01
New theory ProgressSets. Definition of closure sets
paulson
parents:
13851
diff
changeset
|
407 |
UNITY/PPROD.thy UNITY/Project.thy UNITY/Rename.thy UNITY/Transformers.thy\ |
13797 | 408 |
UNITY/SubstAx.thy UNITY/UNITY.thy UNITY/Union.thy UNITY/WFair.thy \ |
13790 | 409 |
UNITY/Simple/Channel.thy UNITY/Simple/Common.thy \ |
410 |
UNITY/Simple/Deadlock.thy UNITY/Simple/Lift.thy UNITY/Simple/Mutex.thy \ |
|
14199 | 411 |
UNITY/Simple/NSP_Bad.thy UNITY/Simple/Network.thy\ |
13790 | 412 |
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
|
413 |
UNITY/Comp/Alloc.ML UNITY/Comp/Alloc.thy \ |
14089
7b34f58b1b81
converted UNITY/Comp/{AllocImpl,Client} to Isar scripts
paulson
parents:
14088
diff
changeset
|
414 |
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
|
415 |
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
|
416 |
UNITY/Comp/PriorityAux.thy \ |
14087
cb07c3948668
Conversion of UNITY/Comp/Priority.thy to a linear Isar script
paulson
parents:
14075
diff
changeset
|
417 |
UNITY/Comp/Priority.thy UNITY/Comp/Progress.thy \ |
14150 | 418 |
UNITY/Comp/TimerArray.thy\ |
419 |
UNITY/document/root.tex |
|
420 |
@$(ISATOOL) usedir -g true $(OUT)/HOL UNITY |
|
4777 | 421 |
|
422 |
||
10966 | 423 |
## HOL-Unix |
424 |
||
425 |
HOL-Unix: HOL $(LOG)/HOL-Unix.gz |
|
426 |
||
427 |
$(LOG)/HOL-Unix.gz: $(OUT)/HOL Library/Nested_Environment.thy \ |
|
428 |
Library/List_Prefix.thy Unix/ROOT.ML Unix/Unix.thy \ |
|
429 |
Unix/document/root.bib Unix/document/root.tex |
|
430 |
@$(ISATOOL) usedir $(OUT)/HOL Unix |
|
431 |
||
432 |
||
4518 | 433 |
## HOL-Modelcheck |
434 |
||
435 |
HOL-Modelcheck: HOL $(LOG)/HOL-Modelcheck.gz |
|
3218 | 436 |
|
4518 | 437 |
$(LOG)/HOL-Modelcheck.gz: $(OUT)/HOL Modelcheck/CTL.thy \ |
17287 | 438 |
Modelcheck/EindhovenExample.thy Modelcheck/EindhovenSyn.ML \ |
439 |
Modelcheck/EindhovenSyn.thy Modelcheck/MuCalculus.thy \ |
|
440 |
Modelcheck/MuckeExample1.thy Modelcheck/MuckeExample2.thy \ |
|
6474 | 441 |
Modelcheck/MuckeSyn.ML Modelcheck/MuckeSyn.thy Modelcheck/ROOT.ML \ |
442 |
Modelcheck/mucke_oracle.ML |
|
3218 | 443 |
@$(ISATOOL) usedir $(OUT)/HOL Modelcheck |
444 |
||
445 |
||
4518 | 446 |
## HOL-Lambda |
2448 | 447 |
|
4518 | 448 |
HOL-Lambda: HOL $(LOG)/HOL-Lambda.gz |
2448 | 449 |
|
10255 | 450 |
$(LOG)/HOL-Lambda.gz: $(OUT)/HOL Library/Accessible_Part.thy \ |
451 |
Lambda/Commutation.thy Lambda/Eta.thy Lambda/InductTermi.thy Lambda/Lambda.thy \ |
|
9771 | 452 |
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
|
453 |
Lambda/ParRed.thy Lambda/StrongNorm.thy Lambda/Type.thy \ |
86c56794b641
Added new theories StrongNorm and WeakNorm to Lambda example.
berghofe
parents:
14044
diff
changeset
|
454 |
Lambda/WeakNorm.thy Lambda/ROOT.ML \ |
86c56794b641
Added new theories StrongNorm and WeakNorm to Lambda example.
berghofe
parents:
14044
diff
changeset
|
455 |
Lambda/document/root.bib Lambda/document/root.tex |
11850 | 456 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Lambda |
2448 | 457 |
|
458 |
||
9015 | 459 |
## HOL-Prolog |
460 |
||
461 |
HOL-Prolog: HOL $(LOG)/HOL-Prolog.gz |
|
462 |
||
463 |
$(LOG)/HOL-Prolog.gz: $(OUT)/HOL Prolog/ROOT.ML Prolog/HOHH.ML Prolog/HOHH.thy \ |
|
464 |
Prolog/Test.ML Prolog/Test.thy \ |
|
465 |
Prolog/Func.ML Prolog/Func.thy Prolog/Type.ML Prolog/Type.thy |
|
466 |
@$(ISATOOL) usedir $(OUT)/HOL Prolog |
|
467 |
||
468 |
||
4518 | 469 |
## HOL-W0 |
2527 | 470 |
|
4518 | 471 |
HOL-W0: HOL $(LOG)/HOL-W0.gz |
2527 | 472 |
|
12946 | 473 |
$(LOG)/HOL-W0.gz: $(OUT)/HOL W0/ROOT.ML W0/W0.thy W0/document/root.tex |
2826 | 474 |
@$(ISATOOL) usedir $(OUT)/HOL W0 |
2527 | 475 |
|
476 |
||
8012 | 477 |
## HOL-MicroJava |
478 |
||
479 |
HOL-MicroJava: HOL $(LOG)/HOL-MicroJava.gz |
|
480 |
||
11086 | 481 |
$(LOG)/HOL-MicroJava.gz: $(OUT)/HOL MicroJava/ROOT.ML \ |
13672 | 482 |
MicroJava/Comp/AuxLemmas.thy \ |
483 |
MicroJava/Comp/CorrComp.thy \ |
|
484 |
MicroJava/Comp/CorrCompTp.thy \ |
|
485 |
MicroJava/Comp/DefsComp.thy \ |
|
486 |
MicroJava/Comp/Index.thy \ |
|
487 |
MicroJava/Comp/LemmasComp.thy \ |
|
488 |
MicroJava/Comp/NatCanonify.thy \ |
|
489 |
MicroJava/Comp/TranslComp.thy \ |
|
490 |
MicroJava/Comp/TranslCompTp.thy \ |
|
491 |
MicroJava/Comp/TypeInf.thy \ |
|
11026
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
oheimb
parents:
11024
diff
changeset
|
492 |
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
|
493 |
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
|
494 |
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
|
495 |
MicroJava/J/WellForm.thy MicroJava/J/Value.thy \ |
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
oheimb
parents:
11024
diff
changeset
|
496 |
MicroJava/J/WellType.thy MicroJava/J/Example.thy \ |
12438 | 497 |
MicroJava/J/JListExample.thy \ |
9381 | 498 |
MicroJava/JVM/JVMExec.thy MicroJava/JVM/JVMInstructions.thy\ |
499 |
MicroJava/JVM/JVMState.thy MicroJava/JVM/JVMExecInstr.thy\ |
|
12521 | 500 |
MicroJava/JVM/JVMListExample.thy MicroJava/JVM/JVMExceptions.thy \ |
11228 | 501 |
MicroJava/BV/BVSpec.thy MicroJava/BV/BVSpecTypeSafe.thy \ |
502 |
MicroJava/BV/Correct.thy MicroJava/BV/Err.thy MicroJava/BV/JType.thy \ |
|
503 |
MicroJava/BV/JVM.thy MicroJava/BV/JVMType.thy MicroJava/BV/Kildall.thy \ |
|
504 |
MicroJava/BV/LBVSpec.thy MicroJava/BV/Listn.thy MicroJava/BV/Opt.thy \ |
|
505 |
MicroJava/BV/Product.thy MicroJava/BV/Semilat.thy \ |
|
12521 | 506 |
MicroJava/BV/Effect.thy MicroJava/BV/EffectMono.thy \ |
11228 | 507 |
MicroJava/BV/Typing_Framework.thy MicroJava/BV/Typing_Framework_err.thy \ |
13224 | 508 |
MicroJava/BV/Typing_Framework_JVM.thy MicroJava/BV/BVExample.thy \ |
509 |
MicroJava/BV/LBVSpec.thy MicroJava/BV/LBVCorrect.thy \ |
|
510 |
MicroJava/BV/LBVComplete.thy MicroJava/BV/LBVJVM.thy \ |
|
12915 | 511 |
MicroJava/document/root.bib MicroJava/document/root.tex \ |
512 |
MicroJava/document/introduction.tex |
|
11850 | 513 |
@$(ISATOOL) usedir -g true $(OUT)/HOL MicroJava |
514 |
||
8012 | 515 |
|
11376 | 516 |
## HOL-NanoJava |
517 |
||
518 |
HOL-NanoJava: HOL $(LOG)/HOL-NanoJava.gz |
|
519 |
||
520 |
$(LOG)/HOL-NanoJava.gz: $(OUT)/HOL NanoJava/ROOT.ML \ |
|
521 |
NanoJava/Term.thy NanoJava/Decl.thy NanoJava/TypeRel.thy NanoJava/State.thy \ |
|
522 |
NanoJava/OpSem.thy NanoJava/AxSem.thy NanoJava/AxSem.thy \ |
|
523 |
NanoJava/document/root.bib NanoJava/document/root.tex |
|
11850 | 524 |
@$(ISATOOL) usedir -g true $(OUT)/HOL NanoJava |
525 |
||
8193 | 526 |
|
12855 | 527 |
## HOL-Bali |
528 |
||
529 |
HOL-Bali: HOL $(LOG)/HOL-Bali.gz |
|
530 |
||
531 |
$(LOG)/HOL-Bali.gz: $(OUT)/HOL Bali/AxCompl.thy Bali/AxExample.thy \ |
|
532 |
Bali/AxSem.thy Bali/AxSound.thy Bali/Basis.thy Bali/Conform.thy \ |
|
533 |
Bali/Decl.thy Bali/DeclConcepts.thy Bali/Eval.thy Bali/Evaln.thy \ |
|
534 |
Bali/Example.thy Bali/Name.thy Bali/ROOT.ML Bali/State.thy \ |
|
535 |
Bali/Table.thy Bali/Term.thy Bali/Trans.thy Bali/Type.thy \ |
|
536 |
Bali/TypeRel.thy Bali/TypeSafe.thy Bali/Value.thy Bali/WellForm.thy \ |
|
13695 | 537 |
Bali/DefiniteAssignment.thy Bali/DefiniteAssignmentCorrect.thy \ |
12855 | 538 |
Bali/WellType.thy Bali/document/root.tex |
539 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Bali |
|
540 |
||
541 |
||
13403 | 542 |
## HOL-Extraction |
543 |
||
544 |
HOL-Extraction: HOL $(LOG)/HOL-Extraction.gz |
|
545 |
||
546 |
$(LOG)/HOL-Extraction.gz: $(OUT)/HOL \ |
|
17023 | 547 |
Extraction/Higman.thy Extraction/ROOT.ML Extraction/Pigeonhole.thy \ |
548 |
Extraction/QuotRem.thy \ |
|
13403 | 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 |
|
14482 | 586 |
$(LOG)/HOL-ex.gz: $(OUT)/HOL ex/Antiquote.thy \ |
15037 | 587 |
ex/BT.thy ex/BinEx.thy ex/Higher_Order_Logic.thy \ |
14603 | 588 |
ex/Hilbert_Classical.thy ex/InSort.thy \ |
14244
f58598341d30
InductiveInvariant_examples illustrates advanced recursive function definitions
paulson
parents:
14220
diff
changeset
|
589 |
ex/InductiveInvariant.thy ex/InductiveInvariant_examples.thy\ |
14603 | 590 |
ex/Intuitionistic.thy \ |
591 |
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 \ |
14592
dd1a2905ea73
Added theory with examples for quickcheck command.
berghofe
parents:
14578
diff
changeset
|
594 |
ex/Qsort.thy ex/Quickcheck_Examples.thy ex/ROOT.ML ex/Recdefs.thy ex/Records.thy \ |
14350 | 595 |
ex/Refute_Examples.thy \ |
14603 | 596 |
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
|
597 |
ex/Tarski.thy ex/Tuple.thy ex/Classical.thy \ |
13059 | 598 |
ex/mesontest2.ML ex/mesontest2.thy ex/set.thy ex/svc_funcs.ML \ |
12869 | 599 |
ex/svc_test.ML ex/svc_test.thy ex/document/root.bib ex/document/root.tex |
2826 | 600 |
@$(ISATOOL) usedir $(OUT)/HOL ex |
2448 | 601 |
|
602 |
||
6445 | 603 |
## HOL-Isar_examples |
604 |
||
605 |
HOL-Isar_examples: HOL $(LOG)/HOL-Isar_examples.gz |
|
606 |
||
607 |
$(LOG)/HOL-Isar_examples.gz: $(OUT)/HOL Isar_examples/BasicLogic.thy \ |
|
16356 | 608 |
Isar_examples/Cantor.ML Isar_examples/Cantor.thy Isar_examples/Drinker.thy \ |
8050 | 609 |
Isar_examples/ExprCompiler.thy Isar_examples/Fibonacci.thy \ |
10143
86c39bba873f
added Isar_examples/Hoare.thy Isar_examples/HoareEx.thy;
wenzelm
parents:
10135
diff
changeset
|
610 |
Isar_examples/Group.thy Isar_examples/Hoare.thy Isar_examples/HoareEx.thy \ |
10255 | 611 |
Isar_examples/KnasterTarski.thy Isar_examples/MutilatedCheckerboard.thy \ |
8677 | 612 |
Isar_examples/NestedDatatype.thy Isar_examples/Peirce.thy \ |
8050 | 613 |
Isar_examples/Puzzle.thy Isar_examples/Summation.thy \ |
12946 | 614 |
Isar_examples/ROOT.ML Isar_examples/document/proof.sty \ |
615 |
Isar_examples/document/root.bib Isar_examples/document/root.tex \ |
|
13703 | 616 |
Isar_examples/document/style.tex Hoare/hoare.ML |
6445 | 617 |
@$(ISATOOL) usedir $(OUT)/HOL Isar_examples |
618 |
||
619 |
||
14199 | 620 |
## HOL-SET-Protocol |
621 |
||
622 |
HOL-SET-Protocol: HOL $(LOG)/HOL-SET-Protocol.gz |
|
623 |
||
624 |
$(LOG)/HOL-SET-Protocol.gz: $(OUT)/HOL SET-Protocol/ROOT.ML \ |
|
625 |
SET-Protocol/MessageSET.thy\ |
|
626 |
SET-Protocol/EventSET.thy\ |
|
627 |
SET-Protocol/PublicSET.thy\ |
|
628 |
SET-Protocol/Cardholder_Registration.thy\ |
|
629 |
SET-Protocol/Merchant_Registration.thy\ |
|
630 |
SET-Protocol/Purchase.thy\ |
|
631 |
SET-Protocol/document/root.tex |
|
632 |
@$(ISATOOL) usedir -g true $(OUT)/HOL SET-Protocol |
|
633 |
||
634 |
||
16509 | 635 |
## HOL-Complex-Matrix |
14610 | 636 |
|
17323 | 637 |
#HOL-Complex-Matrix: HOL $(LOG)/HOL-Complex-Matrix.gz |
14610 | 638 |
|
17323 | 639 |
#$(LOG)/HOL-Complex-Matrix.gz: $(OUT)/HOL-Complex \ |
640 |
# Matrix/MatrixGeneral.thy Matrix/Matrix.thy Matrix/SparseMatrix.thy \ |
|
641 |
# Matrix/document/root.tex Matrix/ROOT.ML \ |
|
642 |
# Matrix/cplex/ROOT.ML Matrix/cplex/Cplex.thy Matrix/cplex/CplexMatrixConverter.ML \ |
|
643 |
# Matrix/cplex/Cplex_tools.ML Matrix/cplex/FloatSparseMatrix.thy \ |
|
644 |
# Matrix/cplex/FloatSparseMatrixBuilder.ML Matrix/cplex/fspmlp.ML \ |
|
645 |
# Matrix/cplex/MatrixLP.thy Matrix/cplex/MatrixLP.ML |
|
646 |
# @$(ISATOOL) usedir $(OUT)/HOL-Complex Matrix |
|
647 |
||
648 |
## HOL-Complex-Matrix |
|
649 |
||
650 |
HOL-Complex-Matrix: HOL $(OUT)/HOL-Complex-Matrix |
|
651 |
||
652 |
$(OUT)/HOL-Complex-Matrix: $(OUT)/HOL-Complex \ |
|
15178 | 653 |
Matrix/MatrixGeneral.thy Matrix/Matrix.thy Matrix/SparseMatrix.thy \ |
16784 | 654 |
Matrix/document/root.tex Matrix/ROOT.ML \ |
655 |
Matrix/cplex/ROOT.ML Matrix/cplex/Cplex.thy Matrix/cplex/CplexMatrixConverter.ML \ |
|
656 |
Matrix/cplex/Cplex_tools.ML Matrix/cplex/FloatSparseMatrix.thy \ |
|
16873 | 657 |
Matrix/cplex/FloatSparseMatrixBuilder.ML Matrix/cplex/fspmlp.ML \ |
658 |
Matrix/cplex/MatrixLP.thy Matrix/cplex/MatrixLP.ML |
|
17323 | 659 |
@cd Matrix; $(ISATOOL) usedir -b -g true $(OUT)/HOL-Complex HOL-Complex-Matrix |
16873 | 660 |
|
14199 | 661 |
|
4518 | 662 |
## TLA |
663 |
||
664 |
TLA: HOL $(OUT)/TLA |
|
665 |
||
6254 | 666 |
$(OUT)/TLA: $(OUT)/HOL TLA/Action.ML TLA/Action.thy TLA/Init.ML \ |
9516 | 667 |
TLA/Init.thy TLA/Intensional.ML TLA/Intensional.thy \ |
6254 | 668 |
TLA/ROOT.ML TLA/Stfun.ML TLA/Stfun.thy TLA/TLA.ML TLA/TLA.thy |
4518 | 669 |
@cd TLA; $(ISATOOL) usedir -b $(OUT)/HOL TLA |
670 |
||
671 |
||
672 |
## TLA-Inc |
|
673 |
||
674 |
TLA-Inc: TLA $(LOG)/TLA-Inc.gz |
|
675 |
||
17308 | 676 |
$(LOG)/TLA-Inc.gz: $(OUT)/TLA TLA/Inc/Inc.thy TLA/Inc/Inc.ML |
4518 | 677 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Inc |
678 |
||
679 |
||
680 |
## TLA-Buffer |
|
681 |
||
682 |
TLA-Buffer: TLA $(LOG)/TLA-Buffer.gz |
|
2448 | 683 |
|
4518 | 684 |
$(LOG)/TLA-Buffer.gz: $(OUT)/TLA TLA/Buffer/Buffer.thy \ |
685 |
TLA/Buffer/Buffer.ML TLA/Buffer/DBuffer.thy TLA/Buffer/DBuffer.ML |
|
686 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Buffer |
|
687 |
||
688 |
||
689 |
## TLA-Memory |
|
690 |
||
691 |
TLA-Memory: TLA $(LOG)/TLA-Memory.gz |
|
4447 | 692 |
|
4518 | 693 |
$(LOG)/TLA-Memory.gz: $(OUT)/TLA TLA/Memory/MIParameters.thy \ |
9516 | 694 |
TLA/Memory/MIsafe.ML TLA/Memory/MemClerk.ML \ |
4518 | 695 |
TLA/Memory/MemClerk.thy TLA/Memory/MemClerkParameters.ML \ |
696 |
TLA/Memory/MemClerkParameters.thy TLA/Memory/Memory.ML \ |
|
697 |
TLA/Memory/Memory.thy TLA/Memory/MemoryImplementation.ML \ |
|
698 |
TLA/Memory/MemoryImplementation.thy TLA/Memory/MemoryParameters.ML \ |
|
699 |
TLA/Memory/MemoryParameters.thy TLA/Memory/ProcedureInterface.ML \ |
|
700 |
TLA/Memory/ProcedureInterface.thy TLA/Memory/RPC.ML TLA/Memory/RPC.thy \ |
|
701 |
TLA/Memory/RPCMemoryParams.thy TLA/Memory/RPCParameters.ML \ |
|
702 |
TLA/Memory/RPCParameters.thy |
|
703 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Memory |
|
704 |
||
705 |
||
706 |
## clean |
|
4447 | 707 |
|
708 |
clean: |
|
13966
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13964
diff
changeset
|
709 |
@rm -f $(OUT)/HOL $(OUT)/HOL-Complex $(OUT)/TLA \ |
13980 | 710 |
$(LOG)/HOL.gz $(LOG)/TLA.gz \ |
9481 | 711 |
$(LOG)/HOL-Isar_examples.gz $(LOG)/HOL-Induct.gz \ |
712 |
$(LOG)/HOL-ex.gz $(LOG)/HOL-Subst.gz $(LOG)/HOL-IMP.gz \ |
|
713 |
$(LOG)/HOL-IMPP.gz $(LOG)/HOL-Hoare.gz \ |
|
12996 | 714 |
$(LOG)/HOL-HoareParallel.gz \ |
9481 | 715 |
$(LOG)/HOL-Lex.gz $(LOG)/HOL-Algebra.gz \ |
716 |
$(LOG)/HOL-Auth.gz $(LOG)/HOL-UNITY.gz \ |
|
717 |
$(LOG)/HOL-Modelcheck.gz $(LOG)/HOL-Lambda.gz \ |
|
15871 | 718 |
$(LOG)/HOL-Bali.gz \ |
11376 | 719 |
$(LOG)/HOL-MicroJava.gz $(LOG)/HOL-NanoJava.gz \ |
10135 | 720 |
$(LOG)/HOL-IOA.gz $(LOG)/HOL-AxClasses \ |
16509 | 721 |
$(LOG)/HOL-Lattice $(LOG)/HOL-Complex-Matrix \ |
13980 | 722 |
$(LOG)/HOL-Complex.gz \ |
13961 | 723 |
$(LOG)/HOL-Complex-ex.gz \ |
14199 | 724 |
$(LOG)/HOL-Complex-HahnBanach.gz $(LOG)/HOL-SET-Protocol.gz \ |
725 |
$(LOG)/TLA-Inc.gz $(LOG)/TLA-Buffer.gz $(LOG)/TLA-Memory.gz \ |
|
10981 | 726 |
$(LOG)/HOL-Library.gz $(LOG)/HOL-Unix.gz |