author | wenzelm |
Wed, 24 Oct 2007 19:21:39 +0200 | |
changeset 25173 | 7e1f197a36c5 |
parent 25171 | 4a9c25bffc9b |
child 25298 | 63f6d969253e |
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 |
24333 | 9 |
images: HOL HOL-Algebra HOL-Complex HOL-Complex-Matrix HOL-Nominal \ |
10 |
HOL-Word TLA HOL4 |
|
10135 | 11 |
|
10255 | 12 |
#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
|
13 |
test: \ |
24373 | 14 |
HOL-Library \ |
24325 | 15 |
HOL-ex \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
16 |
HOL-Auth \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
17 |
HOL-AxClasses \ |
14031 | 18 |
HOL-Bali \ |
17610 | 19 |
HOL-Complex-HahnBanach \ |
15771 | 20 |
HOL-Complex-Import \ |
17610 | 21 |
HOL-Complex-ex \ |
13403 | 22 |
HOL-Extraction \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
23 |
HOL-Hoare \ |
13019 | 24 |
HOL-HoareParallel \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
25 |
HOL-IMP \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
26 |
HOL-IMPP \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
27 |
HOL-IOA \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
28 |
HOL-Induct \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
29 |
HOL-Isar_examples \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
30 |
HOL-Lambda \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
31 |
HOL-Lattice \ |
23449 | 32 |
HOL-MetisExamples \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
33 |
HOL-MicroJava \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
34 |
HOL-Modelcheck \ |
11376 | 35 |
HOL-NanoJava \ |
19497 | 36 |
HOL-Nominal-Examples \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
37 |
HOL-NumberTheory \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
38 |
HOL-Prolog \ |
14199 | 39 |
HOL-SET-Protocol \ |
25171 | 40 |
HOL-Statespace \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
41 |
HOL-Subst \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
42 |
TLA-Buffer \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
43 |
TLA-Inc \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
44 |
TLA-Memory \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
45 |
HOL-UNITY \ |
10966 | 46 |
HOL-Unix \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
47 |
HOL-W0 \ |
24442 | 48 |
HOL-Word-Examples \ |
24325 | 49 |
HOL-ZF |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
50 |
# ^ this is the sort position |
10614 | 51 |
|
24754
c6dd5afed3d1
Added target for proof term sessions (those that need -p 2)
kleing
parents:
24699
diff
changeset
|
52 |
proofterms: HOL HOL-Extraction HOL-Lambda |
c6dd5afed3d1
Added target for proof term sessions (those that need -p 2)
kleing
parents:
24699
diff
changeset
|
53 |
|
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
54 |
all: test images |
4518 | 55 |
|
56 |
||
57 |
## global settings |
|
58 |
||
59 |
SRC = $(ISABELLE_HOME)/src |
|
3118 | 60 |
OUT = $(ISABELLE_OUTPUT) |
4447 | 61 |
LOG = $(OUT)/log |
2448 | 62 |
|
4518 | 63 |
|
64 |
## HOL |
|
2448 | 65 |
|
4518 | 66 |
HOL: Pure $(OUT)/HOL |
67 |
||
68 |
Pure: |
|
69 |
@cd $(SRC)/Pure; $(ISATOOL) make Pure |
|
3232
19a2b853ba7b
Removal of ex/LexProd; TFL files; new treatment of Prover files
paulson
parents:
3222
diff
changeset
|
70 |
|
23194 | 71 |
$(OUT)/HOL: $(OUT)/Pure $(SRC)/Provers/Arith/abel_cancel.ML \ |
72 |
$(SRC)/Provers/Arith/assoc_fold.ML \ |
|
73 |
$(SRC)/Provers/Arith/cancel_div_mod.ML \ |
|
74 |
$(SRC)/Provers/Arith/cancel_numeral_factor.ML \ |
|
75 |
$(SRC)/Provers/Arith/cancel_numerals.ML \ |
|
76 |
$(SRC)/Provers/Arith/cancel_sums.ML \ |
|
77 |
$(SRC)/Provers/Arith/combine_numerals.ML \ |
|
78 |
$(SRC)/Provers/Arith/extract_common_term.ML \ |
|
79 |
$(SRC)/Provers/Arith/fast_lin_arith.ML \ |
|
80 |
$(SRC)/Tools/IsaPlanner/isand.ML \ |
|
81 |
$(SRC)/Tools/IsaPlanner/rw_inst.ML \ |
|
82 |
$(SRC)/Tools/IsaPlanner/rw_tools.ML \ |
|
24830
a7b3ab44d993
moved Pure/Isar/induct_attrib.ML and Provers/induct_method.ML to Tools/induct.ML;
wenzelm
parents:
24754
diff
changeset
|
83 |
$(SRC)/Tools/IsaPlanner/zipper.ML $(SRC)/Tools/induct.ML $(SRC)/Provers/blast.ML \ |
23194 | 84 |
$(SRC)/Provers/clasimp.ML $(SRC)/Provers/classical.ML \ |
85 |
$(SRC)/Provers/eqsubst.ML $(SRC)/Provers/hypsubst.ML \ |
|
24830
a7b3ab44d993
moved Pure/Isar/induct_attrib.ML and Provers/induct_method.ML to Tools/induct.ML;
wenzelm
parents:
24754
diff
changeset
|
86 |
$(SRC)/Provers/order.ML \ |
23194 | 87 |
$(SRC)/Provers/project_rule.ML $(SRC)/Provers/quantifier1.ML \ |
88 |
$(SRC)/Provers/quasi.ML $(SRC)/Provers/splitter.ML \ |
|
24633
0a3a02066244
moved Tools/integer.ML to Pure/General/integer.ML;
wenzelm
parents:
24626
diff
changeset
|
89 |
$(SRC)/Provers/trancl.ML $(SRC)/Tools/Metis/metis.ML\ |
24280 | 90 |
$(SRC)/Tools/code/code_funcgr.ML \ |
91 |
$(SRC)/Tools/code/code_name.ML $(SRC)/Tools/code/code_package.ML \ |
|
92 |
$(SRC)/Tools/code/code_target.ML $(SRC)/Tools/code/code_thingol.ML \ |
|
24162
8dfd5dd65d82
split off theory Option for benefit of code generator
haftmann
parents:
24152
diff
changeset
|
93 |
$(SRC)/Tools/nbe.ML $(SRC)/Tools/rat.ML Tools/TFL/casesplit.ML ATP_Linkup.thy \ |
24280 | 94 |
Accessible_Part.thy Arith_Tools.thy Code_Setup.thy Datatype.thy \ |
23462 | 95 |
Dense_Linear_Order.thy Divides.thy Equiv_Relations.thy Extraction.thy \ |
24915 | 96 |
Finite_Set.thy Fun.thy FunDef.thy HOL.thy \ |
23462 | 97 |
Hilbert_Choice.thy Inductive.thy IntArith.thy IntDef.thy IntDiv.thy \ |
23882 | 98 |
Lattices.thy List.thy Main.thy Map.thy Nat.thy NatBin.thy \ |
24194 | 99 |
Numeral.thy OrderedGroup.thy Orderings.thy Power.thy PreList.thy \ |
23462 | 100 |
Predicate.thy Product_Type.thy ROOT.ML Recdef.thy \ |
23252 | 101 |
Record.thy Refute.thy Relation.thy Relation_Power.thy \ |
102 |
Ring_and_Field.thy SAT.thy Set.thy SetInterval.thy Sum_Type.thy \ |
|
24288 | 103 |
Groebner_Basis.thy Tools/watcher.ML \ |
23252 | 104 |
Tools/Groebner_Basis/groebner.ML Tools/Groebner_Basis/misc.ML \ |
23466
886655a150f6
moved quantifier elimination tools to Tools/Qelim/;
wenzelm
parents:
23462
diff
changeset
|
105 |
Tools/Groebner_Basis/normalizer.ML \ |
886655a150f6
moved quantifier elimination tools to Tools/Qelim/;
wenzelm
parents:
23462
diff
changeset
|
106 |
Tools/Groebner_Basis/normalizer_data.ML Tools/Qelim/cooper.ML \ |
24082 | 107 |
Tools/Qelim/langford_data.ML Tools/Qelim/langford.ML \ |
23466
886655a150f6
moved quantifier elimination tools to Tools/Qelim/;
wenzelm
parents:
23462
diff
changeset
|
108 |
Tools/Qelim/cooper_data.ML Tools/Qelim/ferrante_rackoff.ML \ |
886655a150f6
moved quantifier elimination tools to Tools/Qelim/;
wenzelm
parents:
23462
diff
changeset
|
109 |
Tools/Qelim/ferrante_rackoff_data.ML Tools/Qelim/generated_cooper.ML \ |
886655a150f6
moved quantifier elimination tools to Tools/Qelim/;
wenzelm
parents:
23462
diff
changeset
|
110 |
Tools/Qelim/presburger.ML Tools/Qelim/qelim.ML \ |
23454
c54975167be9
replaced Real/Ferrante-Rackoff tool by generic version in Main HOL;
wenzelm
parents:
23449
diff
changeset
|
111 |
Tools/TFL/dcterm.ML Tools/TFL/post.ML Tools/TFL/rules.ML \ |
c54975167be9
replaced Real/Ferrante-Rackoff tool by generic version in Main HOL;
wenzelm
parents:
23449
diff
changeset
|
112 |
Tools/TFL/tfl.ML Tools/TFL/thms.ML Tools/TFL/thry.ML \ |
c54975167be9
replaced Real/Ferrante-Rackoff tool by generic version in Main HOL;
wenzelm
parents:
23449
diff
changeset
|
113 |
Tools/TFL/usyntax.ML Tools/TFL/utils.ML Tools/cnf_funcs.ML \ |
c54975167be9
replaced Real/Ferrante-Rackoff tool by generic version in Main HOL;
wenzelm
parents:
23449
diff
changeset
|
114 |
Tools/datatype_abs_proofs.ML Tools/datatype_aux.ML \ |
c54975167be9
replaced Real/Ferrante-Rackoff tool by generic version in Main HOL;
wenzelm
parents:
23449
diff
changeset
|
115 |
Tools/datatype_case.ML Tools/datatype_codegen.ML \ |
24626
85eceef2edc7
introduced generic concepts for theory interpretators
haftmann
parents:
24625
diff
changeset
|
116 |
Tools/datatype_package.ML \ |
23454
c54975167be9
replaced Real/Ferrante-Rackoff tool by generic version in Main HOL;
wenzelm
parents:
23449
diff
changeset
|
117 |
Tools/datatype_prop.ML Tools/datatype_realizer.ML \ |
24625
0398a5e802d3
separated code for inductive sequences from inductive_codegen.ML
haftmann
parents:
24616
diff
changeset
|
118 |
Tools/datatype_rep_proofs.ML Tools/dseq.ML \ |
0398a5e802d3
separated code for inductive sequences from inductive_codegen.ML
haftmann
parents:
24616
diff
changeset
|
119 |
Tools/function_package/auto_term.ML \ |
23194 | 120 |
Tools/function_package/context_tree.ML \ |
121 |
Tools/function_package/fundef_common.ML \ |
|
122 |
Tools/function_package/fundef_core.ML \ |
|
123 |
Tools/function_package/fundef_datatype.ML \ |
|
124 |
Tools/function_package/fundef_lib.ML \ |
|
125 |
Tools/function_package/fundef_package.ML \ |
|
126 |
Tools/function_package/inductive_wrap.ML \ |
|
127 |
Tools/function_package/lexicographic_order.ML \ |
|
128 |
Tools/function_package/mutual.ML \ |
|
24699
c6674504103f
datatype interpretators for size and datatype_realizer
haftmann
parents:
24633
diff
changeset
|
129 |
Tools/function_package/pattern_split.ML \ |
c6674504103f
datatype interpretators for size and datatype_realizer
haftmann
parents:
24633
diff
changeset
|
130 |
Tools/function_package/size.ML Tools/inductive_codegen.ML \ |
23734 | 131 |
Tools/inductive_package.ML Tools/inductive_realizer.ML \ |
24091 | 132 |
Tools/inductive_set_package.ML Tools/lin_arith.ML Tools/meson.ML \ |
23574 | 133 |
Tools/metis_tools.ML Tools/numeral.ML Tools/numeral_syntax.ML \ |
23734 | 134 |
Tools/polyhash.ML Tools/primrec_package.ML Tools/prop_logic.ML \ |
23454
c54975167be9
replaced Real/Ferrante-Rackoff tool by generic version in Main HOL;
wenzelm
parents:
23449
diff
changeset
|
135 |
Tools/recdef_package.ML Tools/recfun_codegen.ML \ |
c54975167be9
replaced Real/Ferrante-Rackoff tool by generic version in Main HOL;
wenzelm
parents:
23449
diff
changeset
|
136 |
Tools/record_package.ML Tools/refute.ML Tools/refute_isar.ML \ |
c54975167be9
replaced Real/Ferrante-Rackoff tool by generic version in Main HOL;
wenzelm
parents:
23449
diff
changeset
|
137 |
Tools/res_atp.ML Tools/res_atp_methods.ML Tools/res_atp_provers.ML \ |
24036 | 138 |
Tools/res_axioms.ML Tools/res_clause.ML Tools/res_hol_clause.ML \ |
139 |
Tools/res_reconstruct.ML Tools/rewrite_hol_proof.ML \ |
|
140 |
Tools/sat_funcs.ML Tools/sat_solver.ML Tools/specification_package.ML \ |
|
141 |
Tools/split_rule.ML Tools/string_syntax.ML Tools/typecopy_package.ML \ |
|
23194 | 142 |
Tools/typedef_codegen.ML Tools/typedef_package.ML \ |
143 |
Transitive_Closure.thy Typedef.thy Wellfounded_Recursion.thy \ |
|
144 |
Wellfounded_Relations.thy arith_data.ML document/root.tex hologic.ML \ |
|
23164 | 145 |
int_arith1.ML int_factor_simprocs.ML nat_simprocs.ML simpdata.ML |
16187 | 146 |
@$(ISATOOL) usedir $(HOL_USEDIR_OPTIONS) -b -g true $(OUT)/Pure HOL |
4518 | 147 |
|
13029 | 148 |
|
13967
9cdab3186c0b
fixed HOL-Real-HahnBanach (-> HOL-Complex-HahnBanach)
kleing
parents:
13966
diff
changeset
|
149 |
## HOL-Complex-HahnBanach |
13029 | 150 |
|
13967
9cdab3186c0b
fixed HOL-Real-HahnBanach (-> HOL-Complex-HahnBanach)
kleing
parents:
13966
diff
changeset
|
151 |
HOL-Complex-HahnBanach: HOL-Complex $(LOG)/HOL-Complex-HahnBanach.gz |
13029 | 152 |
|
16019 | 153 |
$(LOG)/HOL-Complex-HahnBanach.gz: $(OUT)/HOL-Complex \ |
154 |
Real/HahnBanach/Bounds.thy Real/HahnBanach/FunctionNorm.thy \ |
|
155 |
Real/HahnBanach/FunctionOrder.thy Real/HahnBanach/HahnBanach.thy \ |
|
156 |
Real/HahnBanach/HahnBanachExtLemmas.thy \ |
|
157 |
Real/HahnBanach/HahnBanachSupLemmas.thy \ |
|
158 |
Real/HahnBanach/Linearform.thy Real/HahnBanach/NormedSpace.thy \ |
|
159 |
Real/HahnBanach/README.html Real/HahnBanach/ROOT.ML \ |
|
160 |
Real/HahnBanach/Subspace.thy Real/HahnBanach/VectorSpace.thy \ |
|
161 |
Real/HahnBanach/ZornLemma.thy Real/HahnBanach/document/root.bib \ |
|
13029 | 162 |
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
|
163 |
@cd Real; $(ISATOOL) usedir -g true $(OUT)/HOL-Complex HahnBanach |
13029 | 164 |
|
165 |
||
13961 | 166 |
## HOL-Complex |
10751 | 167 |
|
13966
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13964
diff
changeset
|
168 |
HOL-Complex: HOL $(OUT)/HOL-Complex |
10751 | 169 |
|
23247 | 170 |
$(OUT)/HOL-Complex: $(OUT)/HOL Complex/ROOT.ML $(SRC)/Tools/float.ML \ |
23194 | 171 |
Library/Zorn.thy \ |
23454
c54975167be9
replaced Real/Ferrante-Rackoff tool by generic version in Main HOL;
wenzelm
parents:
23449
diff
changeset
|
172 |
Real/ContNotDenum.thy Real/float_arith.ML Real/Float.thy \ |
24103 | 173 |
Real/Lubs.thy Real/PReal.thy Real/RComplete.thy \ |
23454
c54975167be9
replaced Real/Ferrante-Rackoff tool by generic version in Main HOL;
wenzelm
parents:
23449
diff
changeset
|
174 |
Real/Rational.thy Real/Real.thy Real/RealDef.thy Real/RealPow.thy \ |
c54975167be9
replaced Real/Ferrante-Rackoff tool by generic version in Main HOL;
wenzelm
parents:
23449
diff
changeset
|
175 |
Real/RealVector.thy Real/rat_arith.ML Real/real_arith.ML \ |
23194 | 176 |
Hyperreal/StarDef.thy Hyperreal/StarClasses.thy \ |
177 |
Hyperreal/EvenOdd.thy Hyperreal/Fact.thy Hyperreal/HLog.thy \ |
|
178 |
Hyperreal/Filter.thy Hyperreal/HSeries.thy Hyperreal/transfer.ML \ |
|
179 |
Hyperreal/HLim.thy Hyperreal/HSEQ.thy Hyperreal/HTranscendental.thy \ |
|
180 |
Hyperreal/HDeriv.thy Hyperreal/HyperDef.thy Hyperreal/HyperNat.thy \ |
|
181 |
Hyperreal/Hyperreal.thy \ |
|
182 |
Hyperreal/Integration.thy Hyperreal/Lim.thy Hyperreal/Log.thy \ |
|
183 |
Hyperreal/Ln.thy Hyperreal/MacLaurin.thy Hyperreal/NatStar.thy \ |
|
184 |
Hyperreal/NSA.thy Hyperreal/NthRoot.thy Hyperreal/Poly.thy \ |
|
185 |
Hyperreal/SEQ.thy Hyperreal/Series.thy Hyperreal/Star.thy \ |
|
186 |
Hyperreal/Taylor.thy Hyperreal/FrechetDeriv.thy Hyperreal/Deriv.thy \ |
|
187 |
Hyperreal/Transcendental.thy Hyperreal/hypreal_arith.ML \ |
|
188 |
Complex/Complex_Main.thy Complex/CLim.thy \ |
|
189 |
Complex/CStar.thy Complex/Complex.thy Complex/NSCA.thy \ |
|
190 |
Complex/NSComplex.thy \ |
|
22897 | 191 |
Complex/document/root.tex Library/Infinite_Set.thy Library/Parity.thy |
15057 | 192 |
@cd Complex; $(ISATOOL) usedir -b -g true $(OUT)/HOL HOL-Complex |
10751 | 193 |
|
7395 | 194 |
|
13961 | 195 |
## HOL-Complex-ex |
7392 | 196 |
|
13961 | 197 |
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
|
198 |
|
13961 | 199 |
$(LOG)/HOL-Complex-ex.gz: $(OUT)/HOL-Complex Library/Primes.thy \ |
200 |
Complex/ex/ROOT.ML Complex/ex/document/root.tex \ |
|
23194 | 201 |
Complex/ex/BigO_Complex.thy Complex/ex/BinEx.thy \ |
23265
a6992b91fdde
Added two examples in Complex/ex :Reflected QE for linear real arith and QE for mixed integer real linear arithmetic
chaieb
parents:
23252
diff
changeset
|
202 |
Complex/ex/NSPrimes.thy Complex/ex/Sqrt.thy Complex/ex/Sqrt_Script.thy \ |
a6992b91fdde
Added two examples in Complex/ex :Reflected QE for linear real arith and QE for mixed integer real linear arithmetic
chaieb
parents:
23252
diff
changeset
|
203 |
Complex/ex/MIR.thy Complex/ex/mirtac.ML Complex/ex/mireif.ML \ |
a6992b91fdde
Added two examples in Complex/ex :Reflected QE for linear real arith and QE for mixed integer real linear arithmetic
chaieb
parents:
23252
diff
changeset
|
204 |
Complex/ex/ReflectedFerrack.thy Complex/ex/linreif.ML Complex/ex/linrtac.ML |
13961 | 205 |
@cd Complex; $(ISATOOL) usedir $(OUT)/HOL-Complex ex |
7535
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
206 |
|
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
207 |
|
10255 | 208 |
## HOL-Library |
209 |
||
210 |
HOL-Library: HOL $(LOG)/HOL-Library.gz |
|
211 |
||
19564
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
212 |
$(LOG)/HOL-Library.gz: $(OUT)/HOL \ |
19944 | 213 |
Library/SetsAndFunctions.thy Library/BigO.thy Library/Ramsey.thy \ |
23854 | 214 |
Library/Efficient_Nat.thy Library/Executable_Set.thy \ |
24994
c385c4eabb3b
consolidated naming conventions for code generator theories
haftmann
parents:
24915
diff
changeset
|
215 |
Library/Infinite_Set.thy \ |
23192 | 216 |
Library/FuncSet.thy Library/Library.thy \ |
23194 | 217 |
Library/List_Prefix.thy Library/State_Monad.thy Library/Multiset.thy \ |
218 |
Library/NatPair.thy \ |
|
14265
95b42e69436c
HOL: installation of Ring_and_Field as the basis for Naturals and Reals
paulson
parents:
14264
diff
changeset
|
219 |
Library/Permutation.thy Library/Primes.thy Library/Quotient.thy \ |
24616 | 220 |
Library/Quicksort.thy Library/Nat_Infinity.thy Library/Word.thy \ |
11349
fcb507c945c3
added Library/Nat_Infinity.thy and Library/Continuity.thy
oheimb
parents:
11287
diff
changeset
|
221 |
Library/README.html Library/Continuity.thy \ |
14365
3d4df8c166ae
replacing HOL/Real/PRat, PNat by the rational number development
paulson
parents:
14355
diff
changeset
|
222 |
Library/Nested_Environment.thy Library/Zorn.thy\ |
12816 | 223 |
Library/Library/ROOT.ML Library/Library/document/root.tex \ |
15731 | 224 |
Library/Library/document/root.bib Library/While_Combinator.thy \ |
22799
ed7d53db2170
moved code generation pretty integers and characters to separate theories
haftmann
parents:
22784
diff
changeset
|
225 |
Library/Product_ord.thy Library/Char_nat.thy Library/Char_ord.thy \ |
18397 | 226 |
Library/List_lexord.thy Library/Commutative_Ring.thy Library/comm_ring.ML \ |
21256 | 227 |
Library/Coinductive_List.thy Library/AssocList.thy \ |
22359
94a794672c8b
Added formalization of size-change principle (experimental).
krauss
parents:
22327
diff
changeset
|
228 |
Library/Parity.thy Library/GCD.thy Library/Binomial.thy \ |
94a794672c8b
Added formalization of size-change principle (experimental).
krauss
parents:
22327
diff
changeset
|
229 |
Library/Graphs.thy Library/Kleene_Algebras.thy Library/SCT_Misc.thy \ |
23194 | 230 |
Library/SCT_Definition.thy Library/SCT_Theorem.thy \ |
231 |
Library/SCT_Interpretation.thy \ |
|
22359
94a794672c8b
Added formalization of size-change principle (experimental).
krauss
parents:
22327
diff
changeset
|
232 |
Library/SCT_Implementation.thy Library/Size_Change_Termination.thy \ |
22517 | 233 |
Library/SCT_Examples.thy Library/sct.ML \ |
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
24326
diff
changeset
|
234 |
Library/Pure_term.thy Library/Eval.thy Library/Eval_Witness.thy \ |
24994
c385c4eabb3b
consolidated naming conventions for code generator theories
haftmann
parents:
24915
diff
changeset
|
235 |
Library/Code_Index.thy Library/Code_Char.thy Library/Code_Char_chr.thy \ |
c385c4eabb3b
consolidated naming conventions for code generator theories
haftmann
parents:
24915
diff
changeset
|
236 |
Library/Code_Integer.thy Library/Code_Message.thy \ |
c385c4eabb3b
consolidated naming conventions for code generator theories
haftmann
parents:
24915
diff
changeset
|
237 |
Library/Abstract_Rat.thy \ |
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
24326
diff
changeset
|
238 |
Library/Numeral_Type.thy Library/Boolean_Algebra.thy |
11398
d7711be8c3a9
Library/ROOT.ML moved to Library/Library/ROOT.ML to avoid accidential
wenzelm
parents:
11394
diff
changeset
|
239 |
@cd Library; $(ISATOOL) usedir $(OUT)/HOL Library |
10255 | 240 |
|
241 |
||
4518 | 242 |
## HOL-Subst |
243 |
||
244 |
HOL-Subst: HOL $(LOG)/HOL-Subst.gz |
|
245 |
||
15635 | 246 |
$(LOG)/HOL-Subst.gz: $(OUT)/HOL Subst/AList.thy \ |
247 |
Subst/ROOT.ML Subst/Subst.thy Subst/UTerm.thy Subst/Unifier.thy \ |
|
4518 | 248 |
Subst/Unify.thy |
249 |
@$(ISATOOL) usedir $(OUT)/HOL Subst |
|
2448 | 250 |
|
251 |
||
4518 | 252 |
## HOL-Induct |
2473 | 253 |
|
4518 | 254 |
HOL-Induct: HOL $(LOG)/HOL-Induct.gz |
3125 | 255 |
|
10255 | 256 |
$(LOG)/HOL-Induct.gz: $(OUT)/HOL \ |
24616 | 257 |
Induct/Com.thy Induct/Comb.thy Induct/LFilter.thy \ |
13075
d3e1d554cd6d
conversion of some HOL/Induct proof scripts to Isar
paulson
parents:
13059
diff
changeset
|
258 |
Induct/LList.thy Induct/Mutil.thy Induct/Ordinals.thy \ |
15172 | 259 |
Induct/PropLog.thy Induct/QuoNestedDataType.thy Induct/QuoDataType.thy\ |
260 |
Induct/ROOT.ML \ |
|
13079
e7738aa7267f
conversion of Induct/{Slist,Sexp} to Isar scripts
paulson
parents:
13075
diff
changeset
|
261 |
Induct/Sexp.thy Induct/Sigma_Algebra.thy \ |
e7738aa7267f
conversion of Induct/{Slist,Sexp} to Isar scripts
paulson
parents:
13075
diff
changeset
|
262 |
Induct/SList.thy Induct/ABexp.thy Induct/Term.thy \ |
11046
b5f5942781a0
Induct: converted some theories to new-style format;
wenzelm
parents:
11026
diff
changeset
|
263 |
Induct/Tree.thy Induct/document/root.tex |
3125 | 264 |
@$(ISATOOL) usedir $(OUT)/HOL Induct |
265 |
||
266 |
||
4518 | 267 |
## HOL-IMP |
268 |
||
269 |
HOL-IMP: HOL $(LOG)/HOL-IMP.gz |
|
2448 | 270 |
|
13129 | 271 |
$(LOG)/HOL-IMP.gz: $(OUT)/HOL IMP/Com.thy IMP/Compiler0.thy IMP/Compiler.thy \ |
12432 | 272 |
IMP/Denotation.thy IMP/Expr.thy IMP/Hoare.thy \ |
273 |
IMP/Natural.thy IMP/Examples.thy \ |
|
274 |
IMP/Transition.thy IMP/VC.thy IMP/ROOT.ML IMP/document/root.tex \ |
|
275 |
IMP/document/root.bib |
|
12548 | 276 |
@$(ISATOOL) usedir -g true $(OUT)/HOL IMP |
2448 | 277 |
|
278 |
||
8179 | 279 |
## HOL-IMPP |
280 |
||
281 |
HOL-IMPP: HOL $(LOG)/HOL-IMPP.gz |
|
282 |
||
19803 | 283 |
$(LOG)/HOL-IMPP.gz: $(OUT)/HOL IMPP/ROOT.ML IMPP/Com.thy \ |
284 |
IMPP/Natural.thy IMPP/Hoare.thy IMPP/Misc.thy IMPP/EvenOdd.thy |
|
8179 | 285 |
@$(ISATOOL) usedir $(OUT)/HOL IMPP |
286 |
||
287 |
||
14516 | 288 |
## HOL-Complex-Import |
289 |
||
19097 | 290 |
IMPORTER_FILES = Import/lazy_seq.ML Import/proof_kernel.ML Import/replay.ML \ |
20610 | 291 |
Import/shuffler.ML Import/MakeEqual.thy Import/HOL4Setup.thy \ |
14516 | 292 |
Import/HOL4Syntax.thy Import/HOL4Compat.thy Import/import_syntax.ML \ |
293 |
Import/hol4rews.ML Import/import_package.ML Import/ROOT.ML |
|
294 |
||
17323 | 295 |
IMPORTER_HOLLIGHT_FILES = Import/proof_kernel.ML Import/replay.ML \ |
296 |
Import/shuffler.ML Import/MakeEqual.thy Import/HOL4Setup.thy \ |
|
297 |
Import/HOL4Syntax.thy Import/HOLLightCompat.thy Import/import_syntax.ML \ |
|
298 |
Import/hol4rews.ML Import/import_package.ML Import/ROOT.ML |
|
299 |
||
14516 | 300 |
HOL-Complex-Import: HOL-Complex $(LOG)/HOL-Complex-Import.gz |
301 |
||
302 |
$(LOG)/HOL-Complex-Import.gz: $(OUT)/HOL-Complex $(IMPORTER_FILES) |
|
303 |
@$(ISATOOL) usedir $(OUT)/HOL-Complex Import |
|
304 |
||
305 |
||
306 |
## HOL-Complex-Generate-HOL |
|
307 |
||
308 |
HOL-Complex-Generate-HOL: HOL-Complex $(LOG)/HOL-Complex-Generate-HOL.gz |
|
309 |
||
310 |
$(LOG)/HOL-Complex-Generate-HOL.gz: $(OUT)/HOL-Complex $(IMPORTER_FILES) \ |
|
311 |
Import/Generate-HOL/GenHOL4Base.thy Import/Generate-HOL/GenHOL4Prob.thy \ |
|
312 |
Import/Generate-HOL/GenHOL4Real.thy Import/Generate-HOL/GenHOL4Vec.thy \ |
|
313 |
Import/Generate-HOL/GenHOL4Word32.thy Import/Generate-HOL/ROOT.ML |
|
314 |
@cd Import; $(ISATOOL) usedir $(OUT)/HOL-Complex Generate-HOL |
|
315 |
||
17460 | 316 |
|
317 |
## HOL-Complex-Generate-HOLLight |
|
318 |
||
17323 | 319 |
HOL-Complex-Generate-HOLLight: HOL-Complex $(LOG)/HOL-Complex-Generate-HOLLight.gz |
320 |
||
321 |
$(LOG)/HOL-Complex-Generate-HOLLight.gz: $(OUT)/HOL-Complex $(IMPORTER_HOLLIGHT_FILES) \ |
|
322 |
Import/Generate-HOLLight/GenHOLLight.thy Import/Generate-HOLLight/ROOT.ML |
|
323 |
@cd Import; $(ISATOOL) usedir $(OUT)/HOL-Complex Generate-HOLLight |
|
14516 | 324 |
|
17460 | 325 |
|
14516 | 326 |
## HOL-Import-HOL |
327 |
||
14626
dfb8d2977263
renamed HOL-Import-HOL to HOL4, added to images target
kleing
parents:
14610
diff
changeset
|
328 |
HOL4: HOL-Complex $(LOG)/HOL4.gz |
14516 | 329 |
|
330 |
HOL_IMPORT_FILES = arithmetic.imp bits.imp boolean_sequence.imp bool.imp \ |
|
331 |
bword_arith.imp bword_bitop.imp bword_num.imp combin.imp divides.imp \ |
|
332 |
hrat.imp hreal.imp ind_type.imp lim.imp list.imp marker.imp nets.imp \ |
|
333 |
numeral.imp num.imp one.imp operator.imp option.imp pair.imp poly.imp \ |
|
334 |
powser.imp pred_set.imp prime.imp prim_rec.imp prob_algebra.imp \ |
|
335 |
prob_canon.imp prob_extra.imp prob.imp prob_indep.imp prob_pseudo.imp \ |
|
23194 | 336 |
prob_uniform.imp realax.imp real.imp relation.imp res_quan.imp \ |
337 |
rich_list.imp \ |
|
14516 | 338 |
seq.imp state_transformer.imp sum.imp topology.imp transc.imp word32.imp \ |
339 |
word_base.imp word_bitop.imp word_num.imp |
|
340 |
||
14626
dfb8d2977263
renamed HOL-Import-HOL to HOL4, added to images target
kleing
parents:
14610
diff
changeset
|
341 |
$(LOG)/HOL4.gz: $(OUT)/HOL-Complex $(IMPORTER_FILES) \ |
14516 | 342 |
$(HOL_IMPORT_FILES:%=Import/HOL/%) Import/HOL/HOL4Base.thy \ |
343 |
Import/HOL/HOL4Prob.thy Import/HOL/HOL4Real.thy Import/HOL/HOL4Vec.thy \ |
|
344 |
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
|
345 |
@cd Import/HOL; $(ISATOOL) usedir -b $(OUT)/HOL-Complex HOL4 |
14516 | 346 |
|
17645 | 347 |
HOLLight: HOL-Complex $(LOG)/HOLLight.gz |
348 |
||
349 |
$(LOG)/HOLLight.gz: $(OUT)/HOL-Complex $(IMPORTER_HOLLIGHT_FILES) \ |
|
350 |
Import/HOLLight/hollight.imp Import/HOLLight/HOLLight.thy \ |
|
351 |
Import/HOLLight/ROOT.ML |
|
352 |
@cd Import/HOLLight; $(ISATOOL) usedir -b $(OUT)/HOL-Complex HOLLight |
|
353 |
||
14516 | 354 |
|
9510 | 355 |
## HOL-NumberTheory |
356 |
||
357 |
HOL-NumberTheory: HOL $(LOG)/HOL-NumberTheory.gz |
|
358 |
||
359 |
$(LOG)/HOL-NumberTheory.gz: $(OUT)/HOL \ |
|
11363 | 360 |
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
|
361 |
NumberTheory/Factorization.thy NumberTheory/BijectionRel.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
362 |
NumberTheory/Chinese.thy NumberTheory/EulerFermat.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
363 |
NumberTheory/IntFact.thy NumberTheory/IntPrimes.thy \ |
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
wenzelm
parents:
11046
diff
changeset
|
364 |
NumberTheory/WilsonBij.thy NumberTheory/WilsonRuss.thy \ |
13873 | 365 |
NumberTheory/Finite2.thy NumberTheory/Int2.thy NumberTheory/EvenOdd.thy\ |
366 |
NumberTheory/Residues.thy NumberTheory/Euler.thy NumberTheory/Gauss.thy\ |
|
20808 | 367 |
NumberTheory/Quadratic_Reciprocity.thy Library/Infinite_Set.thy\ |
9510 | 368 |
NumberTheory/ROOT.ML |
11850 | 369 |
@$(ISATOOL) usedir -g true $(OUT)/HOL NumberTheory |
9510 | 370 |
|
371 |
||
4518 | 372 |
## HOL-Hoare |
373 |
||
374 |
HOL-Hoare: HOL $(LOG)/HOL-Hoare.gz |
|
2448 | 375 |
|
19802 | 376 |
$(LOG)/HOL-Hoare.gz: $(OUT)/HOL Hoare/Arith2.thy \ |
24472
943ef707396c
added Hoare/hoare_tac.ML (code from Hoare/Hoare.thy, also required in Isar_examples/Hoare.thy);
wenzelm
parents:
24470
diff
changeset
|
377 |
Hoare/Examples.thy Hoare/Hoare.thy Hoare/hoare_tac.ML \ |
13875 | 378 |
Hoare/Heap.thy Hoare/HeapSyntax.thy Hoare/Pointer_Examples.thy \ |
379 |
Hoare/ROOT.ML Hoare/ExamplesAbort.thy Hoare/HeapSyntaxAbort.thy \ |
|
24470
41c81e23c08d
removed Hoare/hoare.ML, Hoare/hoareAbort.ML, ex/svc_oracle.ML (which can be mistaken as attached ML script on case-insensitive file-system);
wenzelm
parents:
24465
diff
changeset
|
380 |
Hoare/HoareAbort.thy Hoare/SchorrWaite.thy \ |
19402 | 381 |
Hoare/Separation.thy Hoare/SepLogHeap.thy \ |
382 |
Hoare/document/root.tex Hoare/document/root.bib |
|
2826 | 383 |
@$(ISATOOL) usedir $(OUT)/HOL Hoare |
2448 | 384 |
|
385 |
||
12996 | 386 |
## HOL-HoareParallel |
387 |
||
388 |
HOL-HoareParallel: HOL $(LOG)/HOL-HoareParallel.gz |
|
389 |
||
390 |
$(LOG)/HOL-HoareParallel.gz: $(OUT)/HOL HoareParallel/Gar_Coll.thy \ |
|
391 |
HoareParallel/Graph.thy HoareParallel/Mul_Gar_Coll.thy \ |
|
392 |
HoareParallel/OG_Com.thy HoareParallel/OG_Examples.thy \ |
|
393 |
HoareParallel/OG_Hoare.thy HoareParallel/OG_Syntax.thy \ |
|
394 |
HoareParallel/OG_Tactics.thy HoareParallel/OG_Tran.thy \ |
|
13019 | 395 |
HoareParallel/Quote_Antiquote.thy \ |
12996 | 396 |
HoareParallel/RG_Com.thy HoareParallel/RG_Examples.thy \ |
397 |
HoareParallel/RG_Hoare.thy HoareParallel/RG_Syntax.thy \ |
|
398 |
HoareParallel/RG_Tran.thy HoareParallel/ROOT.ML \ |
|
19402 | 399 |
HoareParallel/document/root.tex HoareParallel/document/root.bib |
13029 | 400 |
@$(ISATOOL) usedir -g true $(OUT)/HOL HoareParallel |
12996 | 401 |
|
402 |
||
23449 | 403 |
## HOL-MetisExamples |
404 |
||
405 |
HOL-MetisExamples: HOL $(LOG)/HOL-MetisExamples.gz |
|
406 |
||
407 |
$(LOG)/HOL-MetisExamples.gz: $(OUT)/HOL \ |
|
408 |
MetisExamples/ROOT.ML \ |
|
409 |
MetisExamples/Abstraction.thy MetisExamples/BigO.thy MetisExamples/BT.thy \ |
|
410 |
MetisExamples/Message.thy MetisExamples/Tarski.thy MetisExamples/TransClosure.thy \ |
|
411 |
MetisExamples/set.thy |
|
23454
c54975167be9
replaced Real/Ferrante-Rackoff tool by generic version in Main HOL;
wenzelm
parents:
23449
diff
changeset
|
412 |
@$(ISATOOL) usedir $(OUT)/HOL MetisExamples |
23449 | 413 |
|
414 |
||
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
415 |
## HOL-Algebra |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
416 |
|
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
417 |
HOL-Algebra: HOL $(LOG)/HOL-Algebra.gz |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
418 |
|
21423 | 419 |
$(LOG)/HOL-Algebra.gz: $(OUT)/HOL Algebra/ROOT.ML Library/Primes.thy \ |
420 |
Library/FuncSet.thy Algebra/AbelCoset.thy Algebra/Bij.thy \ |
|
421 |
Algebra/Coset.thy Algebra/Exponent.thy Algebra/FiniteProduct.thy \ |
|
422 |
Algebra/Group.thy Algebra/Ideal.thy Algebra/IntRing.thy \ |
|
423 |
Algebra/Lattice.thy Algebra/Module.thy Algebra/QuotRing.thy \ |
|
424 |
Algebra/Ring.thy Algebra/RingHom.thy Algebra/Sylow.thy \ |
|
425 |
Algebra/UnivPoly.thy Algebra/abstract/Abstract.thy \ |
|
426 |
Algebra/abstract/Factor.thy Algebra/abstract/Field.thy \ |
|
427 |
Algebra/abstract/Ideal2.thy Algebra/abstract/PID.thy \ |
|
428 |
Algebra/abstract/Ring2.thy Algebra/abstract/RingHomo.thy \ |
|
429 |
Algebra/document/root.tex Algebra/poly/LongDiv.thy \ |
|
430 |
Algebra/poly/PolyHomo.thy Algebra/poly/Polynomial.thy \ |
|
431 |
Algebra/poly/UnivPoly2.thy Algebra/ringsimp.ML |
|
14578 | 432 |
@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
|
433 |
|
4518 | 434 |
## HOL-Auth |
3819 | 435 |
|
4518 | 436 |
HOL-Auth: HOL $(LOG)/HOL-Auth.gz |
3819 | 437 |
|
14132 | 438 |
$(LOG)/HOL-Auth.gz: $(OUT)/HOL Library/NatPair.thy \ |
13926 | 439 |
Auth/CertifiedEmail.thy Auth/Event.thy \ |
440 |
Auth/Message.thy Auth/NS_Public.thy Auth/NS_Public_Bad.thy \ |
|
23194 | 441 |
Auth/NS_Shared.thy Auth/OtwayRees.thy Auth/OtwayReesBella.thy \ |
442 |
Auth/OtwayRees_AN.thy \ |
|
13923 | 443 |
Auth/OtwayRees_Bad.thy Auth/Public.thy Auth/ROOT.ML \ |
13926 | 444 |
Auth/Recur.thy Auth/Shared.thy \ |
23194 | 445 |
Auth/TLS.thy Auth/WooLam.thy Auth/Kerberos_BAN.thy \ |
446 |
Auth/Kerberos_BAN_Gets.thy \ |
|
18886 | 447 |
Auth/KerberosIV.thy Auth/KerberosIV_Gets.thy Auth/KerberosV.thy \ |
13508 | 448 |
Auth/Yahalom.thy Auth/Yahalom2.thy Auth/Yahalom_Bad.thy \ |
14145
2e31b8cc8788
ZhouGollmann: new example (fair non-repudiation protocol)
paulson
parents:
14132
diff
changeset
|
449 |
Auth/ZhouGollmann.thy \ |
13508 | 450 |
Auth/Guard/Analz.thy Auth/Guard/Extensions.thy Auth/Guard/GuardK.thy \ |
451 |
Auth/Guard/Guard_Public.thy Auth/Guard/Guard_Shared.thy \ |
|
452 |
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
|
453 |
Auth/Guard/Guard_NS_Public.thy Auth/Guard/Guard_OtwayRees.thy \ |
13508 | 454 |
Auth/Guard/P1.thy Auth/Guard/P2.thy \ |
23194 | 455 |
Auth/Guard/Proto.thy Auth/Guard/Guard_Yahalom.thy \ |
456 |
Auth/Smartcard/EventSC.thy Auth/Smartcard/ShoupRubinBella.thy \ |
|
457 |
Auth/Smartcard/ShoupRubin.thy Auth/Smartcard/Smartcard.thy \ |
|
23164 | 458 |
Auth/document/root.tex |
13964 | 459 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Auth |
2448 | 460 |
|
461 |
||
4777 | 462 |
## HOL-UNITY |
463 |
||
464 |
HOL-UNITY: HOL $(LOG)/HOL-UNITY.gz |
|
465 |
||
10787 | 466 |
$(LOG)/HOL-UNITY.gz: $(OUT)/HOL Library/Multiset.thy UNITY/ROOT.ML \ |
13790 | 467 |
UNITY/UNITY_Main.thy UNITY/UNITY_tactics.ML \ |
13797 | 468 |
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
|
469 |
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
|
470 |
UNITY/Lift_prog.thy UNITY/ListOrder.thy UNITY/ProgressSets.thy\ |
89131afa9f01
New theory ProgressSets. Definition of closure sets
paulson
parents:
13851
diff
changeset
|
471 |
UNITY/PPROD.thy UNITY/Project.thy UNITY/Rename.thy UNITY/Transformers.thy\ |
13797 | 472 |
UNITY/SubstAx.thy UNITY/UNITY.thy UNITY/Union.thy UNITY/WFair.thy \ |
13790 | 473 |
UNITY/Simple/Channel.thy UNITY/Simple/Common.thy \ |
474 |
UNITY/Simple/Deadlock.thy UNITY/Simple/Lift.thy UNITY/Simple/Mutex.thy \ |
|
14199 | 475 |
UNITY/Simple/NSP_Bad.thy UNITY/Simple/Network.thy\ |
13790 | 476 |
UNITY/Simple/Reach.thy UNITY/Simple/Reachability.thy UNITY/Simple/Token.thy\ |
21632 | 477 |
UNITY/Comp/Alloc.thy UNITY/Comp/AllocBase.thy UNITY/Comp/AllocImpl.thy \ |
478 |
UNITY/Comp/Client.thy UNITY/Comp/Counter.thy UNITY/Comp/Counterc.thy \ |
|
479 |
UNITY/Comp/Handshake.thy UNITY/Comp/PriorityAux.thy \ |
|
14087
cb07c3948668
Conversion of UNITY/Comp/Priority.thy to a linear Isar script
paulson
parents:
14075
diff
changeset
|
480 |
UNITY/Comp/Priority.thy UNITY/Comp/Progress.thy \ |
14150 | 481 |
UNITY/Comp/TimerArray.thy\ |
482 |
UNITY/document/root.tex |
|
483 |
@$(ISATOOL) usedir -g true $(OUT)/HOL UNITY |
|
4777 | 484 |
|
485 |
||
10966 | 486 |
## HOL-Unix |
487 |
||
488 |
HOL-Unix: HOL $(LOG)/HOL-Unix.gz |
|
489 |
||
490 |
$(LOG)/HOL-Unix.gz: $(OUT)/HOL Library/Nested_Environment.thy \ |
|
491 |
Library/List_Prefix.thy Unix/ROOT.ML Unix/Unix.thy \ |
|
492 |
Unix/document/root.bib Unix/document/root.tex |
|
493 |
@$(ISATOOL) usedir $(OUT)/HOL Unix |
|
494 |
||
19203 | 495 |
## HOL-ZF |
496 |
||
497 |
HOL-ZF: HOL $(LOG)/HOL-ZF.gz |
|
498 |
||
499 |
$(LOG)/HOL-ZF.gz: $(OUT)/HOL ZF/ROOT.ML \ |
|
500 |
ZF/Helper.thy ZF/LProd.thy ZF/HOLZF.thy \ |
|
501 |
ZF/MainZF.thy ZF/Games.thy ZF/document/root.tex |
|
502 |
@$(ISATOOL) usedir $(OUT)/HOL ZF |
|
10966 | 503 |
|
4518 | 504 |
## HOL-Modelcheck |
505 |
||
506 |
HOL-Modelcheck: HOL $(LOG)/HOL-Modelcheck.gz |
|
3218 | 507 |
|
4518 | 508 |
$(LOG)/HOL-Modelcheck.gz: $(OUT)/HOL Modelcheck/CTL.thy \ |
22819 | 509 |
Modelcheck/EindhovenExample.thy Modelcheck/EindhovenSyn.thy \ |
510 |
Modelcheck/MuCalculus.thy Modelcheck/MuckeExample1.thy \ |
|
511 |
Modelcheck/MuckeExample2.thy Modelcheck/MuckeSyn.thy \ |
|
512 |
Modelcheck/ROOT.ML Modelcheck/mucke_oracle.ML |
|
3218 | 513 |
@$(ISATOOL) usedir $(OUT)/HOL Modelcheck |
514 |
||
515 |
||
4518 | 516 |
## HOL-Lambda |
2448 | 517 |
|
4518 | 518 |
HOL-Lambda: HOL $(LOG)/HOL-Lambda.gz |
2448 | 519 |
|
19564
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
520 |
$(LOG)/HOL-Lambda.gz: $(OUT)/HOL \ |
23194 | 521 |
Lambda/Commutation.thy Lambda/Eta.thy Lambda/InductTermi.thy \ |
522 |
Lambda/Lambda.thy \ |
|
9771 | 523 |
Lambda/ListApplication.thy Lambda/ListBeta.thy Lambda/ListOrder.thy \ |
24540
68dab042dea8
- New theories Lambda/NormalForm and Lambda/Standardization
berghofe
parents:
24472
diff
changeset
|
524 |
Lambda/NormalForm.thy Lambda/ParRed.thy Lambda/Standardization.thy \ |
68dab042dea8
- New theories Lambda/NormalForm and Lambda/Standardization
berghofe
parents:
24472
diff
changeset
|
525 |
Lambda/StrongNorm.thy Lambda/Type.thy \ |
14070
86c56794b641
Added new theories StrongNorm and WeakNorm to Lambda example.
berghofe
parents:
14044
diff
changeset
|
526 |
Lambda/WeakNorm.thy Lambda/ROOT.ML \ |
86c56794b641
Added new theories StrongNorm and WeakNorm to Lambda example.
berghofe
parents:
14044
diff
changeset
|
527 |
Lambda/document/root.bib Lambda/document/root.tex |
22100 | 528 |
@$(ISATOOL) usedir -g true -m no_brackets $(OUT)/HOL Lambda |
2448 | 529 |
|
530 |
||
9015 | 531 |
## HOL-Prolog |
532 |
||
533 |
HOL-Prolog: HOL $(LOG)/HOL-Prolog.gz |
|
534 |
||
23194 | 535 |
$(LOG)/HOL-Prolog.gz: $(OUT)/HOL Prolog/ROOT.ML Prolog/prolog.ML \ |
536 |
Prolog/HOHH.thy \ |
|
21425 | 537 |
Prolog/Test.thy Prolog/Func.thy Prolog/Type.thy |
9015 | 538 |
@$(ISATOOL) usedir $(OUT)/HOL Prolog |
539 |
||
540 |
||
4518 | 541 |
## HOL-W0 |
2527 | 542 |
|
4518 | 543 |
HOL-W0: HOL $(LOG)/HOL-W0.gz |
2527 | 544 |
|
12946 | 545 |
$(LOG)/HOL-W0.gz: $(OUT)/HOL W0/ROOT.ML W0/W0.thy W0/document/root.tex |
2826 | 546 |
@$(ISATOOL) usedir $(OUT)/HOL W0 |
2527 | 547 |
|
548 |
||
8012 | 549 |
## HOL-MicroJava |
550 |
||
551 |
HOL-MicroJava: HOL $(LOG)/HOL-MicroJava.gz |
|
552 |
||
23854 | 553 |
$(LOG)/HOL-MicroJava.gz: $(OUT)/HOL Library/Executable_Set.thy \ |
17637 | 554 |
MicroJava/ROOT.ML \ |
13672 | 555 |
MicroJava/Comp/AuxLemmas.thy \ |
556 |
MicroJava/Comp/CorrComp.thy \ |
|
557 |
MicroJava/Comp/CorrCompTp.thy \ |
|
558 |
MicroJava/Comp/DefsComp.thy \ |
|
559 |
MicroJava/Comp/Index.thy \ |
|
560 |
MicroJava/Comp/LemmasComp.thy \ |
|
561 |
MicroJava/Comp/NatCanonify.thy \ |
|
562 |
MicroJava/Comp/TranslComp.thy \ |
|
563 |
MicroJava/Comp/TranslCompTp.thy \ |
|
564 |
MicroJava/Comp/TypeInf.thy \ |
|
11026
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
oheimb
parents:
11024
diff
changeset
|
565 |
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
|
566 |
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
|
567 |
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
|
568 |
MicroJava/J/WellForm.thy MicroJava/J/Value.thy \ |
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
oheimb
parents:
11024
diff
changeset
|
569 |
MicroJava/J/WellType.thy MicroJava/J/Example.thy \ |
12438 | 570 |
MicroJava/J/JListExample.thy \ |
9381 | 571 |
MicroJava/JVM/JVMExec.thy MicroJava/JVM/JVMInstructions.thy\ |
572 |
MicroJava/JVM/JVMState.thy MicroJava/JVM/JVMExecInstr.thy\ |
|
12521 | 573 |
MicroJava/JVM/JVMListExample.thy MicroJava/JVM/JVMExceptions.thy \ |
11228 | 574 |
MicroJava/BV/BVSpec.thy MicroJava/BV/BVSpecTypeSafe.thy \ |
575 |
MicroJava/BV/Correct.thy MicroJava/BV/Err.thy MicroJava/BV/JType.thy \ |
|
576 |
MicroJava/BV/JVM.thy MicroJava/BV/JVMType.thy MicroJava/BV/Kildall.thy \ |
|
577 |
MicroJava/BV/LBVSpec.thy MicroJava/BV/Listn.thy MicroJava/BV/Opt.thy \ |
|
578 |
MicroJava/BV/Product.thy MicroJava/BV/Semilat.thy \ |
|
12521 | 579 |
MicroJava/BV/Effect.thy MicroJava/BV/EffectMono.thy \ |
11228 | 580 |
MicroJava/BV/Typing_Framework.thy MicroJava/BV/Typing_Framework_err.thy \ |
13224 | 581 |
MicroJava/BV/Typing_Framework_JVM.thy MicroJava/BV/BVExample.thy \ |
582 |
MicroJava/BV/LBVSpec.thy MicroJava/BV/LBVCorrect.thy \ |
|
583 |
MicroJava/BV/LBVComplete.thy MicroJava/BV/LBVJVM.thy \ |
|
12915 | 584 |
MicroJava/document/root.bib MicroJava/document/root.tex \ |
585 |
MicroJava/document/introduction.tex |
|
11850 | 586 |
@$(ISATOOL) usedir -g true $(OUT)/HOL MicroJava |
587 |
||
8012 | 588 |
|
11376 | 589 |
## HOL-NanoJava |
590 |
||
591 |
HOL-NanoJava: HOL $(LOG)/HOL-NanoJava.gz |
|
592 |
||
593 |
$(LOG)/HOL-NanoJava.gz: $(OUT)/HOL NanoJava/ROOT.ML \ |
|
594 |
NanoJava/Term.thy NanoJava/Decl.thy NanoJava/TypeRel.thy NanoJava/State.thy \ |
|
595 |
NanoJava/OpSem.thy NanoJava/AxSem.thy NanoJava/AxSem.thy \ |
|
596 |
NanoJava/document/root.bib NanoJava/document/root.tex |
|
11850 | 597 |
@$(ISATOOL) usedir -g true $(OUT)/HOL NanoJava |
598 |
||
8193 | 599 |
|
12855 | 600 |
## HOL-Bali |
601 |
||
602 |
HOL-Bali: HOL $(LOG)/HOL-Bali.gz |
|
603 |
||
604 |
$(LOG)/HOL-Bali.gz: $(OUT)/HOL Bali/AxCompl.thy Bali/AxExample.thy \ |
|
605 |
Bali/AxSem.thy Bali/AxSound.thy Bali/Basis.thy Bali/Conform.thy \ |
|
606 |
Bali/Decl.thy Bali/DeclConcepts.thy Bali/Eval.thy Bali/Evaln.thy \ |
|
607 |
Bali/Example.thy Bali/Name.thy Bali/ROOT.ML Bali/State.thy \ |
|
608 |
Bali/Table.thy Bali/Term.thy Bali/Trans.thy Bali/Type.thy \ |
|
609 |
Bali/TypeRel.thy Bali/TypeSafe.thy Bali/Value.thy Bali/WellForm.thy \ |
|
13695 | 610 |
Bali/DefiniteAssignment.thy Bali/DefiniteAssignmentCorrect.thy \ |
12855 | 611 |
Bali/WellType.thy Bali/document/root.tex |
612 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Bali |
|
613 |
||
614 |
||
13403 | 615 |
## HOL-Extraction |
616 |
||
617 |
HOL-Extraction: HOL $(LOG)/HOL-Extraction.gz |
|
618 |
||
23854 | 619 |
$(LOG)/HOL-Extraction.gz: $(OUT)/HOL Library/Efficient_Nat.thy \ |
17023 | 620 |
Extraction/Higman.thy Extraction/ROOT.ML Extraction/Pigeonhole.thy \ |
621 |
Extraction/QuotRem.thy \ |
|
13403 | 622 |
Extraction/Warshall.thy Extraction/document/root.tex \ |
623 |
Extraction/document/root.bib |
|
624 |
@$(ISATOOL) usedir $(OUT)/HOL Extraction |
|
625 |
||
626 |
||
4518 | 627 |
## HOL-IOA |
628 |
||
629 |
HOL-IOA: HOL $(LOG)/HOL-IOA.gz |
|
2448 | 630 |
|
19801 | 631 |
$(LOG)/HOL-IOA.gz: $(OUT)/HOL IOA/Asig.thy IOA/IOA.thy \ |
632 |
IOA/ROOT.ML IOA/Solve.thy |
|
4518 | 633 |
@$(ISATOOL) usedir $(OUT)/HOL IOA |
634 |
||
635 |
||
10135 | 636 |
## HOL-AxClasses |
4518 | 637 |
|
10135 | 638 |
HOL-AxClasses: HOL $(LOG)/HOL-AxClasses.gz |
2545 | 639 |
|
10135 | 640 |
$(LOG)/HOL-AxClasses.gz: $(OUT)/HOL AxClasses/Group.thy \ |
641 |
AxClasses/Product.thy AxClasses/ROOT.ML AxClasses/Semigroups.thy |
|
642 |
@$(ISATOOL) usedir $(OUT)/HOL AxClasses |
|
2545 | 643 |
|
644 |
||
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
645 |
## HOL-Lattice |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
646 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
647 |
HOL-Lattice: HOL $(LOG)/HOL-Lattice.gz |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
648 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
649 |
$(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
|
650 |
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
|
651 |
Lattice/ROOT.ML Lattice/document/root.tex |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
652 |
@$(ISATOOL) usedir $(OUT)/HOL Lattice |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
653 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
654 |
|
4518 | 655 |
## HOL-ex |
2448 | 656 |
|
4518 | 657 |
HOL-ex: HOL $(LOG)/HOL-ex.gz |
2448 | 658 |
|
23194 | 659 |
$(LOG)/HOL-ex.gz: $(OUT)/HOL Library/Commutative_Ring.thy \ |
660 |
ex/Abstract_NAT.thy ex/Antiquote.thy ex/Arith_Examples.thy \ |
|
23213 | 661 |
ex/BT.thy ex/BinEx.thy ex/CTL.thy \ |
23454
c54975167be9
replaced Real/Ferrante-Rackoff tool by generic version in Main HOL;
wenzelm
parents:
23449
diff
changeset
|
662 |
ex/Chinese.thy ex/Classical.thy ex/Classpackage.thy ex/Dense_Linear_Order_Ex.thy \ |
23267 | 663 |
ex/Eval_Examples.thy ex/Groebner_Examples.thy ex/Random.thy \ |
24194 | 664 |
ex/Codegenerator.thy ex/Codegenerator_Pretty.thy \ |
23194 | 665 |
ex/Commutative_RingEx.thy ex/Hex_Bin_Examples.thy \ |
666 |
ex/Commutative_Ring_Complete.thy ex/ExecutableContent.thy \ |
|
667 |
ex/Fundefs.thy ex/Guess.thy ex/Hebrew.thy ex/Binary.thy \ |
|
24616 | 668 |
ex/Higher_Order_Logic.thy ex/Hilbert_Classical.thy \ |
23194 | 669 |
ex/InductiveInvariant.thy ex/InductiveInvariant_examples.thy \ |
24326 | 670 |
ex/Intuitionistic.thy ex/Lagrange.thy ex/Locales.thy ex/LocaleTest2.thy \ |
23194 | 671 |
ex/MT.thy ex/MergeSort.thy ex/MonoidGroup.thy ex/Multiquote.thy \ |
23502 | 672 |
ex/NatSum.thy ex/NBE.thy ex/PER.thy ex/PresburgerEx.thy ex/Primrec.thy \ |
24616 | 673 |
ex/Puzzle.thy ex/Quickcheck_Examples.thy \ |
23549 | 674 |
ex/Reflection.thy ex/reflection_data.ML ex/ReflectionEx.thy ex/ROOT.ML ex/Recdefs.thy \ |
23274 | 675 |
ex/Records.thy ex/Reflected_Presburger.thy ex/coopertac.ML ex/coopereif.ML \ |
24470
41c81e23c08d
removed Hoare/hoare.ML, Hoare/hoareAbort.ML, ex/svc_oracle.ML (which can be mistaken as attached ML script on case-insensitive file-system);
wenzelm
parents:
24465
diff
changeset
|
676 |
ex/Refute_Examples.thy ex/SAT_Examples.thy ex/SVC_Oracle.thy \ |
23194 | 677 |
ex/Sudoku.thy ex/Tarski.thy ex/Unification.thy ex/document/root.bib \ |
24127 | 678 |
ex/document/root.tex ex/Meson_Test.thy ex/reflection.ML \ |
23003 | 679 |
ex/set.thy ex/svc_funcs.ML ex/svc_test.thy Library/Parity.thy Library/GCD.thy |
2826 | 680 |
@$(ISATOOL) usedir $(OUT)/HOL ex |
2448 | 681 |
|
682 |
||
6445 | 683 |
## HOL-Isar_examples |
684 |
||
685 |
HOL-Isar_examples: HOL $(LOG)/HOL-Isar_examples.gz |
|
686 |
||
687 |
$(LOG)/HOL-Isar_examples.gz: $(OUT)/HOL Isar_examples/BasicLogic.thy \ |
|
20767 | 688 |
Isar_examples/Cantor.thy Isar_examples/Drinker.thy \ |
8050 | 689 |
Isar_examples/ExprCompiler.thy Isar_examples/Fibonacci.thy \ |
10143
86c39bba873f
added Isar_examples/Hoare.thy Isar_examples/HoareEx.thy;
wenzelm
parents:
10135
diff
changeset
|
690 |
Isar_examples/Group.thy Isar_examples/Hoare.thy Isar_examples/HoareEx.thy \ |
10255 | 691 |
Isar_examples/KnasterTarski.thy Isar_examples/MutilatedCheckerboard.thy \ |
8677 | 692 |
Isar_examples/NestedDatatype.thy Isar_examples/Peirce.thy \ |
8050 | 693 |
Isar_examples/Puzzle.thy Isar_examples/Summation.thy \ |
12946 | 694 |
Isar_examples/ROOT.ML Isar_examples/document/proof.sty \ |
695 |
Isar_examples/document/root.bib Isar_examples/document/root.tex \ |
|
24472
943ef707396c
added Hoare/hoare_tac.ML (code from Hoare/Hoare.thy, also required in Isar_examples/Hoare.thy);
wenzelm
parents:
24470
diff
changeset
|
696 |
Isar_examples/document/style.tex Hoare/hoare_tac.ML |
6445 | 697 |
@$(ISATOOL) usedir $(OUT)/HOL Isar_examples |
698 |
||
699 |
||
14199 | 700 |
## HOL-SET-Protocol |
701 |
||
702 |
HOL-SET-Protocol: HOL $(LOG)/HOL-SET-Protocol.gz |
|
703 |
||
704 |
$(LOG)/HOL-SET-Protocol.gz: $(OUT)/HOL SET-Protocol/ROOT.ML \ |
|
705 |
SET-Protocol/MessageSET.thy\ |
|
706 |
SET-Protocol/EventSET.thy\ |
|
707 |
SET-Protocol/PublicSET.thy\ |
|
708 |
SET-Protocol/Cardholder_Registration.thy\ |
|
709 |
SET-Protocol/Merchant_Registration.thy\ |
|
710 |
SET-Protocol/Purchase.thy\ |
|
711 |
SET-Protocol/document/root.tex |
|
712 |
@$(ISATOOL) usedir -g true $(OUT)/HOL SET-Protocol |
|
713 |
||
714 |
||
16509 | 715 |
## HOL-Complex-Matrix |
14610 | 716 |
|
17546 | 717 |
HOL-Complex-Matrix: HOL-Complex $(OUT)/HOL-Complex-Matrix |
17323 | 718 |
|
719 |
$(OUT)/HOL-Complex-Matrix: $(OUT)/HOL-Complex \ |
|
23172 | 720 |
$(SRC)/Tools/Compute_Oracle/Compute_Oracle.thy \ |
721 |
$(SRC)/Tools/Compute_Oracle/am_compiler.ML \ |
|
722 |
$(SRC)/Tools/Compute_Oracle/am_interpreter.ML \ |
|
23772 | 723 |
$(SRC)/Tools/Compute_Oracle/am.ML \ |
724 |
$(SRC)/Tools/Compute_Oracle/linker.ML \ |
|
725 |
$(SRC)/Tools/Compute_Oracle/am_ghc.ML \ |
|
726 |
$(SRC)/Tools/Compute_Oracle/am_sml.ML \ |
|
23194 | 727 |
$(SRC)/Tools/Compute_Oracle/compute.ML \ |
23172 | 728 |
Matrix/MatrixGeneral.thy Matrix/Matrix.thy Matrix/SparseMatrix.thy \ |
729 |
Matrix/LP.thy Matrix/document/root.tex Matrix/ROOT.ML \ |
|
17489 | 730 |
Matrix/cplex/Cplex.thy Matrix/cplex/CplexMatrixConverter.ML \ |
16784 | 731 |
Matrix/cplex/Cplex_tools.ML Matrix/cplex/FloatSparseMatrix.thy \ |
16873 | 732 |
Matrix/cplex/FloatSparseMatrixBuilder.ML Matrix/cplex/fspmlp.ML \ |
20787
406d990006af
moved Matrix/cplex/MatrixLP.ML to Matrix/cplex/matrixlp.ML;
wenzelm
parents:
20767
diff
changeset
|
733 |
Matrix/cplex/MatrixLP.thy Matrix/cplex/matrixlp.ML |
17323 | 734 |
@cd Matrix; $(ISATOOL) usedir -b -g true $(OUT)/HOL-Complex HOL-Complex-Matrix |
16873 | 735 |
|
14199 | 736 |
|
4518 | 737 |
## TLA |
738 |
||
739 |
TLA: HOL $(OUT)/TLA |
|
740 |
||
21624 | 741 |
$(OUT)/TLA: $(OUT)/HOL TLA/Action.thy TLA/Init.thy TLA/Intensional.thy \ |
742 |
TLA/ROOT.ML TLA/Stfun.thy TLA/TLA.thy |
|
4518 | 743 |
@cd TLA; $(ISATOOL) usedir -b $(OUT)/HOL TLA |
744 |
||
745 |
||
746 |
## TLA-Inc |
|
747 |
||
748 |
TLA-Inc: TLA $(LOG)/TLA-Inc.gz |
|
749 |
||
21624 | 750 |
$(LOG)/TLA-Inc.gz: $(OUT)/TLA TLA/Inc/Inc.thy |
4518 | 751 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Inc |
752 |
||
753 |
||
754 |
## TLA-Buffer |
|
755 |
||
756 |
TLA-Buffer: TLA $(LOG)/TLA-Buffer.gz |
|
2448 | 757 |
|
21624 | 758 |
$(LOG)/TLA-Buffer.gz: $(OUT)/TLA TLA/Buffer/Buffer.thy TLA/Buffer/DBuffer.thy |
4518 | 759 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Buffer |
760 |
||
761 |
||
762 |
## TLA-Memory |
|
763 |
||
764 |
TLA-Memory: TLA $(LOG)/TLA-Memory.gz |
|
4447 | 765 |
|
4518 | 766 |
$(LOG)/TLA-Memory.gz: $(OUT)/TLA TLA/Memory/MIParameters.thy \ |
21624 | 767 |
TLA/Memory/MemClerk.thy TLA/Memory/MemClerkParameters.thy \ |
768 |
TLA/Memory/Memory.thy TLA/Memory/MemoryImplementation.thy \ |
|
23194 | 769 |
TLA/Memory/MemoryParameters.thy TLA/Memory/ProcedureInterface.thy \ |
770 |
TLA/Memory/RPC.thy \ |
|
21624 | 771 |
TLA/Memory/RPCMemoryParams.thy TLA/Memory/RPCParameters.thy |
4518 | 772 |
@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Memory |
773 |
||
774 |
||
19497 | 775 |
## HOL-Nominal |
776 |
||
777 |
HOL-Nominal: HOL $(OUT)/HOL-Nominal |
|
778 |
||
22245
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
779 |
$(OUT)/HOL-Nominal: $(OUT)/HOL Nominal/ROOT.ML \ |
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
780 |
Nominal/Nominal.thy \ |
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
781 |
Nominal/nominal_atoms.ML \ |
22784
4637b69de71b
Added datatype_case.ML and nominal_fresh_fun.ML.
berghofe
parents:
22657
diff
changeset
|
782 |
Nominal/nominal_fresh_fun.ML \ |
22247 | 783 |
Nominal/nominal_induct.ML \ |
22314 | 784 |
Nominal/nominal_inductive.ML \ |
22245
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
785 |
Nominal/nominal_package.ML \ |
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
786 |
Nominal/nominal_permeq.ML \ |
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
787 |
Nominal/nominal_primrec.ML \ |
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
788 |
Nominal/nominal_thmdecls.ML \ |
21542 | 789 |
Library/Infinite_Set.thy |
19497 | 790 |
@cd Nominal; $(ISATOOL) usedir -b -g true $(OUT)/HOL HOL-Nominal |
791 |
||
792 |
||
793 |
## HOL-Nominal-Examples |
|
794 |
||
795 |
HOL-Nominal-Examples: HOL-Nominal $(LOG)/HOL-Nominal-Examples.gz |
|
796 |
||
19564
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
797 |
$(LOG)/HOL-Nominal-Examples.gz: $(OUT)/HOL-Nominal \ |
22077 | 798 |
Nominal/Examples/ROOT.ML \ |
22073
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
799 |
Nominal/Examples/CR.thy \ |
22821
15b2e7ec1f3b
alternative and much simpler proof for Church-Rosser of Beta-Reduction
urbanc
parents:
22819
diff
changeset
|
800 |
Nominal/Examples/CR_Takahashi.thy \ |
24152 | 801 |
Nominal/Examples/Class.thy \ |
22073
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
802 |
Nominal/Examples/Compile.thy \ |
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
803 |
Nominal/Examples/Fsub.thy \ |
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
804 |
Nominal/Examples/Lambda_mu.thy \ |
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
805 |
Nominal/Examples/Lam_Funs.thy \ |
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
806 |
Nominal/Examples/SN.thy \ |
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
807 |
Nominal/Examples/Weakening.thy \ |
22448 | 808 |
Nominal/Examples/Crary.thy \ |
23144 | 809 |
Nominal/Examples/SOS.thy \ |
24896
70f238757695
added the two new examples from Nominal to the build process
urbanc
parents:
24830
diff
changeset
|
810 |
Nominal/Examples/LocalWeakening.thy \ |
70f238757695
added the two new examples from Nominal to the build process
urbanc
parents:
24830
diff
changeset
|
811 |
Nominal/Examples/Support.thy \ |
24898 | 812 |
Nominal/Examples/VC_Compatible.thy |
19497 | 813 |
@cd Nominal; $(ISATOOL) usedir $(OUT)/HOL-Nominal Examples |
814 |
||
815 |
||
24333 | 816 |
## HOL-Word |
817 |
||
818 |
HOL-Word: HOL $(OUT)/HOL-Word |
|
819 |
||
820 |
$(OUT)/HOL-Word: $(OUT)/HOL Word/ROOT.ML \ |
|
821 |
Library/Infinite_Set.thy Library/Parity.thy \ |
|
822 |
Library/Boolean_Algebra.thy Library/Numeral_Type.thy \ |
|
823 |
Word/Num_Lemmas.thy \ |
|
824 |
Word/TdThs.thy \ |
|
24465 | 825 |
Word/Size.thy \ |
24333 | 826 |
Word/BinGeneral.thy \ |
827 |
Word/BinOperations.thy \ |
|
828 |
Word/BinBoolList.thy \ |
|
829 |
Word/BitSyntax.thy \ |
|
830 |
Word/WordDefinition.thy \ |
|
831 |
Word/WordArith.thy \ |
|
832 |
Word/WordBitwise.thy \ |
|
833 |
Word/WordShift.thy \ |
|
834 |
Word/WordGenLib.thy \ |
|
835 |
Word/WordMain.thy \ |
|
24339 | 836 |
Word/document/root.tex |
24333 | 837 |
@cd Word; $(ISATOOL) usedir -b -g true $(OUT)/HOL HOL-Word |
838 |
||
839 |
||
24442 | 840 |
## HOL-Word-Examples |
841 |
||
842 |
HOL-Word-Examples: HOL-Word $(LOG)/HOL-Word-Examples.gz |
|
843 |
||
844 |
$(LOG)/HOL-Word-Examples.gz: $(OUT)/HOL-Word \ |
|
845 |
Word/Examples/ROOT.ML \ |
|
846 |
Word/Examples/WordExamples.thy |
|
847 |
@cd Word; $(ISATOOL) usedir $(OUT)/HOL-Word Examples |
|
848 |
||
25171 | 849 |
## HOL-Statespace |
850 |
||
851 |
HOL-Statespace: HOL $(LOG)/HOL-Statespace.gz |
|
852 |
||
853 |
$(LOG)/HOL-Statespace.gz: $(OUT)/HOL Statespace/DistinctTreeProver.thy \ |
|
854 |
Statespace/StateFun.thy Statespace/StateSpaceLocale.thy \ |
|
25173
7e1f197a36c5
fixed HOL-Statespace for case-sensitive file-system;
wenzelm
parents:
25171
diff
changeset
|
855 |
Statespace/StateSpaceSyntax.thy Statespace/StateSpaceEx.thy \ |
25171 | 856 |
Statespace/distinct_tree_prover.ML Statespace/state_space.ML \ |
857 |
Statespace/state_fun.ML \ |
|
858 |
Statespace/document/root.tex |
|
859 |
@$(ISATOOL) usedir -g true $(OUT)/HOL Statespace |
|
24442 | 860 |
|
4518 | 861 |
## clean |
4447 | 862 |
|
863 |
clean: |
|
19497 | 864 |
@rm -f $(OUT)/HOL $(OUT)/HOL-Complex $(OUT)/HOL-Nominal $(OUT)/TLA \ |
13980 | 865 |
$(LOG)/HOL.gz $(LOG)/TLA.gz \ |
9481 | 866 |
$(LOG)/HOL-Isar_examples.gz $(LOG)/HOL-Induct.gz \ |
867 |
$(LOG)/HOL-ex.gz $(LOG)/HOL-Subst.gz $(LOG)/HOL-IMP.gz \ |
|
868 |
$(LOG)/HOL-IMPP.gz $(LOG)/HOL-Hoare.gz \ |
|
12996 | 869 |
$(LOG)/HOL-HoareParallel.gz \ |
9481 | 870 |
$(LOG)/HOL-Lex.gz $(LOG)/HOL-Algebra.gz \ |
871 |
$(LOG)/HOL-Auth.gz $(LOG)/HOL-UNITY.gz \ |
|
872 |
$(LOG)/HOL-Modelcheck.gz $(LOG)/HOL-Lambda.gz \ |
|
15871 | 873 |
$(LOG)/HOL-Bali.gz \ |
11376 | 874 |
$(LOG)/HOL-MicroJava.gz $(LOG)/HOL-NanoJava.gz \ |
19497 | 875 |
$(LOG)/HOL-Nominal-Examples.gz \ |
10135 | 876 |
$(LOG)/HOL-IOA.gz $(LOG)/HOL-AxClasses \ |
16509 | 877 |
$(LOG)/HOL-Lattice $(LOG)/HOL-Complex-Matrix \ |
13980 | 878 |
$(LOG)/HOL-Complex.gz \ |
13961 | 879 |
$(LOG)/HOL-Complex-ex.gz \ |
14199 | 880 |
$(LOG)/HOL-Complex-HahnBanach.gz $(LOG)/HOL-SET-Protocol.gz \ |
881 |
$(LOG)/TLA-Inc.gz $(LOG)/TLA-Buffer.gz $(LOG)/TLA-Memory.gz \ |
|
10981 | 882 |
$(LOG)/HOL-Library.gz $(LOG)/HOL-Unix.gz |