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