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