| author | haftmann | 
| Tue, 07 Nov 2006 14:02:08 +0100 | |
| changeset 21213 | c81f016883df | 
| parent 21192 | 5fe5cd5fede7 | 
| child 21244 | 0e9d222db727 | 
| 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: 
10143diff
changeset | 12 | test: \ | 
| 10255 | 13 | HOL-Library \ | 
| 10157 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 14 | HOL-Auth \ | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
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: 
10143diff
changeset | 21 | HOL-Hoare \ | 
| 13019 | 22 | HOL-HoareParallel \ | 
| 10157 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 23 | HOL-IMP \ | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 24 | HOL-IMPP \ | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 25 | HOL-IOA \ | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 26 | HOL-Induct \ | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 27 | HOL-Isar_examples \ | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 28 | HOL-Lambda \ | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 29 | HOL-Lattice \ | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 30 | HOL-MicroJava \ | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
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: 
10143diff
changeset | 34 | HOL-NumberTheory \ | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 35 | HOL-Prolog \ | 
| 14199 | 36 | HOL-SET-Protocol \ | 
| 10157 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 37 | HOL-Subst \ | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 38 | TLA-Buffer \ | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 39 | TLA-Inc \ | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 40 | TLA-Memory \ | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 41 | HOL-UNITY \ | 
| 10966 | 42 | HOL-Unix \ | 
| 10157 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
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: 
10143diff
changeset | 46 | # ^ this is the sort position | 
| 10614 | 47 | |
| 10157 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
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: 
3222diff
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 \ | |
| 73 | $(SRC)/Provers/Arith/fast_lin_arith.ML $(SRC)/Provers/blast.ML \ | |
| 74 | $(SRC)/Provers/clasimp.ML $(SRC)/Provers/classical.ML \ | |
| 19839 
1704c66e5e7e
updated IsaMakefiles for new location of IsaPlanner.
 dixon parents: 
19803diff
changeset | 75 | $(SRC)/Provers/IsaPlanner/zipper.ML \ | 
| 
1704c66e5e7e
updated IsaMakefiles for new location of IsaPlanner.
 dixon parents: 
19803diff
changeset | 76 | $(SRC)/Provers/IsaPlanner/isand.ML \ | 
| 
1704c66e5e7e
updated IsaMakefiles for new location of IsaPlanner.
 dixon parents: 
19803diff
changeset | 77 | $(SRC)/Provers/IsaPlanner/rw_tools.ML \ | 
| 
1704c66e5e7e
updated IsaMakefiles for new location of IsaPlanner.
 dixon parents: 
19803diff
changeset | 78 | $(SRC)/Provers/IsaPlanner/rw_inst.ML \ | 
| 16019 | 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 \ | |
| 16019 | 82 | $(SRC)/Provers/quasi.ML $(SRC)/Provers/splitter.ML $(SRC)/Provers/trancl.ML \ | 
| 83 | $(SRC)/TFL/casesplit.ML $(SRC)/TFL/dcterm.ML $(SRC)/TFL/post.ML \ | |
| 84 | $(SRC)/TFL/rules.ML $(SRC)/TFL/tfl.ML $(SRC)/TFL/thms.ML \ | |
| 85 | $(SRC)/TFL/thry.ML $(SRC)/TFL/usyntax.ML $(SRC)/TFL/utils.ML \ | |
| 19161 | 86 | Tools/res_atpset.ML \ | 
| 21046 
fe1db2f991a7
moved HOL code generator setup to Code_Generator
 haftmann parents: 
21018diff
changeset | 87 | Binomial.thy Code_Generator.thy Datatype.ML Datatype.thy \ | 
| 20820 
58693343905f
removed obsolete Datatype_Universe.thy (cf. Datatype.thy);
 wenzelm parents: 
20808diff
changeset | 88 | Divides.thy \ | 
| 16019 | 89 | Equiv_Relations.thy Extraction.thy Finite_Set.ML Finite_Set.thy \ | 
| 17384 | 90 | FixedPoint.thy Fun.thy HOL.ML HOL.thy Hilbert_Choice.thy Inductive.thy \ | 
| 20808 | 91 | Integ/IntArith.thy Integ/IntDef.thy Integ/IntDiv.thy \ | 
| 16019 | 92 | Integ/NatBin.thy Integ/NatSimprocs.thy Integ/Numeral.thy \ | 
| 93 | Integ/Parity.thy Integ/Presburger.thy Integ/cooper_dec.ML \ | |
| 17384 | 94 | Integ/cooper_proof.ML Integ/reflected_presburger.ML \ | 
| 17378 
105519771c67
The oracle for Presburger has been changer: It is automatically generated form a verified formaliztion of Cooper's Algorithm ex/Reflected_Presburger.thy
 chaieb parents: 
17330diff
changeset | 95 | Integ/reflected_cooper.ML Integ/int_arith1.ML Integ/int_factor_simprocs.ML \ | 
| 16019 | 96 | Integ/nat_simprocs.ML Integ/presburger.ML Integ/qelim.ML LOrder.thy \ | 
| 17384 | 97 | Lattice_Locales.thy List.ML List.thy Main.ML Main.thy Map.thy \ | 
| 21046 
fe1db2f991a7
moved HOL code generator setup to Code_Generator
 haftmann parents: 
21018diff
changeset | 98 | Nat.ML Nat.thy NatArith.thy OrderedGroup.ML OrderedGroup.thy \ | 
| 16019 | 99 | Orderings.ML Orderings.thy Power.thy PreList.thy Product_Type.thy \ | 
| 100 | ROOT.ML Recdef.thy Reconstruction.thy Record.thy Refute.thy \ | |
| 17618 
1330157e156a
new sat tactic imports resolution proofs from zChaff
 webertj parents: 
17610diff
changeset | 101 | Relation.ML Relation.thy Relation_Power.thy Ring_and_Field.thy SAT.thy Set.ML \ | 
| 17484 
f6a225f97f0a
simplification of the Isabelle-ATP code; hooks for batch generation of problems
 paulson parents: 
17460diff
changeset | 102 | Set.thy SetInterval.thy Sum_Type.thy Tools/ATP/AtpCommunication.ML \ | 
| 20762 | 103 | Tools/ATP/reduce_axiomsN.ML Tools/ATP/watcher.ML \ | 
| 17618 
1330157e156a
new sat tactic imports resolution proofs from zChaff
 webertj parents: 
17610diff
changeset | 104 | Tools/cnf_funcs.ML \ | 
| 16019 | 105 | Tools/datatype_abs_proofs.ML Tools/datatype_aux.ML \ | 
| 20381 | 106 | Tools/datatype_codegen.ML Tools/datatype_hooks.ML Tools/datatype_package.ML \ | 
| 16019 | 107 | Tools/datatype_prop.ML Tools/datatype_realizer.ML \ | 
| 108 | Tools/datatype_rep_proofs.ML Tools/inductive_codegen.ML \ | |
| 21018 
e6b8d6784792
Added new package for inductive definitions, moved old package
 berghofe parents: 
20866diff
changeset | 109 | Tools/inductive_package.ML Tools/old_inductive_package.ML Tools/inductive_realizer.ML Tools/meson.ML \ | 
| 16019 | 110 | Tools/numeral_syntax.ML Tools/primrec_package.ML Tools/prop_logic.ML \ | 
| 18449 | 111 | Tools/polyhash.ML \ | 
| 16019 | 112 | Tools/recdef_package.ML Tools/recfun_codegen.ML \ | 
| 21102 
7f2ebe5c5b72
Conversion to clause form now tolerates Boolean variables without looping.
 paulson parents: 
21085diff
changeset | 113 | Tools/record_package.ML Tools/refute.ML \ | 
| 16019 | 114 | Tools/refute_isar.ML Tools/res_atp.ML Tools/res_axioms.ML \ | 
| 17846 
6fd3261a1be0
deletion of Tools/res_types_sorts; removal of absolute numbering of clauses
 paulson parents: 
17819diff
changeset | 115 | Tools/res_clause.ML Tools/rewrite_hol_proof.ML \ | 
| 17618 
1330157e156a
new sat tactic imports resolution proofs from zChaff
 webertj parents: 
17610diff
changeset | 116 | Tools/sat_funcs.ML \ | 
| 16019 | 117 | Tools/sat_solver.ML Tools/specification_package.ML Tools/split_rule.ML \ | 
| 20425 | 118 | Tools/typecopy_package.ML \ | 
| 20349 | 119 | Tools/typedef_package.ML Tools/typedef_codegen.ML \ | 
| 120 | Transitive_Closure.ML Transitive_Closure.thy \ | |
| 16019 | 121 | Typedef.thy Wellfounded_Recursion.thy Wellfounded_Relations.thy \ | 
| 21151 | 122 | arith_data.ML \ | 
| 18597 | 123 | document/root.tex hologic.ML simpdata.ML ResAtpMethods.thy \ | 
| 19192 | 124 | Tools/res_atp_provers.ML Tools/res_atp_methods.ML \ | 
| 19564 
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
 krauss parents: 
19499diff
changeset | 125 | Tools/res_hol_clause.ML \ | 
| 20535 | 126 | Tools/function_package/sum_tools.ML \ | 
| 19564 
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
 krauss parents: 
