author | haftmann |
Wed, 11 Mar 2009 08:45:47 +0100 | |
changeset 30429 | 39acdf031548 |
parent 30400 | a7a30ba65d0a |
child 30441 | 193cf2fa692a |
permissions | -rw-r--r-- |
2448 | 1 |
# |
2 |
# IsaMakefile for HOL |
|
3 |
# |
|
4 |
||
4518 | 5 |
## targets |
2448 | 6 |
|
4518 | 7 |
default: HOL |
27421 | 8 |
generate: HOL-Generate-HOL HOL-Generate-HOLLight |
29505 | 9 |
images: HOL HOL-Base HOL-Plain HOL-Main HOL-Algebra HOL-Nominal HOL-NSA HOL-Word TLA HOL4 |
10135 | 10 |
|
25321 | 11 |
#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
|
12 |
test: \ |
24373 | 13 |
HOL-Library \ |
24325 | 14 |
HOL-ex \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
15 |
HOL-Auth \ |
14031 | 16 |
HOL-Bali \ |
29823
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
17 |
HOL-Decision_Procs \ |
30400 | 18 |
HOL-Docs \ |
13403 | 19 |
HOL-Extraction \ |
27421 | 20 |
HOL-HahnBanach \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
21 |
HOL-Hoare \ |
13019 | 22 |
HOL-HoareParallel \ |
27421 | 23 |
HOL-Import \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
24 |
HOL-IMP \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
25 |
HOL-IMPP \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
26 |
HOL-IOA \ |
29399
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
27 |
HOL-Imperative_HOL \ |
10157
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 \ |
28637 | 32 |
HOL-Matrix \ |
23449 | 33 |
HOL-MetisExamples \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
34 |
HOL-MicroJava \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
35 |
HOL-Modelcheck \ |
11376 | 36 |
HOL-NanoJava \ |
19497 | 37 |
HOL-Nominal-Examples \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
38 |
HOL-NumberTheory \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
39 |
HOL-Prolog \ |
14199 | 40 |
HOL-SET-Protocol \ |
25321 | 41 |
HOL-SizeChange \ |
25171 | 42 |
HOL-Statespace \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
43 |
HOL-Subst \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
44 |
TLA-Buffer \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
45 |
TLA-Inc \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
46 |
TLA-Memory \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
47 |
HOL-UNITY \ |
10966 | 48 |
HOL-Unix \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
49 |
HOL-W0 \ |
24442 | 50 |
HOL-Word-Examples \ |
24325 | 51 |
HOL-ZF |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
52 |
# ^ this is the sort position |
10614 | 53 |
|
24754
c6dd5afed3d1
Added target for proof term sessions (those that need -p 2)
kleing
parents:
24699
diff
changeset
|
54 |
proofterms: HOL HOL-Extraction HOL-Lambda |
c6dd5afed3d1
Added target for proof term sessions (those that need -p 2)
kleing
parents:
24699
diff
changeset
|
55 |
|
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
56 |
all: test images |
4518 | 57 |
|
58 |
||
59 |
## global settings |
|
60 |
||
61 |
SRC = $(ISABELLE_HOME)/src |
|
3118 | 62 |
OUT = $(ISABELLE_OUTPUT) |
4447 | 63 |
LOG = $(OUT)/log |
2448 | 64 |
|
4518 | 65 |
|
66 |
## HOL |
|
2448 | 67 |
|
28393 | 68 |
HOL: Pure $(OUT)/HOL |
27368 | 69 |
|
29505 | 70 |
HOL-Base: Pure $(OUT)/HOL-Base |
71 |
||
27368 | 72 |
HOL-Plain: Pure $(OUT)/HOL-Plain |
4518 | 73 |
|
28401 | 74 |
HOL-Main: Pure $(OUT)/HOL-Main |
75 |
||
4518 | 76 |
Pure: |
28500 | 77 |
@cd $(SRC)/Pure; $(ISABELLE_TOOL) make Pure |
3232
19a2b853ba7b
Removal of ex/LexProd; TFL files; new treatment of Prover files
paulson
parents:
3222
diff
changeset
|
78 |
|
27694 | 79 |
$(OUT)/Pure: Pure |
80 |
||
29505 | 81 |
BASE_DEPENDENCIES = $(OUT)/Pure \ |
30160
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
82 |
$(SRC)/Provers/blast.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
83 |
$(SRC)/Provers/clasimp.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
84 |
$(SRC)/Provers/classical.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
85 |
$(SRC)/Provers/hypsubst.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
86 |
$(SRC)/Provers/quantifier1.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
87 |
$(SRC)/Provers/splitter.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
88 |
$(SRC)/Tools/IsaPlanner/isand.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
89 |
$(SRC)/Tools/IsaPlanner/rw_inst.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
90 |
$(SRC)/Tools/IsaPlanner/rw_tools.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
91 |
$(SRC)/Tools/IsaPlanner/zipper.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
92 |
$(SRC)/Tools/atomize_elim.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
93 |
$(SRC)/Tools/code/code_funcgr.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
94 |
$(SRC)/Tools/code/code_haskell.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
95 |
$(SRC)/Tools/code/code_ml.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
96 |
$(SRC)/Tools/code/code_name.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
97 |
$(SRC)/Tools/code/code_printer.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
98 |
$(SRC)/Tools/code/code_target.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
99 |
$(SRC)/Tools/code/code_thingol.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
100 |
$(SRC)/Tools/code/code_wellsorted.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
101 |
$(SRC)/Tools/coherent.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
102 |
$(SRC)/Tools/eqsubst.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
103 |
$(SRC)/Tools/induct.ML \ |
30165
6ee87f67d9cd
moved generic intuitionistic prover to src/Tools/intuitionistic.ML;
wenzelm
parents:
30160
diff
changeset
|
104 |
$(SRC)/Tools/intuitionistic.ML \ |
30160
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
105 |
$(SRC)/Tools/induct_tacs.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
106 |
$(SRC)/Tools/nbe.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
107 |
$(SRC)/Tools/project_rule.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
108 |
$(SRC)/Tools/random_word.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
109 |
$(SRC)/Tools/value.ML \ |
27368 | 110 |
Code_Setup.thy \ |
29505 | 111 |
HOL.thy \ |
112 |
Tools/hologic.ML \ |
|
113 |
Tools/recfun_codegen.ML \ |
|
114 |
Tools/simpdata.ML \ |
|
115 |
||
116 |
$(OUT)/HOL-Base: base.ML $(BASE_DEPENDENCIES) |
|
29523 | 117 |
@$(ISABELLE_TOOL) usedir -b -f base.ML -d false -g false $(OUT)/Pure HOL-Base |
29505 | 118 |
|
119 |
PLAIN_DEPENDENCIES = $(BASE_DEPENDENCIES)\ |
|
27368 | 120 |
Datatype.thy \ |
121 |
Divides.thy \ |
|
122 |
Extraction.thy \ |
|
123 |
Finite_Set.thy \ |
|
124 |
Fun.thy \ |
|
125 |
FunDef.thy \ |
|
126 |
Inductive.thy \ |
|
127 |
Lattices.thy \ |
|
128 |
Nat.thy \ |
|
129 |
OrderedGroup.thy \ |
|
130 |
Orderings.thy \ |
|
30235
58d147683393
Made Option a separate theory and renamed option_map to Option.map
nipkow
parents:
30179
diff
changeset
|
131 |
Option.thy \ |
27368 | 132 |
Plain.thy \ |
133 |
Power.thy \ |
|
134 |
Predicate.thy \ |
|
135 |
Product_Type.thy \ |
|
136 |
Record.thy \ |
|
137 |
Refute.thy \ |
|
138 |
Relation.thy \ |
|
139 |
Ring_and_Field.thy \ |
|
140 |
SAT.thy \ |
|
141 |
Set.thy \ |
|
142 |
Sum_Type.thy \ |
|
28952
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
143 |
Tools/arith_data.ML \ |
27368 | 144 |
Tools/cnf_funcs.ML \ |
145 |
Tools/datatype_abs_proofs.ML \ |
|
146 |
Tools/datatype_aux.ML \ |
|
147 |
Tools/datatype_case.ML \ |
|
148 |
Tools/datatype_codegen.ML \ |
|
149 |
Tools/datatype_package.ML \ |
|
150 |
Tools/datatype_prop.ML \ |
|
151 |
Tools/datatype_realizer.ML \ |
|
152 |
Tools/datatype_rep_proofs.ML \ |
|
153 |
Tools/dseq.ML \ |
|
154 |
Tools/function_package/auto_term.ML \ |
|
155 |
Tools/function_package/context_tree.ML \ |
|
29125
d41182a8135c
method "sizechange" proves termination of functions; added more infrastructure for termination proofs
krauss
parents:
29111
diff
changeset
|
156 |
Tools/function_package/decompose.ML \ |
d41182a8135c
method "sizechange" proves termination of functions; added more infrastructure for termination proofs
krauss
parents:
29111
diff
changeset
|
157 |
Tools/function_package/descent.ML \ |
27368 | 158 |
Tools/function_package/fundef_common.ML \ |
159 |
Tools/function_package/fundef_core.ML \ |
|
160 |
Tools/function_package/fundef_datatype.ML \ |
|
161 |
Tools/function_package/fundef_lib.ML \ |
|
162 |
Tools/function_package/fundef_package.ML \ |
|
163 |
Tools/function_package/induction_scheme.ML \ |
|
164 |
Tools/function_package/inductive_wrap.ML \ |
|
165 |
Tools/function_package/lexicographic_order.ML \ |
|
166 |
Tools/function_package/measure_functions.ML \ |
|
167 |
Tools/function_package/mutual.ML \ |
|
168 |
Tools/function_package/pattern_split.ML \ |
|
29125
d41182a8135c
method "sizechange" proves termination of functions; added more infrastructure for termination proofs
krauss
parents:
29111
diff
changeset
|
169 |
Tools/function_package/scnp_reconstruct.ML \ |
d41182a8135c
method "sizechange" proves termination of functions; added more infrastructure for termination proofs
krauss
parents:
29111
diff
changeset
|
170 |
Tools/function_package/scnp_solve.ML \ |
27368 | 171 |
Tools/function_package/size.ML \ |
172 |
Tools/function_package/sum_tree.ML \ |
|
29125
d41182a8135c
method "sizechange" proves termination of functions; added more infrastructure for termination proofs
krauss
parents:
29111
diff
changeset
|
173 |
Tools/function_package/termination.ML \ |
27368 | 174 |
Tools/inductive_codegen.ML \ |
175 |
Tools/inductive_package.ML \ |
|
176 |
Tools/inductive_realizer.ML \ |
|
177 |
Tools/inductive_set_package.ML \ |
|
178 |
Tools/lin_arith.ML \ |
|
179 |
Tools/old_primrec_package.ML \ |
|
180 |
Tools/primrec_package.ML \ |
|
181 |
Tools/prop_logic.ML \ |
|
182 |
Tools/record_package.ML \ |
|
183 |
Tools/refute.ML \ |
|
184 |
Tools/refute_isar.ML \ |
|
185 |
Tools/rewrite_hol_proof.ML \ |
|
186 |
Tools/sat_funcs.ML \ |
|
187 |
Tools/sat_solver.ML \ |
|
188 |
Tools/split_rule.ML \ |
|
189 |
Tools/typecopy_package.ML \ |
|
190 |
Tools/typedef_codegen.ML \ |
|
191 |
Tools/typedef_package.ML \ |
|
192 |
Transitive_Closure.thy \ |
|
193 |
Typedef.thy \ |
|
194 |
Wellfounded.thy \ |
|
195 |
$(SRC)/Provers/Arith/abel_cancel.ML \ |
|
196 |
$(SRC)/Provers/Arith/cancel_div_mod.ML \ |
|
197 |
$(SRC)/Provers/Arith/cancel_sums.ML \ |
|
198 |
$(SRC)/Provers/Arith/fast_lin_arith.ML \ |
|
199 |
$(SRC)/Provers/order.ML \ |
|
200 |
$(SRC)/Provers/trancl.ML \ |
|
201 |
$(SRC)/Tools/rat.ML |
|
28312
f0838044f034
different session branches for HOL-Plain vs. Plain
haftmann
parents:
28243
diff
changeset
|
202 |
|
f0838044f034
different session branches for HOL-Plain vs. Plain
haftmann
parents:
28243
diff
changeset
|
203 |
$(OUT)/HOL-Plain: plain.ML $(PLAIN_DEPENDENCIES) |
28500 | 204 |
@$(ISABELLE_TOOL) usedir -b -f plain.ML -g true $(OUT)/Pure HOL-Plain |
27368 | 205 |
|
28401 | 206 |
MAIN_DEPENDENCIES = $(PLAIN_DEPENDENCIES) \ |
27421 | 207 |
Arith_Tools.thy \ |
27368 | 208 |
ATP_Linkup.thy \ |
28227 | 209 |
Code_Eval.thy \ |
28952
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
210 |
Code_Message.thy \ |
27368 | 211 |
Equiv_Relations.thy \ |
212 |
Groebner_Basis.thy \ |
|
213 |
Hilbert_Choice.thy \ |
|
27421 | 214 |
IntDiv.thy \ |
215 |
Int.thy \ |
|
28952
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
216 |
Typerep.thy \ |
27421 | 217 |
List.thy \ |
218 |
Main.thy \ |
|
219 |
Map.thy \ |
|
220 |
NatBin.thy \ |
|
221 |
Presburger.thy \ |
|
222 |
Recdef.thy \ |
|
223 |
Relation_Power.thy \ |
|
224 |
SetInterval.thy \ |
|
225 |
$(SRC)/Provers/Arith/assoc_fold.ML \ |
|
226 |
$(SRC)/Provers/Arith/cancel_numeral_factor.ML \ |
|
227 |
$(SRC)/Provers/Arith/cancel_numerals.ML \ |
|
228 |
$(SRC)/Provers/Arith/combine_numerals.ML \ |
|
229 |
$(SRC)/Provers/Arith/extract_common_term.ML \ |
|
230 |
$(SRC)/Tools/Metis/metis.ML \ |
|
28952
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
231 |
Tools/int_arith.ML \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
232 |
Tools/int_factor_simprocs.ML \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
233 |
Tools/nat_simprocs.ML \ |
27421 | 234 |
Tools/Groebner_Basis/groebner.ML \ |
235 |
Tools/Groebner_Basis/misc.ML \ |
|
236 |
Tools/Groebner_Basis/normalizer_data.ML \ |
|
237 |
Tools/Groebner_Basis/normalizer.ML \ |
|
28477
9339d4dcec8b
version of sledgehammer using threads instead of processes, misc cleanup;
wenzelm
parents:
28476
diff
changeset
|
238 |
Tools/atp_manager.ML \ |
28592 | 239 |
Tools/atp_wrapper.ML \ |
27421 | 240 |
Tools/meson.ML \ |
241 |
Tools/metis_tools.ML \ |
|
242 |
Tools/numeral.ML \ |
|
243 |
Tools/numeral_syntax.ML \ |
|
244 |
Tools/polyhash.ML \ |
|
245 |
Tools/Qelim/cooper_data.ML \ |
|
246 |
Tools/Qelim/cooper.ML \ |
|
247 |
Tools/Qelim/generated_cooper.ML \ |
|
248 |
Tools/Qelim/presburger.ML \ |
|
249 |
Tools/Qelim/qelim.ML \ |
|
250 |
Tools/recdef_package.ML \ |
|
251 |
Tools/res_atp.ML \ |
|
252 |
Tools/res_axioms.ML \ |
|
253 |
Tools/res_clause.ML \ |
|
254 |
Tools/res_hol_clause.ML \ |
|
255 |
Tools/res_reconstruct.ML \ |
|
256 |
Tools/specification_package.ML \ |
|
257 |
Tools/string_syntax.ML \ |
|
258 |
Tools/TFL/casesplit.ML \ |
|
259 |
Tools/TFL/dcterm.ML \ |
|
260 |
Tools/TFL/post.ML \ |
|
261 |
Tools/TFL/rules.ML \ |
|
262 |
Tools/TFL/tfl.ML \ |
|
263 |
Tools/TFL/thms.ML \ |
|
264 |
Tools/TFL/thry.ML \ |
|
265 |
Tools/TFL/usyntax.ML \ |
|
28477
9339d4dcec8b
version of sledgehammer using threads instead of processes, misc cleanup;
wenzelm
parents:
28476
diff
changeset
|
266 |
Tools/TFL/utils.ML |
28401 | 267 |
|
268 |
$(OUT)/HOL-Main: main.ML $(MAIN_DEPENDENCIES) |
|
28500 | 269 |
@$(ISABELLE_TOOL) usedir -b -f main.ML -g true $(OUT)/Pure HOL-Main |
28401 | 270 |
|
271 |
$(OUT)/HOL: ROOT.ML $(MAIN_DEPENDENCIES) \ |
|
30096 | 272 |
Archimedean_Field.thy \ |
28952
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
273 |
Complex_Main.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
274 |
Complex.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
275 |
Deriv.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
276 |
Fact.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
277 |
Integration.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
278 |
Lim.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
279 |
Ln.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
280 |
Log.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
281 |
MacLaurin.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
282 |
NthRoot.thy \ |
29197
6d4cb27ed19c
adapted HOL source structure to distribution layout
haftmann
parents:
29181
diff
changeset
|
283 |
SEQ.thy \ |
28952
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
284 |
Series.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
285 |
Taylor.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
286 |
Transcendental.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
287 |
GCD.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
288 |
Parity.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
289 |
Lubs.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
290 |
PReal.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
291 |
Rational.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
292 |
RComplete.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
293 |
RealDef.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
294 |
RealPow.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
295 |
Real.thy \ |
29197
6d4cb27ed19c
adapted HOL source structure to distribution layout
haftmann
parents:
29181
diff
changeset
|
296 |
RealVector.thy \ |
28952
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
297 |
Tools/float_syntax.ML \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
298 |
Tools/rat_arith.ML \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
299 |
Tools/real_arith.ML \ |
28401 | 300 |
Tools/Qelim/ferrante_rackoff_data.ML \ |
301 |
Tools/Qelim/ferrante_rackoff.ML \ |
|
302 |
Tools/Qelim/langford_data.ML \ |
|
303 |
Tools/Qelim/langford.ML |
|
28500 | 304 |
@$(ISABELLE_TOOL) usedir $(HOL_USEDIR_OPTIONS) -b -g true $(OUT)/Pure HOL |
7535
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
305 |
|
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
306 |
|
10255 | 307 |
## HOL-Library |
308 |
||
309 |
HOL-Library: HOL $(LOG)/HOL-Library.gz |
|
310 |
||
29806 | 311 |
|
27164 | 312 |
$(LOG)/HOL-Library.gz: $(OUT)/HOL Library/SetsAndFunctions.thy \ |
27672 | 313 |
Library/Abstract_Rat.thy \ |
29026 | 314 |
Library/BigO.thy Library/ContNotDenum.thy Library/Efficient_Nat.thy \ |
29845 | 315 |
Library/Euclidean_Space.thy Library/Glbs.thy Library/normarith.ML \ |
27470 | 316 |
Library/Executable_Set.thy Library/Infinite_Set.thy \ |
29847 | 317 |
Library/FuncSet.thy Library/Permutations.thy Library/Determinants.thy\ |
30261
4db36ab8d1c4
Added Libray dependency on Topology_Euclidean_Space
chaieb
parents:
30242
diff
changeset
|
318 |
Library/Bit.thy Library/Topology_Euclidean_Space.thy \ |
29836
3d935e8b0bf7
Added HOL/Library/Finite_Cartesian_Product.thy to Library
chaieb
parents:
29823
diff
changeset
|
319 |
Library/Finite_Cartesian_Product.thy \ |
29986 | 320 |
Library/FrechetDeriv.thy \ |
29879 | 321 |
Library/Fundamental_Theorem_Algebra.thy \ |
30326
a01b2de0e3e1
constructive version of Cantor's first diagonalization argument
haftmann
parents:
30261
diff
changeset
|
322 |
Library/Inner_Product.thy Library/Lattice_Syntax.thy \ |
27164 | 323 |
Library/Library.thy Library/List_Prefix.thy Library/State_Monad.thy \ |
29888 | 324 |
Library/Nat_Int_Bij.thy Library/Multiset.thy Library/Permutation.thy \ |
27164 | 325 |
Library/Primes.thy Library/Pocklington.thy Library/Quotient.thy \ |
326 |
Library/Quicksort.thy Library/Nat_Infinity.thy Library/Word.thy \ |
|
29859
33bff35f1335
Moved Order_Relation into Library and moved some of it into Relation.
nipkow
parents:
29847
diff
changeset
|
327 |
Library/README.html Library/Continuity.thy Library/Order_Relation.thy \ |
29026 | 328 |
Library/Nested_Environment.thy Library/Ramsey.thy Library/Zorn.thy \ |
27164 | 329 |
Library/Library/ROOT.ML Library/Library/document/root.tex \ |
330 |
Library/Library/document/root.bib Library/While_Combinator.thy \ |
|
331 |
Library/Product_ord.thy Library/Char_nat.thy Library/Char_ord.thy \ |
|
332 |
Library/Option_ord.thy Library/Sublist_Order.thy \ |
|
333 |
Library/List_lexord.thy Library/Commutative_Ring.thy \ |
|
334 |
Library/comm_ring.ML Library/Coinductive_List.thy \ |
|
29686 | 335 |
Library/AssocList.thy Library/Formal_Power_Series.thy \ |
30326
a01b2de0e3e1
constructive version of Cantor's first diagonalization argument
haftmann
parents:
30261
diff
changeset
|
336 |
Library/Binomial.thy Library/Eval_Witness.thy \ |
27164 | 337 |
Library/Code_Index.thy Library/Code_Char.thy \ |
338 |
Library/Code_Char_chr.thy Library/Code_Integer.thy \ |
|
30326
a01b2de0e3e1
constructive version of Cantor's first diagonalization argument
haftmann
parents:
30261
diff
changeset
|
339 |
Library/Mapping.thy Library/Numeral_Type.thy Library/Reflection.thy \ |
a01b2de0e3e1
constructive version of Cantor's first diagonalization argument
haftmann
parents:
30261
diff
changeset
|
340 |
Library/Boolean_Algebra.thy Library/Countable.thy \ |
a01b2de0e3e1
constructive version of Cantor's first diagonalization argument
haftmann
parents:
30261
diff
changeset
|
341 |
Library/Diagonalize.thy Library/RBT.thy Library/Univ_Poly.thy \ |
a01b2de0e3e1
constructive version of Cantor's first diagonalization argument
haftmann
parents:
30261
diff
changeset
|
342 |
Library/Random.thy Library/Quickcheck.thy \ |
29985
57975b45ab70
split polynomial-related stuff from Deriv.thy into Library/Poly_Deriv.thy
huffman
parents:
29888
diff
changeset
|
343 |
Library/Poly_Deriv.thy \ |
29987 | 344 |
Library/Polynomial.thy \ |
30018 | 345 |
Library/Product_plus.thy \ |
30019
a2f19e0a28b2
add theory of products as real vector spaces to Library
huffman
parents:
30018
diff
changeset
|
346 |
Library/Product_Vector.thy \ |
29650 | 347 |
Library/Enum.thy Library/Float.thy $(SRC)/Tools/float.ML $(SRC)/HOL/Tools/float_arith.ML \ |
348 |
Library/reify_data.ML Library/reflection.ML |
|
28500 | 349 |
@cd Library; $(ISABELLE_TOOL) usedir $(OUT)/HOL Library |
10255 | 350 |
|
351 |
||
27421 | 352 |
## HOL-HahnBanach |
353 |
||
354 |
HOL-HahnBanach: HOL $(LOG)/HOL-HahnBanach.gz |
|
355 |
||
356 |
$(LOG)/HOL-HahnBanach.gz: $(OUT)/HOL \ |
|
29197
6d4cb27ed19c
adapted HOL source structure to distribution layout
haftmann
parents:
29181
diff
changeset
|
357 |
HahnBanach/Bounds.thy HahnBanach/FunctionNorm.thy \ |
6d4cb27ed19c
adapted HOL source structure to distribution layout
haftmann
parents:
29181
diff
changeset
|
358 |
HahnBanach/FunctionOrder.thy HahnBanach/HahnBanach.thy \ |
6d4cb27ed19c
adapted HOL source structure to distribution layout
haftmann
parents:
29181
diff
changeset
|
359 |
HahnBanach/HahnBanachExtLemmas.thy \ |
6d4cb27ed19c
adapted HOL source structure to distribution layout
haftmann
parents:
29181
diff
changeset
|
360 |
HahnBanach/HahnBanachSupLemmas.thy \ |
6d4cb27ed19c
adapted HOL source structure to distribution layout
haftmann
parents:
29181
diff
changeset
|
361 |
HahnBanach/Linearform.thy HahnBanach/NormedSpace.thy \ |
6d4cb27ed19c
adapted HOL source structure to distribution layout
haftmann
parents:
29181
diff
changeset
|
362 |
HahnBanach/README.html HahnBanach/ROOT.ML \ |
6d4cb27ed19c
adapted HOL source structure to distribution layout
haftmann
parents:
29181
diff
changeset
|
363 |
HahnBanach/Subspace.thy HahnBanach/VectorSpace.thy \ |
6d4cb27ed19c
adapted HOL source structure to distribution layout
haftmann
parents:
29181
diff
changeset
|
364 |
HahnBanach/ZornLemma.thy HahnBanach/document/root.bib \ |
6d4cb27ed19c
adapted HOL source structure to distribution layout
haftmann
parents:
29181
diff
changeset
|
365 |
HahnBanach/document/root.tex |
6d4cb27ed19c
adapted HOL source structure to distribution layout
haftmann
parents:
29181
diff
changeset
|
366 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL HahnBanach |
27421 | 367 |
|
368 |
||
4518 | 369 |
## HOL-Subst |
370 |
||
371 |
HOL-Subst: HOL $(LOG)/HOL-Subst.gz |
|
372 |
||
27164 | 373 |
$(LOG)/HOL-Subst.gz: $(OUT)/HOL Subst/AList.thy Subst/ROOT.ML \ |
374 |
Subst/Subst.thy Subst/UTerm.thy Subst/Unifier.thy Subst/Unify.thy |
|
28500 | 375 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Subst |
2448 | 376 |
|
377 |
||
4518 | 378 |
## HOL-Induct |
2473 | 379 |
|
4518 | 380 |
HOL-Induct: HOL $(LOG)/HOL-Induct.gz |
3125 | 381 |
|
28825
415c7ffeb4cb
removed Induct/Mutil.thy -- the file has been moved to AFP;
wenzelm
parents:
28798
diff
changeset
|
382 |
$(LOG)/HOL-Induct.gz: $(OUT)/HOL Induct/Com.thy Induct/Comb.thy \ |
415c7ffeb4cb
removed Induct/Mutil.thy -- the file has been moved to AFP;
wenzelm
parents:
28798
diff
changeset
|
383 |
Induct/LFilter.thy Induct/LList.thy Induct/Ordinals.thy \ |
415c7ffeb4cb
removed Induct/Mutil.thy -- the file has been moved to AFP;
wenzelm
parents:
28798
diff
changeset
|
384 |
Induct/PropLog.thy Induct/QuoNestedDataType.thy \ |
415c7ffeb4cb
removed Induct/Mutil.thy -- the file has been moved to AFP;
wenzelm
parents:
28798
diff
changeset
|
385 |
Induct/QuoDataType.thy Induct/ROOT.ML Induct/Sexp.thy \ |
415c7ffeb4cb
removed Induct/Mutil.thy -- the file has been moved to AFP;
wenzelm
parents:
28798
diff
changeset
|
386 |
Induct/Sigma_Algebra.thy Induct/SList.thy Induct/ABexp.thy \ |
27164 | 387 |
Induct/Term.thy Induct/Tree.thy Induct/document/root.tex |
28500 | 388 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Induct |
3125 | 389 |
|
390 |
||
4518 | 391 |
## HOL-IMP |
392 |
||
393 |
HOL-IMP: HOL $(LOG)/HOL-IMP.gz |
|
2448 | 394 |
|
27164 | 395 |
$(LOG)/HOL-IMP.gz: $(OUT)/HOL IMP/Com.thy IMP/Compiler0.thy \ |
396 |
IMP/Compiler.thy IMP/Denotation.thy IMP/Expr.thy IMP/Hoare.thy \ |
|
397 |
IMP/Natural.thy IMP/Examples.thy IMP/Transition.thy IMP/VC.thy \ |
|
398 |
IMP/ROOT.ML IMP/document/root.tex IMP/document/root.bib |
|
28500 | 399 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL IMP |
2448 | 400 |
|
401 |
||
8179 | 402 |
## HOL-IMPP |
403 |
||
404 |
HOL-IMPP: HOL $(LOG)/HOL-IMPP.gz |
|
405 |
||
27164 | 406 |
$(LOG)/HOL-IMPP.gz: $(OUT)/HOL IMPP/ROOT.ML IMPP/Com.thy \ |
19803 | 407 |
IMPP/Natural.thy IMPP/Hoare.thy IMPP/Misc.thy IMPP/EvenOdd.thy |
28500 | 408 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL IMPP |
8179 | 409 |
|
410 |
||
27421 | 411 |
## HOL-Import |
14516 | 412 |
|
19097 | 413 |
IMPORTER_FILES = Import/lazy_seq.ML Import/proof_kernel.ML Import/replay.ML \ |
20610 | 414 |
Import/shuffler.ML Import/MakeEqual.thy Import/HOL4Setup.thy \ |
14516 | 415 |
Import/HOL4Syntax.thy Import/HOL4Compat.thy Import/import_syntax.ML \ |
416 |
Import/hol4rews.ML Import/import_package.ML Import/ROOT.ML |
|
417 |
||
17323 | 418 |
IMPORTER_HOLLIGHT_FILES = Import/proof_kernel.ML Import/replay.ML \ |
419 |
Import/shuffler.ML Import/MakeEqual.thy Import/HOL4Setup.thy \ |
|
420 |
Import/HOL4Syntax.thy Import/HOLLightCompat.thy Import/import_syntax.ML \ |
|
421 |
Import/hol4rews.ML Import/import_package.ML Import/ROOT.ML |
|
422 |
||
27421 | 423 |
HOL-Import: HOL $(LOG)/HOL-Import.gz |
14516 | 424 |
|
27421 | 425 |
$(LOG)/HOL-Import.gz: $(OUT)/HOL $(IMPORTER_FILES) |
28500 | 426 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Import |
14516 | 427 |
|
428 |
||
27421 | 429 |
## HOL-Generate-HOL |
14516 | 430 |
|
27421 | 431 |
HOL-Generate-HOL: HOL $(LOG)/HOL-Generate-HOL.gz |
14516 | 432 |
|
27421 | 433 |
$(LOG)/HOL-Generate-HOL.gz: $(OUT)/HOL \ |
27164 | 434 |
$(IMPORTER_FILES) Import/Generate-HOL/GenHOL4Base.thy \ |
435 |
Import/Generate-HOL/GenHOL4Prob.thy \ |
|
436 |
Import/Generate-HOL/GenHOL4Real.thy \ |
|
437 |
Import/Generate-HOL/GenHOL4Vec.thy \ |
|
14516 | 438 |
Import/Generate-HOL/GenHOL4Word32.thy Import/Generate-HOL/ROOT.ML |
28500 | 439 |
@cd Import; $(ISABELLE_TOOL) usedir $(OUT)/HOL Generate-HOL |
14516 | 440 |
|
17460 | 441 |
|
27421 | 442 |
## HOL-Generate-HOLLight |
17460 | 443 |
|
27421 | 444 |
HOL-Generate-HOLLight: HOL $(LOG)/HOL-Generate-HOLLight.gz |
17323 | 445 |
|
27421 | 446 |
$(LOG)/HOL-Generate-HOLLight.gz: $(OUT)/HOL \ |
27164 | 447 |
$(IMPORTER_HOLLIGHT_FILES) Import/Generate-HOLLight/GenHOLLight.thy \ |
448 |
Import/Generate-HOLLight/ROOT.ML |
|
28500 | 449 |
@cd Import; $(ISABELLE_TOOL) usedir $(OUT)/HOL Generate-HOLLight |
14516 | 450 |
|
17460 | 451 |
|
14516 | 452 |
## HOL-Import-HOL |
453 |
||
27421 | 454 |
HOL4: HOL $(LOG)/HOL4.gz |
14516 | 455 |
|
456 |
HOL_IMPORT_FILES = arithmetic.imp bits.imp boolean_sequence.imp bool.imp \ |
|
457 |
bword_arith.imp bword_bitop.imp bword_num.imp combin.imp divides.imp \ |
|
458 |
hrat.imp hreal.imp ind_type.imp lim.imp list.imp marker.imp nets.imp \ |
|
459 |
numeral.imp num.imp one.imp operator.imp option.imp pair.imp poly.imp \ |
|
460 |
powser.imp pred_set.imp prime.imp prim_rec.imp prob_algebra.imp \ |
|
461 |
prob_canon.imp prob_extra.imp prob.imp prob_indep.imp prob_pseudo.imp \ |
|
23194 | 462 |
prob_uniform.imp realax.imp real.imp relation.imp res_quan.imp \ |
463 |
rich_list.imp \ |
|
14516 | 464 |
seq.imp state_transformer.imp sum.imp topology.imp transc.imp word32.imp \ |
465 |
word_base.imp word_bitop.imp word_num.imp |
|
466 |
||
27421 | 467 |
$(LOG)/HOL4.gz: $(OUT)/HOL $(IMPORTER_FILES) \ |
27164 | 468 |
$(HOL_IMPORT_FILES:%=Import/HOL/%) Import/HOL/HOL4Base.thy \ |
469 |
Import/HOL/HOL4Prob.thy Import/HOL/HOL4Real.thy \ |
|
470 |
Import/HOL/HOL4Vec.thy Import/HOL/HOL4Word32.thy Import/HOL/HOL4.thy \ |
|
471 |
Import/HOL/ROOT.ML |
|
28500 | 472 |
@cd Import/HOL; $(ISABELLE_TOOL) usedir -b $(OUT)/HOL HOL4 |
14516 | 473 |
|
27421 | 474 |
HOLLight: HOL $(LOG)/HOLLight.gz |
17645 | 475 |
|
27421 | 476 |
$(LOG)/HOLLight.gz: $(OUT)/HOL $(IMPORTER_HOLLIGHT_FILES) \ |
27164 | 477 |
Import/HOLLight/hollight.imp Import/HOLLight/HOLLight.thy \ |
17645 | 478 |
Import/HOLLight/ROOT.ML |
28500 | 479 |
@cd Import/HOLLight; $(ISABELLE_TOOL) usedir -b $(OUT)/HOL HOLLight |
17645 | 480 |
|
14516 | 481 |
|
9510 | 482 |
## HOL-NumberTheory |
483 |
||
484 |
HOL-NumberTheory: HOL $(LOG)/HOL-NumberTheory.gz |
|
485 |
||
27164 | 486 |
$(LOG)/HOL-NumberTheory.gz: $(OUT)/HOL Library/Permutation.thy \ |
487 |
Library/Primes.thy NumberTheory/Fib.thy \ |
|
488 |
NumberTheory/Factorization.thy NumberTheory/BijectionRel.thy \ |
|
489 |
NumberTheory/Chinese.thy NumberTheory/EulerFermat.thy \ |
|
490 |
NumberTheory/IntFact.thy NumberTheory/IntPrimes.thy \ |
|
491 |
NumberTheory/WilsonBij.thy NumberTheory/WilsonRuss.thy \ |
|
492 |
NumberTheory/Finite2.thy NumberTheory/Int2.thy \ |
|
493 |
NumberTheory/EvenOdd.thy NumberTheory/Residues.thy \ |
|
494 |
NumberTheory/Euler.thy NumberTheory/Gauss.thy \ |
|
495 |
NumberTheory/Quadratic_Reciprocity.thy Library/Infinite_Set.thy \ |
|
9510 | 496 |
NumberTheory/ROOT.ML |
28500 | 497 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL NumberTheory |
9510 | 498 |
|
499 |
||
4518 | 500 |
## HOL-Hoare |
501 |
||
502 |
HOL-Hoare: HOL $(LOG)/HOL-Hoare.gz |
|
2448 | 503 |
|
27164 | 504 |
$(LOG)/HOL-Hoare.gz: $(OUT)/HOL Hoare/Arith2.thy Hoare/Examples.thy \ |
505 |
Hoare/Hoare.thy Hoare/hoare_tac.ML Hoare/Heap.thy \ |
|
506 |
Hoare/HeapSyntax.thy Hoare/Pointer_Examples.thy Hoare/ROOT.ML \ |
|
507 |
Hoare/ExamplesAbort.thy Hoare/HeapSyntaxAbort.thy \ |
|
508 |
Hoare/HoareAbort.thy Hoare/SchorrWaite.thy Hoare/Separation.thy \ |
|
509 |
Hoare/SepLogHeap.thy Hoare/document/root.tex Hoare/document/root.bib |
|
28500 | 510 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Hoare |
2448 | 511 |
|
512 |
||
12996 | 513 |
## HOL-HoareParallel |
514 |
||
515 |
HOL-HoareParallel: HOL $(LOG)/HOL-HoareParallel.gz |
|
516 |
||
27164 | 517 |
$(LOG)/HOL-HoareParallel.gz: $(OUT)/HOL HoareParallel/Gar_Coll.thy \ |
518 |
HoareParallel/Graph.thy HoareParallel/Mul_Gar_Coll.thy \ |
|
519 |
HoareParallel/OG_Com.thy HoareParallel/OG_Examples.thy \ |
|
520 |
HoareParallel/OG_Hoare.thy HoareParallel/OG_Syntax.thy \ |
|
521 |
HoareParallel/OG_Tactics.thy HoareParallel/OG_Tran.thy \ |
|
522 |
HoareParallel/Quote_Antiquote.thy HoareParallel/RG_Com.thy \ |
|
523 |
HoareParallel/RG_Examples.thy HoareParallel/RG_Hoare.thy \ |
|
524 |
HoareParallel/RG_Syntax.thy HoareParallel/RG_Tran.thy \ |
|
525 |
HoareParallel/ROOT.ML HoareParallel/document/root.tex \ |
|
526 |
HoareParallel/document/root.bib |
|
28500 | 527 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL HoareParallel |
12996 | 528 |
|
529 |
||
23449 | 530 |
## HOL-MetisExamples |
531 |
||
532 |
HOL-MetisExamples: HOL $(LOG)/HOL-MetisExamples.gz |
|
533 |
||
27164 | 534 |
$(LOG)/HOL-MetisExamples.gz: $(OUT)/HOL MetisExamples/ROOT.ML \ |
535 |
MetisExamples/Abstraction.thy MetisExamples/BigO.thy \ |
|
536 |
MetisExamples/BT.thy MetisExamples/Message.thy \ |
|
537 |
MetisExamples/Tarski.thy MetisExamples/TransClosure.thy \ |
|
23449 | 538 |
MetisExamples/set.thy |
28500 | 539 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL MetisExamples |
23449 | 540 |
|
541 |
||
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
542 |
## HOL-Algebra |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
543 |
|
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
544 |
HOL-Algebra: HOL $(LOG)/HOL-Algebra.gz |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
545 |
|
27697 | 546 |
$(LOG)/HOL-Algebra.gz: $(OUT)/HOL Algebra/ROOT.ML \ |
547 |
Library/Binomial.thy Library/FuncSet.thy \ |
|
548 |
Library/Multiset.thy Library/Permutation.thy Library/Primes.thy \ |
|
549 |
Algebra/AbelCoset.thy Algebra/Bij.thy Algebra/Congruence.thy \ |
|
550 |
Algebra/Coset.thy Algebra/Divisibility.thy Algebra/Exponent.thy \ |
|
27713
95b36bfe7fc4
New locales for orders and lattices where the equivalence relation is not restricted to equality.
ballarin
parents:
27697
diff
changeset
|
551 |
Algebra/FiniteProduct.thy \ |
21423 | 552 |
Algebra/Group.thy Algebra/Ideal.thy Algebra/IntRing.thy \ |
553 |
Algebra/Lattice.thy Algebra/Module.thy Algebra/QuotRing.thy \ |
|
554 |
Algebra/Ring.thy Algebra/RingHom.thy Algebra/Sylow.thy \ |
|
555 |
Algebra/UnivPoly.thy Algebra/abstract/Abstract.thy \ |
|
556 |
Algebra/abstract/Factor.thy Algebra/abstract/Field.thy \ |
|
557 |
Algebra/abstract/Ideal2.thy Algebra/abstract/PID.thy \ |
|
558 |
Algebra/abstract/Ring2.thy Algebra/abstract/RingHomo.thy \ |
|
559 |
Algebra/document/root.tex Algebra/poly/LongDiv.thy \ |
|
560 |
Algebra/poly/PolyHomo.thy Algebra/poly/Polynomial.thy \ |
|
561 |
Algebra/poly/UnivPoly2.thy Algebra/ringsimp.ML |
|
28500 | 562 |
@cd Algebra; $(ISABELLE_TOOL) usedir -b -g true -V outline=/proof,/ML $(OUT)/HOL HOL-Algebra |
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
563 |
|
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
564 |
|
4518 | 565 |
## HOL-Auth |
3819 | 566 |
|
4518 | 567 |
HOL-Auth: HOL $(LOG)/HOL-Auth.gz |
3819 | 568 |
|
28098 | 569 |
$(LOG)/HOL-Auth.gz: $(OUT)/HOL \ |
27164 | 570 |
Auth/CertifiedEmail.thy Auth/Event.thy Auth/Message.thy \ |
571 |
Auth/NS_Public.thy Auth/NS_Public_Bad.thy Auth/NS_Shared.thy \ |
|
572 |
Auth/OtwayRees.thy Auth/OtwayReesBella.thy Auth/OtwayRees_AN.thy \ |
|
573 |
Auth/OtwayRees_Bad.thy Auth/Public.thy Auth/ROOT.ML Auth/Recur.thy \ |
|
574 |
Auth/Shared.thy Auth/TLS.thy Auth/WooLam.thy Auth/Kerberos_BAN.thy \ |
|
575 |
Auth/Kerberos_BAN_Gets.thy Auth/KerberosIV.thy \ |
|
576 |
Auth/KerberosIV_Gets.thy Auth/KerberosV.thy Auth/Yahalom.thy \ |
|
577 |
Auth/Yahalom2.thy Auth/Yahalom_Bad.thy Auth/ZhouGollmann.thy \ |
|
578 |
Auth/Guard/Analz.thy Auth/Guard/Extensions.thy Auth/Guard/GuardK.thy \ |
|
579 |
Auth/Guard/Guard_Public.thy Auth/Guard/Guard_Shared.thy \ |
|
580 |
Auth/Guard/Guard.thy Auth/Guard/List_Msg.thy \ |
|
581 |
Auth/Guard/Guard_NS_Public.thy Auth/Guard/Guard_OtwayRees.thy \ |
|
582 |
Auth/Guard/P1.thy Auth/Guard/P2.thy Auth/Guard/Proto.thy \ |
|
583 |
Auth/Guard/Guard_Yahalom.thy Auth/Smartcard/EventSC.thy \ |
|
584 |
Auth/Smartcard/ShoupRubinBella.thy Auth/Smartcard/ShoupRubin.thy \ |
|
585 |
Auth/Smartcard/Smartcard.thy Auth/document/root.tex |
|
28500 | 586 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Auth |
2448 | 587 |
|
588 |
||
4777 | 589 |
## HOL-UNITY |
590 |
||
591 |
HOL-UNITY: HOL $(LOG)/HOL-UNITY.gz |
|
592 |
||
27164 | 593 |
$(LOG)/HOL-UNITY.gz: $(OUT)/HOL Library/Multiset.thy UNITY/ROOT.ML \ |
594 |
UNITY/UNITY_Main.thy UNITY/UNITY_tactics.ML UNITY/Comp.thy \ |
|
595 |
UNITY/Constrains.thy UNITY/Detects.thy UNITY/ELT.thy \ |
|
596 |
UNITY/Extend.thy UNITY/FP.thy UNITY/Follows.thy UNITY/Guar.thy \ |
|
597 |
UNITY/Lift_prog.thy UNITY/ListOrder.thy UNITY/ProgressSets.thy \ |
|
598 |
UNITY/PPROD.thy UNITY/Project.thy UNITY/Rename.thy \ |
|
599 |
UNITY/Transformers.thy UNITY/SubstAx.thy UNITY/UNITY.thy \ |
|
600 |
UNITY/Union.thy UNITY/WFair.thy UNITY/Simple/Channel.thy \ |
|
601 |
UNITY/Simple/Common.thy UNITY/Simple/Deadlock.thy \ |
|
602 |
UNITY/Simple/Lift.thy UNITY/Simple/Mutex.thy \ |
|
603 |
UNITY/Simple/NSP_Bad.thy UNITY/Simple/Network.thy \ |
|
604 |
UNITY/Simple/Reach.thy UNITY/Simple/Reachability.thy \ |
|
605 |
UNITY/Simple/Token.thy UNITY/Comp/Alloc.thy UNITY/Comp/AllocBase.thy \ |
|
606 |
UNITY/Comp/AllocImpl.thy UNITY/Comp/Client.thy \ |
|
607 |
UNITY/Comp/Counter.thy UNITY/Comp/Counterc.thy \ |
|
608 |
UNITY/Comp/Handshake.thy UNITY/Comp/PriorityAux.thy \ |
|
609 |
UNITY/Comp/Priority.thy UNITY/Comp/Progress.thy \ |
|
610 |
UNITY/Comp/TimerArray.thy UNITY/document/root.tex |
|
28500 | 611 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL UNITY |
4777 | 612 |
|
613 |
||
10966 | 614 |
## HOL-Unix |
615 |
||
616 |
HOL-Unix: HOL $(LOG)/HOL-Unix.gz |
|
617 |
||
27164 | 618 |
$(LOG)/HOL-Unix.gz: $(OUT)/HOL Library/Nested_Environment.thy \ |
619 |
Library/List_Prefix.thy Unix/ROOT.ML Unix/Unix.thy \ |
|
10966 | 620 |
Unix/document/root.bib Unix/document/root.tex |
28500 | 621 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Unix |
10966 | 622 |
|
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
623 |
|
19203 | 624 |
## HOL-ZF |
625 |
||
626 |
HOL-ZF: HOL $(LOG)/HOL-ZF.gz |
|
627 |
||
27164 | 628 |
$(LOG)/HOL-ZF.gz: $(OUT)/HOL ZF/ROOT.ML ZF/Helper.thy ZF/LProd.thy \ |
629 |
ZF/HOLZF.thy ZF/MainZF.thy ZF/Games.thy ZF/document/root.tex |
|
28500 | 630 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL ZF |
10966 | 631 |
|
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
632 |
|
4518 | 633 |
## HOL-Modelcheck |
634 |
||
635 |
HOL-Modelcheck: HOL $(LOG)/HOL-Modelcheck.gz |
|
3218 | 636 |
|
27164 | 637 |
$(LOG)/HOL-Modelcheck.gz: $(OUT)/HOL Modelcheck/CTL.thy \ |
638 |
Modelcheck/EindhovenExample.thy Modelcheck/EindhovenSyn.thy \ |
|
639 |
Modelcheck/MuCalculus.thy Modelcheck/MuckeExample1.thy \ |
|
640 |
Modelcheck/MuckeExample2.thy Modelcheck/MuckeSyn.thy \ |
|
22819 | 641 |
Modelcheck/ROOT.ML Modelcheck/mucke_oracle.ML |
28500 | 642 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Modelcheck |
3218 | 643 |
|
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
644 |
|
29399
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
645 |
## HOL-Imperative_HOL |
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
646 |
|
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
647 |
HOL-Imperative_HOL: HOL $(LOG)/HOL-Imperative_HOL.gz |
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
648 |
|
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
649 |
$(LOG)/HOL-Imperative_HOL.gz: $(OUT)/HOL Imperative_HOL/Heap.thy \ |
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
650 |
Imperative_HOL/Heap_Monad.thy Imperative_HOL/Array.thy \ |
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
651 |
Imperative_HOL/Relational.thy \ |
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
652 |
Imperative_HOL/Ref.thy Imperative_HOL/Imperative_HOL.thy |
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
653 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Imperative_HOL |
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
654 |
|
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
655 |
|
25314
5eaf3e8b50a4
moved stuff about size change termination to its own session
krauss
parents:
25298
diff
changeset
|
656 |
## HOL-SizeChange |
5eaf3e8b50a4
moved stuff about size change termination to its own session
krauss
parents:
25298
diff
changeset
|
657 |
|
5eaf3e8b50a4
moved stuff about size change termination to its own session
krauss
parents:
25298
diff
changeset
|
658 |
HOL-SizeChange: HOL $(LOG)/HOL-SizeChange.gz |
5eaf3e8b50a4
moved stuff about size change termination to its own session
krauss
parents:
25298
diff
changeset
|
659 |
|
27164 | 660 |
$(LOG)/HOL-SizeChange.gz: $(OUT)/HOL SizeChange/Kleene_Algebras.thy \ |
661 |
SizeChange/Graphs.thy SizeChange/Misc_Tools.thy \ |
|
662 |
SizeChange/Criterion.thy SizeChange/Correctness.thy \ |
|
663 |
SizeChange/Interpretation.thy SizeChange/Implementation.thy \ |
|
664 |
SizeChange/Size_Change_Termination.thy SizeChange/Examples.thy \ |
|
665 |
SizeChange/sct.ML SizeChange/ROOT.ML |
|
28500 | 666 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL SizeChange |
3218 | 667 |
|
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
668 |
|
29823
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
669 |
## HOL-Decision_Procs |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
670 |
|
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
671 |
HOL-Decision_Procs: HOL $(LOG)/HOL-Decision_Procs.gz |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
672 |
|
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
673 |
$(LOG)/HOL-Decision_Procs.gz: $(OUT)/HOL \ |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
674 |
Decision_Procs/Approximation.thy \ |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
675 |
Decision_Procs/Cooper.thy \ |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
676 |
Decision_Procs/cooper_tac.ML \ |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
677 |
Decision_Procs/Dense_Linear_Order.thy \ |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
678 |
Decision_Procs/Ferrack.thy \ |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
679 |
Decision_Procs/ferrack_tac.ML \ |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
680 |
Decision_Procs/MIR.thy \ |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
681 |
Decision_Procs/mir_tac.ML \ |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
682 |
Decision_Procs/Decision_Procs.thy \ |
30429
39acdf031548
moved Decision_Procs examples to Decision_Procs/ex
haftmann
parents:
30400
diff
changeset
|
683 |
Decision_Procs/ex/Dense_Linear_Order_Ex.thy \ |
39acdf031548
moved Decision_Procs examples to Decision_Procs/ex
haftmann
parents:
30400
diff
changeset
|
684 |
Decision_Procs/ex/Approximation_Ex.thy \ |
29823
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
685 |
Decision_Procs/ROOT.ML |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
686 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Decision_Procs |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
687 |
|
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
688 |
|
30400 | 689 |
## HOL-Docs |
690 |
||
691 |
HOL-Docs: HOL $(LOG)/HOL-Docs.gz |
|
692 |
||
693 |
$(LOG)/HOL-Docs.gz: $(OUT)/HOL Docs/Main_Doc.thy Docs/ROOT.ML \ |
|
694 |
Docs/document/root.tex |
|
695 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Docs |
|
696 |
||
697 |
||
4518 | 698 |
## HOL-Lambda |
2448 | 699 |
|
4518 | 700 |
HOL-Lambda: HOL $(LOG)/HOL-Lambda.gz |
2448 | 701 |
|
27164 | 702 |
$(LOG)/HOL-Lambda.gz: $(OUT)/HOL Lambda/Commutation.thy Lambda/Eta.thy \ |
703 |
Lambda/InductTermi.thy Lambda/Lambda.thy Lambda/ListApplication.thy \ |
|
704 |
Lambda/ListBeta.thy Lambda/ListOrder.thy Lambda/NormalForm.thy \ |
|
705 |
Lambda/ParRed.thy Lambda/Standardization.thy Lambda/StrongNorm.thy \ |
|
706 |
Lambda/Type.thy Lambda/WeakNorm.thy Lambda/ROOT.ML \ |
|
14070
86c56794b641
Added new theories StrongNorm and WeakNorm to Lambda example.
berghofe
parents:
14044
diff
changeset
|
707 |
Lambda/document/root.bib Lambda/document/root.tex |
28500 | 708 |
@$(ISABELLE_TOOL) usedir -g true -m no_brackets $(OUT)/HOL Lambda |
2448 | 709 |
|
710 |
||
9015 | 711 |
## HOL-Prolog |
712 |
||
713 |
HOL-Prolog: HOL $(LOG)/HOL-Prolog.gz |
|
714 |
||
27164 | 715 |
$(LOG)/HOL-Prolog.gz: $(OUT)/HOL Prolog/ROOT.ML Prolog/prolog.ML \ |
716 |
Prolog/HOHH.thy Prolog/Test.thy Prolog/Func.thy Prolog/Type.thy |
|
28500 | 717 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Prolog |
9015 | 718 |
|
719 |
||
4518 | 720 |
## HOL-W0 |
2527 | 721 |
|
4518 | 722 |
HOL-W0: HOL $(LOG)/HOL-W0.gz |
2527 | 723 |
|
12946 | 724 |
$(LOG)/HOL-W0.gz: $(OUT)/HOL W0/ROOT.ML W0/W0.thy W0/document/root.tex |
28500 | 725 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL W0 |
2527 | 726 |
|
727 |
||
8012 | 728 |
## HOL-MicroJava |
729 |
||
730 |
HOL-MicroJava: HOL $(LOG)/HOL-MicroJava.gz |
|
731 |
||
27164 | 732 |
$(LOG)/HOL-MicroJava.gz: $(OUT)/HOL Library/Executable_Set.thy \ |
733 |
MicroJava/ROOT.ML MicroJava/Comp/AuxLemmas.thy \ |
|
734 |
MicroJava/Comp/CorrComp.thy MicroJava/Comp/CorrCompTp.thy \ |
|
735 |
MicroJava/Comp/DefsComp.thy MicroJava/Comp/Index.thy \ |
|
736 |
MicroJava/Comp/LemmasComp.thy MicroJava/Comp/NatCanonify.thy \ |
|
737 |
MicroJava/Comp/TranslComp.thy MicroJava/Comp/TranslCompTp.thy \ |
|
738 |
MicroJava/Comp/TypeInf.thy MicroJava/J/Conform.thy \ |
|
739 |
MicroJava/J/Eval.thy MicroJava/J/JBasis.thy \ |
|
740 |
MicroJava/J/JTypeSafe.thy MicroJava/J/Decl.thy MicroJava/J/State.thy \ |
|
741 |
MicroJava/J/Term.thy MicroJava/J/Type.thy MicroJava/J/TypeRel.thy \ |
|
742 |
MicroJava/J/WellForm.thy MicroJava/J/Value.thy \ |
|
743 |
MicroJava/J/WellType.thy MicroJava/J/Example.thy \ |
|
744 |
MicroJava/J/JListExample.thy MicroJava/JVM/JVMExec.thy \ |
|
745 |
MicroJava/JVM/JVMInstructions.thy MicroJava/JVM/JVMState.thy \ |
|
746 |
MicroJava/JVM/JVMExecInstr.thy MicroJava/JVM/JVMListExample.thy \ |
|
747 |
MicroJava/JVM/JVMExceptions.thy MicroJava/BV/BVSpec.thy \ |
|
748 |
MicroJava/BV/BVSpecTypeSafe.thy MicroJava/BV/Correct.thy \ |
|
749 |
MicroJava/BV/Err.thy MicroJava/BV/JType.thy MicroJava/BV/JVM.thy \ |
|
750 |
MicroJava/BV/JVMType.thy MicroJava/BV/Kildall.thy \ |
|
751 |
MicroJava/BV/LBVSpec.thy MicroJava/BV/Listn.thy MicroJava/BV/Opt.thy \ |
|
752 |
MicroJava/BV/Product.thy MicroJava/BV/Semilat.thy \ |
|
753 |
MicroJava/BV/Effect.thy MicroJava/BV/EffectMono.thy \ |
|
754 |
MicroJava/BV/Typing_Framework.thy \ |
|
755 |
MicroJava/BV/Typing_Framework_err.thy \ |
|
756 |
MicroJava/BV/Typing_Framework_JVM.thy MicroJava/BV/BVExample.thy \ |
|
757 |
MicroJava/BV/LBVSpec.thy MicroJava/BV/LBVCorrect.thy \ |
|
758 |
MicroJava/BV/LBVComplete.thy MicroJava/BV/LBVJVM.thy \ |
|
759 |
MicroJava/document/root.bib MicroJava/document/root.tex \ |
|
12915 | 760 |
MicroJava/document/introduction.tex |
28500 | 761 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL MicroJava |
11850 | 762 |
|
8012 | 763 |
|
11376 | 764 |
## HOL-NanoJava |
765 |
||
766 |
HOL-NanoJava: HOL $(LOG)/HOL-NanoJava.gz |
|
767 |
||
27164 | 768 |
$(LOG)/HOL-NanoJava.gz: $(OUT)/HOL NanoJava/ROOT.ML NanoJava/Term.thy \ |
769 |
NanoJava/Decl.thy NanoJava/TypeRel.thy NanoJava/State.thy \ |
|
770 |
NanoJava/OpSem.thy NanoJava/AxSem.thy NanoJava/AxSem.thy \ |
|
11376 | 771 |
NanoJava/document/root.bib NanoJava/document/root.tex |
28500 | 772 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL NanoJava |
11850 | 773 |
|
8193 | 774 |
|
12855 | 775 |
## HOL-Bali |
776 |
||
777 |
HOL-Bali: HOL $(LOG)/HOL-Bali.gz |
|
778 |
||
779 |
$(LOG)/HOL-Bali.gz: $(OUT)/HOL Bali/AxCompl.thy Bali/AxExample.thy \ |
|
780 |
Bali/AxSem.thy Bali/AxSound.thy Bali/Basis.thy Bali/Conform.thy \ |
|
781 |
Bali/Decl.thy Bali/DeclConcepts.thy Bali/Eval.thy Bali/Evaln.thy \ |
|
782 |
Bali/Example.thy Bali/Name.thy Bali/ROOT.ML Bali/State.thy \ |
|
783 |
Bali/Table.thy Bali/Term.thy Bali/Trans.thy Bali/Type.thy \ |
|
784 |
Bali/TypeRel.thy Bali/TypeSafe.thy Bali/Value.thy Bali/WellForm.thy \ |
|
27164 | 785 |
Bali/DefiniteAssignment.thy Bali/DefiniteAssignmentCorrect.thy \ |
12855 | 786 |
Bali/WellType.thy Bali/document/root.tex |
28500 | 787 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Bali |
12855 | 788 |
|
789 |
||
13403 | 790 |
## HOL-Extraction |
791 |
||
792 |
HOL-Extraction: HOL $(LOG)/HOL-Extraction.gz |
|
793 |
||
27164 | 794 |
$(LOG)/HOL-Extraction.gz: $(OUT)/HOL Library/Efficient_Nat.thy \ |
795 |
Extraction/Euclid.thy Extraction/Greatest_Common_Divisor.thy \ |
|
796 |
Extraction/Higman.thy Extraction/Pigeonhole.thy \ |
|
797 |
Extraction/QuotRem.thy Extraction/ROOT.ML Extraction/Util.thy \ |
|
798 |
Extraction/Warshall.thy Extraction/document/root.tex \ |
|
13403 | 799 |
Extraction/document/root.bib |
28500 | 800 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Extraction |
13403 | 801 |
|
802 |
||
4518 | 803 |
## HOL-IOA |
804 |
||
805 |
HOL-IOA: HOL $(LOG)/HOL-IOA.gz |
|
2448 | 806 |
|
27164 | 807 |
$(LOG)/HOL-IOA.gz: $(OUT)/HOL IOA/Asig.thy IOA/IOA.thy IOA/ROOT.ML \ |
808 |
IOA/Solve.thy |
|
28500 | 809 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL IOA |
4518 | 810 |
|
811 |
||
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
812 |
## HOL-Lattice |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
813 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
814 |
HOL-Lattice: HOL $(LOG)/HOL-Lattice.gz |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
815 |
|
27164 | 816 |
$(LOG)/HOL-Lattice.gz: $(OUT)/HOL Lattice/Bounds.thy \ |
817 |
Lattice/CompleteLattice.thy Lattice/Lattice.thy Lattice/Orders.thy \ |
|
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
818 |
Lattice/ROOT.ML Lattice/document/root.tex |
28500 | 819 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Lattice |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
820 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
821 |
|
4518 | 822 |
## HOL-ex |
2448 | 823 |
|
4518 | 824 |
HOL-ex: HOL $(LOG)/HOL-ex.gz |
2448 | 825 |
|
27164 | 826 |
$(LOG)/HOL-ex.gz: $(OUT)/HOL Library/Commutative_Ring.thy \ |
30179 | 827 |
Library/Primes.thy ex/Abstract_NAT.thy ex/Antiquote.thy \ |
30429
39acdf031548
moved Decision_Procs examples to Decision_Procs/ex
haftmann
parents:
30400
diff
changeset
|
828 |
ex/Arith_Examples.thy \ |
30179 | 829 |
ex/Arithmetic_Series_Complex.thy ex/BT.thy ex/BinEx.thy \ |
830 |
ex/Binary.thy ex/CTL.thy ex/Chinese.thy ex/Classical.thy \ |
|
831 |
ex/CodegenSML_Test.thy ex/Codegenerator.thy \ |
|
832 |
ex/Codegenerator_Pretty.thy ex/Coherent.thy \ |
|
833 |
ex/Commutative_RingEx.thy ex/Commutative_Ring_Complete.thy \ |
|
30429
39acdf031548
moved Decision_Procs examples to Decision_Procs/ex
haftmann
parents:
30400
diff
changeset
|
834 |
ex/Efficient_Nat_examples.thy \ |
30179 | 835 |
ex/Eval_Examples.thy ex/ExecutableContent.thy \ |
836 |
ex/Formal_Power_Series_Examples.thy ex/Fundefs.thy \ |
|
837 |
ex/Groebner_Examples.thy ex/Guess.thy ex/HarmonicSeries.thy \ |
|
838 |
ex/Hebrew.thy ex/Hex_Bin_Examples.thy ex/Higher_Order_Logic.thy \ |
|
839 |
ex/Hilbert_Classical.thy ex/ImperativeQuicksort.thy \ |
|
27164 | 840 |
ex/Induction_Scheme.thy ex/InductiveInvariant.thy \ |
841 |
ex/InductiveInvariant_examples.thy ex/Intuitionistic.thy \ |
|
30179 | 842 |
ex/Lagrange.thy ex/LocaleTest2.thy ex/MT.thy ex/MergeSort.thy \ |
843 |
ex/Meson_Test.thy ex/MonoidGroup.thy ex/Multiquote.thy ex/NatSum.thy \ |
|
28109 | 844 |
ex/Numeral.thy ex/PER.thy ex/PresburgerEx.thy ex/Primrec.thy \ |
30179 | 845 |
ex/Quickcheck_Examples.thy ex/Quickcheck_Generators.thy ex/ROOT.ML \ |
846 |
ex/Recdefs.thy ex/Records.thy ex/ReflectionEx.thy \ |
|
27164 | 847 |
ex/Refute_Examples.thy ex/SAT_Examples.thy ex/SVC_Oracle.thy \ |
30179 | 848 |
ex/Serbian.thy ex/Sqrt.thy ex/Sqrt_Script.thy ex/Subarray.thy \ |
849 |
ex/Sublist.thy ex/Sudoku.thy ex/Tarski.thy ex/Term_Of_Syntax.thy \ |
|
850 |
ex/Termination.thy ex/Unification.thy ex/document/root.bib \ |
|
30374
7311a1546d85
added predicate compiler, as formally checked prototype, not as user package
haftmann
parents:
30326
diff
changeset
|
851 |
ex/document/root.tex ex/set.thy ex/svc_funcs.ML ex/svc_test.thy \ |
7311a1546d85
added predicate compiler, as formally checked prototype, not as user package
haftmann
parents:
30326
diff
changeset
|
852 |
ex/Predicate_Compile.thy ex/predicate_compile.ML |
28500 | 853 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL ex |
2448 | 854 |
|
855 |
||
6445 | 856 |
## HOL-Isar_examples |
857 |
||
858 |
HOL-Isar_examples: HOL $(LOG)/HOL-Isar_examples.gz |
|
859 |
||
27164 | 860 |
$(LOG)/HOL-Isar_examples.gz: $(OUT)/HOL Isar_examples/BasicLogic.thy \ |
861 |
Isar_examples/Cantor.thy Isar_examples/Drinker.thy \ |
|
862 |
Isar_examples/ExprCompiler.thy Isar_examples/Fibonacci.thy \ |
|
863 |
Isar_examples/Group.thy Isar_examples/Hoare.thy \ |
|
864 |
Isar_examples/HoareEx.thy Isar_examples/KnasterTarski.thy \ |
|
865 |
Isar_examples/MutilatedCheckerboard.thy \ |
|
866 |
Isar_examples/NestedDatatype.thy Isar_examples/Peirce.thy \ |
|
867 |
Isar_examples/Puzzle.thy Isar_examples/Summation.thy \ |
|
868 |
Isar_examples/ROOT.ML Isar_examples/document/proof.sty \ |
|
869 |
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
|
870 |
Isar_examples/document/style.tex Hoare/hoare_tac.ML |
28500 | 871 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Isar_examples |
6445 | 872 |
|
873 |
||
14199 | 874 |
## HOL-SET-Protocol |
875 |
||
876 |
HOL-SET-Protocol: HOL $(LOG)/HOL-SET-Protocol.gz |
|
877 |
||
27164 | 878 |
$(LOG)/HOL-SET-Protocol.gz: $(OUT)/HOL SET-Protocol/ROOT.ML \ |
879 |
SET-Protocol/MessageSET.thy SET-Protocol/EventSET.thy \ |
|
880 |
SET-Protocol/PublicSET.thy SET-Protocol/Cardholder_Registration.thy \ |
|
881 |
SET-Protocol/Merchant_Registration.thy SET-Protocol/Purchase.thy \ |
|
882 |
SET-Protocol/document/root.tex |
|
28500 | 883 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL SET-Protocol |
14199 | 884 |
|
885 |
||
27421 | 886 |
## HOL-Matrix |
14610 | 887 |
|
28637 | 888 |
HOL-Matrix: HOL $(LOG)/HOL-Matrix.gz |
17323 | 889 |
|
28637 | 890 |
$(LOG)/HOL-Matrix.gz: $(OUT)/HOL \ |
27164 | 891 |
$(SRC)/Tools/Compute_Oracle/Compute_Oracle.thy \ |
892 |
$(SRC)/Tools/Compute_Oracle/am_compiler.ML \ |
|
893 |
$(SRC)/Tools/Compute_Oracle/am_interpreter.ML \ |
|
894 |
$(SRC)/Tools/Compute_Oracle/am.ML \ |
|
895 |
$(SRC)/Tools/Compute_Oracle/linker.ML \ |
|
896 |
$(SRC)/Tools/Compute_Oracle/am_ghc.ML \ |
|
897 |
$(SRC)/Tools/Compute_Oracle/am_sml.ML \ |
|
27484 | 898 |
$(SRC)/Tools/Compute_Oracle/compute.ML \ |
29804
e15b74577368
Added new Float theory and moved old Library/Float.thy to ComputeFloat
hoelzl
parents:
29792
diff
changeset
|
899 |
Tools/ComputeFloat.thy Tools/float_arith.ML \ |
27164 | 900 |
Matrix/Matrix.thy Matrix/SparseMatrix.thy Matrix/LP.thy \ |
901 |
Matrix/document/root.tex Matrix/ROOT.ML Matrix/cplex/Cplex.thy \ |
|
902 |
Matrix/cplex/CplexMatrixConverter.ML Matrix/cplex/Cplex_tools.ML \ |
|
903 |
Matrix/cplex/FloatSparseMatrixBuilder.ML Matrix/cplex/fspmlp.ML \ |
|
27484 | 904 |
Matrix/cplex/matrixlp.ML |
28500 | 905 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Matrix |
16873 | 906 |
|
14199 | 907 |
|
4518 | 908 |
## TLA |
909 |
||
910 |
TLA: HOL $(OUT)/TLA |
|
911 |
||
27164 | 912 |
$(OUT)/TLA: $(OUT)/HOL TLA/Action.thy TLA/Init.thy TLA/Intensional.thy \ |
21624 | 913 |
TLA/ROOT.ML TLA/Stfun.thy TLA/TLA.thy |
28500 | 914 |
@cd TLA; $(ISABELLE_TOOL) usedir -b $(OUT)/HOL TLA |
4518 | 915 |
|
916 |
||
917 |
## TLA-Inc |
|
918 |
||
919 |
TLA-Inc: TLA $(LOG)/TLA-Inc.gz |
|
920 |
||
21624 | 921 |
$(LOG)/TLA-Inc.gz: $(OUT)/TLA TLA/Inc/Inc.thy |
28500 | 922 |
@cd TLA; $(ISABELLE_TOOL) usedir $(OUT)/TLA Inc |
4518 | 923 |
|
924 |
||
925 |
## TLA-Buffer |
|
926 |
||
927 |
TLA-Buffer: TLA $(LOG)/TLA-Buffer.gz |
|
2448 | 928 |
|
21624 | 929 |
$(LOG)/TLA-Buffer.gz: $(OUT)/TLA TLA/Buffer/Buffer.thy TLA/Buffer/DBuffer.thy |
28500 | 930 |
@cd TLA; $(ISABELLE_TOOL) usedir $(OUT)/TLA Buffer |
4518 | 931 |
|
932 |
||
933 |
## TLA-Memory |
|
934 |
||
935 |
TLA-Memory: TLA $(LOG)/TLA-Memory.gz |
|
4447 | 936 |
|
27164 | 937 |
$(LOG)/TLA-Memory.gz: $(OUT)/TLA TLA/Memory/MemClerk.thy \ |
938 |
TLA/Memory/MemClerkParameters.thy TLA/Memory/Memory.thy \ |
|
939 |
TLA/Memory/MemoryImplementation.thy TLA/Memory/MemoryParameters.thy \ |
|
940 |
TLA/Memory/ProcedureInterface.thy TLA/Memory/RPC.thy \ |
|
21624 | 941 |
TLA/Memory/RPCMemoryParams.thy TLA/Memory/RPCParameters.thy |
28500 | 942 |
@cd TLA; $(ISABELLE_TOOL) usedir $(OUT)/TLA Memory |
4518 | 943 |
|
944 |
||
19497 | 945 |
## HOL-Nominal |
946 |
||
947 |
HOL-Nominal: HOL $(OUT)/HOL-Nominal |
|
948 |
||
22245
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
949 |
$(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
|
950 |
Nominal/Nominal.thy \ |
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
951 |
Nominal/nominal_atoms.ML \ |
22784
4637b69de71b
Added datatype_case.ML and nominal_fresh_fun.ML.
berghofe
parents:
22657
diff
changeset
|
952 |
Nominal/nominal_fresh_fun.ML \ |
22247 | 953 |
Nominal/nominal_induct.ML \ |
22314 | 954 |
Nominal/nominal_inductive.ML \ |
28652 | 955 |
Nominal/nominal_inductive2.ML \ |
22245
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
956 |
Nominal/nominal_package.ML \ |
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
957 |
Nominal/nominal_permeq.ML \ |
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
958 |
Nominal/nominal_primrec.ML \ |
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
959 |
Nominal/nominal_thmdecls.ML \ |
21542 | 960 |
Library/Infinite_Set.thy |
28500 | 961 |
@cd Nominal; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL HOL-Nominal |
19497 | 962 |
|
963 |
||
964 |
## HOL-Nominal-Examples |
|
965 |
||
966 |
HOL-Nominal-Examples: HOL-Nominal $(LOG)/HOL-Nominal-Examples.gz |
|
967 |
||
19564
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents:
19499
diff
changeset
|
968 |
$(LOG)/HOL-Nominal-Examples.gz: $(OUT)/HOL-Nominal \ |
27163 | 969 |
Nominal/Examples/CK_Machine.thy \ |
22073
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
970 |
Nominal/Examples/CR.thy \ |
22821
15b2e7ec1f3b
alternative and much simpler proof for Church-Rosser of Beta-Reduction
urbanc
parents:
22819
diff
changeset
|
971 |
Nominal/Examples/CR_Takahashi.thy \ |
24152 | 972 |
Nominal/Examples/Class.thy \ |
22073
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
973 |
Nominal/Examples/Compile.thy \ |
25725 | 974 |
Nominal/Examples/Contexts.thy \ |
975 |
Nominal/Examples/Crary.thy \ |
|
22073
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
976 |
Nominal/Examples/Fsub.thy \ |
25725 | 977 |
Nominal/Examples/Height.thy \ |
978 |
Nominal/Examples/Lam_Funs.thy \ |
|
22073
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
979 |
Nominal/Examples/Lambda_mu.thy \ |
25725 | 980 |
Nominal/Examples/LocalWeakening.thy \ |
981 |
Nominal/Examples/ROOT.ML \ |
|
22073
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
982 |
Nominal/Examples/SN.thy \ |
23144 | 983 |
Nominal/Examples/SOS.thy \ |
27624
a925aa66e17a
Added Standardization theory to nominal examples.
berghofe
parents:
27484
diff
changeset
|
984 |
Nominal/Examples/Standardization.thy \ |
24896
70f238757695
added the two new examples from Nominal to the build process
urbanc
parents:
24830
diff
changeset
|
985 |
Nominal/Examples/Support.thy \ |
27032 | 986 |
Nominal/Examples/Type_Preservation.thy \ |
25725 | 987 |
Nominal/Examples/VC_Condition.thy \ |
26195 | 988 |
Nominal/Examples/W.thy \ |
25725 | 989 |
Nominal/Examples/Weakening.thy |
28500 | 990 |
@cd Nominal; $(ISABELLE_TOOL) usedir $(OUT)/HOL-Nominal Examples |
19497 | 991 |
|
992 |
||
24333 | 993 |
## HOL-Word |
994 |
||
995 |
HOL-Word: HOL $(OUT)/HOL-Word |
|
996 |
||
29650 | 997 |
$(OUT)/HOL-Word: $(OUT)/HOL Word/ROOT.ML \ |
28952
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
998 |
Library/Boolean_Algebra.thy \ |
27164 | 999 |
Library/Numeral_Type.thy Word/Num_Lemmas.thy Word/TdThs.thy \ |
1000 |
Word/Size.thy Word/BinGeneral.thy Word/BinOperations.thy \ |
|
1001 |
Word/BinBoolList.thy Word/BitSyntax.thy Word/WordDefinition.thy \ |
|
1002 |
Word/WordArith.thy Word/WordBitwise.thy Word/WordShift.thy \ |
|
29628 | 1003 |
Word/WordGenLib.thy Word/Word.thy Word/document/root.tex \ |
27164 | 1004 |
Word/document/root.bib |
28500 | 1005 |
@cd Word; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL HOL-Word |
24333 | 1006 |
|
1007 |
||
24442 | 1008 |
## HOL-Word-Examples |
1009 |
||
1010 |
HOL-Word-Examples: HOL-Word $(LOG)/HOL-Word-Examples.gz |
|
1011 |
||
27164 | 1012 |
$(LOG)/HOL-Word-Examples.gz: $(OUT)/HOL-Word Word/Examples/ROOT.ML \ |
24442 | 1013 |
Word/Examples/WordExamples.thy |
28500 | 1014 |
@cd Word; $(ISABELLE_TOOL) usedir $(OUT)/HOL-Word Examples |
24442 | 1015 |
|
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
1016 |
|
25171 | 1017 |
## HOL-Statespace |
1018 |
||
1019 |
HOL-Statespace: HOL $(LOG)/HOL-Statespace.gz |
|
1020 |
||
27164 | 1021 |
$(LOG)/HOL-Statespace.gz: $(OUT)/HOL Statespace/DistinctTreeProver.thy \ |
1022 |
Statespace/StateFun.thy Statespace/StateSpaceLocale.thy \ |
|
1023 |
Statespace/StateSpaceSyntax.thy Statespace/StateSpaceEx.thy \ |
|
1024 |
Statespace/distinct_tree_prover.ML Statespace/state_space.ML \ |
|
1025 |
Statespace/state_fun.ML Statespace/document/root.tex |
|
28500 | 1026 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Statespace |
24442 | 1027 |
|
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
1028 |
|
27470 | 1029 |
## HOL-NSA |
1030 |
||
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
1031 |
HOL-NSA: HOL $(OUT)/HOL-NSA |
27470 | 1032 |
|
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
1033 |
$(OUT)/HOL-NSA: $(OUT)/HOL \ |
27470 | 1034 |
NSA/CLim.thy \ |
1035 |
NSA/CStar.thy \ |
|
1036 |
NSA/NSCA.thy \ |
|
1037 |
NSA/NSComplex.thy \ |
|
1038 |
NSA/HDeriv.thy \ |
|
1039 |
NSA/HLim.thy \ |
|
1040 |
NSA/HLog.thy \ |
|
1041 |
NSA/HSEQ.thy \ |
|
1042 |
NSA/HSeries.thy \ |
|
1043 |
NSA/HTranscendental.thy \ |
|
1044 |
NSA/Hypercomplex.thy \ |
|
1045 |
NSA/HyperDef.thy \ |
|
1046 |
NSA/HyperNat.thy \ |
|
1047 |
NSA/Hyperreal.thy \ |
|
1048 |
NSA/hypreal_arith.ML \ |
|
1049 |
NSA/Filter.thy \ |
|
1050 |
NSA/NatStar.thy \ |
|
1051 |
NSA/NSA.thy \ |
|
1052 |
NSA/StarDef.thy \ |
|
1053 |
NSA/Star.thy \ |
|
1054 |
NSA/transfer.ML \ |
|
1055 |
Library/Infinite_Set.thy \ |
|
1056 |
Library/Zorn.thy \ |
|
1057 |
NSA/ROOT.ML |
|
28500 | 1058 |
@cd NSA; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL HOL-NSA |
27470 | 1059 |
|
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
1060 |
|
27470 | 1061 |
## HOL-NSA-Examples |
1062 |
||
1063 |
HOL-NSA-Examples: HOL-NSA $(LOG)/HOL-NSA-Examples.gz |
|
1064 |
||
1065 |
$(LOG)/HOL-NSA-Examples.gz: $(OUT)/HOL-NSA NSA/Examples/ROOT.ML \ |
|
1066 |
NSA/Examples/NSPrimes.thy |
|
28500 | 1067 |
@cd NSA; $(ISABELLE_TOOL) usedir $(OUT)/HOL-NSA Examples |
27470 | 1068 |
|
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
1069 |
|
4518 | 1070 |
## clean |
4447 | 1071 |
|
1072 |
clean: |
|
29748 | 1073 |
@rm -f $(OUT)/HOL-Plain $(OUT)/HOL-Main $(OUT)/HOL \ |
1074 |
$(OUT)/HOL-Nominal $(OUT)/TLA $(LOG)/HOL.gz \ |
|
1075 |
$(LOG)/TLA.gz $(LOG)/HOL-Isar_examples.gz \ |
|
1076 |
$(LOG)/HOL-Induct.gz $(LOG)/HOL-ex.gz \ |
|
1077 |
$(LOG)/HOL-Subst.gz $(LOG)/HOL-IMP.gz \ |
|
1078 |
$(LOG)/HOL-IMPP.gz $(LOG)/HOL-Hoare.gz \ |
|
1079 |
$(LOG)/HOL-HoareParallel.gz $(LOG)/HOL-Lex.gz \ |
|
1080 |
$(LOG)/HOL-Algebra.gz $(LOG)/HOL-Auth.gz \ |
|
1081 |
$(LOG)/HOL-UNITY.gz $(LOG)/HOL-Modelcheck.gz \ |
|
1082 |
$(LOG)/HOL-Lambda.gz $(LOG)/HOL-Bali.gz \ |
|
1083 |
$(LOG)/HOL-MicroJava.gz $(LOG)/HOL-NanoJava.gz \ |
|
1084 |
$(LOG)/HOL-Nominal-Examples.gz $(LOG)/HOL-IOA.gz \ |
|
1085 |
$(LOG)/HOL-Lattice $(LOG)/HOL-Matrix \ |
|
1086 |
$(LOG)/HOL-HahnBanach.gz $(LOG)/HOL-SET-Protocol.gz \ |
|
1087 |
$(LOG)/TLA-Inc.gz $(LOG)/TLA-Buffer.gz \ |
|
1088 |
$(LOG)/TLA-Memory.gz $(LOG)/HOL-Library.gz \ |
|
1089 |
$(LOG)/HOL-Unix.gz $(OUT)/HOL-Word $(LOG)/HOL-Word.gz \ |
|
1090 |
$(LOG)/HOL-Word-Examples.gz $(OUT)/HOL-NSA \ |
|
1091 |
$(LOG)/HOL-NSA.gz $(LOG)/HOL-NSA-Examples.gz |