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