19499diff
changeset | 127 | Tools/function_package/fundef_common.ML \ | 
| 
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
 krauss parents: 
19499diff
changeset | 128 | Tools/function_package/fundef_lib.ML \ | 
| 20535 | 129 | Tools/function_package/inductive_wrap.ML \ | 
| 19564 
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
 krauss parents: 
19499diff
changeset | 130 | Tools/function_package/context_tree.ML \ | 
| 
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
 krauss parents: 
19499diff
changeset | 131 | Tools/function_package/fundef_prep.ML \ | 
| 
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
 krauss parents: 
19499diff
changeset | 132 | Tools/function_package/fundef_proof.ML \ | 
| 
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
 krauss parents: 
19499diff
changeset | 133 | Tools/function_package/termination.ML \ | 
| 20535 | 134 | Tools/function_package/pattern_split.ML \ | 
| 135 | Tools/function_package/mutual.ML \ | |
| 19564 
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
 krauss parents: 
19499diff
changeset | 136 | Tools/function_package/fundef_package.ML \ | 
| 
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
 krauss parents: 
19499diff
changeset | 137 | Tools/function_package/auto_term.ML \ | 
| 
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
 krauss parents: 
19499diff
changeset | 138 | Tools/function_package/fundef_datatype.ML \ | 
| 
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
 krauss parents: 
19499diff
changeset | 139 | FunDef.thy Accessible_Part.thy | 
| 16187 | 140 | @$(ISATOOL) usedir $(HOL_USEDIR_OPTIONS) -b -g true $(OUT)/Pure HOL | 
| 4518 | 141 | |
| 13029 | 142 | |
| 13967 
9cdab3186c0b
fixed HOL-Real-HahnBanach (-> HOL-Complex-HahnBanach)
 kleing parents: 
13966diff
changeset | 143 | ## HOL-Complex-HahnBanach | 
| 13029 | 144 | |
| 13967 
9cdab3186c0b
fixed HOL-Real-HahnBanach (-> HOL-Complex-HahnBanach)
 kleing parents: 
13966diff
changeset | 145 | HOL-Complex-HahnBanach: HOL-Complex $(LOG)/HOL-Complex-HahnBanach.gz | 
| 13029 | 146 | |
| 16019 | 147 | $(LOG)/HOL-Complex-HahnBanach.gz: $(OUT)/HOL-Complex \ | 
| 148 | Real/HahnBanach/Bounds.thy Real/HahnBanach/FunctionNorm.thy \ | |
| 149 | Real/HahnBanach/FunctionOrder.thy Real/HahnBanach/HahnBanach.thy \ | |
| 150 | Real/HahnBanach/HahnBanachExtLemmas.thy \ | |
| 151 | Real/HahnBanach/HahnBanachSupLemmas.thy \ | |
| 152 | Real/HahnBanach/Linearform.thy Real/HahnBanach/NormedSpace.thy \ | |
| 153 | Real/HahnBanach/README.html Real/HahnBanach/ROOT.ML \ | |
| 154 | Real/HahnBanach/Subspace.thy Real/HahnBanach/VectorSpace.thy \ | |
| 155 | Real/HahnBanach/ZornLemma.thy Real/HahnBanach/document/root.bib \ | |
| 13029 | 156 | 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: 
13964diff
changeset | 157 | @cd Real; $(ISATOOL) usedir -g true $(OUT)/HOL-Complex HahnBanach | 
| 13029 | 158 | |
| 159 | ||
| 13961 | 160 | ## HOL-Complex | 
| 10751 | 161 | |
| 13966 
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
 paulson parents: 
13964diff
changeset | 162 | HOL-Complex: HOL $(OUT)/HOL-Complex | 
| 10751 | 163 | |
| 16019 | 164 | $(OUT)/HOL-Complex: $(OUT)/HOL Complex/ROOT.ML Library/Zorn.thy \ | 
| 20767 | 165 | Real/ContNotDenum.thy Real/Ferrante_Rackoff.thy Real/float.ML \ | 
| 19640 
40ec89317425
added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
 wenzelm parents: 
19564diff
changeset | 166 | Real/Float.thy Real/Lubs.thy Real/PReal.thy Real/RComplete.thy \ | 
| 
40ec89317425
added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
 wenzelm parents: 
19564diff
changeset | 167 | Real/ROOT.ML Real/Rational.thy Real/Real.thy Real/RealDef.thy \ | 
| 20767 | 168 | Real/RealPow.thy Real/RealVector.thy Real/ferrante_rackoff_proof.ML \ | 
| 19640 
40ec89317425
added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
 wenzelm parents: 
19564diff
changeset | 169 | 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: 
17410diff
changeset | 170 | Hyperreal/StarDef.thy Hyperreal/StarClasses.thy \ | 
| 16019 | 171 | Hyperreal/EvenOdd.thy Hyperreal/Fact.thy Hyperreal/HLog.thy \ | 
| 17330 | 172 | Hyperreal/Filter.thy Hyperreal/HSeries.thy Hyperreal/transfer.ML \ | 
| 16019 | 173 | Hyperreal/HTranscendental.thy Hyperreal/HyperArith.thy \ | 
| 174 | Hyperreal/HyperDef.thy Hyperreal/HyperNat.thy \ | |
| 175 | Hyperreal/HyperPow.thy Hyperreal/Hyperreal.thy \ | |
| 176 | Hyperreal/Integration.thy Hyperreal/Lim.thy Hyperreal/Log.thy \ | |
| 17011 
08f8408853e3
added Hyperreal/Ln, replaced Lfp and Gfp by FixedPoint
 avigad parents: 
16908diff
changeset | 177 | Hyperreal/Ln.thy Hyperreal/MacLaurin.thy Hyperreal/NatStar.thy \ | 
| 16019 | 178 | Hyperreal/NSA.thy Hyperreal/NthRoot.thy Hyperreal/Poly.thy \ | 
| 179 | Hyperreal/SEQ.thy Hyperreal/Series.thy Hyperreal/Star.thy \ | |
| 21164 | 180 | Hyperreal/Taylor.thy Hyperreal/Deriv.thy \ | 
| 16019 | 181 | Hyperreal/Transcendental.thy Hyperreal/fuf.ML Hyperreal/hypreal_arith.ML \ | 
| 182 | Complex/Complex_Main.thy Complex/CLim.thy Complex/CSeries.thy \ | |
| 183 | Complex/CStar.thy Complex/Complex.thy Complex/ComplexBin.thy \ | |
| 20808 | 184 | Complex/NSCA.thy Complex/NSComplex.thy Complex/document/root.tex \ | 
| 185 | Library/Infinite_Set.thy | |
| 15057 | 186 | @cd Complex; $(ISATOOL) usedir -b -g true $(OUT)/HOL HOL-Complex | 
| 10751 | 187 | |
| 7395 | 188 | |
| 13961 | 189 | ## HOL-Complex-ex | 
| 7392 | 190 | |
| 13961 | 191 | HOL-Complex-ex: HOL-Complex $(LOG)/HOL-Complex-ex.gz | 
| 7535 
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
 wenzelm parents: 
7513diff
changeset | 192 | |
| 13961 | 193 | $(LOG)/HOL-Complex-ex.gz: $(OUT)/HOL-Complex Library/Primes.thy \ | 
| 194 | Complex/ex/ROOT.ML Complex/ex/document/root.tex \ | |
| 19640 
40ec89317425
added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
 wenzelm parents: 
19564diff
changeset | 195 | Complex/ex/BigO_Complex.thy Complex/ex/BinEx.thy Complex/ex/Ferrante_Rackoff_Ex.thy \ | 
| 17198 | 196 | Complex/ex/NSPrimes.thy Complex/ex/Sqrt.thy Complex/ex/Sqrt_Script.thy | 
| 13961 | 197 | @cd Complex; $(ISATOOL) usedir $(OUT)/HOL-Complex ex | 
| 7535 
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
 wenzelm parents: 
7513diff
changeset | 198 | |
| 
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
 wenzelm parents: 
7513diff
changeset | 199 | |
| 10255 | 200 | ## HOL-Library | 
| 201 | ||
| 202 | HOL-Library: HOL $(LOG)/HOL-Library.gz | |
| 203 | ||
| 19564 
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
 krauss parents: 
19499diff
changeset | 204 | $(LOG)/HOL-Library.gz: $(OUT)/HOL \ | 
| 19944 | 205 | Library/SetsAndFunctions.thy Library/BigO.thy Library/Ramsey.thy \ | 
| 19039 | 206 | Library/EfficientNat.thy Library/ExecutableSet.thy Library/ExecutableRat.thy \ | 
| 20808 | 207 | Library/MLString.thy Library/Infinite_Set.thy \ | 
| 17637 | 208 | Library/FuncSet.thy Library/Library.thy \ | 
| 21192 | 209 | 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: 
14264diff
changeset | 210 | 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: 
14482diff
changeset | 211 | Library/Nat_Infinity.thy Library/Word.thy Library/word_setup.ML \ | 
| 11349 
fcb507c945c3
added Library/Nat_Infinity.thy and Library/Continuity.thy
 oheimb parents: 
11287diff
changeset | 212 | Library/README.html Library/Continuity.thy \ | 
| 14365 
3d4df8c166ae
replacing HOL/Real/PRat, PNat by the rational number development
 paulson parents: 
