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