author | mengj |
Fri, 21 Oct 2005 02:57:22 +0200 | |
changeset 17939 | 3925ab7b8a18 |
parent 17919 | 09adb77ac16c |
child 18005 | a444181a45ce |
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 |
17710 | 9 |
images: HOL HOL-Algebra HOL-Complex HOL-Complex-Matrix 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 \ |
17610 | 17 |
HOL-Complex-HahnBanach \ |
15771 | 18 |
HOL-Complex-Import \ |
17610 | 19 |
HOL-Complex-ex \ |
13403 | 20 |
HOL-Extraction \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
21 |
HOL-Hoare \ |
13019 | 22 |
HOL-HoareParallel \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
23 |
HOL-IMP \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
24 |
HOL-IMPP \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
25 |
HOL-IOA \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
26 |
HOL-Induct \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
27 |
HOL-Isar_examples \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
28 |
HOL-Lambda \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
29 |
HOL-Lattice \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
30 |
HOL-MicroJava \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
31 |
HOL-Modelcheck \ |
11376 | 32 |
HOL-NanoJava \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
33 |
HOL-NumberTheory \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
34 |
HOL-Prolog \ |
14199 | 35 |
HOL-SET-Protocol \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
36 |
HOL-Subst \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
37 |
TLA-Buffer \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
38 |
TLA-Inc \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
39 |
TLA-Memory \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
40 |
HOL-UNITY \ |
10966 | 41 |
HOL-Unix \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
42 |
HOL-W0 \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
43 |
HOL-ex |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
44 |
# ^ this is the sort position |
10614 | 45 |
|
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
46 |
all: test images |
4518 | 47 |
|
48 |
||
49 |
## global settings |
|
50 |
||
51 |
SRC = $(ISABELLE_HOME)/src |
|
3118 | 52 |
OUT = $(ISABELLE_OUTPUT) |
4447 | 53 |
LOG = $(OUT)/log |
2448 | 54 |
|
4518 | 55 |
|
56 |
## HOL |
|
2448 | 57 |
|
4518 | 58 |
HOL: Pure $(OUT)/HOL |
59 |
||
60 |
Pure: |
|
61 |
@cd $(SRC)/Pure; $(ISATOOL) make Pure |
|
3232
19a2b853ba7b
Removal of ex/LexProd; TFL files; new treatment of Prover files
paulson
parents:
3222
diff
changeset
|
62 |
|
16019 | 63 |
$(OUT)/HOL: $(OUT)/Pure $(SRC)/Provers/Arith/abel_cancel.ML \ |
64 |
$(SRC)/Provers/Arith/assoc_fold.ML \ |
|
65 |
$(SRC)/Provers/Arith/cancel_div_mod.ML \ |
|
66 |
$(SRC)/Provers/Arith/cancel_numeral_factor.ML \ |
|
67 |
$(SRC)/Provers/Arith/cancel_numerals.ML \ |
|
68 |
$(SRC)/Provers/Arith/cancel_sums.ML \ |
|
69 |
$(SRC)/Provers/Arith/combine_numerals.ML \ |
|
70 |
$(SRC)/Provers/Arith/extract_common_term.ML \ |
|
71 |
$(SRC)/Provers/Arith/fast_lin_arith.ML $(SRC)/Provers/blast.ML \ |
|
72 |
$(SRC)/Provers/clasimp.ML $(SRC)/Provers/classical.ML \ |
|
73 |
$(SRC)/Provers/eqsubst.ML $(SRC)/Provers/hypsubst.ML \ |
|
74 |
$(SRC)/Provers/induct_method.ML $(SRC)/Provers/make_elim.ML \ |
|
75 |
$(SRC)/Provers/order.ML $(SRC)/Provers/quantifier1.ML \ |
|
76 |
$(SRC)/Provers/quasi.ML $(SRC)/Provers/splitter.ML $(SRC)/Provers/trancl.ML \ |
|
77 |
$(SRC)/TFL/casesplit.ML $(SRC)/TFL/dcterm.ML $(SRC)/TFL/post.ML \ |
|
78 |
$(SRC)/TFL/rules.ML $(SRC)/TFL/tfl.ML $(SRC)/TFL/thms.ML \ |
|
79 |
$(SRC)/TFL/thry.ML $(SRC)/TFL/usyntax.ML $(SRC)/TFL/utils.ML \ |
|
17507
507e519a0dad
removed Commutative_Ring.thy, added HOL/ex/Chinese.thy;
wenzelm
parents:
17489
diff
changeset
|
80 |
Binomial.thy Datatype.ML Datatype.thy \ |
17384 | 81 |
Datatype_Universe.thy Divides.thy \ |
16019 | 82 |
Equiv_Relations.thy Extraction.thy Finite_Set.ML Finite_Set.thy \ |
17384 | 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 \ |
|
17384 | 87 |
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
|
88 |
Integ/reflected_cooper.ML Integ/int_arith1.ML Integ/int_factor_simprocs.ML \ |
16019 | 89 |
Integ/nat_simprocs.ML Integ/presburger.ML Integ/qelim.ML LOrder.thy \ |
17384 | 90 |
Lattice_Locales.thy List.ML List.thy Main.ML Main.thy Map.thy \ |
16019 | 91 |
Nat.ML Nat.thy NatArith.thy OrderedGroup.ML OrderedGroup.thy \ |
92 |
Orderings.ML Orderings.thy Power.thy PreList.thy Product_Type.thy \ |
|
93 |
ROOT.ML Recdef.thy Reconstruction.thy Record.thy Refute.thy \ |
|
17618
1330157e156a
new sat tactic imports resolution proofs from zChaff
webertj
parents:
17610
diff
changeset
|
94 |
Relation.ML Relation.thy Relation_Power.thy Ring_and_Field.thy SAT.thy Set.ML \ |
17484
f6a225f97f0a
simplification of the Isabelle-ATP code; hooks for batch generation of problems
paulson
parents:
17460
diff
changeset
|
95 |
Set.thy SetInterval.thy Sum_Type.thy Tools/ATP/AtpCommunication.ML \ |
16019 | 96 |
Tools/ATP/recon_order_clauses.ML Tools/ATP/recon_parse.ML \ |
17488
67376a311a2b
further simplification of the Isabelle-ATP linkup
paulson
parents:
17484
diff
changeset
|
97 |
Tools/ATP/recon_transfer_proof.ML \ |
16019 | 98 |
Tools/ATP/recon_translate_proof.ML Tools/ATP/res_clasimpset.ML \ |
17517 | 99 |
Tools/ATP/watcher.ML \ |
17618
1330157e156a
new sat tactic imports resolution proofs from zChaff
webertj
parents:
17610
diff
changeset
|
100 |
Tools/cnf_funcs.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 \ |
|
17846
6fd3261a1be0
deletion of Tools/res_types_sorts; removal of absolute numbering of clauses
paulson
parents:
17819
diff
changeset
|
110 |
Tools/res_clause.ML Tools/rewrite_hol_proof.ML \ |
17618
1330157e156a
new sat tactic imports resolution proofs from zChaff
webertj
parents:
17610
diff
changeset
|
111 |
Tools/sat_funcs.ML \ |
16019 | 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 \ |
|
17939
3925ab7b8a18
Merged theory ResAtpOracle.thy into ResAtpMethods.thy
mengj
parents:
17919
diff
changeset
|
116 |
document/root.tex eqrule_HOL_data.ML hologic.ML simpdata.ML \ |
17905
1574533861b1
Added files in order to use external ATPs as oracles and invoke these ATPs by calling Isabelle methods (currently "vampire" and "eprover").
mengj
parents:
17846
diff
changeset
|
117 |
ResAtpMethods.thy \ |
1574533861b1
Added files in order to use external ATPs as oracles and invoke these ATPs by calling Isabelle methods (currently "vampire" and "eprover").
mengj
parents:
17846
diff
changeset
|
118 |
Tools/res_atp_setup.ML Tools/res_atp_provers.ML Tools/res_atp_methods.ML |
16187 | 119 |
@$(ISATOOL) usedir $(HOL_USEDIR_OPTIONS) -b -g true $(OUT)/Pure HOL |
4518 | 120 |
|
13029 | 121 |
|
13967
9cdab3186c0b
fixed HOL-Real-HahnBanach (-> HOL-Complex-HahnBanach)
kleing
parents:
13966
diff
changeset
|
122 |
## HOL-Complex-HahnBanach |
13029 | 123 |
|
13967
9cdab3186c0b
fixed HOL-Real-HahnBanach (-> HOL-Complex-HahnBanach)
kleing
parents:
13966
diff
changeset
|
124 |
HOL-Complex-HahnBanach: HOL-Complex $(LOG)/HOL-Complex-HahnBanach.gz |
13029 | 125 |
|
16019 | 126 |
$(LOG)/HOL-Complex-HahnBanach.gz: $(OUT)/HOL-Complex \ |
127 |
Real/HahnBanach/Bounds.thy Real/HahnBanach/FunctionNorm.thy \ |
|
128 |
Real/HahnBanach/FunctionOrder.thy Real/HahnBanach/HahnBanach.thy \ |
|
129 |
Real/HahnBanach/HahnBanachExtLemmas.thy \ |
|
130 |
Real/HahnBanach/HahnBanachSupLemmas.thy \ |
|
131 |
Real/HahnBanach/Linearform.thy Real/HahnBanach/NormedSpace.thy \ |
|
132 |
Real/HahnBanach/README.html Real/HahnBanach/ROOT.ML \ |
|
133 |
Real/HahnBanach/Subspace.thy Real/HahnBanach/VectorSpace.thy \ |
|
134 |
Real/HahnBanach/ZornLemma.thy Real/HahnBanach/document/root.bib \ |
|
13029 | 135 |
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
|
136 |
@cd Real; $(ISATOOL) usedir -g true $(OUT)/HOL-Complex HahnBanach |
13029 | 137 |
|
138 |
||
13961 | 139 |
## HOL-Complex |
10751 | 140 |
|
13966
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13964
diff
changeset
|
141 |
HOL-Complex: HOL $(OUT)/HOL-Complex |
10751 | 142 |
|
16019 | 143 |
$(OUT)/HOL-Complex: $(OUT)/HOL Complex/ROOT.ML Library/Zorn.thy \ |
144 |
Real/Lubs.thy Real/rat_arith.ML \ |
|
145 |
Real/Rational.thy Real/PReal.thy Real/RComplete.thy \ |
|
146 |
Real/ROOT.ML Real/Real.thy Real/real_arith.ML Real/RealDef.thy \ |
|
147 |
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
|
148 |
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
|
149 |
Hyperreal/StarDef.thy Hyperreal/StarClasses.thy \ |
16019 | 150 |
Hyperreal/EvenOdd.thy Hyperreal/Fact.thy Hyperreal/HLog.thy \ |
17330 | 151 |
Hyperreal/Filter.thy Hyperreal/HSeries.thy Hyperreal/transfer.ML \ |
16019 | 152 |
Hyperreal/HTranscendental.thy Hyperreal/HyperArith.thy \ |
153 |
Hyperreal/HyperDef.thy Hyperreal/HyperNat.thy \ |
|
154 |
Hyperreal/HyperPow.thy Hyperreal/Hyperreal.thy \ |
|
155 |
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
|
156 |
Hyperreal/Ln.thy Hyperreal/MacLaurin.thy Hyperreal/NatStar.thy \ |
16019 | 157 |
Hyperreal/NSA.thy Hyperreal/NthRoot.thy Hyperreal/Poly.thy \ |
158 |
Hyperreal/SEQ.thy Hyperreal/Series.thy Hyperreal/Star.thy \ |
|
17637 | 159 |
Hyperreal/Taylor.thy \ |
16019 | 160 |
Hyperreal/Transcendental.thy Hyperreal/fuf.ML Hyperreal/hypreal_arith.ML \ |
161 |
Complex/Complex_Main.thy Complex/CLim.thy Complex/CSeries.thy \ |
|
162 |
Complex/CStar.thy Complex/Complex.thy Complex/ComplexBin.thy \ |
|
15057 | 163 |
Complex/NSCA.thy Complex/NSComplex.thy Complex/document/root.tex |
164 |
@cd Complex; $(ISATOOL) usedir -b -g true $(OUT)/HOL HOL-Complex |
|
10751 | 165 |
|
7395 | 166 |
|
13961 | 167 |
## HOL-Complex-ex |
7392 | 168 |
|
13961 | 169 |
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
|
170 |
|
13961 | 171 |
$(LOG)/HOL-Complex-ex.gz: $(OUT)/HOL-Complex Library/Primes.thy \ |
172 |
Complex/ex/ROOT.ML Complex/ex/document/root.tex \ |
|
17198 | 173 |
Complex/ex/BigO_Complex.thy Complex/ex/BinEx.thy \ |
174 |
Complex/ex/NSPrimes.thy Complex/ex/Sqrt.thy Complex/ex/Sqrt_Script.thy |
|
13961 | 175 |
@cd Complex; $(ISATOOL) usedir $(OUT)/HOL-Complex ex |
7535
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
176 |
|
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
177 |
|
10255 | 178 |
## HOL-Library |
179 |
||
180 |
HOL-Library: HOL $(LOG)/HOL-Library.gz |
|
181 |
||
10266 | 182 |
$(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
|
183 |
Library/SetsAndFunctions.thy Library/BigO.thy \ |
17637 | 184 |
Library/EfficientNat.thy Library/ExecutableSet.thy \ |
185 |
Library/FuncSet.thy Library/Library.thy \ |
|
14132 | 186 |
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
|
187 |
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
|
188 |
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
|
189 |
Library/README.html Library/Continuity.thy \ |
14365
3d4df8c166ae
replacing HOL/Real/PRat, PNat by the rational number development
paulson
parents:
14355
diff
changeset
|
190 |
Library/Nested_Environment.thy Library/Zorn.thy\ |
12816 | 191 |
Library/Library/ROOT.ML Library/Library/document/root.tex \ |
15731 | 192 |
Library/Library/document/root.bib Library/While_Combinator.thy \ |
193 |
Library/Product_ord.thy Library/Char_ord.thy \ |
|
17517 | 194 |
Library/List_lexord.thy Library/Commutative_Ring.thy Library/comm_ring.ML |
11398
d7711be8c3a9
Library/ROOT.ML moved to Library/Library/ROOT.ML to avoid accidential
wenzelm
parents:
11394
diff
changeset
|
195 |
@cd Library; $(ISATOOL) usedir $(OUT)/HOL Library |
10255 | 196 |
|
197 |
||
4518 | 198 |
## HOL-Subst |
199 |
||
200 |
HOL-Subst: HOL $(LOG)/HOL-Subst.gz |
|
201 |
||
15635 | 202 |
$(LOG)/HOL-Subst.gz: $(OUT)/HOL Subst/AList.thy \ |
203 |
Subst/ROOT.ML Subst/Subst.thy Subst/UTerm.thy Subst/Unifier.thy \ |
|
4518 | 204 |
Subst/Unify.thy |
205 |
@$(ISATOOL) usedir $(OUT)/HOL Subst |
|
2448 | 206 |
|
207 |
||
4518 | 208 |
## HOL-Induct |
2473 | 209 |
|
4518 | 210 |
HOL-Induct: HOL $(LOG)/HOL-Induct.gz |
3125 | 211 |
|
10255 | 212 |
$(LOG)/HOL-Induct.gz: $(OUT)/HOL \ |
13075
d3e1d554cd6d
conversion of some HOL/Induct proof scripts to Isar
paulson
parents:
13059
diff
changeset
|
213 |
Induct/Com.thy Induct/Comb.thy Induct/LFilter.thy \ |
d3e1d554cd6d
conversion of some HOL/Induct proof scripts to Isar
paulson
parents:
13059
diff
changeset
|
214 |
Induct/LList.thy Induct/Mutil.thy Induct/Ordinals.thy \ |
15172 | 215 |
Induct/PropLog.thy Induct/QuoNestedDataType.thy Induct/QuoDataType.thy\ |
216 |
Induct/ROOT.ML \ |
|
13079
e7738aa7267f
conversion of Induct/{Slist,Sexp} to Isar scripts
paulson
parents:
13075
diff
changeset
|
217 |
Induct/Sexp.thy Induct/Sigma_Algebra.thy \ |
e7738aa7267f
conversion of Induct/{Slist,Sexp} to Isar scripts
paulson
parents:
13075
diff
changeset
|
218 |
Induct/SList.thy Induct/ABexp.thy Induct/Term.thy \ |
11046
b5f5942781a0
Induct: converted some theories to new-style format;
wenzelm
parents:
11026
diff
changeset
|
219 |
Induct/Tree.thy Induct/document/root.tex |
3125 | 220 |
@$(ISATOOL) usedir $(OUT)/HOL Induct |
221 |
||
222 |
||
4518 | 223 |
## HOL-IMP |
224 |
||
225 |
HOL-IMP: HOL $(LOG)/HOL-IMP.gz |
|
2448 | 226 |
|
13129 | 227 |
$(LOG)/HOL-IMP.gz: $(OUT)/HOL IMP/Com.thy IMP/Compiler0.thy IMP/Compiler.thy \ |
12432 | 228 |
IMP/Denotation.thy IMP/Expr.thy IMP/Hoare.thy \ |
229 |
IMP/Natural.thy IMP/Examples.thy \ |
|
230 |
IMP/Transition.thy IMP/VC.thy IMP/ROOT.ML IMP/document/root.tex \ |
|
231 |
IMP/document/root.bib |
|
12548 | 232 |
@$(ISATOOL) usedir -g true $(OUT)/HOL IMP |
2448 | 233 |
|
234 |
||
8179 | 235 |
## HOL-IMPP |
236 |
||
237 |
HOL-IMPP: HOL $(LOG)/HOL-IMPP.gz |
|
238 |
||
239 |
$(LOG)/HOL-IMPP.gz: $(OUT)/HOL IMPP/ROOT.ML IMPP/Com.thy IMPP/Com.ML \ |
|
240 |
IMPP/Natural.thy IMPP/Natural.ML IMPP/Hoare.thy IMPP/Hoare.ML \ |
|
241 |
IMPP/Misc.thy IMPP/Misc.ML IMPP/EvenOdd.thy IMPP/EvenOdd.ML |
|
242 |
@$(ISATOOL) usedir $(OUT)/HOL IMPP |
|
243 |
||
244 |
||
14516 | 245 |
## HOL-Complex-Import |
246 |
||
17800
d39171dda84e
added Import/susp.ML, Import/lazy_seq.ML, Import/lasy_scan.ML;
wenzelm
parents:
17783
diff
changeset
|
247 |
IMPORTER_FILES = Import/lazy_seq.ML Import/lazy_scan.ML \ |
d39171dda84e
added Import/susp.ML, Import/lazy_seq.ML, Import/lasy_scan.ML;
wenzelm
parents:
17783
diff
changeset
|
248 |
Import/proof_kernel.ML Import/replay.ML Import/susp.ML \ |
14516 | 249 |
Import/shuffler.ML Import/MakeEqual.thy Import/HOL4Setup.thy \ |
250 |
Import/HOL4Syntax.thy Import/HOL4Compat.thy Import/import_syntax.ML \ |
|
251 |
Import/hol4rews.ML Import/import_package.ML Import/ROOT.ML |
|
252 |
||
17323 | 253 |
IMPORTER_HOLLIGHT_FILES = Import/proof_kernel.ML Import/replay.ML \ |
254 |
Import/shuffler.ML Import/MakeEqual.thy Import/HOL4Setup.thy \ |
|
255 |
Import/HOL4Syntax.thy Import/HOLLightCompat.thy Import/import_syntax.ML \ |
|
256 |
Import/hol4rews.ML Import/import_package.ML Import/ROOT.ML |
|
257 |
||
14516 | 258 |
HOL-Complex-Import: HOL-Complex $(LOG)/HOL-Complex-Import.gz |
259 |
||
260 |
$(LOG)/HOL-Complex-Import.gz: $(OUT)/HOL-Complex $(IMPORTER_FILES) |
|
261 |
@$(ISATOOL) usedir $(OUT)/HOL-Complex Import |
|
262 |
||
263 |
||
264 |
## HOL-Complex-Generate-HOL |
|
265 |
||
266 |
HOL-Complex-Generate-HOL: HOL-Complex $(LOG)/HOL-Complex-Generate-HOL.gz |
|
267 |
||
268 |
$(LOG)/HOL-Complex-Generate-HOL.gz: $(OUT)/HOL-Complex $(IMPORTER_FILES) \ |
|
269 |
Import/Generate-HOL/GenHOL4Base.thy Import/Generate-HOL/GenHOL4Prob.thy \ |
|
270 |
Import/Generate-HOL/GenHOL4Real.thy Import/Generate-HOL/GenHOL4Vec.thy \ |
|
271 |
Import/Generate-HOL/GenHOL4Word32.thy Import/Generate-HOL/ROOT.ML |
|
272 |
@cd Import; $(ISATOOL) usedir $(OUT)/HOL-Complex Generate-HOL |
|
273 |
||
17460 | 274 |
|
275 |
## HOL-Complex-Generate-HOLLight |
|
276 |
||
17323 | 277 |
HOL-Complex-Generate-HOLLight: HOL-Complex $(LOG)/HOL-Complex-Generate-HOLLight.gz |
278 |
||
279 |
$(LOG)/HOL-Complex-Generate-HOLLight.gz: $(OUT)/HOL-Complex $(IMPORTER_HOLLIGHT_FILES) \ |
|
280 |
Import/Generate-HOLLight/GenHOLLight.thy Import/Generate-HOLLight/ROOT.ML |
|
281 |
@cd Import; $(ISATOOL) usedir $(OUT)/HOL-Complex Generate-HOLLight |
|
14516 | 282 |
|
17460 | 283 |
|
14516 | 284 |
## HOL-Import-HOL |
285 |
||
14626
dfb8d2977263
renamed HOL-Import-HOL to HOL4, added to images target
kleing
parents:
14610
diff
changeset
|
286 |
HOL4: HOL-Complex $(LOG)/HOL4.gz |
14516 | 287 |
|
288 |
HOL_IMPORT_FILES = arithmetic.imp bits.imp boolean_sequence.imp bool.imp \ |
|
289 |
bword_arith.imp bword_bitop.imp bword_num.imp combin.imp divides.imp \ |
|
290 |
hrat.imp hreal.imp ind_type.imp lim.imp list.imp marker.imp nets.imp \ |
|
291 |
numeral.imp num.imp one.imp operator.imp option.imp pair.imp poly.imp \ |
|
292 |
powser.imp pred_set.imp prime.imp prim_rec.imp prob_algebra.imp \ |
|
293 |
prob_canon.imp prob_extra.imp prob.imp prob_indep.imp prob_pseudo.imp \ |
|
294 |
prob_uniform.imp realax.imp real.imp relation.imp res_quan.imp rich_list.imp \ |
|
295 |
seq.imp state_transformer.imp sum.imp topology.imp transc.imp word32.imp \ |
|
296 |
word_base.imp word_bitop.imp word_num.imp |
|
297 |
||
14626
dfb8d2977263
renamed HOL-Import-HOL to HOL4, added to images target
kleing
parents:
14610
diff
changeset
|
298 |
$(LOG)/HOL4.gz: $(OUT)/HOL-Complex $(IMPORTER_FILES) \ |
14516 | 299 |
$(HOL_IMPORT_FILES:%=Import/HOL/%) Import/HOL/HOL4Base.thy \ |
300 |
Import/HOL/HOL4Prob.thy Import/HOL/HOL4Real.thy Import/HOL/HOL4Vec.thy \ |
|
301 |
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
|
302 |
@cd Import/HOL; $(ISATOOL) usedir -b $(OUT)/HOL-Complex HOL4 |
14516 | 303 |
|
17645 | 304 |
HOLLight: HOL-Complex $(LOG)/HOLLight.gz |
305 |
||
306 |
$(LOG)/HOLLight.gz: $(OUT)/HOL-Complex $(IMPORTER_HOLLIGHT_FILES) \ |
|
307 |
Import/HOLLight/hollight.imp Import/HOLLight/HOLLight.thy \ |
|
308 |
Import/HOLLight/ROOT.ML |
|
309 |
@cd Import/HOLLight; $(ISATOOL) usedir -b $(OUT)/HOL-Complex HOLLight |
|
310 |
||
14516 | 311 |
|
9510 | 312 |
## HOL-NumberTheory |
313 |
||
314 |
HOL-NumberTheory: HOL $(LOG)/HOL-NumberTheory.gz |
|
315 |
||
316 |
$(LOG)/HOL-NumberTheory.gz: $(OUT)/HOL \ |
|
11363 | 317 |
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
|
318 |
NumberTheory/Factorization.thy NumberTheory/BijectionRel.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
319 |
NumberTheory/Chinese.thy NumberTheory/EulerFermat.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
320 |
NumberTheory/IntFact.thy NumberTheory/IntPrimes.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
321 |
NumberTheory/WilsonBij.thy NumberTheory/WilsonRuss.thy \ |
13873 | 322 |
NumberTheory/Finite2.thy NumberTheory/Int2.thy NumberTheory/EvenOdd.thy\ |
323 |
NumberTheory/Residues.thy NumberTheory/Euler.thy NumberTheory/Gauss.thy\ |
|
324 |
NumberTheory/Quadratic_Reciprocity.thy\ |
|
9510 | 325 |
NumberTheory/ROOT.ML |
11850 | 326 |
@$(ISATOOL) usedir -g true $(OUT)/HOL NumberTheory |
9510 | 327 |
|
328 |
||
4518 | 329 |
## HOL-Hoare |
330 |
||
331 |
HOL-Hoare: HOL $(LOG)/HOL-Hoare.gz |
|
2448 | 332 |
|
4518 | 333 |
$(LOG)/HOL-Hoare.gz: $(OUT)/HOL Hoare/Arith2.ML Hoare/Arith2.thy \ |
13697 | 334 |
Hoare/Examples.thy Hoare/hoare.ML Hoare/Hoare.thy \ |
13875 | 335 |
Hoare/Heap.thy Hoare/HeapSyntax.thy Hoare/Pointer_Examples.thy \ |
336 |
Hoare/ROOT.ML Hoare/ExamplesAbort.thy Hoare/HeapSyntaxAbort.thy \ |
|
14075 | 337 |
Hoare/hoareAbort.ML Hoare/HoareAbort.thy Hoare/SchorrWaite.thy \ |
338 |
Hoare/Separation.thy Hoare/SepLogHeap.thy |
|
2826 | 339 |
@$(ISATOOL) usedir $(OUT)/HOL Hoare |
2448 | 340 |
|
341 |
||
12996 | 342 |
## HOL-HoareParallel |
343 |
||
344 |
HOL-HoareParallel: HOL $(LOG)/HOL-HoareParallel.gz |
|
345 |
||
346 |
$(LOG)/HOL-HoareParallel.gz: $(OUT)/HOL HoareParallel/Gar_Coll.thy \ |
|
347 |
HoareParallel/Graph.thy HoareParallel/Mul_Gar_Coll.thy \ |
|
348 |
HoareParallel/OG_Com.thy HoareParallel/OG_Examples.thy \ |
|
349 |
HoareParallel/OG_Hoare.thy HoareParallel/OG_Syntax.thy \ |
|
350 |
HoareParallel/OG_Tactics.thy HoareParallel/OG_Tran.thy \ |
|
13019 | 351 |
HoareParallel/Quote_Antiquote.thy \ |
12996 | 352 |
HoareParallel/RG_Com.thy HoareParallel/RG_Examples.thy \ |
353 |
HoareParallel/RG_Hoare.thy HoareParallel/RG_Syntax.thy \ |
|
354 |
HoareParallel/RG_Tran.thy HoareParallel/ROOT.ML \ |
|
355 |
HoareParallel/document/root.tex |
|
13029 | 356 |
@$(ISATOOL) usedir -g true $(OUT)/HOL HoareParallel |
12996 | 357 |
|
358 |
||
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
359 |
## HOL-Algebra |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
360 |
|
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
361 |
HOL-Algebra: HOL $(LOG)/HOL-Algebra.gz |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
362 |
|
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
363 |
$(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
|
364 |
Library/Primes.thy Library/FuncSet.thy \ |
13943 | 365 |
Algebra/Bij.thy \ |
13939 | 366 |
Algebra/CRing.thy \ |
13870
cf947d1ec5ff
moved Exponent, Coset, Sylow from GroupTheory to Algebra, converting them
paulson
parents:
13858
diff
changeset
|
367 |
Algebra/Coset.thy \ |
cf947d1ec5ff
moved Exponent, Coset, Sylow from GroupTheory to Algebra, converting them
paulson
parents:
13858
diff
changeset
|
368 |
Algebra/Exponent.thy \ |
13939 | 369 |
Algebra/FiniteProduct.thy \ |
370 |
Algebra/Group.thy \ |
|
14551 | 371 |
Algebra/Lattice.thy \ |
13939 | 372 |
Algebra/Module.thy \ |
13870
cf947d1ec5ff
moved Exponent, Coset, Sylow from GroupTheory to Algebra, converting them
paulson
parents:
13858
diff
changeset
|
373 |
Algebra/Sylow.thy \ |
13939 | 374 |
Algebra/UnivPoly.thy \ |
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
375 |
Algebra/abstract/Abstract.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
376 |
Algebra/abstract/Factor.ML Algebra/abstract/Factor.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
377 |
Algebra/abstract/Field.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
378 |
Algebra/abstract/Ideal.ML Algebra/abstract/Ideal.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
379 |
Algebra/abstract/PID.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
380 |
Algebra/abstract/Ring.ML Algebra/abstract/Ring.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
381 |
Algebra/abstract/RingHomo.ML Algebra/abstract/RingHomo.thy\ |
13735 | 382 |
Algebra/abstract/order.ML \ |
13949
0ce528cd6f19
HOL-Algebra complete for release Isabelle2003 (modulo section headers).
ballarin
parents:
13943
diff
changeset
|
383 |
Algebra/document/root.tex \ |
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
384 |
Algebra/poly/LongDiv.ML Algebra/poly/LongDiv.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
385 |
Algebra/poly/PolyHomo.ML Algebra/poly/PolyHomo.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
386 |
Algebra/poly/Polynomial.thy \ |
13939 | 387 |
Algebra/poly/UnivPoly2.ML Algebra/poly/UnivPoly2.thy \ |
388 |
Algebra/ringsimp.ML |
|
14578 | 389 |
@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
|
390 |
|
4518 | 391 |
## HOL-Auth |
3819 | 392 |
|
4518 | 393 |
HOL-Auth: HOL $(LOG)/HOL-Auth.gz |
3819 | 394 |
|
14132 | 395 |
$(LOG)/HOL-Auth.gz: $(OUT)/HOL Library/NatPair.thy \ |
13926 | 396 |
Auth/CertifiedEmail.thy Auth/Event.thy \ |
397 |
Auth/Message.thy Auth/NS_Public.thy Auth/NS_Public_Bad.thy \ |
|
11251 | 398 |
Auth/NS_Shared.thy Auth/OtwayRees.thy Auth/OtwayRees_AN.thy \ |
13923 | 399 |
Auth/OtwayRees_Bad.thy Auth/Public.thy Auth/ROOT.ML \ |
13926 | 400 |
Auth/Recur.thy Auth/Shared.thy \ |
14182
5f49f00fe084
conversion of HOL/Auth/KerberosIV to new-style theory
paulson
parents:
14150
diff
changeset
|
401 |
Auth/TLS.thy Auth/WooLam.thy Auth/Kerberos_BAN.thy Auth/KerberosIV.thy \ |
13508 | 402 |
Auth/Yahalom.thy Auth/Yahalom2.thy Auth/Yahalom_Bad.thy \ |
14145
2e31b8cc8788
ZhouGollmann: new example (fair non-repudiation protocol)
paulson
parents:
14132
diff
changeset
|
403 |
Auth/ZhouGollmann.thy \ |
13508 | 404 |
Auth/Guard/Analz.thy Auth/Guard/Extensions.thy Auth/Guard/GuardK.thy \ |
405 |
Auth/Guard/Guard_Public.thy Auth/Guard/Guard_Shared.thy \ |
|
406 |
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
|
407 |
Auth/Guard/Guard_NS_Public.thy Auth/Guard/Guard_OtwayRees.thy \ |
13508 | 408 |
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
|
409 |
Auth/Guard/Proto.thy Auth/Guard/Guard_Yahalom.thy\ |
14150 | 410 |
Auth/document/root.tex |
13964 | 411 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Auth |
2448 | 412 |
|
413 |
||
4777 | 414 |
## HOL-UNITY |
415 |
||
416 |
HOL-UNITY: HOL $(LOG)/HOL-UNITY.gz |
|
417 |
||
10787 | 418 |
$(LOG)/HOL-UNITY.gz: $(OUT)/HOL Library/Multiset.thy UNITY/ROOT.ML \ |
13790 | 419 |
UNITY/UNITY_Main.thy UNITY/UNITY_tactics.ML \ |
13797 | 420 |
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
|
421 |
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
|
422 |
UNITY/Lift_prog.thy UNITY/ListOrder.thy UNITY/ProgressSets.thy\ |
89131afa9f01
New theory ProgressSets. Definition of closure sets
paulson
parents:
13851
diff
changeset
|
423 |
UNITY/PPROD.thy UNITY/Project.thy UNITY/Rename.thy UNITY/Transformers.thy\ |
13797 | 424 |
UNITY/SubstAx.thy UNITY/UNITY.thy UNITY/Union.thy UNITY/WFair.thy \ |
13790 | 425 |
UNITY/Simple/Channel.thy UNITY/Simple/Common.thy \ |
426 |
UNITY/Simple/Deadlock.thy UNITY/Simple/Lift.thy UNITY/Simple/Mutex.thy \ |
|
14199 | 427 |
UNITY/Simple/NSP_Bad.thy UNITY/Simple/Network.thy\ |
13790 | 428 |
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
|
429 |
UNITY/Comp/Alloc.ML UNITY/Comp/Alloc.thy \ |
14089
7b34f58b1b81
converted UNITY/Comp/{AllocImpl,Client} to Isar scripts
paulson
parents:
14088
diff
changeset
|
430 |
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
|
431 |
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
|
432 |
UNITY/Comp/PriorityAux.thy \ |
14087
cb07c3948668
Conversion of UNITY/Comp/Priority.thy to a linear Isar script
paulson
parents:
14075
diff
changeset
|
433 |
UNITY/Comp/Priority.thy UNITY/Comp/Progress.thy \ |
14150 | 434 |
UNITY/Comp/TimerArray.thy\ |
435 |
UNITY/document/root.tex |
|
436 |
@$(ISATOOL) usedir -g true $(OUT)/HOL UNITY |
|
4777 | 437 |
|
438 |
||
10966 | 439 |
## HOL-Unix |
440 |
||
441 |
HOL-Unix: HOL $(LOG)/HOL-Unix.gz |
|
442 |
||
443 |
$(LOG)/HOL-Unix.gz: $(OUT)/HOL Library/Nested_Environment.thy \ |
|
444 |
Library/List_Prefix.thy Unix/ROOT.ML Unix/Unix.thy \ |
|
445 |
Unix/document/root.bib Unix/document/root.tex |
|
446 |
@$(ISATOOL) usedir $(OUT)/HOL Unix |
|
447 |
||
448 |
||
4518 | 449 |
## HOL-Modelcheck |
450 |
||
451 |
HOL-Modelcheck: HOL $(LOG)/HOL-Modelcheck.gz |
|
3218 | 452 |
|
4518 | 453 |
$(LOG)/HOL-Modelcheck.gz: $(OUT)/HOL Modelcheck/CTL.thy \ |
17287 | 454 |
Modelcheck/EindhovenExample.thy Modelcheck/EindhovenSyn.ML \ |
455 |
Modelcheck/EindhovenSyn.thy Modelcheck/MuCalculus.thy \ |
|
456 |
Modelcheck/MuckeExample1.thy Modelcheck/MuckeExample2.thy \ |
|
6474 | 457 |
Modelcheck/MuckeSyn.ML Modelcheck/MuckeSyn.thy Modelcheck/ROOT.ML \ |
458 |
Modelcheck/mucke_oracle.ML |
|
3218 | 459 |
@$(ISATOOL) usedir $(OUT)/HOL Modelcheck |
460 |
||
461 |
||
4518 | 462 |
## HOL-Lambda |
2448 | 463 |
|
4518 | 464 |
HOL-Lambda: HOL $(LOG)/HOL-Lambda.gz |
2448 | 465 |
|
10255 | 466 |
$(LOG)/HOL-Lambda.gz: $(OUT)/HOL Library/Accessible_Part.thy \ |
467 |
Lambda/Commutation.thy Lambda/Eta.thy Lambda/InductTermi.thy Lambda/Lambda.thy \ |
|
9771 | 468 |
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
|
469 |
Lambda/ParRed.thy Lambda/StrongNorm.thy Lambda/Type.thy \ |
86c56794b641
Added new theories StrongNorm and WeakNorm to Lambda example.
berghofe
parents:
14044
diff
changeset
|
470 |
Lambda/WeakNorm.thy Lambda/ROOT.ML \ |
86c56794b641
Added new theories StrongNorm and WeakNorm to Lambda example.
berghofe
parents:
14044
diff
changeset
|
471 |
Lambda/document/root.bib Lambda/document/root.tex |
11850 | 472 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Lambda |
2448 | 473 |
|
474 |
||
9015 | 475 |
## HOL-Prolog |
476 |
||
477 |
HOL-Prolog: HOL $(LOG)/HOL-Prolog.gz |
|
478 |
||
479 |
$(LOG)/HOL-Prolog.gz: $(OUT)/HOL Prolog/ROOT.ML Prolog/HOHH.ML Prolog/HOHH.thy \ |
|
480 |
Prolog/Test.ML Prolog/Test.thy \ |
|
481 |
Prolog/Func.ML Prolog/Func.thy Prolog/Type.ML Prolog/Type.thy |
|
482 |
@$(ISATOOL) usedir $(OUT)/HOL Prolog |
|
483 |
||
484 |
||
4518 | 485 |
## HOL-W0 |
2527 | 486 |
|
4518 | 487 |
HOL-W0: HOL $(LOG)/HOL-W0.gz |
2527 | 488 |
|
12946 | 489 |
$(LOG)/HOL-W0.gz: $(OUT)/HOL W0/ROOT.ML W0/W0.thy W0/document/root.tex |
2826 | 490 |
@$(ISATOOL) usedir $(OUT)/HOL W0 |
2527 | 491 |
|
492 |
||
8012 | 493 |
## HOL-MicroJava |
494 |
||
495 |
HOL-MicroJava: HOL $(LOG)/HOL-MicroJava.gz |
|
496 |
||
17637 | 497 |
$(LOG)/HOL-MicroJava.gz: $(OUT)/HOL Library/ExecutableSet.thy \ |
498 |
MicroJava/ROOT.ML \ |
|
13672 | 499 |
MicroJava/Comp/AuxLemmas.thy \ |
500 |
MicroJava/Comp/CorrComp.thy \ |
|
501 |
MicroJava/Comp/CorrCompTp.thy \ |
|
502 |
MicroJava/Comp/DefsComp.thy \ |
|
503 |
MicroJava/Comp/Index.thy \ |
|
504 |
MicroJava/Comp/LemmasComp.thy \ |
|
505 |
MicroJava/Comp/NatCanonify.thy \ |
|
506 |
MicroJava/Comp/TranslComp.thy \ |
|
507 |
MicroJava/Comp/TranslCompTp.thy \ |
|
508 |
MicroJava/Comp/TypeInf.thy \ |
|
11026
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
oheimb
parents:
11024
diff
changeset
|
509 |
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
|
510 |
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
|
511 |
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
|
512 |
MicroJava/J/WellForm.thy MicroJava/J/Value.thy \ |
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
oheimb
parents:
11024
diff
changeset
|
513 |
MicroJava/J/WellType.thy MicroJava/J/Example.thy \ |
12438 | 514 |
MicroJava/J/JListExample.thy \ |
9381 | 515 |
MicroJava/JVM/JVMExec.thy MicroJava/JVM/JVMInstructions.thy\ |
516 |
MicroJava/JVM/JVMState.thy MicroJava/JVM/JVMExecInstr.thy\ |
|
12521 | 517 |
MicroJava/JVM/JVMListExample.thy MicroJava/JVM/JVMExceptions.thy \ |
11228 | 518 |
MicroJava/BV/BVSpec.thy MicroJava/BV/BVSpecTypeSafe.thy \ |
519 |
MicroJava/BV/Correct.thy MicroJava/BV/Err.thy MicroJava/BV/JType.thy \ |
|
520 |
MicroJava/BV/JVM.thy MicroJava/BV/JVMType.thy MicroJava/BV/Kildall.thy \ |
|
521 |
MicroJava/BV/LBVSpec.thy MicroJava/BV/Listn.thy MicroJava/BV/Opt.thy \ |
|
522 |
MicroJava/BV/Product.thy MicroJava/BV/Semilat.thy \ |
|
12521 | 523 |
MicroJava/BV/Effect.thy MicroJava/BV/EffectMono.thy \ |
11228 | 524 |
MicroJava/BV/Typing_Framework.thy MicroJava/BV/Typing_Framework_err.thy \ |
13224 | 525 |
MicroJava/BV/Typing_Framework_JVM.thy MicroJava/BV/BVExample.thy \ |
526 |
MicroJava/BV/LBVSpec.thy MicroJava/BV/LBVCorrect.thy \ |
|
527 |
MicroJava/BV/LBVComplete.thy MicroJava/BV/LBVJVM.thy \ |
|
12915 | 528 |
MicroJava/document/root.bib MicroJava/document/root.tex \ |
529 |
MicroJava/document/introduction.tex |
|
11850 | 530 |
@$(ISATOOL) usedir -g true $(OUT)/HOL MicroJava |
531 |
||
8012 | 532 |
|
11376 | 533 |
## HOL-NanoJava |
534 |
||
535 |
HOL-NanoJava: HOL $(LOG)/HOL-NanoJava.gz |
|
536 |
||
537 |
$(LOG)/HOL-NanoJava.gz: $(OUT)/HOL NanoJava/ROOT.ML \ |
|
538 |
NanoJava/Term.thy NanoJava/Decl.thy NanoJava/TypeRel.thy NanoJava/State.thy \ |
|
539 |
NanoJava/OpSem.thy NanoJava/AxSem.thy NanoJava/AxSem.thy \ |
|
540 |
NanoJava/document/root.bib NanoJava/document/root.tex |
|
11850 | 541 |
@$(ISATOOL) usedir -g true $(OUT)/HOL NanoJava |
542 |
||
8193 | 543 |
|
12855 | 544 |
## HOL-Bali |
545 |
||
546 |
HOL-Bali: HOL $(LOG)/HOL-Bali.gz |
|
547 |
||
548 |
$(LOG)/HOL-Bali.gz: $(OUT)/HOL Bali/AxCompl.thy Bali/AxExample.thy \ |
|
549 |
Bali/AxSem.thy Bali/AxSound.thy Bali/Basis.thy Bali/Conform.thy \ |
|
550 |
Bali/Decl.thy Bali/DeclConcepts.thy Bali/Eval.thy Bali/Evaln.thy \ |
|
551 |
Bali/Example.thy Bali/Name.thy Bali/ROOT.ML Bali/State.thy \ |
|
552 |
Bali/Table.thy Bali/Term.thy Bali/Trans.thy Bali/Type.thy \ |
|
553 |
Bali/TypeRel.thy Bali/TypeSafe.thy Bali/Value.thy Bali/WellForm.thy \ |
|
13695 | 554 |
Bali/DefiniteAssignment.thy Bali/DefiniteAssignmentCorrect.thy \ |
12855 | 555 |
Bali/WellType.thy Bali/document/root.tex |
556 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Bali |
|
557 |
||
558 |
||
13403 | 559 |
## HOL-Extraction |
560 |
||
561 |
HOL-Extraction: HOL $(LOG)/HOL-Extraction.gz |
|
562 |
||
17637 | 563 |
$(LOG)/HOL-Extraction.gz: $(OUT)/HOL Library/EfficientNat.thy \ |
17023 | 564 |
Extraction/Higman.thy Extraction/ROOT.ML Extraction/Pigeonhole.thy \ |
565 |
Extraction/QuotRem.thy \ |
|
13403 | 566 |
Extraction/Warshall.thy Extraction/document/root.tex \ |
567 |
Extraction/document/root.bib |
|
568 |
@$(ISATOOL) usedir $(OUT)/HOL Extraction |
|
569 |
||
570 |
||
4518 | 571 |
## HOL-IOA |
572 |
||
573 |
HOL-IOA: HOL $(LOG)/HOL-IOA.gz |
|
2448 | 574 |
|
4518 | 575 |
$(LOG)/HOL-IOA.gz: $(OUT)/HOL IOA/Asig.ML IOA/Asig.thy IOA/IOA.ML \ |
576 |
IOA/IOA.thy IOA/ROOT.ML IOA/Solve.ML IOA/Solve.thy |
|
577 |
@$(ISATOOL) usedir $(OUT)/HOL IOA |
|
578 |
||
579 |
||
10135 | 580 |
## HOL-AxClasses |
4518 | 581 |
|
10135 | 582 |
HOL-AxClasses: HOL $(LOG)/HOL-AxClasses.gz |
2545 | 583 |
|
10135 | 584 |
$(LOG)/HOL-AxClasses.gz: $(OUT)/HOL AxClasses/Group.thy \ |
585 |
AxClasses/Product.thy AxClasses/ROOT.ML AxClasses/Semigroups.thy |
|
586 |
@$(ISATOOL) usedir $(OUT)/HOL AxClasses |
|
2545 | 587 |
|
588 |
||
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
589 |
## HOL-Lattice |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
590 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
591 |
HOL-Lattice: HOL $(LOG)/HOL-Lattice.gz |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
592 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
593 |
$(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
|
594 |
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
|
595 |
Lattice/ROOT.ML Lattice/document/root.tex |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
596 |
@$(ISATOOL) usedir $(OUT)/HOL Lattice |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
597 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
598 |
|
4518 | 599 |
## HOL-ex |
2448 | 600 |
|
4518 | 601 |
HOL-ex: HOL $(LOG)/HOL-ex.gz |
2448 | 602 |
|
17410 | 603 |
$(LOG)/HOL-ex.gz: $(OUT)/HOL ex/Antiquote.thy ex/BT.thy ex/BinEx.thy \ |
17518 | 604 |
ex/Classical.thy ex/Chinese.thy Library/Commutative_Ring.thy \ |
605 |
ex/Commutative_RingEx.thy \ |
|
17410 | 606 |
ex/Commutative_Ring_Complete.thy ex/Hebrew.thy \ |
607 |
ex/Higher_Order_Logic.thy ex/Hilbert_Classical.thy ex/InSort.thy \ |
|
608 |
ex/InductiveInvariant.thy ex/InductiveInvariant_examples.thy \ |
|
609 |
ex/Intuitionistic.thy ex/Lagrange.thy ex/Locales.thy ex/MT.ML \ |
|
610 |
ex/MT.thy ex/MergeSort.thy ex/MonoidGroup.thy ex/Multiquote.thy \ |
|
611 |
ex/NatSum.thy ex/PER.thy ex/PresburgerEx.thy ex/Primrec.thy \ |
|
612 |
ex/Puzzle.thy ex/Qsort.thy ex/Quickcheck_Examples.thy ex/ROOT.ML \ |
|
613 |
ex/Recdefs.thy ex/Records.thy ex/Reflected_Presburger.thy \ |
|
17618
1330157e156a
new sat tactic imports resolution proofs from zChaff
webertj
parents:
17610
diff
changeset
|
614 |
ex/Refute_Examples.thy ex/SAT_Examples.thy ex/SVC_Oracle.ML ex/SVC_Oracle.thy \ |
17783 | 615 |
ex/StringEx.thy ex/Tarski.thy ex/document/root.bib \ |
17410 | 616 |
ex/document/root.tex ex/mesontest2.ML ex/mesontest2.thy ex/set.thy \ |
617 |
ex/svc_funcs.ML ex/svc_test.ML ex/svc_test.thy |
|
2826 | 618 |
@$(ISATOOL) usedir $(OUT)/HOL ex |
2448 | 619 |
|
620 |
||
6445 | 621 |
## HOL-Isar_examples |
622 |
||
623 |
HOL-Isar_examples: HOL $(LOG)/HOL-Isar_examples.gz |
|
624 |
||
625 |
$(LOG)/HOL-Isar_examples.gz: $(OUT)/HOL Isar_examples/BasicLogic.thy \ |
|
16356 | 626 |
Isar_examples/Cantor.ML Isar_examples/Cantor.thy Isar_examples/Drinker.thy \ |
8050 | 627 |
Isar_examples/ExprCompiler.thy Isar_examples/Fibonacci.thy \ |
10143
86c39bba873f
added Isar_examples/Hoare.thy Isar_examples/HoareEx.thy;
wenzelm
parents:
10135
diff
changeset
|
628 |
Isar_examples/Group.thy Isar_examples/Hoare.thy Isar_examples/HoareEx.thy \ |
10255 | 629 |
Isar_examples/KnasterTarski.thy Isar_examples/MutilatedCheckerboard.thy \ |
8677 | 630 |
Isar_examples/NestedDatatype.thy Isar_examples/Peirce.thy \ |
8050 | 631 |
Isar_examples/Puzzle.thy Isar_examples/Summation.thy \ |
12946 | 632 |
Isar_examples/ROOT.ML Isar_examples/document/proof.sty \ |
633 |
Isar_examples/document/root.bib Isar_examples/document/root.tex \ |
|
13703 | 634 |
Isar_examples/document/style.tex Hoare/hoare.ML |
6445 | 635 |
@$(ISATOOL) usedir $(OUT)/HOL Isar_examples |
636 |
||
637 |
||
14199 | 638 |
## HOL-SET-Protocol |
639 |
||
640 |
HOL-SET-Protocol: HOL $(LOG)/HOL-SET-Protocol.gz |
|
641 |
||
642 |
$(LOG)/HOL-SET-Protocol.gz: $(OUT)/HOL SET-Protocol/ROOT.ML \ |
|
643 |
SET-Protocol/MessageSET.thy\ |
|
644 |
SET-Protocol/EventSET.thy\ |
|
645 |
SET-Protocol/PublicSET.thy\ |
|
646 |
SET-Protocol/Cardholder_Registration.thy\ |
|
647 |
SET-Protocol/Merchant_Registration.thy\ |
|
648 |
SET-Protocol/Purchase.thy\ |
|
649 |
SET-Protocol/document/root.tex |
|
650 |
@$(ISATOOL) usedir -g true $(OUT)/HOL SET-Protocol |
|
651 |
||
652 |
||
16509 | 653 |
## HOL-Complex-Matrix |
14610 | 654 |
|
17546 | 655 |
HOL-Complex-Matrix: HOL-Complex $(OUT)/HOL-Complex-Matrix |
17323 | 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 \ |
17489 | 660 |
Matrix/cplex/Cplex.thy Matrix/cplex/CplexMatrixConverter.ML \ |
16784 | 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 |