14355diff
changeset | 213 | Library/Nested_Environment.thy Library/Zorn.thy\ | 
| 12816 | 214 | Library/Library/ROOT.ML Library/Library/document/root.tex \ | 
| 15731 | 215 | Library/Library/document/root.bib Library/While_Combinator.thy \ | 
| 216 | Library/Product_ord.thy Library/Char_ord.thy \ | |
| 18397 | 217 | Library/List_lexord.thy Library/Commutative_Ring.thy Library/comm_ring.ML \ | 
| 19234 | 218 | Library/Coinductive_List.thy Library/AssocList.thy | 
| 11398 
d7711be8c3a9
Library/ROOT.ML moved to Library/Library/ROOT.ML to avoid accidential
 wenzelm parents: 
11394diff
changeset | 219 | @cd Library; $(ISATOOL) usedir $(OUT)/HOL Library | 
| 10255 | 220 | |
| 221 | ||
| 4518 | 222 | ## HOL-Subst | 
| 223 | ||
| 224 | HOL-Subst: HOL $(LOG)/HOL-Subst.gz | |
| 225 | ||
| 15635 | 226 | $(LOG)/HOL-Subst.gz: $(OUT)/HOL Subst/AList.thy \ | 
| 227 | Subst/ROOT.ML Subst/Subst.thy Subst/UTerm.thy Subst/Unifier.thy \ | |
| 4518 | 228 | Subst/Unify.thy | 
| 229 | @$(ISATOOL) usedir $(OUT)/HOL Subst | |
| 2448 | 230 | |
| 231 | ||
| 4518 | 232 | ## HOL-Induct | 
| 2473 | 233 | |
| 4518 | 234 | HOL-Induct: HOL $(LOG)/HOL-Induct.gz | 
| 3125 | 235 | |
| 10255 | 236 | $(LOG)/HOL-Induct.gz: $(OUT)/HOL \ | 
| 13075 
d3e1d554cd6d
conversion of some HOL/Induct proof scripts to Isar
 paulson parents: 
13059diff
changeset | 237 | Induct/Com.thy Induct/Comb.thy Induct/LFilter.thy \ | 
| 
d3e1d554cd6d
conversion of some HOL/Induct proof scripts to Isar
 paulson parents: 
13059diff
changeset | 238 | Induct/LList.thy Induct/Mutil.thy Induct/Ordinals.thy \ | 
| 15172 | 239 | Induct/PropLog.thy Induct/QuoNestedDataType.thy Induct/QuoDataType.thy\ | 
| 240 | Induct/ROOT.ML \ | |
| 13079 
e7738aa7267f
conversion of Induct/{Slist,Sexp} to Isar scripts
 paulson parents: 
13075diff
changeset | 241 | Induct/Sexp.thy Induct/Sigma_Algebra.thy \ | 
| 
e7738aa7267f
conversion of Induct/{Slist,Sexp} to Isar scripts
 paulson parents: 
13075diff
changeset | 242 | Induct/SList.thy Induct/ABexp.thy Induct/Term.thy \ | 
| 11046 
b5f5942781a0
Induct: converted some theories to new-style format;
 wenzelm parents: 
11026diff
changeset | 243 | Induct/Tree.thy Induct/document/root.tex | 
| 3125 | 244 | @$(ISATOOL) usedir $(OUT)/HOL Induct | 
| 245 | ||
| 246 | ||
| 4518 | 247 | ## HOL-IMP | 
| 248 | ||
| 249 | HOL-IMP: HOL $(LOG)/HOL-IMP.gz | |
| 2448 | 250 | |
| 13129 | 251 | $(LOG)/HOL-IMP.gz: $(OUT)/HOL IMP/Com.thy IMP/Compiler0.thy IMP/Compiler.thy \ | 
| 12432 | 252 | IMP/Denotation.thy IMP/Expr.thy IMP/Hoare.thy \ | 
| 253 | IMP/Natural.thy IMP/Examples.thy \ | |
| 254 | IMP/Transition.thy IMP/VC.thy IMP/ROOT.ML IMP/document/root.tex \ | |
| 255 | IMP/document/root.bib | |
| 12548 | 256 | @$(ISATOOL) usedir -g true $(OUT)/HOL IMP | 
| 2448 | 257 | |
| 258 | ||
| 8179 | 259 | ## HOL-IMPP | 
| 260 | ||
| 261 | HOL-IMPP: HOL $(LOG)/HOL-IMPP.gz | |
| 262 | ||
| 19803 | 263 | $(LOG)/HOL-IMPP.gz: $(OUT)/HOL IMPP/ROOT.ML IMPP/Com.thy \ | 
| 264 | IMPP/Natural.thy IMPP/Hoare.thy IMPP/Misc.thy IMPP/EvenOdd.thy | |
| 8179 | 265 | @$(ISATOOL) usedir $(OUT)/HOL IMPP | 
| 266 | ||
| 267 | ||
| 14516 | 268 | ## HOL-Complex-Import | 
| 269 | ||
| 19097 | 270 | IMPORTER_FILES = Import/lazy_seq.ML Import/proof_kernel.ML Import/replay.ML \ | 
| 20610 | 271 | Import/shuffler.ML Import/MakeEqual.thy Import/HOL4Setup.thy \ | 
| 14516 | 272 | Import/HOL4Syntax.thy Import/HOL4Compat.thy Import/import_syntax.ML \ | 
| 273 | Import/hol4rews.ML Import/import_package.ML Import/ROOT.ML | |
| 274 | ||
| 17323 | 275 | IMPORTER_HOLLIGHT_FILES = Import/proof_kernel.ML Import/replay.ML \ | 
| 276 | Import/shuffler.ML Import/MakeEqual.thy Import/HOL4Setup.thy \ | |
| 277 | Import/HOL4Syntax.thy Import/HOLLightCompat.thy Import/import_syntax.ML \ | |
| 278 | Import/hol4rews.ML Import/import_package.ML Import/ROOT.ML | |
| 279 | ||
| 14516 | 280 | HOL-Complex-Import: HOL-Complex $(LOG)/HOL-Complex-Import.gz | 
| 281 | ||
| 282 | $(LOG)/HOL-Complex-Import.gz: $(OUT)/HOL-Complex $(IMPORTER_FILES) | |
| 283 | @$(ISATOOL) usedir $(OUT)/HOL-Complex Import | |
| 284 | ||
| 285 | ||
| 286 | ## HOL-Complex-Generate-HOL | |
| 287 | ||
| 288 | HOL-Complex-Generate-HOL: HOL-Complex $(LOG)/HOL-Complex-Generate-HOL.gz | |
| 289 | ||
| 290 | $(LOG)/HOL-Complex-Generate-HOL.gz: $(OUT)/HOL-Complex $(IMPORTER_FILES) \ | |
| 291 | Import/Generate-HOL/GenHOL4Base.thy Import/Generate-HOL/GenHOL4Prob.thy \ | |
| 292 | Import/Generate-HOL/GenHOL4Real.thy Import/Generate-HOL/GenHOL4Vec.thy \ | |
| 293 | Import/Generate-HOL/GenHOL4Word32.thy Import/Generate-HOL/ROOT.ML | |
| 294 | @cd Import; $(ISATOOL) usedir $(OUT)/HOL-Complex Generate-HOL | |
| 295 | ||
| 17460 | 296 | |
| 297 | ## HOL-Complex-Generate-HOLLight | |
| 298 | ||
| 17323 | 299 | HOL-Complex-Generate-HOLLight: HOL-Complex $(LOG)/HOL-Complex-Generate-HOLLight.gz | 
| 300 | ||
| 301 | $(LOG)/HOL-Complex-Generate-HOLLight.gz: $(OUT)/HOL-Complex $(IMPORTER_HOLLIGHT_FILES) \ | |
| 302 | Import/Generate-HOLLight/GenHOLLight.thy Import/Generate-HOLLight/ROOT.ML | |
| 303 | @cd Import; $(ISATOOL) usedir $(OUT)/HOL-Complex Generate-HOLLight | |
| 14516 | 304 | |
| 17460 | 305 | |
| 14516 | 306 | ## HOL-Import-HOL | 
| 307 | ||
| 14626 
dfb8d2977263
renamed HOL-Import-HOL to HOL4, added to images target
 kleing parents: 
14610diff
changeset | 308 | HOL4: HOL-Complex $(LOG)/HOL4.gz | 
| 14516 | 309 | |
| 310 | HOL_IMPORT_FILES = arithmetic.imp bits.imp boolean_sequence.imp bool.imp \ | |
| 311 | bword_arith.imp bword_bitop.imp bword_num.imp combin.imp divides.imp \ | |
| 312 | hrat.imp hreal.imp ind_type.imp lim.imp list.imp marker.imp nets.imp \ | |
| 313 | numeral.imp num.imp one.imp operator.imp option.imp pair.imp poly.imp \ | |
| 314 | powser.imp pred_set.imp prime.imp prim_rec.imp prob_algebra.imp \ | |
| 315 | prob_canon.imp prob_extra.imp prob.imp prob_indep.imp prob_pseudo.imp \ | |
| 316 | prob_uniform.imp realax.imp real.imp relation.imp res_quan.imp rich_list.imp \ | |
| 317 | seq.imp state_transformer.imp sum.imp topology.imp transc.imp word32.imp \ | |
| 318 | word_base.imp word_bitop.imp word_num.imp | |
| 319 | ||
| 14626 
dfb8d2977263
renamed HOL-Import-HOL to HOL4, added to images target
 kleing parents: 
