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