author | ballarin |
Thu, 03 Aug 2006 14:57:26 +0200 | |
changeset 20318 | 0e0ea63fe768 |
parent 19997 | fe69952f09f6 |
child 20325 | ec52000deb44 |
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 |
19497 | 9 |
images: HOL HOL-Algebra HOL-Complex HOL-Complex-Matrix HOL-Nominal 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 \ |
19497 | 33 |
HOL-Nominal-Examples \ |
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 \ |
19203 | 44 |
HOL-ZF \ |
45 |
HOL-ex |
|
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
46 |
# ^ this is the sort position |
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 |
|
16019 | 65 |
$(OUT)/HOL: $(OUT)/Pure $(SRC)/Provers/Arith/abel_cancel.ML \ |
66 |
$(SRC)/Provers/Arith/assoc_fold.ML \ |
|
67 |
$(SRC)/Provers/Arith/cancel_div_mod.ML \ |
|
68 |
$(SRC)/Provers/Arith/cancel_numeral_factor.ML \ |
|
69 |
$(SRC)/Provers/Arith/cancel_numerals.ML \ |
|
70 |
$(SRC)/Provers/Arith/cancel_sums.ML \ |
|
71 |
$(SRC)/Provers/Arith/combine_numerals.ML \ |
|
72 |
$(SRC)/Provers/Arith/extract_common_term.ML \ |
|
73 |
$(SRC)/Provers/Arith/fast_lin_arith.ML $(SRC)/Provers/blast.ML \ |
|
74 |
$(SRC)/Provers/clasimp.ML $(SRC)/Provers/classical.ML \ |
|
19839
1704c66e5e7e
updated IsaMakefiles for new location of IsaPlanner.
dixon
parents:
19803
diff
changeset
|
75 |
$(SRC)/Provers/IsaPlanner/zipper.ML \ |
1704c66e5e7e
updated IsaMakefiles for new location of IsaPlanner.
dixon
parents:
19803
diff
changeset
|
76 |
$(SRC)/Provers/IsaPlanner/isand.ML \ |
1704c66e5e7e
updated IsaMakefiles for new location of IsaPlanner.
dixon
parents:
19803
diff
changeset
|
77 |
$(SRC)/Provers/IsaPlanner/rw_tools.ML \ |
1704c66e5e7e
updated IsaMakefiles for new location of IsaPlanner.
dixon
parents:
19803
diff
changeset
|
78 |
$(SRC)/Provers/IsaPlanner/rw_inst.ML \ |
16019 | 79 |
$(SRC)/Provers/eqsubst.ML $(SRC)/Provers/hypsubst.ML \ |
18529 | 80 |
$(SRC)/Provers/induct_method.ML $(SRC)/Provers/order.ML \ |
81 |
$(SRC)/Provers/project_rule.ML $(SRC)/Provers/quantifier1.ML \ |
|
16019 | 82 |
$(SRC)/Provers/quasi.ML $(SRC)/Provers/splitter.ML $(SRC)/Provers/trancl.ML \ |
83 |
$(SRC)/TFL/casesplit.ML $(SRC)/TFL/dcterm.ML $(SRC)/TFL/post.ML \ |
|
84 |
$(SRC)/TFL/rules.ML $(SRC)/TFL/tfl.ML $(SRC)/TFL/thms.ML \ |
|
85 |
$(SRC)/TFL/thry.ML $(SRC)/TFL/usyntax.ML $(SRC)/TFL/utils.ML \ |
|
19161 | 86 |
Tools/res_atpset.ML \ |
17507
507e519a0dad
removed Commutative_Ring.thy, added HOL/ex/Chinese.thy;
wenzelm
parents:
17489
diff
changeset
|
87 |
Binomial.thy Datatype.ML Datatype.thy \ |
17384 | 88 |
Datatype_Universe.thy Divides.thy \ |
16019 | 89 |
Equiv_Relations.thy Extraction.thy Finite_Set.ML Finite_Set.thy \ |
17384 | 90 |
FixedPoint.thy Fun.thy HOL.ML HOL.thy Hilbert_Choice.thy Inductive.thy \ |
16019 | 91 |
Infinite_Set.thy Integ/IntArith.thy Integ/IntDef.thy Integ/IntDiv.thy \ |
92 |
Integ/NatBin.thy Integ/NatSimprocs.thy Integ/Numeral.thy \ |
|
93 |
Integ/Parity.thy Integ/Presburger.thy Integ/cooper_dec.ML \ |
|
17384 | 94 |
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
|
95 |
Integ/reflected_cooper.ML Integ/int_arith1.ML Integ/int_factor_simprocs.ML \ |
16019 | 96 |
Integ/nat_simprocs.ML Integ/presburger.ML Integ/qelim.ML LOrder.thy \ |
17384 | 97 |
Lattice_Locales.thy List.ML List.thy Main.ML Main.thy Map.thy \ |
16019 | 98 |
Nat.ML Nat.thy NatArith.thy OrderedGroup.ML OrderedGroup.thy \ |
99 |
Orderings.ML Orderings.thy Power.thy PreList.thy Product_Type.thy \ |
|
100 |
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
|
101 |
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
|
102 |
Set.thy SetInterval.thy Sum_Type.thy Tools/ATP/AtpCommunication.ML \ |
16019 | 103 |
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
|
104 |
Tools/ATP/recon_transfer_proof.ML \ |
18793 | 105 |
Tools/ATP/reduce_axiomsN.ML \ |
19767
6e77bd331bf4
Functions of Tools/ATP/res_clasimpset.ML are now in Tools/res_atp.ML. res_clasimpset.ML is not used anymore.
mengj
parents:
19640
diff
changeset
|
106 |
Tools/ATP/recon_translate_proof.ML \ |
17517 | 107 |
Tools/ATP/watcher.ML \ |
17618
1330157e156a
new sat tactic imports resolution proofs from zChaff
webertj
parents:
17610
diff
changeset
|
108 |
Tools/cnf_funcs.ML \ |
16019 | 109 |
Tools/datatype_abs_proofs.ML Tools/datatype_aux.ML \ |
110 |
Tools/datatype_codegen.ML Tools/datatype_package.ML \ |
|
111 |
Tools/datatype_prop.ML Tools/datatype_realizer.ML \ |
|
112 |
Tools/datatype_rep_proofs.ML Tools/inductive_codegen.ML \ |
|
113 |
Tools/inductive_package.ML Tools/inductive_realizer.ML Tools/meson.ML \ |
|
114 |
Tools/numeral_syntax.ML Tools/primrec_package.ML Tools/prop_logic.ML \ |
|
18449 | 115 |
Tools/polyhash.ML \ |
16019 | 116 |
Tools/recdef_package.ML Tools/recfun_codegen.ML \ |
117 |
Tools/reconstruction.ML Tools/record_package.ML Tools/refute.ML \ |
|
118 |
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
|
119 |
Tools/res_clause.ML Tools/rewrite_hol_proof.ML \ |
17618
1330157e156a
new sat tactic imports resolution proofs from zChaff
webertj
parents:
17610
diff
changeset
|
120 |
Tools/sat_funcs.ML \ |
16019 | 121 |
Tools/sat_solver.ML Tools/specification_package.ML Tools/split_rule.ML \ |
122 |
Tools/typedef_package.ML Transitive_Closure.ML Transitive_Closure.thy \ |
|
123 |
Typedef.thy Wellfounded_Recursion.thy Wellfounded_Relations.thy \ |
|
124 |
antisym_setup.ML arith_data.ML blastdata.ML cladata.ML \ |
|
18597 | 125 |
document/root.tex hologic.ML simpdata.ML ResAtpMethods.thy \ |
19192 | 126 |
Tools/res_atp_provers.ML Tools/res_atp_methods.ML \ |
19564
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
127 |
Tools/res_hol_clause.ML \ |
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
128 |
Tools/function_package/fundef_common.ML \ |
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
129 |
Tools/function_package/fundef_lib.ML \ |
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
130 |
Tools/function_package/context_tree.ML \ |
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
131 |
Tools/function_package/fundef_prep.ML \ |
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
132 |
Tools/function_package/fundef_proof.ML \ |
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
133 |
Tools/function_package/termination.ML \ |
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
134 |
Tools/function_package/fundef_package.ML \ |
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
135 |
Tools/function_package/auto_term.ML \ |
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
136 |
Tools/function_package/fundef_datatype.ML \ |
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
137 |
FunDef.thy Accessible_Part.thy |
16187 | 138 |
@$(ISATOOL) usedir $(HOL_USEDIR_OPTIONS) -b -g true $(OUT)/Pure HOL |
4518 | 139 |
|
13029 | 140 |
|
13967
9cdab3186c0b
fixed HOL-Real-HahnBanach (-> HOL-Complex-HahnBanach)
kleing
parents:
13966
diff
changeset
|
141 |
## HOL-Complex-HahnBanach |
13029 | 142 |
|
13967
9cdab3186c0b
fixed HOL-Real-HahnBanach (-> HOL-Complex-HahnBanach)
kleing
parents:
13966
diff
changeset
|
143 |
HOL-Complex-HahnBanach: HOL-Complex $(LOG)/HOL-Complex-HahnBanach.gz |
13029 | 144 |
|
16019 | 145 |
$(LOG)/HOL-Complex-HahnBanach.gz: $(OUT)/HOL-Complex \ |
146 |
Real/HahnBanach/Bounds.thy Real/HahnBanach/FunctionNorm.thy \ |
|
147 |
Real/HahnBanach/FunctionOrder.thy Real/HahnBanach/HahnBanach.thy \ |
|
148 |
Real/HahnBanach/HahnBanachExtLemmas.thy \ |
|
149 |
Real/HahnBanach/HahnBanachSupLemmas.thy \ |
|
150 |
Real/HahnBanach/Linearform.thy Real/HahnBanach/NormedSpace.thy \ |
|
151 |
Real/HahnBanach/README.html Real/HahnBanach/ROOT.ML \ |
|
152 |
Real/HahnBanach/Subspace.thy Real/HahnBanach/VectorSpace.thy \ |
|
153 |
Real/HahnBanach/ZornLemma.thy Real/HahnBanach/document/root.bib \ |
|
13029 | 154 |
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
|
155 |
@cd Real; $(ISATOOL) usedir -g true $(OUT)/HOL-Complex HahnBanach |
13029 | 156 |
|
157 |
||
13961 | 158 |
## HOL-Complex |
10751 | 159 |
|
13966
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13964
diff
changeset
|
160 |
HOL-Complex: HOL $(OUT)/HOL-Complex |
10751 | 161 |
|
16019 | 162 |
$(OUT)/HOL-Complex: $(OUT)/HOL Complex/ROOT.ML Library/Zorn.thy \ |
19640
40ec89317425
added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
wenzelm
parents:
19564
diff
changeset
|
163 |
Real/ContNotDenum.thy Real/Ferrante_Rackoff.thy Real/Float.ML \ |
40ec89317425
added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
wenzelm
parents:
19564
diff
changeset
|
164 |
Real/Float.thy Real/Lubs.thy Real/PReal.thy Real/RComplete.thy \ |
40ec89317425
added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
wenzelm
parents:
19564
diff
changeset
|
165 |
Real/ROOT.ML Real/Rational.thy Real/Real.thy Real/RealDef.thy \ |
40ec89317425
added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
wenzelm
parents:
19564
diff
changeset
|
166 |
Real/RealPow.thy Real/document/root.tex Real/ferrante_rackoff_proof.ML \ |
40ec89317425
added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
wenzelm
parents:
19564
diff
changeset
|
167 |
Real/ferrante_rackoff.ML Real/rat_arith.ML Real/real_arith.ML \ |
17430
72325ec8fd8e
merge Hyperreal/Transfer.thy and Hyperreal/StarType.thy into Hyperreal/StarDef.thy
huffman
parents:
17410
diff
changeset
|
168 |
Hyperreal/StarDef.thy Hyperreal/StarClasses.thy \ |
16019 | 169 |
Hyperreal/EvenOdd.thy Hyperreal/Fact.thy Hyperreal/HLog.thy \ |
17330 | 170 |
Hyperreal/Filter.thy Hyperreal/HSeries.thy Hyperreal/transfer.ML \ |
16019 | 171 |
Hyperreal/HTranscendental.thy Hyperreal/HyperArith.thy \ |
172 |
Hyperreal/HyperDef.thy Hyperreal/HyperNat.thy \ |
|
173 |
Hyperreal/HyperPow.thy Hyperreal/Hyperreal.thy \ |
|
174 |
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
|
175 |
Hyperreal/Ln.thy Hyperreal/MacLaurin.thy Hyperreal/NatStar.thy \ |
16019 | 176 |
Hyperreal/NSA.thy Hyperreal/NthRoot.thy Hyperreal/Poly.thy \ |
177 |
Hyperreal/SEQ.thy Hyperreal/Series.thy Hyperreal/Star.thy \ |
|
17637 | 178 |
Hyperreal/Taylor.thy \ |
16019 | 179 |
Hyperreal/Transcendental.thy Hyperreal/fuf.ML Hyperreal/hypreal_arith.ML \ |
180 |
Complex/Complex_Main.thy Complex/CLim.thy Complex/CSeries.thy \ |
|
181 |
Complex/CStar.thy Complex/Complex.thy Complex/ComplexBin.thy \ |
|
15057 | 182 |
Complex/NSCA.thy Complex/NSComplex.thy Complex/document/root.tex |
183 |
@cd Complex; $(ISATOOL) usedir -b -g true $(OUT)/HOL HOL-Complex |
|
10751 | 184 |
|
7395 | 185 |
|
13961 | 186 |
## HOL-Complex-ex |
7392 | 187 |
|
13961 | 188 |
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
|
189 |
|
13961 | 190 |
$(LOG)/HOL-Complex-ex.gz: $(OUT)/HOL-Complex Library/Primes.thy \ |
191 |
Complex/ex/ROOT.ML Complex/ex/document/root.tex \ |
|
19640
40ec89317425
added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
wenzelm
parents:
19564
diff
changeset
|
192 |
Complex/ex/BigO_Complex.thy Complex/ex/BinEx.thy Complex/ex/Ferrante_Rackoff_Ex.thy \ |
17198 | 193 |
Complex/ex/NSPrimes.thy Complex/ex/Sqrt.thy Complex/ex/Sqrt_Script.thy |
13961 | 194 |
@cd Complex; $(ISATOOL) usedir $(OUT)/HOL-Complex ex |
7535
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
195 |
|
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
196 |
|
10255 | 197 |
## HOL-Library |
198 |
||
199 |
HOL-Library: HOL $(LOG)/HOL-Library.gz |
|
200 |
||
19564
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
201 |
$(LOG)/HOL-Library.gz: $(OUT)/HOL \ |
19944 | 202 |
Library/SetsAndFunctions.thy Library/BigO.thy Library/Ramsey.thy \ |
19039 | 203 |
Library/EfficientNat.thy Library/ExecutableSet.thy Library/ExecutableRat.thy \ |
17637 | 204 |
Library/FuncSet.thy Library/Library.thy \ |
14132 | 205 |
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
|
206 |
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
|
207 |
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
|
208 |
Library/README.html Library/Continuity.thy \ |
14365
3d4df8c166ae
replacing HOL/Real/PRat, PNat by the rational number development
paulson
parents:
14355
diff
changeset
|
209 |
Library/Nested_Environment.thy Library/Zorn.thy\ |
12816 | 210 |
Library/Library/ROOT.ML Library/Library/document/root.tex \ |
15731 | 211 |
Library/Library/document/root.bib Library/While_Combinator.thy \ |
212 |
Library/Product_ord.thy Library/Char_ord.thy \ |
|
18397 | 213 |
Library/List_lexord.thy Library/Commutative_Ring.thy Library/comm_ring.ML \ |
19234 | 214 |
Library/Coinductive_List.thy Library/AssocList.thy |
11398
d7711be8c3a9
Library/ROOT.ML moved to Library/Library/ROOT.ML to avoid accidential
wenzelm
parents:
11394
diff
changeset
|
215 |
@cd Library; $(ISATOOL) usedir $(OUT)/HOL Library |
10255 | 216 |
|
217 |
||
4518 | 218 |
## HOL-Subst |
219 |
||
220 |
HOL-Subst: HOL $(LOG)/HOL-Subst.gz |
|
221 |
||
15635 | 222 |
$(LOG)/HOL-Subst.gz: $(OUT)/HOL Subst/AList.thy \ |
223 |
Subst/ROOT.ML Subst/Subst.thy Subst/UTerm.thy Subst/Unifier.thy \ |
|
4518 | 224 |
Subst/Unify.thy |
225 |
@$(ISATOOL) usedir $(OUT)/HOL Subst |
|
2448 | 226 |
|
227 |
||
4518 | 228 |
## HOL-Induct |
2473 | 229 |
|
4518 | 230 |
HOL-Induct: HOL $(LOG)/HOL-Induct.gz |
3125 | 231 |
|
10255 | 232 |
$(LOG)/HOL-Induct.gz: $(OUT)/HOL \ |
13075
d3e1d554cd6d
conversion of some HOL/Induct proof scripts to Isar
paulson
parents:
13059
diff
changeset
|
233 |
Induct/Com.thy Induct/Comb.thy Induct/LFilter.thy \ |
d3e1d554cd6d
conversion of some HOL/Induct proof scripts to Isar
paulson
parents:
13059
diff
changeset
|
234 |
Induct/LList.thy Induct/Mutil.thy Induct/Ordinals.thy \ |
15172 | 235 |
Induct/PropLog.thy Induct/QuoNestedDataType.thy Induct/QuoDataType.thy\ |
236 |
Induct/ROOT.ML \ |
|
13079
e7738aa7267f
conversion of Induct/{Slist,Sexp} to Isar scripts
paulson
parents:
13075
diff
changeset
|
237 |
Induct/Sexp.thy Induct/Sigma_Algebra.thy \ |
e7738aa7267f
conversion of Induct/{Slist,Sexp} to Isar scripts
paulson
parents:
13075
diff
changeset
|
238 |
Induct/SList.thy Induct/ABexp.thy Induct/Term.thy \ |
11046
b5f5942781a0
Induct: converted some theories to new-style format;
wenzelm
parents:
11026
diff
changeset
|
239 |
Induct/Tree.thy Induct/document/root.tex |
3125 | 240 |
@$(ISATOOL) usedir $(OUT)/HOL Induct |
241 |
||
242 |
||
4518 | 243 |
## HOL-IMP |
244 |
||
245 |
HOL-IMP: HOL $(LOG)/HOL-IMP.gz |
|
2448 | 246 |
|
13129 | 247 |
$(LOG)/HOL-IMP.gz: $(OUT)/HOL IMP/Com.thy IMP/Compiler0.thy IMP/Compiler.thy \ |
12432 | 248 |
IMP/Denotation.thy IMP/Expr.thy IMP/Hoare.thy \ |
249 |
IMP/Natural.thy IMP/Examples.thy \ |
|
250 |
IMP/Transition.thy IMP/VC.thy IMP/ROOT.ML IMP/document/root.tex \ |
|
251 |
IMP/document/root.bib |
|
12548 | 252 |
@$(ISATOOL) usedir -g true $(OUT)/HOL IMP |
2448 | 253 |
|
254 |
||
8179 | 255 |
## HOL-IMPP |
256 |
||
257 |
HOL-IMPP: HOL $(LOG)/HOL-IMPP.gz |
|
258 |
||
19803 | 259 |
$(LOG)/HOL-IMPP.gz: $(OUT)/HOL IMPP/ROOT.ML IMPP/Com.thy \ |
260 |
IMPP/Natural.thy IMPP/Hoare.thy IMPP/Misc.thy IMPP/EvenOdd.thy |
|
8179 | 261 |
@$(ISATOOL) usedir $(OUT)/HOL IMPP |
262 |
||
263 |
||
14516 | 264 |
## HOL-Complex-Import |
265 |
||
19097 | 266 |
IMPORTER_FILES = Import/lazy_seq.ML Import/proof_kernel.ML Import/replay.ML \ |
267 |
Import/susp.ML Import/shuffler.ML Import/MakeEqual.thy Import/HOL4Setup.thy \ |
|
14516 | 268 |
Import/HOL4Syntax.thy Import/HOL4Compat.thy Import/import_syntax.ML \ |
269 |
Import/hol4rews.ML Import/import_package.ML Import/ROOT.ML |
|
270 |
||
17323 | 271 |
IMPORTER_HOLLIGHT_FILES = Import/proof_kernel.ML Import/replay.ML \ |
272 |
Import/shuffler.ML Import/MakeEqual.thy Import/HOL4Setup.thy \ |
|
273 |
Import/HOL4Syntax.thy Import/HOLLightCompat.thy Import/import_syntax.ML \ |
|
274 |
Import/hol4rews.ML Import/import_package.ML Import/ROOT.ML |
|
275 |
||
14516 | 276 |
HOL-Complex-Import: HOL-Complex $(LOG)/HOL-Complex-Import.gz |
277 |
||
278 |
$(LOG)/HOL-Complex-Import.gz: $(OUT)/HOL-Complex $(IMPORTER_FILES) |
|
279 |
@$(ISATOOL) usedir $(OUT)/HOL-Complex Import |
|
280 |
||
281 |
||
282 |
## HOL-Complex-Generate-HOL |
|
283 |
||
284 |
HOL-Complex-Generate-HOL: HOL-Complex $(LOG)/HOL-Complex-Generate-HOL.gz |
|
285 |
||
286 |
$(LOG)/HOL-Complex-Generate-HOL.gz: $(OUT)/HOL-Complex $(IMPORTER_FILES) \ |
|
287 |
Import/Generate-HOL/GenHOL4Base.thy Import/Generate-HOL/GenHOL4Prob.thy \ |
|
288 |
Import/Generate-HOL/GenHOL4Real.thy Import/Generate-HOL/GenHOL4Vec.thy \ |
|
289 |
Import/Generate-HOL/GenHOL4Word32.thy Import/Generate-HOL/ROOT.ML |
|
290 |
@cd Import; $(ISATOOL) usedir $(OUT)/HOL-Complex Generate-HOL |
|
291 |
||
17460 | 292 |
|
293 |
## HOL-Complex-Generate-HOLLight |
|
294 |
||
17323 | 295 |
HOL-Complex-Generate-HOLLight: HOL-Complex $(LOG)/HOL-Complex-Generate-HOLLight.gz |
296 |
||
297 |
$(LOG)/HOL-Complex-Generate-HOLLight.gz: $(OUT)/HOL-Complex $(IMPORTER_HOLLIGHT_FILES) \ |
|
298 |
Import/Generate-HOLLight/GenHOLLight.thy Import/Generate-HOLLight/ROOT.ML |
|
299 |
@cd Import; $(ISATOOL) usedir $(OUT)/HOL-Complex Generate-HOLLight |
|
14516 | 300 |
|
17460 | 301 |
|
14516 | 302 |
## HOL-Import-HOL |
303 |
||
14626
dfb8d2977263
renamed HOL-Import-HOL to HOL4, added to images target
kleing
parents:
14610
diff
changeset
|
304 |
HOL4: HOL-Complex $(LOG)/HOL4.gz |
14516 | 305 |
|
306 |
HOL_IMPORT_FILES = arithmetic.imp bits.imp boolean_sequence.imp bool.imp \ |
|
307 |
bword_arith.imp bword_bitop.imp bword_num.imp combin.imp divides.imp \ |
|
308 |
hrat.imp hreal.imp ind_type.imp lim.imp list.imp marker.imp nets.imp \ |
|
309 |
numeral.imp num.imp one.imp operator.imp option.imp pair.imp poly.imp \ |
|
310 |
powser.imp pred_set.imp prime.imp prim_rec.imp prob_algebra.imp \ |
|
311 |
prob_canon.imp prob_extra.imp prob.imp prob_indep.imp prob_pseudo.imp \ |
|
312 |
prob_uniform.imp realax.imp real.imp relation.imp res_quan.imp rich_list.imp \ |
|
313 |
seq.imp state_transformer.imp sum.imp topology.imp transc.imp word32.imp \ |
|
314 |
word_base.imp word_bitop.imp word_num.imp |
|
315 |
||
14626
dfb8d2977263
renamed HOL-Import-HOL to HOL4, added to images target
kleing
parents:
14610
diff
changeset
|
316 |
$(LOG)/HOL4.gz: $(OUT)/HOL-Complex $(IMPORTER_FILES) \ |
14516 | 317 |
$(HOL_IMPORT_FILES:%=Import/HOL/%) Import/HOL/HOL4Base.thy \ |
318 |
Import/HOL/HOL4Prob.thy Import/HOL/HOL4Real.thy Import/HOL/HOL4Vec.thy \ |
|
319 |
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
|
320 |
@cd Import/HOL; $(ISATOOL) usedir -b $(OUT)/HOL-Complex HOL4 |
14516 | 321 |
|
17645 | 322 |
HOLLight: HOL-Complex $(LOG)/HOLLight.gz |
323 |
||
324 |
$(LOG)/HOLLight.gz: $(OUT)/HOL-Complex $(IMPORTER_HOLLIGHT_FILES) \ |
|
325 |
Import/HOLLight/hollight.imp Import/HOLLight/HOLLight.thy \ |
|
326 |
Import/HOLLight/ROOT.ML |
|
327 |
@cd Import/HOLLight; $(ISATOOL) usedir -b $(OUT)/HOL-Complex HOLLight |
|
328 |
||
14516 | 329 |
|
9510 | 330 |
## HOL-NumberTheory |
331 |
||
332 |
HOL-NumberTheory: HOL $(LOG)/HOL-NumberTheory.gz |
|
333 |
||
334 |
$(LOG)/HOL-NumberTheory.gz: $(OUT)/HOL \ |
|
11363 | 335 |
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
|
336 |
NumberTheory/Factorization.thy NumberTheory/BijectionRel.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
337 |
NumberTheory/Chinese.thy NumberTheory/EulerFermat.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
338 |
NumberTheory/IntFact.thy NumberTheory/IntPrimes.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
339 |
NumberTheory/WilsonBij.thy NumberTheory/WilsonRuss.thy \ |
13873 | 340 |
NumberTheory/Finite2.thy NumberTheory/Int2.thy NumberTheory/EvenOdd.thy\ |
341 |
NumberTheory/Residues.thy NumberTheory/Euler.thy NumberTheory/Gauss.thy\ |
|
342 |
NumberTheory/Quadratic_Reciprocity.thy\ |
|
9510 | 343 |
NumberTheory/ROOT.ML |
11850 | 344 |
@$(ISATOOL) usedir -g true $(OUT)/HOL NumberTheory |
9510 | 345 |
|
346 |
||
4518 | 347 |
## HOL-Hoare |
348 |
||
349 |
HOL-Hoare: HOL $(LOG)/HOL-Hoare.gz |
|
2448 | 350 |
|
19802 | 351 |
$(LOG)/HOL-Hoare.gz: $(OUT)/HOL Hoare/Arith2.thy \ |
13697 | 352 |
Hoare/Examples.thy Hoare/hoare.ML Hoare/Hoare.thy \ |
13875 | 353 |
Hoare/Heap.thy Hoare/HeapSyntax.thy Hoare/Pointer_Examples.thy \ |
354 |
Hoare/ROOT.ML Hoare/ExamplesAbort.thy Hoare/HeapSyntaxAbort.thy \ |
|
14075 | 355 |
Hoare/hoareAbort.ML Hoare/HoareAbort.thy Hoare/SchorrWaite.thy \ |
19402 | 356 |
Hoare/Separation.thy Hoare/SepLogHeap.thy \ |
357 |
Hoare/document/root.tex Hoare/document/root.bib |
|
2826 | 358 |
@$(ISATOOL) usedir $(OUT)/HOL Hoare |
2448 | 359 |
|
360 |
||
12996 | 361 |
## HOL-HoareParallel |
362 |
||
363 |
HOL-HoareParallel: HOL $(LOG)/HOL-HoareParallel.gz |
|
364 |
||
365 |
$(LOG)/HOL-HoareParallel.gz: $(OUT)/HOL HoareParallel/Gar_Coll.thy \ |
|
366 |
HoareParallel/Graph.thy HoareParallel/Mul_Gar_Coll.thy \ |
|
367 |
HoareParallel/OG_Com.thy HoareParallel/OG_Examples.thy \ |
|
368 |
HoareParallel/OG_Hoare.thy HoareParallel/OG_Syntax.thy \ |
|
369 |
HoareParallel/OG_Tactics.thy HoareParallel/OG_Tran.thy \ |
|
13019 | 370 |
HoareParallel/Quote_Antiquote.thy \ |
12996 | 371 |
HoareParallel/RG_Com.thy HoareParallel/RG_Examples.thy \ |
372 |
HoareParallel/RG_Hoare.thy HoareParallel/RG_Syntax.thy \ |
|
373 |
HoareParallel/RG_Tran.thy HoareParallel/ROOT.ML \ |
|
19402 | 374 |
HoareParallel/document/root.tex HoareParallel/document/root.bib |
13029 | 375 |
@$(ISATOOL) usedir -g true $(OUT)/HOL HoareParallel |
12996 | 376 |
|
377 |
||
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
378 |
## HOL-Algebra |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
379 |
|
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
380 |
HOL-Algebra: HOL $(LOG)/HOL-Algebra.gz |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
381 |
|
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
382 |
$(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
|
383 |
Library/Primes.thy Library/FuncSet.thy \ |
20318
0e0ea63fe768
Restructured algebra library, added ideals and quotient rings.
ballarin
parents:
19997
diff
changeset
|
384 |
Algebra/AbelCoset.thy \ |
13943 | 385 |
Algebra/Bij.thy \ |
13870
cf947d1ec5ff
moved Exponent, Coset, Sylow from GroupTheory to Algebra, converting them
paulson
parents:
13858
diff
changeset
|
386 |
Algebra/Coset.thy \ |
cf947d1ec5ff
moved Exponent, Coset, Sylow from GroupTheory to Algebra, converting them
paulson
parents:
13858
diff
changeset
|
387 |
Algebra/Exponent.thy \ |
13939 | 388 |
Algebra/FiniteProduct.thy \ |
389 |
Algebra/Group.thy \ |
|
20318
0e0ea63fe768
Restructured algebra library, added ideals and quotient rings.
ballarin
parents:
19997
diff
changeset
|
390 |
Algebra/Ideal.thy \ |
14551 | 391 |
Algebra/Lattice.thy \ |
13939 | 392 |
Algebra/Module.thy \ |
20318
0e0ea63fe768
Restructured algebra library, added ideals and quotient rings.
ballarin
parents:
19997
diff
changeset
|
393 |
Algebra/Ring.thy \ |
13870
cf947d1ec5ff
moved Exponent, Coset, Sylow from GroupTheory to Algebra, converting them
paulson
parents:
13858
diff
changeset
|
394 |
Algebra/Sylow.thy \ |
13939 | 395 |
Algebra/UnivPoly.thy \ |
20318
0e0ea63fe768
Restructured algebra library, added ideals and quotient rings.
ballarin
parents:
19997
diff
changeset
|
396 |
Algebra/IntRing.thy \ |
0e0ea63fe768
Restructured algebra library, added ideals and quotient rings.
ballarin
parents:
19997
diff
changeset
|
397 |
Algebra/QuotRing.thy \ |
0e0ea63fe768
Restructured algebra library, added ideals and quotient rings.
ballarin
parents:
19997
diff
changeset
|
398 |
Algebra/RingHom.thy \ |
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
399 |
Algebra/abstract/Abstract.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
400 |
Algebra/abstract/Factor.ML Algebra/abstract/Factor.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
401 |
Algebra/abstract/Field.thy \ |
20318
0e0ea63fe768
Restructured algebra library, added ideals and quotient rings.
ballarin
parents:
19997
diff
changeset
|
402 |
Algebra/abstract/Ideal2.ML Algebra/abstract/Ideal2.thy \ |
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
403 |
Algebra/abstract/PID.thy \ |
20318
0e0ea63fe768
Restructured algebra library, added ideals and quotient rings.
ballarin
parents:
19997
diff
changeset
|
404 |
Algebra/abstract/Ring2.ML Algebra/abstract/Ring2.thy \ |
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
405 |
Algebra/abstract/RingHomo.ML Algebra/abstract/RingHomo.thy\ |
13735 | 406 |
Algebra/abstract/order.ML \ |
13949
0ce528cd6f19
HOL-Algebra complete for release Isabelle2003 (modulo section headers).
ballarin
parents:
13943
diff
changeset
|
407 |
Algebra/document/root.tex \ |
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
408 |
Algebra/poly/LongDiv.ML Algebra/poly/LongDiv.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
409 |
Algebra/poly/PolyHomo.ML Algebra/poly/PolyHomo.thy \ |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
410 |
Algebra/poly/Polynomial.thy \ |
13939 | 411 |
Algebra/poly/UnivPoly2.ML Algebra/poly/UnivPoly2.thy \ |
412 |
Algebra/ringsimp.ML |
|
14578 | 413 |
@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
|
414 |
|
4518 | 415 |
## HOL-Auth |
3819 | 416 |
|
4518 | 417 |
HOL-Auth: HOL $(LOG)/HOL-Auth.gz |
3819 | 418 |
|
14132 | 419 |
$(LOG)/HOL-Auth.gz: $(OUT)/HOL Library/NatPair.thy \ |
13926 | 420 |
Auth/CertifiedEmail.thy Auth/Event.thy \ |
421 |
Auth/Message.thy Auth/NS_Public.thy Auth/NS_Public_Bad.thy \ |
|
18886 | 422 |
Auth/NS_Shared.thy Auth/OtwayRees.thy Auth/OtwayReesBella.thy Auth/OtwayRees_AN.thy \ |
13923 | 423 |
Auth/OtwayRees_Bad.thy Auth/Public.thy Auth/ROOT.ML \ |
13926 | 424 |
Auth/Recur.thy Auth/Shared.thy \ |
18886 | 425 |
Auth/TLS.thy Auth/WooLam.thy Auth/Kerberos_BAN.thy Auth/Kerberos_BAN_Gets.thy \ |
426 |
Auth/KerberosIV.thy Auth/KerberosIV_Gets.thy Auth/KerberosV.thy \ |
|
13508 | 427 |
Auth/Yahalom.thy Auth/Yahalom2.thy Auth/Yahalom_Bad.thy \ |
14145
2e31b8cc8788
ZhouGollmann: new example (fair non-repudiation protocol)
paulson
parents:
14132
diff
changeset
|
428 |
Auth/ZhouGollmann.thy \ |
13508 | 429 |
Auth/Guard/Analz.thy Auth/Guard/Extensions.thy Auth/Guard/GuardK.thy \ |
430 |
Auth/Guard/Guard_Public.thy Auth/Guard/Guard_Shared.thy \ |
|
431 |
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
|
432 |
Auth/Guard/Guard_NS_Public.thy Auth/Guard/Guard_OtwayRees.thy \ |
13508 | 433 |
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
|
434 |
Auth/Guard/Proto.thy Auth/Guard/Guard_Yahalom.thy\ |
18886 | 435 |
Auth/Smartcard/EventSC.thy Auth/Smartcard/ShoupRubinBella.thy\ |
436 |
Auth/Smartcard/ShoupRubin.thy Auth/Smartcard/Smartcard.thy\ |
|
14150 | 437 |
Auth/document/root.tex |
13964 | 438 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Auth |
2448 | 439 |
|
440 |
||
4777 | 441 |
## HOL-UNITY |
442 |
||
443 |
HOL-UNITY: HOL $(LOG)/HOL-UNITY.gz |
|
444 |
||
10787 | 445 |
$(LOG)/HOL-UNITY.gz: $(OUT)/HOL Library/Multiset.thy UNITY/ROOT.ML \ |
13790 | 446 |
UNITY/UNITY_Main.thy UNITY/UNITY_tactics.ML \ |
13797 | 447 |
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
|
448 |
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
|
449 |
UNITY/Lift_prog.thy UNITY/ListOrder.thy UNITY/ProgressSets.thy\ |
89131afa9f01
New theory ProgressSets. Definition of closure sets
paulson
parents:
13851
diff
changeset
|
450 |
UNITY/PPROD.thy UNITY/Project.thy UNITY/Rename.thy UNITY/Transformers.thy\ |
13797 | 451 |
UNITY/SubstAx.thy UNITY/UNITY.thy UNITY/Union.thy UNITY/WFair.thy \ |
13790 | 452 |
UNITY/Simple/Channel.thy UNITY/Simple/Common.thy \ |
453 |
UNITY/Simple/Deadlock.thy UNITY/Simple/Lift.thy UNITY/Simple/Mutex.thy \ |
|
14199 | 454 |
UNITY/Simple/NSP_Bad.thy UNITY/Simple/Network.thy\ |
13790 | 455 |
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
|
456 |
UNITY/Comp/Alloc.ML UNITY/Comp/Alloc.thy \ |
14089
7b34f58b1b81
converted UNITY/Comp/{AllocImpl,Client} to Isar scripts
paulson
parents:
14088
diff
changeset
|
457 |
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
|
458 |
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
|
459 |
UNITY/Comp/PriorityAux.thy \ |
14087
cb07c3948668
Conversion of UNITY/Comp/Priority.thy to a linear Isar script
paulson
parents:
14075
diff
changeset
|
460 |
UNITY/Comp/Priority.thy UNITY/Comp/Progress.thy \ |
14150 | 461 |
UNITY/Comp/TimerArray.thy\ |
462 |
UNITY/document/root.tex |
|
463 |
@$(ISATOOL) usedir -g true $(OUT)/HOL UNITY |
|
4777 | 464 |
|
465 |
||
10966 | 466 |
## HOL-Unix |
467 |
||
468 |
HOL-Unix: HOL $(LOG)/HOL-Unix.gz |
|
469 |
||
470 |
$(LOG)/HOL-Unix.gz: $(OUT)/HOL Library/Nested_Environment.thy \ |
|
471 |
Library/List_Prefix.thy Unix/ROOT.ML Unix/Unix.thy \ |
|
472 |
Unix/document/root.bib Unix/document/root.tex |
|
473 |
@$(ISATOOL) usedir $(OUT)/HOL Unix |
|
474 |
||
19203 | 475 |
## HOL-ZF |
476 |
||
477 |
HOL-ZF: HOL $(LOG)/HOL-ZF.gz |
|
478 |
||
479 |
$(LOG)/HOL-ZF.gz: $(OUT)/HOL ZF/ROOT.ML \ |
|
480 |
ZF/Helper.thy ZF/LProd.thy ZF/HOLZF.thy \ |
|
481 |
ZF/MainZF.thy ZF/Games.thy ZF/document/root.tex |
|
482 |
@$(ISATOOL) usedir $(OUT)/HOL ZF |
|
10966 | 483 |
|
4518 | 484 |
## HOL-Modelcheck |
485 |
||
486 |
HOL-Modelcheck: HOL $(LOG)/HOL-Modelcheck.gz |
|
3218 | 487 |
|
4518 | 488 |
$(LOG)/HOL-Modelcheck.gz: $(OUT)/HOL Modelcheck/CTL.thy \ |
17287 | 489 |
Modelcheck/EindhovenExample.thy Modelcheck/EindhovenSyn.ML \ |
490 |
Modelcheck/EindhovenSyn.thy Modelcheck/MuCalculus.thy \ |
|
491 |
Modelcheck/MuckeExample1.thy Modelcheck/MuckeExample2.thy \ |
|
6474 | 492 |
Modelcheck/MuckeSyn.ML Modelcheck/MuckeSyn.thy Modelcheck/ROOT.ML \ |
493 |
Modelcheck/mucke_oracle.ML |
|
3218 | 494 |
@$(ISATOOL) usedir $(OUT)/HOL Modelcheck |
495 |
||
496 |
||
4518 | 497 |
## HOL-Lambda |
2448 | 498 |
|
4518 | 499 |
HOL-Lambda: HOL $(LOG)/HOL-Lambda.gz |
2448 | 500 |
|
19564
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
501 |
$(LOG)/HOL-Lambda.gz: $(OUT)/HOL \ |
10255 | 502 |
Lambda/Commutation.thy Lambda/Eta.thy Lambda/InductTermi.thy Lambda/Lambda.thy \ |
9771 | 503 |
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
|
504 |
Lambda/ParRed.thy Lambda/StrongNorm.thy Lambda/Type.thy \ |
86c56794b641
Added new theories StrongNorm and WeakNorm to Lambda example.
berghofe
parents:
14044
diff
changeset
|
505 |
Lambda/WeakNorm.thy Lambda/ROOT.ML \ |
86c56794b641
Added new theories StrongNorm and WeakNorm to Lambda example.
berghofe
parents:
14044
diff
changeset
|
506 |
Lambda/document/root.bib Lambda/document/root.tex |
11850 | 507 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Lambda |
2448 | 508 |
|
509 |
||
9015 | 510 |
## HOL-Prolog |
511 |
||
512 |
HOL-Prolog: HOL $(LOG)/HOL-Prolog.gz |
|
513 |
||
514 |
$(LOG)/HOL-Prolog.gz: $(OUT)/HOL Prolog/ROOT.ML Prolog/HOHH.ML Prolog/HOHH.thy \ |
|
515 |
Prolog/Test.ML Prolog/Test.thy \ |
|
516 |
Prolog/Func.ML Prolog/Func.thy Prolog/Type.ML Prolog/Type.thy |
|
517 |
@$(ISATOOL) usedir $(OUT)/HOL Prolog |
|
518 |
||
519 |
||
4518 | 520 |
## HOL-W0 |
2527 | 521 |
|
4518 | 522 |
HOL-W0: HOL $(LOG)/HOL-W0.gz |
2527 | 523 |
|
12946 | 524 |
$(LOG)/HOL-W0.gz: $(OUT)/HOL W0/ROOT.ML W0/W0.thy W0/document/root.tex |
2826 | 525 |
@$(ISATOOL) usedir $(OUT)/HOL W0 |
2527 | 526 |
|
527 |
||
8012 | 528 |
## HOL-MicroJava |
529 |
||
530 |
HOL-MicroJava: HOL $(LOG)/HOL-MicroJava.gz |
|
531 |
||
17637 | 532 |
$(LOG)/HOL-MicroJava.gz: $(OUT)/HOL Library/ExecutableSet.thy \ |
533 |
MicroJava/ROOT.ML \ |
|
13672 | 534 |
MicroJava/Comp/AuxLemmas.thy \ |
535 |
MicroJava/Comp/CorrComp.thy \ |
|
536 |
MicroJava/Comp/CorrCompTp.thy \ |
|
537 |
MicroJava/Comp/DefsComp.thy \ |
|
538 |
MicroJava/Comp/Index.thy \ |
|
539 |
MicroJava/Comp/LemmasComp.thy \ |
|
540 |
MicroJava/Comp/NatCanonify.thy \ |
|
541 |
MicroJava/Comp/TranslComp.thy \ |
|
542 |
MicroJava/Comp/TranslCompTp.thy \ |
|
543 |
MicroJava/Comp/TypeInf.thy \ |
|
11026
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
oheimb
parents:
11024
diff
changeset
|
544 |
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
|
545 |
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
|
546 |
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
|
547 |
MicroJava/J/WellForm.thy MicroJava/J/Value.thy \ |
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
oheimb
parents:
11024
diff
changeset
|
548 |
MicroJava/J/WellType.thy MicroJava/J/Example.thy \ |
12438 | 549 |
MicroJava/J/JListExample.thy \ |
9381 | 550 |
MicroJava/JVM/JVMExec.thy MicroJava/JVM/JVMInstructions.thy\ |
551 |
MicroJava/JVM/JVMState.thy MicroJava/JVM/JVMExecInstr.thy\ |
|
12521 | 552 |
MicroJava/JVM/JVMListExample.thy MicroJava/JVM/JVMExceptions.thy \ |
11228 | 553 |
MicroJava/BV/BVSpec.thy MicroJava/BV/BVSpecTypeSafe.thy \ |
554 |
MicroJava/BV/Correct.thy MicroJava/BV/Err.thy MicroJava/BV/JType.thy \ |
|
555 |
MicroJava/BV/JVM.thy MicroJava/BV/JVMType.thy MicroJava/BV/Kildall.thy \ |
|
556 |
MicroJava/BV/LBVSpec.thy MicroJava/BV/Listn.thy MicroJava/BV/Opt.thy \ |
|
557 |
MicroJava/BV/Product.thy MicroJava/BV/Semilat.thy \ |
|
12521 | 558 |
MicroJava/BV/Effect.thy MicroJava/BV/EffectMono.thy \ |
11228 | 559 |
MicroJava/BV/Typing_Framework.thy MicroJava/BV/Typing_Framework_err.thy \ |
13224 | 560 |
MicroJava/BV/Typing_Framework_JVM.thy MicroJava/BV/BVExample.thy \ |
561 |
MicroJava/BV/LBVSpec.thy MicroJava/BV/LBVCorrect.thy \ |
|
562 |
MicroJava/BV/LBVComplete.thy MicroJava/BV/LBVJVM.thy \ |
|
12915 | 563 |
MicroJava/document/root.bib MicroJava/document/root.tex \ |
564 |
MicroJava/document/introduction.tex |
|
11850 | 565 |
@$(ISATOOL) usedir -g true $(OUT)/HOL MicroJava |
566 |
||
8012 | 567 |
|
11376 | 568 |
## HOL-NanoJava |
569 |
||
570 |
HOL-NanoJava: HOL $(LOG)/HOL-NanoJava.gz |
|
571 |
||
572 |
$(LOG)/HOL-NanoJava.gz: $(OUT)/HOL NanoJava/ROOT.ML \ |
|
573 |
NanoJava/Term.thy NanoJava/Decl.thy NanoJava/TypeRel.thy NanoJava/State.thy \ |
|
574 |
NanoJava/OpSem.thy NanoJava/AxSem.thy NanoJava/AxSem.thy \ |
|
575 |
NanoJava/document/root.bib NanoJava/document/root.tex |
|
11850 | 576 |
@$(ISATOOL) usedir -g true $(OUT)/HOL NanoJava |
577 |
||
8193 | 578 |
|
12855 | 579 |
## HOL-Bali |
580 |
||
581 |
HOL-Bali: HOL $(LOG)/HOL-Bali.gz |
|
582 |
||
583 |
$(LOG)/HOL-Bali.gz: $(OUT)/HOL Bali/AxCompl.thy Bali/AxExample.thy \ |
|
584 |
Bali/AxSem.thy Bali/AxSound.thy Bali/Basis.thy Bali/Conform.thy \ |
|
585 |
Bali/Decl.thy Bali/DeclConcepts.thy Bali/Eval.thy Bali/Evaln.thy \ |
|
586 |
Bali/Example.thy Bali/Name.thy Bali/ROOT.ML Bali/State.thy \ |
|
587 |
Bali/Table.thy Bali/Term.thy Bali/Trans.thy Bali/Type.thy \ |
|
588 |
Bali/TypeRel.thy Bali/TypeSafe.thy Bali/Value.thy Bali/WellForm.thy \ |
|
13695 | 589 |
Bali/DefiniteAssignment.thy Bali/DefiniteAssignmentCorrect.thy \ |
12855 | 590 |
Bali/WellType.thy Bali/document/root.tex |
591 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Bali |
|
592 |
||
593 |
||
13403 | 594 |
## HOL-Extraction |
595 |
||
596 |
HOL-Extraction: HOL $(LOG)/HOL-Extraction.gz |
|
597 |
||
17637 | 598 |
$(LOG)/HOL-Extraction.gz: $(OUT)/HOL Library/EfficientNat.thy \ |
17023 | 599 |
Extraction/Higman.thy Extraction/ROOT.ML Extraction/Pigeonhole.thy \ |
600 |
Extraction/QuotRem.thy \ |
|
13403 | 601 |
Extraction/Warshall.thy Extraction/document/root.tex \ |
602 |
Extraction/document/root.bib |
|
603 |
@$(ISATOOL) usedir $(OUT)/HOL Extraction |
|
604 |
||
605 |
||
4518 | 606 |
## HOL-IOA |
607 |
||
608 |
HOL-IOA: HOL $(LOG)/HOL-IOA.gz |
|
2448 | 609 |
|
19801 | 610 |
$(LOG)/HOL-IOA.gz: $(OUT)/HOL IOA/Asig.thy IOA/IOA.thy \ |
611 |
IOA/ROOT.ML IOA/Solve.thy |
|
4518 | 612 |
@$(ISATOOL) usedir $(OUT)/HOL IOA |
613 |
||
614 |
||
10135 | 615 |
## HOL-AxClasses |
4518 | 616 |
|
10135 | 617 |
HOL-AxClasses: HOL $(LOG)/HOL-AxClasses.gz |
2545 | 618 |
|
10135 | 619 |
$(LOG)/HOL-AxClasses.gz: $(OUT)/HOL AxClasses/Group.thy \ |
620 |
AxClasses/Product.thy AxClasses/ROOT.ML AxClasses/Semigroups.thy |
|
621 |
@$(ISATOOL) usedir $(OUT)/HOL AxClasses |
|
2545 | 622 |
|
623 |
||
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
624 |
## HOL-Lattice |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
625 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
626 |
HOL-Lattice: HOL $(LOG)/HOL-Lattice.gz |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
627 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
628 |
$(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
|
629 |
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
|
630 |
Lattice/ROOT.ML Lattice/document/root.tex |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
631 |
@$(ISATOOL) usedir $(OUT)/HOL Lattice |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
632 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
633 |
|
4518 | 634 |
## HOL-ex |
2448 | 635 |
|
4518 | 636 |
HOL-ex: HOL $(LOG)/HOL-ex.gz |
2448 | 637 |
|
19085 | 638 |
$(LOG)/HOL-ex.gz: $(OUT)/HOL ex/Abstract_NAT.thy ex/Antiquote.thy \ |
639 |
ex/BT.thy ex/BinEx.thy ex/Classical.thy ex/Chinese.thy \ |
|
640 |
Library/Commutative_Ring.thy ex/Commutative_RingEx.thy \ |
|
19997 | 641 |
ex/Commutative_Ring_Complete.thy ex/Guess.thy ex/Hebrew.thy \ |
17410 | 642 |
ex/Higher_Order_Logic.thy ex/Hilbert_Classical.thy ex/InSort.thy \ |
643 |
ex/InductiveInvariant.thy ex/InductiveInvariant_examples.thy \ |
|
644 |
ex/Intuitionistic.thy ex/Lagrange.thy ex/Locales.thy ex/MT.ML \ |
|
645 |
ex/MT.thy ex/MergeSort.thy ex/MonoidGroup.thy ex/Multiquote.thy \ |
|
646 |
ex/NatSum.thy ex/PER.thy ex/PresburgerEx.thy ex/Primrec.thy \ |
|
647 |
ex/Puzzle.thy ex/Qsort.thy ex/Quickcheck_Examples.thy ex/ROOT.ML \ |
|
648 |
ex/Recdefs.thy ex/Records.thy ex/Reflected_Presburger.thy \ |
|
18408 | 649 |
ex/Refute_Examples.thy ex/SAT_Examples.thy ex/Sudoku.thy \ |
650 |
ex/SVC_Oracle.ML ex/SVC_Oracle.thy \ |
|
651 |
ex/StringEx.thy ex/Tarski.thy ex/document/root.bib \ |
|
17410 | 652 |
ex/document/root.tex ex/mesontest2.ML ex/mesontest2.thy ex/set.thy \ |
653 |
ex/svc_funcs.ML ex/svc_test.ML ex/svc_test.thy |
|
2826 | 654 |
@$(ISATOOL) usedir $(OUT)/HOL ex |
2448 | 655 |
|
656 |
||
6445 | 657 |
## HOL-Isar_examples |
658 |
||
659 |
HOL-Isar_examples: HOL $(LOG)/HOL-Isar_examples.gz |
|
660 |
||
661 |
$(LOG)/HOL-Isar_examples.gz: $(OUT)/HOL Isar_examples/BasicLogic.thy \ |
|
16356 | 662 |
Isar_examples/Cantor.ML Isar_examples/Cantor.thy Isar_examples/Drinker.thy \ |
8050 | 663 |
Isar_examples/ExprCompiler.thy Isar_examples/Fibonacci.thy \ |
10143
86c39bba873f
added Isar_examples/Hoare.thy Isar_examples/HoareEx.thy;
wenzelm
parents:
10135
diff
changeset
|
664 |
Isar_examples/Group.thy Isar_examples/Hoare.thy Isar_examples/HoareEx.thy \ |
10255 | 665 |
Isar_examples/KnasterTarski.thy Isar_examples/MutilatedCheckerboard.thy \ |
8677 | 666 |
Isar_examples/NestedDatatype.thy Isar_examples/Peirce.thy \ |
8050 | 667 |
Isar_examples/Puzzle.thy Isar_examples/Summation.thy \ |
12946 | 668 |
Isar_examples/ROOT.ML Isar_examples/document/proof.sty \ |
669 |
Isar_examples/document/root.bib Isar_examples/document/root.tex \ |
|
13703 | 670 |
Isar_examples/document/style.tex Hoare/hoare.ML |
6445 | 671 |
@$(ISATOOL) usedir $(OUT)/HOL Isar_examples |
672 |
||
673 |
||
14199 | 674 |
## HOL-SET-Protocol |
675 |
||
676 |
HOL-SET-Protocol: HOL $(LOG)/HOL-SET-Protocol.gz |
|
677 |
||
678 |
$(LOG)/HOL-SET-Protocol.gz: $(OUT)/HOL SET-Protocol/ROOT.ML \ |
|
679 |
SET-Protocol/MessageSET.thy\ |
|
680 |
SET-Protocol/EventSET.thy\ |
|
681 |
SET-Protocol/PublicSET.thy\ |
|
682 |
SET-Protocol/Cardholder_Registration.thy\ |
|
683 |
SET-Protocol/Merchant_Registration.thy\ |
|
684 |
SET-Protocol/Purchase.thy\ |
|
685 |
SET-Protocol/document/root.tex |
|
686 |
@$(ISATOOL) usedir -g true $(OUT)/HOL SET-Protocol |
|
687 |
||
688 |
||
16509 | 689 |
## HOL-Complex-Matrix |
14610 | 690 |
|
17546 | 691 |
HOL-Complex-Matrix: HOL-Complex $(OUT)/HOL-Complex-Matrix |
17323 | 692 |
|
693 |
$(OUT)/HOL-Complex-Matrix: $(OUT)/HOL-Complex \ |
|
19404 | 694 |
Matrix/MatrixGeneral.thy Matrix/Matrix.thy Matrix/SparseMatrix.thy Matrix/LP.thy \ |
16784 | 695 |
Matrix/document/root.tex Matrix/ROOT.ML \ |
17489 | 696 |
Matrix/cplex/Cplex.thy Matrix/cplex/CplexMatrixConverter.ML \ |
16784 | 697 |
Matrix/cplex/Cplex_tools.ML Matrix/cplex/FloatSparseMatrix.thy \ |
16873 | 698 |
Matrix/cplex/FloatSparseMatrixBuilder.ML Matrix/cplex/fspmlp.ML \ |
699 |
Matrix/cplex/MatrixLP.thy Matrix/cplex/MatrixLP.ML |
|
17323 | 700 |
@cd Matrix; $(ISATOOL) usedir -b -g true $(OUT)/HOL-Complex HOL-Complex-Matrix |
16873 | 701 |
|
14199 | 702 |
|
4518 | 703 |
## TLA |
704 |
||
705 |
TLA: HOL $(OUT)/TLA |
|
706 |
||
6254 | 707 |
$(OUT)/TLA: $(OUT)/HOL TLA/Action.ML TLA/Action.thy TLA/Init.ML \ |
9516 | 708 |
TLA/Init.thy TLA/Intensional.ML TLA/Intensional.thy \ |
6254 | 709 |
TLA/ROOT.ML TLA/Stfun.ML TLA/Stfun.thy TLA/TLA.ML TLA/TLA.thy |
4518 | 710 |
@cd TLA; $(ISATOOL) usedir -b $(OUT)/HOL TLA |
711 |
||
712 |
||
713 |
## TLA-Inc |
|
714 |
||
715 |
TLA-Inc: TLA $(LOG)/TLA-Inc.gz |
|
716 |
||
17308 | 717 |
$(LOG)/TLA-Inc.gz: $(OUT)/TLA TLA/Inc/Inc.thy TLA/Inc/Inc.ML |
4518 | 718 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Inc |
719 |
||
720 |
||
721 |
## TLA-Buffer |
|
722 |
||
723 |
TLA-Buffer: TLA $(LOG)/TLA-Buffer.gz |
|
2448 | 724 |
|
4518 | 725 |
$(LOG)/TLA-Buffer.gz: $(OUT)/TLA TLA/Buffer/Buffer.thy \ |
726 |
TLA/Buffer/Buffer.ML TLA/Buffer/DBuffer.thy TLA/Buffer/DBuffer.ML |
|
727 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Buffer |
|
728 |
||
729 |
||
730 |
## TLA-Memory |
|
731 |
||
732 |
TLA-Memory: TLA $(LOG)/TLA-Memory.gz |
|
4447 | 733 |
|
4518 | 734 |
$(LOG)/TLA-Memory.gz: $(OUT)/TLA TLA/Memory/MIParameters.thy \ |
9516 | 735 |
TLA/Memory/MIsafe.ML TLA/Memory/MemClerk.ML \ |
4518 | 736 |
TLA/Memory/MemClerk.thy TLA/Memory/MemClerkParameters.ML \ |
737 |
TLA/Memory/MemClerkParameters.thy TLA/Memory/Memory.ML \ |
|
738 |
TLA/Memory/Memory.thy TLA/Memory/MemoryImplementation.ML \ |
|
739 |
TLA/Memory/MemoryImplementation.thy TLA/Memory/MemoryParameters.ML \ |
|
740 |
TLA/Memory/MemoryParameters.thy TLA/Memory/ProcedureInterface.ML \ |
|
741 |
TLA/Memory/ProcedureInterface.thy TLA/Memory/RPC.ML TLA/Memory/RPC.thy \ |
|
742 |
TLA/Memory/RPCMemoryParams.thy TLA/Memory/RPCParameters.ML \ |
|
743 |
TLA/Memory/RPCParameters.thy |
|
744 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Memory |
|
745 |
||
746 |
||
19497 | 747 |
## HOL-Nominal |
748 |
||
749 |
HOL-Nominal: HOL $(OUT)/HOL-Nominal |
|
750 |
||
751 |
$(OUT)/HOL-Nominal: $(OUT)/HOL Nominal/ROOT.ML Nominal/Nominal.thy \ |
|
752 |
Nominal/nominal_atoms.ML Nominal/nominal_induct.ML \ |
|
753 |
Nominal/nominal_package.ML Nominal/nominal_permeq.ML |
|
754 |
@cd Nominal; $(ISATOOL) usedir -b -g true $(OUT)/HOL HOL-Nominal |
|
755 |
||
756 |
||
757 |
## HOL-Nominal-Examples |
|
758 |
||
759 |
HOL-Nominal-Examples: HOL-Nominal $(LOG)/HOL-Nominal-Examples.gz |
|
760 |
||
19564
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
761 |
$(LOG)/HOL-Nominal-Examples.gz: $(OUT)/HOL-Nominal \ |
19499
1a082c1257d7
Added Class, Fsub, and Lambda_mu examples for nominal datatypes.
berghofe
parents:
19497
diff
changeset
|
762 |
Nominal/Examples/ROOT.ML Nominal/Examples/CR.thy Nominal/Examples/Class.thy \ |
1a082c1257d7
Added Class, Fsub, and Lambda_mu examples for nominal datatypes.
berghofe
parents:
19497
diff
changeset
|
763 |
Nominal/Examples/Fsub.thy Nominal/Examples/Lambda_mu.thy \ |
19497 | 764 |
Nominal/Examples/Iteration.thy Nominal/Examples/Lam_substs.thy \ |
765 |
Nominal/Examples/Recursion.thy Nominal/Examples/SN.thy \ |
|
766 |
Nominal/Examples/Weakening.thy |
|
767 |
@cd Nominal; $(ISATOOL) usedir $(OUT)/HOL-Nominal Examples |
|
768 |
||
769 |
||
4518 | 770 |
## clean |
4447 | 771 |
|
772 |
clean: |
|
19497 | 773 |
@rm -f $(OUT)/HOL $(OUT)/HOL-Complex $(OUT)/HOL-Nominal $(OUT)/TLA \ |
13980 | 774 |
$(LOG)/HOL.gz $(LOG)/TLA.gz \ |
9481 | 775 |
$(LOG)/HOL-Isar_examples.gz $(LOG)/HOL-Induct.gz \ |
776 |
$(LOG)/HOL-ex.gz $(LOG)/HOL-Subst.gz $(LOG)/HOL-IMP.gz \ |
|
777 |
$(LOG)/HOL-IMPP.gz $(LOG)/HOL-Hoare.gz \ |
|
12996 | 778 |
$(LOG)/HOL-HoareParallel.gz \ |
9481 | 779 |
$(LOG)/HOL-Lex.gz $(LOG)/HOL-Algebra.gz \ |
780 |
$(LOG)/HOL-Auth.gz $(LOG)/HOL-UNITY.gz \ |
|
781 |
$(LOG)/HOL-Modelcheck.gz $(LOG)/HOL-Lambda.gz \ |
|
15871 | 782 |
$(LOG)/HOL-Bali.gz \ |
11376 | 783 |
$(LOG)/HOL-MicroJava.gz $(LOG)/HOL-NanoJava.gz \ |
19497 | 784 |
$(LOG)/HOL-Nominal-Examples.gz \ |
10135 | 785 |
$(LOG)/HOL-IOA.gz $(LOG)/HOL-AxClasses \ |
16509 | 786 |
$(LOG)/HOL-Lattice $(LOG)/HOL-Complex-Matrix \ |
13980 | 787 |
$(LOG)/HOL-Complex.gz \ |
13961 | 788 |
$(LOG)/HOL-Complex-ex.gz \ |
14199 | 789 |
$(LOG)/HOL-Complex-HahnBanach.gz $(LOG)/HOL-SET-Protocol.gz \ |
790 |
$(LOG)/TLA-Inc.gz $(LOG)/TLA-Buffer.gz $(LOG)/TLA-Memory.gz \ |
|
10981 | 791 |
$(LOG)/HOL-Library.gz $(LOG)/HOL-Unix.gz |