14610diff
changeset | 320 | $(LOG)/HOL4.gz: $(OUT)/HOL-Complex $(IMPORTER_FILES) \ | 
| 14516 | 321 | $(HOL_IMPORT_FILES:%=Import/HOL/%) Import/HOL/HOL4Base.thy \ | 
| 322 | Import/HOL/HOL4Prob.thy Import/HOL/HOL4Real.thy Import/HOL/HOL4Vec.thy \ | |
| 323 | Import/HOL/HOL4Word32.thy Import/HOL/HOL4.thy Import/HOL/ROOT.ML | |
| 14626 
dfb8d2977263
renamed HOL-Import-HOL to HOL4, added to images target
 kleing parents: 
14610diff
changeset | 324 | @cd Import/HOL; $(ISATOOL) usedir -b $(OUT)/HOL-Complex HOL4 | 
| 14516 | 325 | |
| 17645 | 326 | HOLLight: HOL-Complex $(LOG)/HOLLight.gz | 
| 327 | ||
| 328 | $(LOG)/HOLLight.gz: $(OUT)/HOL-Complex $(IMPORTER_HOLLIGHT_FILES) \ | |
| 329 | Import/HOLLight/hollight.imp Import/HOLLight/HOLLight.thy \ | |
| 330 | Import/HOLLight/ROOT.ML | |
| 331 | @cd Import/HOLLight; $(ISATOOL) usedir -b $(OUT)/HOL-Complex HOLLight | |
| 332 | ||
| 14516 | 333 | |
| 9510 | 334 | ## HOL-NumberTheory | 
| 335 | ||
| 336 | HOL-NumberTheory: HOL $(LOG)/HOL-NumberTheory.gz | |
| 337 | ||
| 338 | $(LOG)/HOL-NumberTheory.gz: $(OUT)/HOL \ | |
| 11363 | 339 | Library/Permutation.thy Library/Primes.thy NumberTheory/Fib.thy \ | 
| 11049 
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
 wenzelm parents: 
11046diff
changeset | 340 | NumberTheory/Factorization.thy NumberTheory/BijectionRel.thy \ | 
| 
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
 wenzelm parents: 
11046diff
changeset | 341 | NumberTheory/Chinese.thy NumberTheory/EulerFermat.thy \ | 
| 
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
 wenzelm parents: 
11046diff
changeset | 342 | NumberTheory/IntFact.thy NumberTheory/IntPrimes.thy \ | 
| 
7eef34adb852
HOL-NumberTheory: converted to new-style format and proper document setup;
 wenzelm parents: 
11046diff
changeset | 343 | NumberTheory/WilsonBij.thy NumberTheory/WilsonRuss.thy \ | 
| 13873 | 344 | NumberTheory/Finite2.thy NumberTheory/Int2.thy NumberTheory/EvenOdd.thy\ | 
| 345 | NumberTheory/Residues.thy NumberTheory/Euler.thy NumberTheory/Gauss.thy\ | |
| 20808 | 346 | NumberTheory/Quadratic_Reciprocity.thy Library/Infinite_Set.thy\ | 
| 9510 | 347 | NumberTheory/ROOT.ML | 
| 11850 | 348 | @$(ISATOOL) usedir -g true $(OUT)/HOL NumberTheory | 
| 9510 | 349 | |
| 350 | ||
| 4518 | 351 | ## HOL-Hoare | 
| 352 | ||
| 353 | HOL-Hoare: HOL $(LOG)/HOL-Hoare.gz | |
| 2448 | 354 | |
| 19802 | 355 | $(LOG)/HOL-Hoare.gz: $(OUT)/HOL Hoare/Arith2.thy \ | 
| 13697 | 356 | Hoare/Examples.thy Hoare/hoare.ML Hoare/Hoare.thy \ | 
| 13875 | 357 | Hoare/Heap.thy Hoare/HeapSyntax.thy Hoare/Pointer_Examples.thy \ | 
| 358 | Hoare/ROOT.ML Hoare/ExamplesAbort.thy Hoare/HeapSyntaxAbort.thy \ | |
| 14075 | 359 | Hoare/hoareAbort.ML Hoare/HoareAbort.thy Hoare/SchorrWaite.thy \ | 
| 19402 | 360 | Hoare/Separation.thy Hoare/SepLogHeap.thy \ | 
| 361 | Hoare/document/root.tex Hoare/document/root.bib | |
| 2826 | 362 | @$(ISATOOL) usedir $(OUT)/HOL Hoare | 
| 2448 | 363 | |
| 364 | ||
| 12996 | 365 | ## HOL-HoareParallel | 
| 366 | ||
| 367 | HOL-HoareParallel: HOL $(LOG)/HOL-HoareParallel.gz | |
| 368 | ||
| 369 | $(LOG)/HOL-HoareParallel.gz: $(OUT)/HOL HoareParallel/Gar_Coll.thy \ | |
| 370 | HoareParallel/Graph.thy HoareParallel/Mul_Gar_Coll.thy \ | |
| 371 | HoareParallel/OG_Com.thy HoareParallel/OG_Examples.thy \ | |
| 372 | HoareParallel/OG_Hoare.thy HoareParallel/OG_Syntax.thy \ | |
| 373 | HoareParallel/OG_Tactics.thy HoareParallel/OG_Tran.thy \ | |
| 13019 | 374 | HoareParallel/Quote_Antiquote.thy \ | 
| 12996 | 375 | HoareParallel/RG_Com.thy HoareParallel/RG_Examples.thy \ | 
| 376 | HoareParallel/RG_Hoare.thy HoareParallel/RG_Syntax.thy \ | |
| 377 | HoareParallel/RG_Tran.thy HoareParallel/ROOT.ML \ | |
| 19402 | 378 | HoareParallel/document/root.tex HoareParallel/document/root.bib | 
| 13029 | 379 | @$(ISATOOL) usedir -g true $(OUT)/HOL HoareParallel | 
| 12996 | 380 | |
| 381 | ||
| 7999 
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
 paulson parents: 
7985diff
changeset | 382 | ## HOL-Algebra | 
| 
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
 paulson parents: 
7985diff
changeset | 383 | |
| 
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
 paulson parents: 
7985diff
changeset | 384 | HOL-Algebra: HOL $(LOG)/HOL-Algebra.gz | 
| 
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
 paulson parents: 
7985diff
changeset | 385 | |
| 
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
 paulson parents: 
7985diff
changeset | 386 | $(LOG)/HOL-Algebra.gz: $(OUT)/HOL Algebra/ROOT.ML \ | 
| 13949 
0ce528cd6f19
HOL-Algebra complete for release Isabelle2003 (modulo section headers).
 ballarin parents: 
13943diff
changeset | 387 | Library/Primes.thy Library/FuncSet.thy \ | 
| 20318 
0e0ea63fe768
Restructured algebra library, added ideals and quotient rings.
 ballarin parents: 
19997diff
changeset | 388 | Algebra/AbelCoset.thy \ | 
| 13943 | 389 | Algebra/Bij.thy \ | 
| 13870 
cf947d1ec5ff
moved Exponent, Coset, Sylow from GroupTheory to Algebra, converting them
 paulson parents: 
13858diff
changeset | 390 | Algebra/Coset.thy \ | 
| 
cf947d1ec5ff
moved Exponent, Coset, Sylow from GroupTheory to Algebra, converting them
 paulson parents: 
13858diff
changeset | 391 | Algebra/Exponent.thy \ | 
| 13939 | 392 | Algebra/FiniteProduct.thy \ | 
| 393 | Algebra/Group.thy \ | |
| 20318 
0e0ea63fe768
Restructured algebra library, added ideals and quotient rings.
 ballarin parents: 
19997diff
changeset | 394 | Algebra/Ideal.thy \ | 
| 14551 | 395 | Algebra/Lattice.thy \ | 
| 13939 | 396 | Algebra/Module.thy \ | 
| 20318 
0e0ea63fe768
Restructured algebra library, added ideals and quotient rings.
 ballarin parents: 
19997diff
changeset | 397 | Algebra/Ring.thy \ | 
| 13870 
cf947d1ec5ff
moved Exponent, Coset, Sylow from GroupTheory to Algebra, converting them
 paulson parents: 
13858diff
changeset | 398 | Algebra/Sylow.thy \ | 
| 13939 | 399 | Algebra/UnivPoly.thy \ | 
| 20318 
0e0ea63fe768
Restructured algebra library, added ideals and quotient rings.
 ballarin parents: 
19997diff
changeset | 400 | Algebra/IntRing.thy \ | 
| 
0e0ea63fe768
Restructured algebra library, added ideals and quotient rings.
 ballarin parents: 
19997diff
changeset | 401 | Algebra/QuotRing.thy \ | 
| 
0e0ea63fe768
Restructured algebra library, added ideals and quotient rings.
 ballarin parents: 
19997diff
changeset | 402 | Algebra/RingHom.thy \ | 
| 7999 
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
 paulson parents: 
7985diff
changeset | 403 | Algebra/abstract/Abstract.thy \ | 
| 
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
 paulson parents: 
