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