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