7985diff
changeset | 404 | Algebra/abstract/Factor.ML Algebra/abstract/Factor.thy \ | 
| 
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
 paulson parents: 
7985diff
changeset | 405 | Algebra/abstract/Field.thy \ | 
| 20318 
0e0ea63fe768
Restructured algebra library, added ideals and quotient rings.
 ballarin parents: 
19997diff
changeset | 406 | Algebra/abstract/Ideal2.ML Algebra/abstract/Ideal2.thy \ | 
| 7999 
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
 paulson parents: 
7985diff
changeset | 407 | Algebra/abstract/PID.thy \ | 
| 20318 
0e0ea63fe768
Restructured algebra library, added ideals and quotient rings.
 ballarin parents: 
19997diff
changeset | 408 | Algebra/abstract/Ring2.ML Algebra/abstract/Ring2.thy \ | 
| 7999 
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
 paulson parents: 
7985diff
changeset | 409 | Algebra/abstract/RingHomo.ML Algebra/abstract/RingHomo.thy\ | 
| 13735 | 410 | Algebra/abstract/order.ML \ | 
| 13949 
0ce528cd6f19
HOL-Algebra complete for release Isabelle2003 (modulo section headers).
 ballarin parents: 
13943diff
changeset | 411 | Algebra/document/root.tex \ | 
| 7999 
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
 paulson parents: 
7985diff
changeset | 412 | Algebra/poly/LongDiv.ML Algebra/poly/LongDiv.thy \ | 
| 
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
 paulson parents: 
7985diff
changeset | 413 | Algebra/poly/PolyHomo.ML Algebra/poly/PolyHomo.thy \ | 
| 
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
 paulson parents: 
7985diff
changeset | 414 | Algebra/poly/Polynomial.thy \ | 
| 13939 | 415 | Algebra/poly/UnivPoly2.ML Algebra/poly/UnivPoly2.thy \ | 
| 416 | Algebra/ringsimp.ML | |
| 14578 | 417 | @cd Algebra; $(ISATOOL) usedir -b -g true $(OUT)/HOL HOL-Algebra | 
| 7999 
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
 paulson parents: 
7985diff
changeset | 418 | |
| 4518 | 419 | ## HOL-Auth | 
| 3819 | 420 | |
| 4518 | 421 | HOL-Auth: HOL $(LOG)/HOL-Auth.gz | 
| 3819 | 422 | |
| 14132 | 423 | $(LOG)/HOL-Auth.gz: $(OUT)/HOL Library/NatPair.thy \ | 
| 13926 | 424 | Auth/CertifiedEmail.thy Auth/Event.thy \ | 
| 425 | Auth/Message.thy Auth/NS_Public.thy Auth/NS_Public_Bad.thy \ | |
| 18886 | 426 | Auth/NS_Shared.thy Auth/OtwayRees.thy Auth/OtwayReesBella.thy Auth/OtwayRees_AN.thy \ | 
| 13923 | 427 | Auth/OtwayRees_Bad.thy Auth/Public.thy Auth/ROOT.ML \ | 
| 13926 | 428 | Auth/Recur.thy Auth/Shared.thy \ | 
| 18886 | 429 | Auth/TLS.thy Auth/WooLam.thy Auth/Kerberos_BAN.thy Auth/Kerberos_BAN_Gets.thy \ | 
| 430 | Auth/KerberosIV.thy Auth/KerberosIV_Gets.thy Auth/KerberosV.thy \ | |
| 13508 | 431 | Auth/Yahalom.thy Auth/Yahalom2.thy Auth/Yahalom_Bad.thy \ | 
| 14145 
2e31b8cc8788
ZhouGollmann: new example (fair non-repudiation protocol)
 paulson parents: 
14132diff
changeset | 432 | Auth/ZhouGollmann.thy \ | 
| 13508 | 433 | Auth/Guard/Analz.thy Auth/Guard/Extensions.thy Auth/Guard/GuardK.thy \ | 
| 434 | Auth/Guard/Guard_Public.thy Auth/Guard/Guard_Shared.thy \ | |
| 435 | 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: 
17384diff
changeset | 436 | Auth/Guard/Guard_NS_Public.thy Auth/Guard/Guard_OtwayRees.thy \ | 
| 13508 | 437 | 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: 
17384diff
changeset | 438 | Auth/Guard/Proto.thy Auth/Guard/Guard_Yahalom.thy\ | 
| 18886 | 439 | Auth/Smartcard/EventSC.thy Auth/Smartcard/ShoupRubinBella.thy\ | 
| 440 | Auth/Smartcard/ShoupRubin.thy Auth/Smartcard/Smartcard.thy\ | |
| 14150 | 441 | Auth/document/root.tex | 
| 13964 | 442 | @$(ISATOOL) usedir -g true $(OUT)/HOL Auth | 
| 2448 | 443 | |
| 444 | ||
| 4777 | 445 | ## HOL-UNITY | 
| 446 | ||
| 447 | HOL-UNITY: HOL $(LOG)/HOL-UNITY.gz | |
| 448 | ||
| 10787 | 449 | $(LOG)/HOL-UNITY.gz: $(OUT)/HOL Library/Multiset.thy UNITY/ROOT.ML \ | 
| 13790 | 450 | UNITY/UNITY_Main.thy UNITY/UNITY_tactics.ML \ | 
| 13797 | 451 | UNITY/Comp.thy UNITY/Constrains.thy UNITY/Detects.thy UNITY/ELT.thy \ | 
| 13853 
89131afa9f01
New theory ProgressSets.  Definition of closure sets
 paulson parents: 
13851diff
changeset | 452 | UNITY/Extend.thy UNITY/FP.thy UNITY/Follows.thy UNITY/Guar.thy\ | 
| 
89131afa9f01
New theory ProgressSets.  Definition of closure sets
 paulson parents: 
13851diff
changeset | 453 | UNITY/Lift_prog.thy UNITY/ListOrder.thy UNITY/ProgressSets.thy\ | 
| 
89131afa9f01
New theory ProgressSets.  Definition of closure sets
 paulson parents: 
13851diff
changeset | 454 | UNITY/PPROD.thy UNITY/Project.thy UNITY/Rename.thy UNITY/Transformers.thy\ | 
| 13797 | 455 | UNITY/SubstAx.thy UNITY/UNITY.thy UNITY/Union.thy UNITY/WFair.thy \ | 
| 13790 | 456 | UNITY/Simple/Channel.thy UNITY/Simple/Common.thy \ | 
| 457 | UNITY/Simple/Deadlock.thy UNITY/Simple/Lift.thy UNITY/Simple/Mutex.thy \ | |
| 14199 | 458 | UNITY/Simple/NSP_Bad.thy UNITY/Simple/Network.thy\ | 
| 13790 | 459 | UNITY/Simple/Reach.thy UNITY/Simple/Reachability.thy UNITY/Simple/Token.thy\ | 
| 11193 
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
 paulson parents: 
11191diff
changeset | 460 | UNITY/Comp/Alloc.ML UNITY/Comp/Alloc.thy \ | 
| 14089 
7b34f58b1b81
converted UNITY/Comp/{AllocImpl,Client} to Isar scripts
 paulson parents: 
14088diff
changeset | 461 | UNITY/Comp/AllocBase.thy UNITY/Comp/AllocImpl.thy UNITY/Comp/Client.thy \ | 
| 14088 
61bd46feb919
converted Counter, Counterc and PriorityAux to Isar scripts (all HOL/UNITY/Comp)
 paulson parents: 
14087diff
changeset | 462 | UNITY/Comp/Counter.thy UNITY/Comp/Counterc.thy UNITY/Comp/Handshake.thy \ | 
| 
61bd46feb919
converted Counter, Counterc and PriorityAux to Isar scripts (all HOL/UNITY/Comp)
 paulson parents: 
14087diff
changeset | 463 | UNITY/Comp/PriorityAux.thy \ | 
| 14087 
cb07c3948668
Conversion of UNITY/Comp/Priority.thy to a linear Isar script
 paulson parents: 
