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