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