14075diff
changeset | 464 | UNITY/Comp/Priority.thy UNITY/Comp/Progress.thy \ | 
| 14150 | 465 | UNITY/Comp/TimerArray.thy\ | 
| 466 | UNITY/document/root.tex | |
| 467 | @$(ISATOOL) usedir -g true $(OUT)/HOL UNITY | |
| 4777 | 468 | |
| 469 | ||
| 10966 | 470 | ## HOL-Unix | 
| 471 | ||
| 472 | HOL-Unix: HOL $(LOG)/HOL-Unix.gz | |
| 473 | ||
| 474 | $(LOG)/HOL-Unix.gz: $(OUT)/HOL Library/Nested_Environment.thy \ | |
| 475 | Library/List_Prefix.thy Unix/ROOT.ML Unix/Unix.thy \ | |
| 476 | Unix/document/root.bib Unix/document/root.tex | |
| 477 | @$(ISATOOL) usedir $(OUT)/HOL Unix | |
| 478 | ||
| 19203 | 479 | ## HOL-ZF | 
| 480 | ||
| 481 | HOL-ZF: HOL $(LOG)/HOL-ZF.gz | |
| 482 | ||
| 483 | $(LOG)/HOL-ZF.gz: $(OUT)/HOL ZF/ROOT.ML \ | |
| 484 | ZF/Helper.thy ZF/LProd.thy ZF/HOLZF.thy \ | |
| 485 | ZF/MainZF.thy ZF/Games.thy ZF/document/root.tex | |
| 486 | @$(ISATOOL) usedir $(OUT)/HOL ZF | |
| 10966 | 487 | |
| 4518 | 488 | ## HOL-Modelcheck | 
| 489 | ||
| 490 | HOL-Modelcheck: HOL $(LOG)/HOL-Modelcheck.gz | |
| 3218 | 491 | |
| 4518 | 492 | $(LOG)/HOL-Modelcheck.gz: $(OUT)/HOL Modelcheck/CTL.thy \ | 
| 17287 | 493 | Modelcheck/EindhovenExample.thy Modelcheck/EindhovenSyn.ML \ | 
| 494 | Modelcheck/EindhovenSyn.thy Modelcheck/MuCalculus.thy \ | |
| 495 | Modelcheck/MuckeExample1.thy Modelcheck/MuckeExample2.thy \ | |
| 6474 | 496 | Modelcheck/MuckeSyn.ML Modelcheck/MuckeSyn.thy Modelcheck/ROOT.ML \ | 
| 497 | Modelcheck/mucke_oracle.ML | |
| 3218 | 498 | @$(ISATOOL) usedir $(OUT)/HOL Modelcheck | 
| 499 | ||
| 500 | ||
| 4518 | 501 | ## HOL-Lambda | 
| 2448 | 502 | |
| 4518 | 503 | HOL-Lambda: HOL $(LOG)/HOL-Lambda.gz | 
| 2448 | 504 | |
| 19564 
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
 krauss parents: 
19499diff
changeset | 505 | $(LOG)/HOL-Lambda.gz: $(OUT)/HOL \ | 
| 10255 | 506 | Lambda/Commutation.thy Lambda/Eta.thy Lambda/InductTermi.thy Lambda/Lambda.thy \ | 
| 9771 | 507 | Lambda/ListApplication.thy Lambda/ListBeta.thy Lambda/ListOrder.thy \ | 
| 14070 
86c56794b641
Added new theories StrongNorm and WeakNorm to Lambda example.
 berghofe parents: 
14044diff
changeset | 508 | Lambda/ParRed.thy Lambda/StrongNorm.thy Lambda/Type.thy \ | 
| 
86c56794b641
Added new theories StrongNorm and WeakNorm to Lambda example.
 berghofe parents: 
14044diff
changeset | 509 | Lambda/WeakNorm.thy Lambda/ROOT.ML \ | 
| 
86c56794b641
Added new theories StrongNorm and WeakNorm to Lambda example.
 berghofe parents: 
14044diff
changeset | 510 | Lambda/document/root.bib Lambda/document/root.tex | 
| 11850 | 511 | @$(ISATOOL) usedir -g true $(OUT)/HOL Lambda | 
| 2448 | 512 | |
| 513 | ||
| 9015 | 514 | ## HOL-Prolog | 
| 515 | ||
| 516 | HOL-Prolog: HOL $(LOG)/HOL-Prolog.gz | |
| 517 | ||
| 518 | $(LOG)/HOL-Prolog.gz: $(OUT)/HOL Prolog/ROOT.ML Prolog/HOHH.ML Prolog/HOHH.thy \ | |
| 519 | Prolog/Test.ML Prolog/Test.thy \ | |
| 520 | Prolog/Func.ML Prolog/Func.thy Prolog/Type.ML Prolog/Type.thy | |
| 521 | @$(ISATOOL) usedir $(OUT)/HOL Prolog | |
| 522 | ||
| 523 | ||
| 4518 | 524 | ## HOL-W0 | 
| 2527 | 525 | |
| 4518 | 526 | HOL-W0: HOL $(LOG)/HOL-W0.gz | 
| 2527 | 527 | |
| 12946 | 528 | $(LOG)/HOL-W0.gz: $(OUT)/HOL W0/ROOT.ML W0/W0.thy W0/document/root.tex | 
| 2826 | 529 | @$(ISATOOL) usedir $(OUT)/HOL W0 | 
| 2527 | 530 | |
| 531 | ||
| 8012 | 532 | ## HOL-MicroJava | 
| 533 | ||
| 534 | HOL-MicroJava: HOL $(LOG)/HOL-MicroJava.gz | |
| 535 | ||
| 17637 | 536 | $(LOG)/HOL-MicroJava.gz: $(OUT)/HOL Library/ExecutableSet.thy \ | 
| 537 | MicroJava/ROOT.ML \ | |
| 13672 | 538 | MicroJava/Comp/AuxLemmas.thy \ | 
| 539 | MicroJava/Comp/CorrComp.thy \ | |
| 540 | MicroJava/Comp/CorrCompTp.thy \ | |
| 541 | MicroJava/Comp/DefsComp.thy \ | |
| 542 | MicroJava/Comp/Index.thy \ | |
| 543 | MicroJava/Comp/LemmasComp.thy \ | |
| 544 | MicroJava/Comp/NatCanonify.thy \ | |
| 545 | MicroJava/Comp/TranslComp.thy \ | |
| 546 | MicroJava/Comp/TranslCompTp.thy \ | |
| 547 | MicroJava/Comp/TypeInf.thy \ | |
| 11026 
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
 oheimb parents: 
11024diff
changeset | 548 | MicroJava/J/Conform.thy MicroJava/J/Eval.thy MicroJava/J/JBasis.thy \ | 
| 
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
 oheimb parents: 
11024diff
changeset | 549 | MicroJava/J/JTypeSafe.thy MicroJava/J/Decl.thy MicroJava/J/State.thy \ | 
| 
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
 oheimb parents: 
11024diff
changeset | 550 | MicroJava/J/Term.thy MicroJava/J/Type.thy MicroJava/J/TypeRel.thy \ | 
| 
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
 oheimb parents: 
11024diff
changeset | 551 | MicroJava/J/WellForm.thy MicroJava/J/Value.thy \ | 
| 
a50365d21144
converted to Isar, simplifying recursion on class hierarchy
 oheimb parents: 
11024diff
changeset | 552 | MicroJava/J/WellType.thy MicroJava/J/Example.thy \ | 
| 12438 | 553 | MicroJava/J/JListExample.thy \ | 
| 9381 | 554 | MicroJava/JVM/JVMExec.thy MicroJava/JVM/JVMInstructions.thy\ | 
| 555 | MicroJava/JVM/JVMState.thy MicroJava/JVM/JVMExecInstr.thy\ | |
| 12521 | 556 | MicroJava/JVM/JVMListExample.thy MicroJava/JVM/JVMExceptions.thy \ | 
| 11228 | 557 | MicroJava/BV/BVSpec.thy MicroJava/BV/BVSpecTypeSafe.thy \ | 
| 558 | MicroJava/BV/Correct.thy MicroJava/BV/Err.thy MicroJava/BV/JType.thy \ | |
| 559 | MicroJava/BV/JVM.thy MicroJava/BV/JVMType.thy MicroJava/BV/Kildall.thy \ | |
| 560 | MicroJava/BV/LBVSpec.thy MicroJava/BV/Listn.thy MicroJava/BV/Opt.thy \ | |
| 561 | MicroJava/BV/Product.thy MicroJava/BV/Semilat.thy \ | |
| 12521 | 562 | MicroJava/BV/Effect.thy MicroJava/BV/EffectMono.thy \ | 
| 11228 | 563 | MicroJava/BV/Typing_Framework.thy MicroJava/BV/Typing_Framework_err.thy \ | 
| 13224 | 564 | MicroJava/BV/Typing_Framework_JVM.thy MicroJava/BV/BVExample.thy \ | 
| 565 | MicroJava/BV/LBVSpec.thy MicroJava/BV/LBVCorrect.thy \ | |
| 566 | MicroJava/BV/LBVComplete.thy MicroJava/BV/LBVJVM.thy \ | |
| 12915 | 567 | MicroJava/document/root.bib MicroJava/document/root.tex \ | 
| 568 | MicroJava/document/introduction.tex | |
| 11850 | 569 | @$(ISATOOL) usedir -g true $(OUT)/HOL MicroJava | 
| 570 | ||
| 8012 | 571 | |
| 11376 | 572 | ## HOL-NanoJava | 
| 573 | ||
| 574 | HOL-NanoJava: HOL $(LOG)/HOL-NanoJava.gz | |
| 575 | ||
| 576 | $(LOG)/HOL-NanoJava.gz: $(OUT)/HOL NanoJava/ROOT.ML \ | |
| 577 | NanoJava/Term.thy NanoJava/Decl.thy NanoJava/TypeRel.thy NanoJava/State.thy \ | |
| 578 | NanoJava/OpSem.thy NanoJava/AxSem.thy NanoJava/AxSem.thy \ | |
| 579 | NanoJava/document/root.bib NanoJava/document/root.tex | |
| 11850 | 580 | @$(ISATOOL) usedir -g true $(OUT)/HOL NanoJava | 
| 581 | ||
| 8193 | 582 | |
| 12855 | 583 | ## HOL-Bali | 
| 584 | ||
| 585 | HOL-Bali: HOL $(LOG)/HOL-Bali.gz | |
| 586 | ||
| 587 | $(LOG)/HOL-Bali.gz: $(OUT)/HOL Bali/AxCompl.thy Bali/AxExample.thy \ | |
| 588 | Bali/AxSem.thy Bali/AxSound.thy Bali/Basis.thy Bali/Conform.thy \ | |
| 589 | Bali/Decl.thy Bali/DeclConcepts.thy Bali/Eval.thy Bali/Evaln.thy \ | |
| 590 | Bali/Example.thy Bali/Name.thy Bali/ROOT.ML Bali/State.thy \ | |
| 591 | Bali/Table.thy Bali/Term.thy Bali/Trans.thy Bali/Type.thy \ | |
| 592 | Bali/TypeRel.thy Bali/TypeSafe.thy Bali/Value.thy Bali/WellForm.thy \ | |
| 13695 | 593 | Bali/DefiniteAssignment.thy Bali/DefiniteAssignmentCorrect.thy \ | 
| 12855 | 594 | Bali/WellType.thy Bali/document/root.tex | 
| 595 | @$(ISATOOL) usedir -g true $(OUT)/HOL Bali | |
| 596 | ||
| 597 | ||
| 13403 | 598 | ## HOL-Extraction | 
| 599 | ||
| 600 | HOL-Extraction: HOL $(LOG)/HOL-Extraction.gz | |
| 601 | ||
| 17637 | 602 | $(LOG)/HOL-Extraction.gz: $(OUT)/HOL Library/EfficientNat.thy \ | 
| 17023 | 603 | Extraction/Higman.thy Extraction/ROOT.ML Extraction/Pigeonhole.thy \ | 
| 604 | Extraction/QuotRem.thy \ | |
| 13403 | 605 | Extraction/Warshall.thy Extraction/document/root.tex \ | 
| 606 | Extraction/document/root.bib | |
| 607 | @$(ISATOOL) usedir $(OUT)/HOL Extraction | |
| 608 | ||
| 609 | ||
| 4518 | 610 | ## HOL-IOA | 
| 611 | ||
| 612 | HOL-IOA: HOL $(LOG)/HOL-IOA.gz | |
| 2448 | 613 | |
| 19801 | 614 | $(LOG)/HOL-IOA.gz: $(OUT)/HOL IOA/Asig.thy IOA/IOA.thy \ | 
| 615 | IOA/ROOT.ML IOA/Solve.thy | |
| 4518 | 616 | @$(ISATOOL) usedir $(OUT)/HOL IOA | 
| 617 | ||
| 618 | ||
| 10135 | 619 | ## HOL-AxClasses | 
| 4518 | 620 | |
| 10135 | 621 | HOL-AxClasses: HOL $(LOG)/HOL-AxClasses.gz | 
| 2545 | 622 | |
| 10135 | 623 | $(LOG)/HOL-AxClasses.gz: $(OUT)/HOL AxClasses/Group.thy \ | 
| 624 | AxClasses/Product.thy AxClasses/ROOT.ML AxClasses/Semigroups.thy | |
| 625 | @$(ISATOOL) usedir $(OUT)/HOL AxClasses | |
| 2545 | 626 | |
| 627 | ||
| 10157 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 628 | ## HOL-Lattice | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 629 | |
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 630 | HOL-Lattice: HOL $(LOG)/HOL-Lattice.gz | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 631 | |
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 632 | $(LOG)/HOL-Lattice.gz: $(OUT)/HOL Lattice/Bounds.thy \ | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 633 | Lattice/CompleteLattice.thy Lattice/Lattice.thy Lattice/Orders.thy \ | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 634 | Lattice/ROOT.ML Lattice/document/root.tex | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 635 | @$(ISATOOL) usedir $(OUT)/HOL Lattice | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 636 | |
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10143diff
changeset | 637 | |
| 4518 | 638 | ## HOL-ex | 
| 2448 | 639 | |
| 4518 | 640 | HOL-ex: HOL $(LOG)/HOL-ex.gz | 
| 2448 | 641 | |
| 20325 | 642 | $(LOG)/HOL-ex.gz: $(OUT)/HOL Library/Commutative_Ring.thy \ | 
| 643 | ex/Abstract_NAT.thy ex/Antiquote.thy ex/BT.thy ex/BinEx.thy \ | |
| 20808 | 644 | ex/Chinese.thy ex/Classical.thy ex/Classpackage.thy ex/CodeCollections.thy \ | 
| 645 | ex/CodeEmbed.thy ex/CodeRandom.thy ex/CodeRevappl.thy \ | |
| 20866 | 646 | ex/Codegenerator.thy ex/Commutative_RingEx.thy ex/Hex_Bin_Examples.thy \ | 
| 20325 | 647 | ex/Commutative_Ring_Complete.thy ex/Guess.thy ex/Hebrew.thy \ | 
| 648 | ex/Higher_Order_Logic.thy ex/Hilbert_Classical.thy ex/InSort.thy \ | |
| 649 | ex/InductiveInvariant.thy ex/InductiveInvariant_examples.thy \ | |
| 650 | ex/Intuitionistic.thy ex/Lagrange.thy ex/Locales.thy ex/MT.ML \ | |
| 651 | ex/MT.thy ex/MergeSort.thy ex/MonoidGroup.thy ex/Multiquote.thy \ | |
| 652 | ex/NatSum.thy ex/PER.thy ex/PresburgerEx.thy ex/Primrec.thy \ | |
| 653 | ex/Puzzle.thy ex/Qsort.thy ex/Quickcheck_Examples.thy \ | |
| 654 | ex/Reflection.thy ex/ReflectionEx.thy ex/ROOT.ML ex/Recdefs.thy \ | |
| 655 | ex/Records.thy ex/Reflected_Presburger.thy ex/Refute_Examples.thy \ | |
| 20808 | 656 | ex/SAT_Examples.thy ex/svc_oracle.ML ex/SVC_Oracle.thy \ | 
| 20325 | 657 | ex/Sudoku.thy ex/Tarski.thy ex/document/root.bib ex/document/root.tex \ | 
| 658 | ex/mesontest2.ML ex/mesontest2.thy ex/reflection.ML ex/set.thy \ | |
| 20808 | 659 | ex/svc_funcs.ML ex/svc_test.thy | 
| 2826 | 660 | @$(ISATOOL) usedir $(OUT)/HOL ex | 
| 2448 | 661 | |
| 662 | ||
| 6445 | 663 | ## HOL-Isar_examples | 
| 664 | ||
| 665 | HOL-Isar_examples: HOL $(LOG)/HOL-Isar_examples.gz | |
| 666 | ||
| 667 | $(LOG)/HOL-Isar_examples.gz: $(OUT)/HOL Isar_examples/BasicLogic.thy \ | |
| 20767 | 668 | Isar_examples/Cantor.thy Isar_examples/Drinker.thy \ | 
| 8050 | 669 | Isar_examples/ExprCompiler.thy Isar_examples/Fibonacci.thy \ | 
| 10143 
86c39bba873f
added Isar_examples/Hoare.thy Isar_examples/HoareEx.thy;
 wenzelm parents: 
10135diff
changeset | 670 | Isar_examples/Group.thy Isar_examples/Hoare.thy Isar_examples/HoareEx.thy \ | 
| 10255 | 671 | Isar_examples/KnasterTarski.thy Isar_examples/MutilatedCheckerboard.thy \ | 
| 8677 | 672 | Isar_examples/NestedDatatype.thy Isar_examples/Peirce.thy \ | 
| 8050 | 673 | Isar_examples/Puzzle.thy Isar_examples/Summation.thy \ | 
| 12946 | 674 | Isar_examples/ROOT.ML Isar_examples/document/proof.sty \ | 
| 675 | Isar_examples/document/root.bib Isar_examples/document/root.tex \ | |
| 13703 | 676 | Isar_examples/document/style.tex Hoare/hoare.ML | 
| 6445 | 677 | @$(ISATOOL) usedir $(OUT)/HOL Isar_examples | 
| 678 | ||
| 679 | ||
| 14199 | 680 | ## HOL-SET-Protocol | 
| 681 | ||
| 682 | HOL-SET-Protocol: HOL $(LOG)/HOL-SET-Protocol.gz | |
| 683 | ||
| 684 | $(LOG)/HOL-SET-Protocol.gz: $(OUT)/HOL SET-Protocol/ROOT.ML \ | |
| 685 | SET-Protocol/MessageSET.thy\ | |
| 686 | SET-Protocol/EventSET.thy\ | |
| 687 | SET-Protocol/PublicSET.thy\ | |
| 688 | SET-Protocol/Cardholder_Registration.thy\ | |
| 689 | SET-Protocol/Merchant_Registration.thy\ | |
| 690 | SET-Protocol/Purchase.thy\ | |
| 691 | SET-Protocol/document/root.tex | |
| 692 | @$(ISATOOL) usedir -g true $(OUT)/HOL SET-Protocol | |
| 693 | ||
| 694 | ||
| 16509 | 695 | ## HOL-Complex-Matrix | 
| 14610 | 696 | |
| 17546 | 697 | HOL-Complex-Matrix: HOL-Complex $(OUT)/HOL-Complex-Matrix | 
| 17323 | 698 | |
| 699 | $(OUT)/HOL-Complex-Matrix: $(OUT)/HOL-Complex \ | |
| 19404 | 700 | Matrix/MatrixGeneral.thy Matrix/Matrix.thy Matrix/SparseMatrix.thy Matrix/LP.thy \ | 
| 16784 | 701 | Matrix/document/root.tex Matrix/ROOT.ML \ | 
| 17489 | 702 | Matrix/cplex/Cplex.thy Matrix/cplex/CplexMatrixConverter.ML \ | 
| 16784 | 703 | Matrix/cplex/Cplex_tools.ML Matrix/cplex/FloatSparseMatrix.thy \ | 
| 16873 | 704 | Matrix/cplex/FloatSparseMatrixBuilder.ML Matrix/cplex/fspmlp.ML \ | 
| 20787 
406d990006af
moved Matrix/cplex/MatrixLP.ML to Matrix/cplex/matrixlp.ML;
 wenzelm parents: 
20767diff
changeset | 705 | Matrix/cplex/MatrixLP.thy Matrix/cplex/matrixlp.ML | 
| 17323 | 706 | @cd Matrix; $(ISATOOL) usedir -b -g true $(OUT)/HOL-Complex HOL-Complex-Matrix | 
| 16873 | 707 | |
| 14199 | 708 | |
| 4518 | 709 | ## TLA | 
| 710 | ||
| 711 | TLA: HOL $(OUT)/TLA | |
| 712 | ||
| 6254 | 713 | $(OUT)/TLA: $(OUT)/HOL TLA/Action.ML TLA/Action.thy TLA/Init.ML \ | 
| 9516 | 714 | TLA/Init.thy TLA/Intensional.ML TLA/Intensional.thy \ | 
| 6254 | 715 | TLA/ROOT.ML TLA/Stfun.ML TLA/Stfun.thy TLA/TLA.ML TLA/TLA.thy | 
| 4518 | 716 | @cd TLA; $(ISATOOL) usedir -b $(OUT)/HOL TLA | 
| 717 | ||
| 718 | ||
| 719 | ## TLA-Inc | |
| 720 | ||
| 721 | TLA-Inc: TLA $(LOG)/TLA-Inc.gz | |
| 722 | ||
| 17308 | 723 | $(LOG)/TLA-Inc.gz: $(OUT)/TLA TLA/Inc/Inc.thy TLA/Inc/Inc.ML | 
| 4518 | 724 | @cd TLA; $(ISATOOL) usedir $(OUT)/TLA Inc | 
| 725 | ||
| 726 | ||
| 727 | ## TLA-Buffer | |
| 728 | ||
| 729 | TLA-Buffer: TLA $(LOG)/TLA-Buffer.gz | |
| 2448 | 730 | |
| 4518 | 731 | $(LOG)/TLA-Buffer.gz: $(OUT)/TLA TLA/Buffer/Buffer.thy \ | 
| 732 | TLA/Buffer/Buffer.ML TLA/Buffer/DBuffer.thy TLA/Buffer/DBuffer.ML | |
| 733 | @cd TLA; $(ISATOOL) usedir $(OUT)/TLA Buffer | |
| 734 | ||
| 735 | ||
| 736 | ## TLA-Memory | |
| 737 | ||
| 738 | TLA-Memory: TLA $(LOG)/TLA-Memory.gz | |
| 4447 | 739 | |
| 4518 | 740 | $(LOG)/TLA-Memory.gz: $(OUT)/TLA TLA/Memory/MIParameters.thy \ | 
| 9516 | 741 | TLA/Memory/MIsafe.ML TLA/Memory/MemClerk.ML \ | 
| 4518 | 742 | TLA/Memory/MemClerk.thy TLA/Memory/MemClerkParameters.ML \ | 
| 743 | TLA/Memory/MemClerkParameters.thy TLA/Memory/Memory.ML \ | |
| 744 | TLA/Memory/Memory.thy TLA/Memory/MemoryImplementation.ML \ | |
| 745 | TLA/Memory/MemoryImplementation.thy TLA/Memory/MemoryParameters.ML \ | |
| 746 | TLA/Memory/MemoryParameters.thy TLA/Memory/ProcedureInterface.ML \ | |
| 747 | TLA/Memory/ProcedureInterface.thy TLA/Memory/RPC.ML TLA/Memory/RPC.thy \ | |
| 748 | TLA/Memory/RPCMemoryParams.thy TLA/Memory/RPCParameters.ML \ | |
| 749 | TLA/Memory/RPCParameters.thy | |
| 750 | @cd TLA; $(ISATOOL) usedir $(OUT)/TLA Memory | |
| 751 | ||
| 752 | ||
| 19497 | 753 | ## HOL-Nominal | 
| 754 | ||
| 755 | HOL-Nominal: HOL $(OUT)/HOL-Nominal | |
| 756 | ||
| 757 | $(OUT)/HOL-Nominal: $(OUT)/HOL Nominal/ROOT.ML Nominal/Nominal.thy \ | |
| 758 | Nominal/nominal_atoms.ML Nominal/nominal_induct.ML \ | |
| 20808 | 759 | Nominal/nominal_package.ML Nominal/nominal_permeq.ML Library/Infinite_Set.thy | 
| 19497 | 760 | @cd Nominal; $(ISATOOL) usedir -b -g true $(OUT)/HOL HOL-Nominal | 
| 761 | ||
| 762 | ||
| 763 | ## HOL-Nominal-Examples | |
| 764 | ||
| 765 | HOL-Nominal-Examples: HOL-Nominal $(LOG)/HOL-Nominal-Examples.gz | |
| 766 | ||
| 19564 
d3e2f532459a
First usable version of the new function definition package (HOL/function_packake/...).
 krauss parents: 
19499diff
changeset | 767 | $(LOG)/HOL-Nominal-Examples.gz: $(OUT)/HOL-Nominal \ | 
| 19499 
1a082c1257d7
Added Class, Fsub, and Lambda_mu examples for nominal datatypes.
 berghofe parents: 
19497diff
changeset | 768 | Nominal/Examples/ROOT.ML Nominal/Examples/CR.thy Nominal/Examples/Class.thy \ | 
| 21085 
3cb13b06ad72
Added Compile and Height examples to Nominal directory.
 berghofe parents: 
21084diff
changeset | 769 | Nominal/Examples/Compile.thy Nominal/Examples/Fsub.thy \ | 
| 21142 
a56a839e9feb
changed to not compile Iteration and Recursion, but Lam_Funs instead
 urbanc parents: 
21102diff
changeset | 770 | Nominal/Examples/Lambda_mu.thy Nominal/Examples/Lam_Funs.thy \ | 
| 
a56a839e9feb
changed to not compile Iteration and Recursion, but Lam_Funs instead
 urbanc parents: 
21102diff
changeset | 771 | Nominal/Examples/SN.thy \ | 
| 19497 | 772 | Nominal/Examples/Weakening.thy | 
| 773 | @cd Nominal; $(ISATOOL) usedir $(OUT)/HOL-Nominal Examples | |
| 774 | ||
| 775 | ||
| 4518 | 776 | ## clean | 
| 4447 | 777 | |
| 778 | clean: | |
| 19497 | 779 | @rm -f $(OUT)/HOL $(OUT)/HOL-Complex $(OUT)/HOL-Nominal $(OUT)/TLA \ | 
| 13980 | 780 | $(LOG)/HOL.gz $(LOG)/TLA.gz \ | 
| 9481 | 781 | $(LOG)/HOL-Isar_examples.gz $(LOG)/HOL-Induct.gz \ | 
| 782 | $(LOG)/HOL-ex.gz $(LOG)/HOL-Subst.gz $(LOG)/HOL-IMP.gz \ | |
| 783 | $(LOG)/HOL-IMPP.gz $(LOG)/HOL-Hoare.gz \ | |
| 12996 | 784 | $(LOG)/HOL-HoareParallel.gz \ | 
| 9481 | 785 | $(LOG)/HOL-Lex.gz $(LOG)/HOL-Algebra.gz \ | 
| 786 | $(LOG)/HOL-Auth.gz $(LOG)/HOL-UNITY.gz \ | |
| 787 | $(LOG)/HOL-Modelcheck.gz $(LOG)/HOL-Lambda.gz \ | |
| 15871 | 788 | $(LOG)/HOL-Bali.gz \ | 
| 11376 | 789 | $(LOG)/HOL-MicroJava.gz $(LOG)/HOL-NanoJava.gz \ | 
| 19497 | 790 | $(LOG)/HOL-Nominal-Examples.gz \ | 
| 10135 | 791 | $(LOG)/HOL-IOA.gz $(LOG)/HOL-AxClasses \ | 
| 16509 | 792 | $(LOG)/HOL-Lattice $(LOG)/HOL-Complex-Matrix \ | 
| 13980 | 793 | $(LOG)/HOL-Complex.gz \ | 
| 13961 | 794 | $(LOG)/HOL-Complex-ex.gz \ | 
| 14199 | 795 | $(LOG)/HOL-Complex-HahnBanach.gz $(LOG)/HOL-SET-Protocol.gz \ | 
| 796 | $(LOG)/TLA-Inc.gz $(LOG)/TLA-Buffer.gz $(LOG)/TLA-Memory.gz \ | |
| 10981 | 797 | $(LOG)/HOL-Library.gz $(LOG)/HOL-Unix.gz |