src/HOL/IsaMakefile
author nipkow
Thu, 12 Oct 2000 18:38:23 +0200
changeset 10212 33fe2d701ddd
parent 10157 6d3987f3aad9
child 10214 77349ed89f45
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
     1
#
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
     2
# $Id$
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
     3
#
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
     4
# IsaMakefile for HOL
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
     5
#
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
     6
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
     7
## targets
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
     8
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
     9
default: HOL
7125
df7cf6e85501 HOL-Real target now builds an actual image;
wenzelm
parents: 7085
diff changeset
    10
images: HOL HOL-Real TLA
10135
c2a4dccf6e67 reorganized AxClasses;
wenzelm
parents: 10094
diff changeset
    11
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    12
#Note: keep targets sorted!
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    13
test: \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    14
  HOL-Algebra \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    15
  HOL-Auth \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    16
  HOL-AxClasses \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    17
  HOL-BCV \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    18
      HOL-Real-HahnBanach \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    19
      HOL-Real-ex \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    20
  HOL-Hoare \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    21
  HOL-IMP \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    22
  HOL-IMPP \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    23
  HOL-IOA \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    24
  HOL-Induct \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    25
  HOL-Isar_examples \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    26
  HOL-Lambda \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    27
  HOL-Lattice \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    28
  HOL-Lex \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    29
  HOL-MicroJava \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    30
  HOL-MiniML \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    31
  HOL-Modelcheck \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    32
  HOL-NumberTheory \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    33
  HOL-Prolog \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    34
  HOL-Subst \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    35
      TLA-Buffer \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    36
      TLA-Inc \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    37
      TLA-Memory \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    38
  HOL-UNITY \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    39
  HOL-W0 \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    40
  HOL-ex
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    41
    # ^ this is the sort position
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    42
  
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    43
all: test images
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    44
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    45
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    46
## global settings
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    47
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    48
SRC = $(ISABELLE_HOME)/src
3118
24dae6222579 fixed ISABELLE_OUTPUT, ISABELLE_PATH (finally?);
wenzelm
parents: 3079
diff changeset
    49
OUT = $(ISABELLE_OUTPUT)
4447
b7ee449eb345 log files;
wenzelm
parents: 4289
diff changeset
    50
LOG = $(OUT)/log
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
    51
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    52
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    53
## HOL
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
    54
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    55
HOL: Pure $(OUT)/HOL
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    56
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    57
Pure:
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    58
	@cd $(SRC)/Pure; $(ISATOOL) make Pure
3232
19a2b853ba7b Removal of ex/LexProd; TFL files; new treatment of Prover files
paulson
parents: 3222
diff changeset
    59
9869
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    60
$(OUT)/HOL: $(OUT)/Pure $(SRC)/Provers/Arith/abel_cancel.ML		 \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    61
  $(SRC)/Provers/Arith/cancel_sums.ML		\
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    62
  $(SRC)/Provers/Arith/assoc_fold.ML		\
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    63
  $(SRC)/Provers/Arith/combine_numerals.ML	\
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    64
  $(SRC)/Provers/Arith/cancel_numerals.ML	\
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    65
  $(SRC)/Provers/Arith/fast_lin_arith.ML $(SRC)/Provers/blast.ML \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    66
  $(SRC)/Provers/make_elim.ML $(SRC)/Provers/clasimp.ML \
9888
c5622848bf18 added Provers/rulify.ML;
wenzelm
parents: 9869
diff changeset
    67
  $(SRC)/Provers/classical.ML $(SRC)/Provers/hypsubst.ML $(SRC)/Provers/rulify.ML \
9869
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    68
  $(SRC)/Provers/simplifier.ML $(SRC)/Provers/split_paired_all.ML \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    69
  $(SRC)/Provers/splitter.ML $(SRC)/TFL/dcterm.sml $(SRC)/TFL/post.sml \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    70
  $(SRC)/TFL/rules.sml $(SRC)/TFL/tfl.sml $(SRC)/TFL/thms.sml \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    71
  $(SRC)/TFL/thry.sml $(SRC)/TFL/usyntax.sml $(SRC)/TFL/utils.sml \
10212
33fe2d701ddd *** empty log message ***
nipkow
parents: 10157
diff changeset
    72
  Arithmetic.ML Arithmetic.thy Calculation.thy Datatype.thy Divides.ML \
9869
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    73
  Divides.thy Finite.ML Finite.thy Fun.ML Fun.thy Gfp.ML Gfp.thy \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    74
  HOL.ML HOL.thy HOL_lemmas.ML Inductive.thy Integ/Bin.ML \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    75
  Integ/Bin.thy Integ/Equiv.ML Integ/Equiv.thy Integ/IntArith.ML \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    76
  Integ/IntArith.thy Integ/IntPower.ML Integ/IntPower.thy \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    77
  Integ/IntDef.ML Integ/IntDef.thy Integ/Int.ML Integ/Int.thy \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    78
  Integ/IntDiv.ML Integ/IntDiv.thy Integ/NatBin.ML Integ/NatBin.thy \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    79
  Integ/NatSimprocs.thy Integ/NatSimprocs.ML Integ/int_arith1.ML \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    80
  Integ/int_arith2.ML Integ/nat_simprocs.ML Lfp.ML Lfp.thy List.ML \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    81
  List.thy Main.ML Main.thy Map.ML Map.thy Nat.ML Nat.thy NatDef.ML \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    82
  NatDef.thy Numeral.thy Option.ML Option.thy Ord.ML Ord.thy Power.ML \
10212
33fe2d701ddd *** empty log message ***
nipkow
parents: 10157
diff changeset
    83
  Power.thy PreList.thy Product_Type.ML Product_Type.thy ROOT.ML Recdef.thy Record.thy \
33fe2d701ddd *** empty log message ***
nipkow
parents: 10157
diff changeset
    84
  Relation_Power.ML Relation_Power.thy Relation.ML Relation.thy Set.ML Set.thy \
9869
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    85
  SetInterval.ML SetInterval.thy String.thy SVC_Oracle.ML \
10212
33fe2d701ddd *** empty log message ***
nipkow
parents: 10157
diff changeset
    86
  SVC_Oracle.thy Sum_Type.ML Sum_Type.thy Tools/datatype_aux.ML \
9869
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    87
  Tools/datatype_abs_proofs.ML Tools/datatype_package.ML \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    88
  Tools/datatype_prop.ML Tools/datatype_rep_proofs.ML \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    89
  Tools/induct_method.ML Tools/inductive_package.ML Tools/meson.ML \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    90
  Tools/numeral_syntax.ML Tools/primrec_package.ML \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    91
  Tools/recdef_package.ML Tools/record_package.ML Tools/svc_funcs.ML \
10212
33fe2d701ddd *** empty log message ***
nipkow
parents: 10157
diff changeset
    92
  Tools/typedef_package.ML Transitive_Closure.ML Transitive_Closure.thy Datatype_Universe.ML Datatype_Universe.thy \
33fe2d701ddd *** empty log message ***
nipkow
parents: 10157
diff changeset
    93
  Inverse_Image.ML Inverse_Image.thy Wellfounded_Recursion.ML Wellfounded_Recursion.thy Wellfounded_Relations.ML Wellfounded_Relations.thy While.ML \
9869
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    94
  While.thy arith_data.ML blastdata.ML cladata.ML equalities.ML \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    95
  equalities.thy hologic.ML meson_lemmas.ML mono.ML mono.thy simpdata.ML \
95dca9f991f2 improved meson setup;
wenzelm
parents: 9840
diff changeset
    96
  subset.ML subset.thy thy_syntax.ML
2826
0b0d9e3bc661 isatool usedir;
wenzelm
parents: 2635
diff changeset
    97
	@$(ISATOOL) usedir -b $(OUT)/Pure HOL
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
    98
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    99
7125
df7cf6e85501 HOL-Real target now builds an actual image;
wenzelm
parents: 7085
diff changeset
   100
## HOL-Real
df7cf6e85501 HOL-Real target now builds an actual image;
wenzelm
parents: 7085
diff changeset
   101
df7cf6e85501 HOL-Real target now builds an actual image;
wenzelm
parents: 7085
diff changeset
   102
HOL-Real: HOL $(OUT)/HOL-Real
df7cf6e85501 HOL-Real target now builds an actual image;
wenzelm
parents: 7085
diff changeset
   103
10094
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   104
$(OUT)/HOL-Real: $(OUT)/HOL Real/Hyperreal/Filter.ML \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   105
  Real/Hyperreal/Filter.thy Real/Hyperreal/HRealAbs.ML \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   106
  Real/Hyperreal/HRealAbs.thy Real/Hyperreal/HyperDef.ML \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   107
  Real/Hyperreal/HyperDef.thy Real/Hyperreal/HyperNat.ML \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   108
  Real/Hyperreal/HyperNat.thy Real/Hyperreal/HyperOrd.ML \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   109
  Real/Hyperreal/HyperOrd.thy Real/Hyperreal/HyperPow.ML \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   110
  Real/Hyperreal/HyperPow.thy Real/Hyperreal/Hyperreal.thy \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   111
  Real/Hyperreal/Lim.ML Real/Hyperreal/Lim.thy Real/Hyperreal/NSA.ML \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   112
  Real/Hyperreal/NSA.thy Real/Hyperreal/NatStar.ML \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   113
  Real/Hyperreal/NatStar.thy Real/Hyperreal/SEQ.ML \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   114
  Real/Hyperreal/SEQ.thy Real/Hyperreal/Series.ML \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   115
  Real/Hyperreal/Series.thy Real/Hyperreal/Star.ML \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   116
  Real/Hyperreal/Star.thy Real/Hyperreal/Zorn.ML \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   117
  Real/Hyperreal/Zorn.thy Real/Hyperreal/fuf.ML Real/Lubs.ML \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   118
  Real/Lubs.thy Real/PNat.ML Real/PNat.thy Real/PRat.ML Real/PRat.thy \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   119
  Real/PReal.ML Real/PReal.thy Real/RComplete.ML Real/RComplete.thy \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   120
  Real/ROOT.ML Real/Real.thy Real/RealAbs.ML Real/RealAbs.thy \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   121
  Real/RealArith.ML Real/RealArith.thy Real/RealBin.ML \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   122
  Real/RealBin.thy Real/RealDef.ML Real/RealDef.thy Real/RealInt.ML \
22f201e9ec7a proper Hyperreal setup;
wenzelm
parents: 10059
diff changeset
   123
  Real/RealInt.thy Real/RealOrd.ML Real/RealOrd.thy Real/RealPow.ML \
9436
62bb04ab4b01 rearranged setup of arithmetic procedures, avoiding global reference values;
wenzelm
parents: 9381
diff changeset
   124
  Real/RealPow.thy Real/real_arith.ML
7125
df7cf6e85501 HOL-Real target now builds an actual image;
wenzelm
parents: 7085
diff changeset
   125
	@cd Real; $(ISATOOL) usedir -b $(OUT)/HOL HOL-Real
df7cf6e85501 HOL-Real target now builds an actual image;
wenzelm
parents: 7085
diff changeset
   126
7395
66a3d3bb28e4 clean: include HOL-Real-ex;
wenzelm
parents: 7393
diff changeset
   127
7393
c6ce498b4767 make it actually RUN the real examples
paulson
parents: 7392
diff changeset
   128
## HOL-Real-ex
7392
4137c951b36b new directory HOL/Real/ex of real examples
paulson
parents: 7383
diff changeset
   129
7393
c6ce498b4767 make it actually RUN the real examples
paulson
parents: 7392
diff changeset
   130
HOL-Real-ex: HOL-Real $(LOG)/HOL-Real-ex.gz
7392
4137c951b36b new directory HOL/Real/ex of real examples
paulson
parents: 7383
diff changeset
   131
7577
644f9b4ae764 proper theory setup for Real/ex/BinEx;
wenzelm
parents: 7535
diff changeset
   132
$(LOG)/HOL-Real-ex.gz: $(OUT)/HOL-Real Real/ex/ROOT.ML \
644f9b4ae764 proper theory setup for Real/ex/BinEx;
wenzelm
parents: 7535
diff changeset
   133
  Real/ex/BinEx.thy
7393
c6ce498b4767 make it actually RUN the real examples
paulson
parents: 7392
diff changeset
   134
	@cd Real; $(ISATOOL) usedir $(OUT)/HOL-Real ex
7125
df7cf6e85501 HOL-Real target now builds an actual image;
wenzelm
parents: 7085
diff changeset
   135
7395
66a3d3bb28e4 clean: include HOL-Real-ex;
wenzelm
parents: 7393
diff changeset
   136
7535
599d3414b51d The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents: 7513
diff changeset
   137
## HOL-Real-HahnBanach
599d3414b51d The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents: 7513
diff changeset
   138
599d3414b51d The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents: 7513
diff changeset
   139
HOL-Real-HahnBanach: HOL-Real $(LOG)/HOL-Real-HahnBanach.gz
599d3414b51d The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents: 7513
diff changeset
   140
7799
4c69318e6a6d include document;
wenzelm
parents: 7760
diff changeset
   141
$(LOG)/HOL-Real-HahnBanach.gz: $(OUT)/HOL-Real Real/HahnBanach/Aux.thy \
4c69318e6a6d include document;
wenzelm
parents: 7760
diff changeset
   142
  Real/HahnBanach/Bounds.thy Real/HahnBanach/FunctionNorm.thy \
4c69318e6a6d include document;
wenzelm
parents: 7760
diff changeset
   143
  Real/HahnBanach/FunctionOrder.thy Real/HahnBanach/HahnBanach.thy \
7917
5e5b9813cce7 HahnBanach update by Gertrud Bauer;
wenzelm
parents: 7799
diff changeset
   144
  Real/HahnBanach/HahnBanachExtLemmas.thy	\
5e5b9813cce7 HahnBanach update by Gertrud Bauer;
wenzelm
parents: 7799
diff changeset
   145
  Real/HahnBanach/HahnBanachSupLemmas.thy	\
5e5b9813cce7 HahnBanach update by Gertrud Bauer;
wenzelm
parents: 7799
diff changeset
   146
  Real/HahnBanach/Linearform.thy Real/HahnBanach/NormedSpace.thy \
5e5b9813cce7 HahnBanach update by Gertrud Bauer;
wenzelm
parents: 7799
diff changeset
   147
  Real/HahnBanach/README.html Real/HahnBanach/ROOT.ML \
5e5b9813cce7 HahnBanach update by Gertrud Bauer;
wenzelm
parents: 7799
diff changeset
   148
  Real/HahnBanach/Subspace.thy Real/HahnBanach/VectorSpace.thy \
5e5b9813cce7 HahnBanach update by Gertrud Bauer;
wenzelm
parents: 7799
diff changeset
   149
  Real/HahnBanach/ZornLemma.thy Real/HahnBanach/document/notation.tex \
7985
e6fcb279fdbe fixed deps;
wenzelm
parents: 7967
diff changeset
   150
  Real/HahnBanach/document/bbb.sty Real/HahnBanach/document/root.bib \
e6fcb279fdbe fixed deps;
wenzelm
parents: 7967
diff changeset
   151
  Real/HahnBanach/document/root.tex \
e6fcb279fdbe fixed deps;
wenzelm
parents: 7967
diff changeset
   152
  Real/HahnBanach/document/notation.tex
7535
599d3414b51d The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents: 7513
diff changeset
   153
	@cd Real; $(ISATOOL) usedir $(OUT)/HOL-Real HahnBanach
599d3414b51d The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents: 7513
diff changeset
   154
599d3414b51d The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents: 7513
diff changeset
   155
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   156
## HOL-Subst
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   157
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   158
HOL-Subst: HOL $(LOG)/HOL-Subst.gz
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   159
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   160
$(LOG)/HOL-Subst.gz: $(OUT)/HOL Subst/AList.ML Subst/AList.thy \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   161
  Subst/ROOT.ML Subst/Subst.ML Subst/Subst.thy Subst/UTerm.ML \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   162
  Subst/UTerm.thy Subst/Unifier.ML Subst/Unifier.thy Subst/Unify.ML \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   163
  Subst/Unify.thy
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   164
	@$(ISATOOL) usedir $(OUT)/HOL Subst
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   165
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   166
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   167
## HOL-Induct
2473
3eb12c85846c minor tuning;
wenzelm
parents: 2448
diff changeset
   168
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   169
HOL-Induct: HOL $(LOG)/HOL-Induct.gz
3125
3f0ab2c306f7 Moved induction examples to directory Induct
paulson
parents: 3118
diff changeset
   170
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   171
$(LOG)/HOL-Induct.gz: $(OUT)/HOL Induct/Acc.ML Induct/Acc.thy \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   172
  Induct/Com.ML Induct/Com.thy Induct/Comb.ML Induct/Comb.thy \
5616
497eeeace3fc Merges FoldSet into Finite
nipkow
parents: 5605
diff changeset
   173
  Induct/Exp.ML Induct/Exp.thy Induct/LFilter.ML Induct/LFilter.thy \
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   174
  Induct/LList.ML Induct/LList.thy Induct/Mutil.ML Induct/Mutil.thy \
8912
e9c34ab7d604 new file Induct/MultisetOrder.thy
paulson
parents: 8871
diff changeset
   175
  Induct/Multiset0.ML Induct/Multiset0.thy \
e9c34ab7d604 new file Induct/MultisetOrder.thy
paulson
parents: 8871
diff changeset
   176
  Induct/Multiset.ML Induct/Multiset.thy Induct/MultisetOrder.thy \
e9c34ab7d604 new file Induct/MultisetOrder.thy
paulson
parents: 8871
diff changeset
   177
  Induct/Perm.ML Induct/Perm.thy Induct/PropLog.ML \
8840
18b76c137c41 moved theory Sexp to Induct examples;
wenzelm
parents: 8812
diff changeset
   178
  Induct/PropLog.thy Induct/ROOT.ML Induct/Sexp.ML Induct/Sexp.thy \
18b76c137c41 moved theory Sexp to Induct examples;
wenzelm
parents: 8812
diff changeset
   179
  Induct/SList.ML Induct/SList.thy Induct/ABexp.ML Induct/ABexp.thy \
18b76c137c41 moved theory Sexp to Induct examples;
wenzelm
parents: 8812
diff changeset
   180
  Induct/Term.ML Induct/Term.thy
3125
3f0ab2c306f7 Moved induction examples to directory Induct
paulson
parents: 3118
diff changeset
   181
	@$(ISATOOL) usedir $(OUT)/HOL Induct
3f0ab2c306f7 Moved induction examples to directory Induct
paulson
parents: 3118
diff changeset
   182
3f0ab2c306f7 Moved induction examples to directory Induct
paulson
parents: 3118
diff changeset
   183
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   184
## HOL-IMP
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   185
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   186
HOL-IMP: HOL $(LOG)/HOL-IMP.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   187
5225
092e77b6f7c6 Removed HOL/IMP/Com.ML because it contained only an "open" declaration
paulson
parents: 5199
diff changeset
   188
$(LOG)/HOL-IMP.gz: $(OUT)/HOL IMP/Com.thy IMP/Denotation.ML \
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   189
  IMP/Denotation.thy IMP/Expr.ML IMP/Expr.thy IMP/Hoare.ML IMP/Hoare.thy \
9275
5f39d82606aa added IMP/Examples.ML dependence
oheimb
parents: 9250
diff changeset
   190
  IMP/Natural.ML IMP/Natural.thy IMP/Examples.ML IMP/Examples.thy \
5f39d82606aa added IMP/Examples.ML dependence
oheimb
parents: 9250
diff changeset
   191
  IMP/Transition.ML IMP/Transition.thy IMP/VC.ML IMP/VC.thy IMP/ROOT.ML
2826
0b0d9e3bc661 isatool usedir;
wenzelm
parents: 2635
diff changeset
   192
	@$(ISATOOL) usedir $(OUT)/HOL IMP
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   193
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   194
8179
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   195
## HOL-IMPP
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   196
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   197
HOL-IMPP: HOL $(LOG)/HOL-IMPP.gz
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   198
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   199
$(LOG)/HOL-IMPP.gz: $(OUT)/HOL IMPP/ROOT.ML IMPP/Com.thy IMPP/Com.ML \
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   200
  IMPP/Natural.thy IMPP/Natural.ML IMPP/Hoare.thy IMPP/Hoare.ML \
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   201
  IMPP/Misc.thy IMPP/Misc.ML IMPP/EvenOdd.thy IMPP/EvenOdd.ML
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   202
	@$(ISATOOL) usedir $(OUT)/HOL IMPP
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   203
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   204
9510
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   205
## HOL-NumberTheory
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   206
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   207
HOL-NumberTheory: HOL $(LOG)/HOL-NumberTheory.gz
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   208
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   209
$(LOG)/HOL-NumberTheory.gz: $(OUT)/HOL \
9942
87f0809a06a9 moved Primes, Fib, Factorization to HOL/NumberTheory
paulson
parents: 9931
diff changeset
   210
  NumberTheory/Fib.ML NumberTheory/Fib.thy NumberTheory/Primes.thy \
87f0809a06a9 moved Primes, Fib, Factorization to HOL/NumberTheory
paulson
parents: 9931
diff changeset
   211
  NumberTheory/Factorization.ML NumberTheory/Factorization.thy \
9510
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   212
  NumberTheory/BijectionRel.ML NumberTheory/BijectionRel.thy \
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   213
  NumberTheory/Chinese.ML NumberTheory/Chinese.thy \
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   214
  NumberTheory/EulerFermat.ML NumberTheory/EulerFermat.thy \
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   215
  NumberTheory/IntFact.ML NumberTheory/IntFact.thy \
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   216
  NumberTheory/IntPrimes.ML NumberTheory/IntPrimes.thy \
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   217
  NumberTheory/WilsonBij.ML NumberTheory/WilsonBij.thy \
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   218
  NumberTheory/WilsonRuss.ML NumberTheory/WilsonRuss.thy \
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   219
  NumberTheory/ROOT.ML
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   220
	@$(ISATOOL) usedir $(OUT)/HOL NumberTheory
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   221
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   222
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   223
## HOL-Hoare
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   224
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   225
HOL-Hoare: HOL $(LOG)/HOL-Hoare.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   226
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   227
$(LOG)/HOL-Hoare.gz: $(OUT)/HOL Hoare/Arith2.ML Hoare/Arith2.thy \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   228
  Hoare/Examples.ML Hoare/Examples.thy Hoare/Hoare.ML Hoare/Hoare.thy \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   229
  Hoare/ROOT.ML
2826
0b0d9e3bc661 isatool usedir;
wenzelm
parents: 2635
diff changeset
   230
	@$(ISATOOL) usedir $(OUT)/HOL Hoare
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   231
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   232
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   233
## HOL-Lex
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   234
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   235
HOL-Lex: HOL $(LOG)/HOL-Lex.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   236
4830
bd73675adbed Added a few lemmas.
nipkow
parents: 4777
diff changeset
   237
$(LOG)/HOL-Lex.gz: $(OUT)/HOL \
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   238
  Lex/AutoChopper.thy Lex/AutoChopper.ML Lex/AutoChopper1.thy \
4830
bd73675adbed Added a few lemmas.
nipkow
parents: 4777
diff changeset
   239
  Lex/AutoMaxChop.thy Lex/AutoMaxChop.ML Lex/AutoProj.thy Lex/AutoProj.ML \
bd73675adbed Added a few lemmas.
nipkow
parents: 4777
diff changeset
   240
  Lex/Automata.thy Lex/Automata.ML Lex/Chopper.thy Lex/DA.thy Lex/DA.ML \
bd73675adbed Added a few lemmas.
nipkow
parents: 4777
diff changeset
   241
  Lex/MaxChop.thy Lex/MaxChop.ML Lex/MaxPrefix.thy Lex/MaxPrefix.ML \
5322
504b129e0502 Additions to Lex.
nipkow
parents: 5305
diff changeset
   242
  Lex/NA.thy Lex/NA.ML Lex/NAe.thy Lex/NAe.ML Lex/RegExp2NAe.thy \
504b129e0502 Additions to Lex.
nipkow
parents: 5305
diff changeset
   243
  Lex/RegExp2NAe.ML Lex/RegExp2NA.thy Lex/RegExp2NA.ML \
4830
bd73675adbed Added a few lemmas.
nipkow
parents: 4777
diff changeset
   244
  Lex/Prefix.thy Lex/Prefix.ML Lex/ROOT.ML \
bd73675adbed Added a few lemmas.
nipkow
parents: 4777
diff changeset
   245
  Lex/RegExp.thy Lex/RegSet.thy Lex/RegSet.ML \
bd73675adbed Added a few lemmas.
nipkow
parents: 4777
diff changeset
   246
  Lex/RegSet_of_nat_DA.thy Lex/RegSet_of_nat_DA.ML
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   247
	@$(ISATOOL) usedir $(OUT)/HOL Lex
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   248
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   249
7999
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   250
## HOL-Algebra
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   251
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   252
HOL-Algebra: HOL $(LOG)/HOL-Algebra.gz
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   253
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   254
$(LOG)/HOL-Algebra.gz: $(OUT)/HOL Algebra/ROOT.ML \
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   255
  Algebra/abstract/Abstract.thy \
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   256
  Algebra/abstract/Factor.ML Algebra/abstract/Factor.thy \
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   257
  Algebra/abstract/Field.thy \
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   258
  Algebra/abstract/Ideal.ML Algebra/abstract/Ideal.thy \
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   259
  Algebra/abstract/NatSum.ML Algebra/abstract/NatSum.thy \
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   260
  Algebra/abstract/PID.thy \
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   261
  Algebra/abstract/Ring.ML Algebra/abstract/Ring.thy \
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   262
  Algebra/abstract/RingHomo.ML Algebra/abstract/RingHomo.thy\
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   263
  Algebra/poly/Degree.ML Algebra/poly/Degree.thy \
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   264
  Algebra/poly/LongDiv.ML Algebra/poly/LongDiv.thy \
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   265
  Algebra/poly/PolyHomo.ML Algebra/poly/PolyHomo.thy \
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   266
  Algebra/poly/PolyRing.ML Algebra/poly/PolyRing.thy \
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   267
  Algebra/poly/Polynomial.thy \
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   268
  Algebra/poly/ProtoPoly.ML Algebra/poly/ProtoPoly.thy \
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   269
  Algebra/poly/UnivPoly.ML Algebra/poly/UnivPoly.thy
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   270
	@$(ISATOOL) usedir $(OUT)/HOL Algebra
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   271
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   272
## HOL-Auth
3819
5a6a6f18b109 added TLA stuff;
wenzelm
parents: 3616
diff changeset
   273
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   274
HOL-Auth: HOL $(LOG)/HOL-Auth.gz
3819
5a6a6f18b109 added TLA stuff;
wenzelm
parents: 3616
diff changeset
   275
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   276
$(LOG)/HOL-Auth.gz: $(OUT)/HOL Auth/Event.ML Auth/Event.thy \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   277
  Auth/Message.ML Auth/Message.thy Auth/NS_Public.ML Auth/NS_Public.thy \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   278
  Auth/NS_Public_Bad.ML Auth/NS_Public_Bad.thy Auth/NS_Shared.ML \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   279
  Auth/NS_Shared.thy Auth/OtwayRees.ML Auth/OtwayRees.thy \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   280
  Auth/OtwayRees_AN.ML Auth/OtwayRees_AN.thy Auth/OtwayRees_Bad.ML \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   281
  Auth/OtwayRees_Bad.thy Auth/Public.ML Auth/Public.thy Auth/ROOT.ML \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   282
  Auth/Recur.ML Auth/Recur.thy Auth/Shared.ML Auth/Shared.thy \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   283
  Auth/TLS.ML Auth/TLS.thy Auth/WooLam.ML Auth/WooLam.thy \
6496
a185927883e5 Addition of Auth/KerberosIV; renaming of rules.new.sml to rules.sml
paulson
parents: 6474
diff changeset
   284
  Auth/Kerberos_BAN.ML Auth/Kerberos_BAN.thy \
a185927883e5 Addition of Auth/KerberosIV; renaming of rules.new.sml to rules.sml
paulson
parents: 6474
diff changeset
   285
  Auth/KerberosIV.ML Auth/KerberosIV.thy \
6401
2462d0c077b5 added new theory Yahalom_Bad
paulson
parents: 6302
diff changeset
   286
  Auth/Yahalom.ML Auth/Yahalom.thy Auth/Yahalom2.ML Auth/Yahalom2.thy \
2462d0c077b5 added new theory Yahalom_Bad
paulson
parents: 6302
diff changeset
   287
  Auth/Yahalom_Bad.ML Auth/Yahalom_Bad.thy
2826
0b0d9e3bc661 isatool usedir;
wenzelm
parents: 2635
diff changeset
   288
	@$(ISATOOL) usedir $(OUT)/HOL Auth
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   289
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   290
4777
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   291
## HOL-UNITY
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   292
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   293
HOL-UNITY: HOL $(LOG)/HOL-UNITY.gz
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   294
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   295
$(LOG)/HOL-UNITY.gz: $(OUT)/HOL UNITY/ROOT.ML\
8934
39d0cc787d47 theory file NatSum.thy no longer needed
paulson
parents: 8923
diff changeset
   296
  UNITY/AllocBase.ML UNITY/AllocBase.thy\
6817
a42849eeb674 new UNITY files
paulson
parents: 6779
diff changeset
   297
  UNITY/Alloc.ML UNITY/Alloc.thy\
4777
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   298
  UNITY/Channel.ML UNITY/Channel.thy UNITY/Common.ML UNITY/Common.thy\
5636
dd8f30780fa9 Addition of HOL/UNITY/Client
paulson
parents: 5627
diff changeset
   299
  UNITY/Client.ML UNITY/Client.thy  UNITY/Comp.ML UNITY/Comp.thy\
7400
fbd5582761e6 new files HOL/UNITY/Guar.{thy,ML}: theory file gets the instance declaration
paulson
parents: 7395
diff changeset
   300
  UNITY/Guar.ML UNITY/Guar.thy\
4777
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   301
  UNITY/Deadlock.ML UNITY/Deadlock.thy UNITY/FP.ML UNITY/FP.thy\
8338
13d601bda271 new theories UNITY/Detects, UNITY/Reachability
paulson
parents: 8256
diff changeset
   302
  UNITY/Detects.ML UNITY/Detects.thy\
13d601bda271 new theories UNITY/Detects, UNITY/Reachability
paulson
parents: 8256
diff changeset
   303
  UNITY/Reachability.ML UNITY/Reachability.thy\
5358
7e046ef59fe2 New UNITY files
paulson
parents: 5322
diff changeset
   304
  UNITY/Union.ML UNITY/Union.thy UNITY/Handshake.ML UNITY/Handshake.thy\
7513
879ae27f5e6f new example HOL/UNITY/TimerArray
paulson
parents: 7443
diff changeset
   305
  UNITY/TimerArray.ML UNITY/TimerArray.thy\
7624
9024e9d370c7 new UNITY theory: Project
paulson
parents: 7577
diff changeset
   306
  UNITY/Extend.ML UNITY/Extend.thy UNITY/Project.ML UNITY/Project.thy\
8040
23e2a2457c77 new theory UNITY/ELT
paulson
parents: 8036
diff changeset
   307
  UNITY/ELT.ML UNITY/ELT.thy\
6730
fa1f63249077 new theories Follows and ListOrder
paulson
parents: 6535
diff changeset
   308
  UNITY/Follows.ML UNITY/Follows.thy\
6817
a42849eeb674 new UNITY files
paulson
parents: 6779
diff changeset
   309
  UNITY/GenPrefix.thy UNITY/GenPrefix.ML \
7186
860479291bb5 new theory UNITY/Lift_prog
paulson
parents: 7180
diff changeset
   310
  UNITY/Lift_prog.ML UNITY/Lift_prog.thy UNITY/ListOrder.thy\
6730
fa1f63249077 new theories Follows and ListOrder
paulson
parents: 6535
diff changeset
   311
  UNITY/Mutex.ML UNITY/Mutex.thy\
4777
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   312
  UNITY/Network.ML UNITY/Network.thy UNITY/Reach.ML UNITY/Reach.thy\
8256
6ba8fa2b0638 Rename: theory for applying a bijection over states to a UNITY program
paulson
parents: 8193
diff changeset
   313
  UNITY/Rename.ML UNITY/Rename.thy\
4777
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   314
  UNITY/SubstAx.ML UNITY/SubstAx.thy UNITY/Token.ML UNITY/Token.thy\
6535
880f31a62784 eliminated theory UNITY/Traces
paulson
parents: 6526
diff changeset
   315
  UNITY/UNITY.ML UNITY/UNITY.thy\
5430
4a179dba527a New UNITY theory, the N-S protocol
paulson
parents: 5417
diff changeset
   316
  UNITY/WFair.ML UNITY/WFair.thy UNITY/Lift.ML UNITY/Lift.thy\
5900
258021e27980 new theory UNITY/PPROD
paulson
parents: 5742
diff changeset
   317
  UNITY/PPROD.ML UNITY/PPROD.thy UNITY/NSP_Bad.ML UNITY/NSP_Bad.thy
4777
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   318
	@$(ISATOOL) usedir $(OUT)/HOL UNITY
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   319
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   320
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   321
## HOL-Modelcheck
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   322
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   323
HOL-Modelcheck: HOL $(LOG)/HOL-Modelcheck.gz
3218
44f01b718eab added Modelcheck example;
mueller
parents: 3195
diff changeset
   324
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   325
$(LOG)/HOL-Modelcheck.gz: $(OUT)/HOL Modelcheck/CTL.thy \
6474
wenzelm
parents: 6472
diff changeset
   326
  Modelcheck/EindhovenExample.ML Modelcheck/EindhovenExample.thy \
wenzelm
parents: 6472
diff changeset
   327
  Modelcheck/EindhovenSyn.ML Modelcheck/EindhovenSyn.thy \
wenzelm
parents: 6472
diff changeset
   328
  Modelcheck/MuCalculus.ML Modelcheck/MuCalculus.thy \
wenzelm
parents: 6472
diff changeset
   329
  Modelcheck/MuckeExample1.ML Modelcheck/MuckeExample1.thy \
6472
ea01eda59c07 deleted some old examples in Modelcheck;
mueller
parents: 6445
diff changeset
   330
  Modelcheck/MuckeExample2.ML Modelcheck/MuckeExample2.thy \
6474
wenzelm
parents: 6472
diff changeset
   331
  Modelcheck/MuckeSyn.ML Modelcheck/MuckeSyn.thy Modelcheck/ROOT.ML \
wenzelm
parents: 6472
diff changeset
   332
  Modelcheck/mucke_oracle.ML
3218
44f01b718eab added Modelcheck example;
mueller
parents: 3195
diff changeset
   333
	@$(ISATOOL) usedir $(OUT)/HOL Modelcheck
44f01b718eab added Modelcheck example;
mueller
parents: 3195
diff changeset
   334
44f01b718eab added Modelcheck example;
mueller
parents: 3195
diff changeset
   335
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   336
## HOL-Lambda
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   337
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   338
HOL-Lambda: HOL $(LOG)/HOL-Lambda.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   339
9811
39ffdb8cab03 HOL/Lambda: converted into new-style theory and document;
wenzelm
parents: 9771
diff changeset
   340
$(LOG)/HOL-Lambda.gz: $(OUT)/HOL Induct/Acc.thy Lambda/Commutation.thy \
39ffdb8cab03 HOL/Lambda: converted into new-style theory and document;
wenzelm
parents: 9771
diff changeset
   341
  Lambda/Eta.thy Lambda/InductTermi.thy Lambda/Lambda.thy \
9771
54c6a2c6e569 converted Lambda scripts;
wenzelm
parents: 9762
diff changeset
   342
  Lambda/ListApplication.thy Lambda/ListBeta.thy Lambda/ListOrder.thy \
9815
1375dd92f07a Lambda/document/root.tex;
wenzelm
parents: 9811
diff changeset
   343
  Lambda/ParRed.thy Lambda/Type.thy Lambda/ROOT.ML Lambda/document/root.tex
2826
0b0d9e3bc661 isatool usedir;
wenzelm
parents: 2635
diff changeset
   344
	@$(ISATOOL) usedir $(OUT)/HOL Lambda
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   345
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   346
9015
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   347
## HOL-Prolog
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   348
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   349
HOL-Prolog: HOL $(LOG)/HOL-Prolog.gz
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   350
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   351
$(LOG)/HOL-Prolog.gz: $(OUT)/HOL Prolog/ROOT.ML Prolog/HOHH.ML Prolog/HOHH.thy \
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   352
  Prolog/Test.ML Prolog/Test.thy  \
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   353
  Prolog/Func.ML Prolog/Func.thy Prolog/Type.ML Prolog/Type.thy
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   354
	@$(ISATOOL) usedir $(OUT)/HOL Prolog
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   355
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   356
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   357
## HOL-W0
2527
0ba3755ce398 Added W0 and modified MiniML.
nipkow
parents: 2473
diff changeset
   358
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   359
HOL-W0: HOL $(LOG)/HOL-W0.gz
2527
0ba3755ce398 Added W0 and modified MiniML.
nipkow
parents: 2473
diff changeset
   360
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   361
$(LOG)/HOL-W0.gz: $(OUT)/HOL W0/I.ML W0/I.thy W0/Maybe.ML W0/Maybe.thy \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   362
  W0/MiniML.ML W0/MiniML.thy W0/ROOT.ML W0/Type.ML W0/Type.thy W0/W.ML \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   363
  W0/W.thy
2826
0b0d9e3bc661 isatool usedir;
wenzelm
parents: 2635
diff changeset
   364
	@$(ISATOOL) usedir $(OUT)/HOL W0
2527
0ba3755ce398 Added W0 and modified MiniML.
nipkow
parents: 2473
diff changeset
   365
0ba3755ce398 Added W0 and modified MiniML.
nipkow
parents: 2473
diff changeset
   366
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   367
## HOL-MiniML
2527
0ba3755ce398 Added W0 and modified MiniML.
nipkow
parents: 2473
diff changeset
   368
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   369
HOL-MiniML: HOL $(LOG)/HOL-MiniML.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   370
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   371
$(LOG)/HOL-MiniML.gz: $(OUT)/HOL MiniML/Generalize.ML \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   372
  MiniML/Generalize.thy MiniML/Instance.ML MiniML/Instance.thy \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   373
  MiniML/Maybe.ML MiniML/Maybe.thy MiniML/MiniML.ML MiniML/MiniML.thy \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   374
  MiniML/ROOT.ML MiniML/Type.ML MiniML/Type.thy MiniML/W.ML MiniML/W.thy
2826
0b0d9e3bc661 isatool usedir;
wenzelm
parents: 2635
diff changeset
   375
	@$(ISATOOL) usedir $(OUT)/HOL MiniML
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   376
7629
wenzelm
parents: 7627
diff changeset
   377
8012
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   378
## HOL-MicroJava
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   379
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   380
HOL-MicroJava: HOL $(LOG)/HOL-MicroJava.gz
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   381
10059
f56da4769355 removed JVM/Store.ML, added theorem Digest in MicroJava
kleing
parents: 10052
diff changeset
   382
$(LOG)/HOL-MicroJava.gz: $(OUT)/HOL MicroJava/ROOT.ML MicroJava/Digest.thy \
9346
297dcbf64526 re-structuring MicroJava; added Example; corrected := syntax; simplfied cast
oheimb
parents: 9275
diff changeset
   383
  MicroJava/J/Conform.ML MicroJava/J/Conform.thy \
8012
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   384
  MicroJava/J/Eval.thy MicroJava/J/Eval.ML MicroJava/J/JBasis.ML \
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   385
  MicroJava/J/JBasis.thy MicroJava/J/JTypeSafe.thy MicroJava/J/JTypeSafe.ML \
9346
297dcbf64526 re-structuring MicroJava; added Example; corrected := syntax; simplfied cast
oheimb
parents: 9275
diff changeset
   386
  MicroJava/J/Decl.thy MicroJava/J/Decl.ML MicroJava/J/State.ML \
297dcbf64526 re-structuring MicroJava; added Example; corrected := syntax; simplfied cast
oheimb
parents: 9275
diff changeset
   387
  MicroJava/J/State.thy MicroJava/J/Term.thy \
8012
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   388
  MicroJava/J/Type.thy MicroJava/J/TypeRel.ML MicroJava/J/TypeRel.thy \
9346
297dcbf64526 re-structuring MicroJava; added Example; corrected := syntax; simplfied cast
oheimb
parents: 9275
diff changeset
   389
  MicroJava/J/WellForm.thy MicroJava/J/WellForm.ML MicroJava/J/Value.thy \
8012
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   390
  MicroJava/J/WellType.ML MicroJava/J/WellType.thy \
9346
297dcbf64526 re-structuring MicroJava; added Example; corrected := syntax; simplfied cast
oheimb
parents: 9275
diff changeset
   391
  MicroJava/J/Example.ML MicroJava/J/Example.thy \
9381
a0491eed2270 MicroJava structure changed
kleing
parents: 9353
diff changeset
   392
  MicroJava/JVM/JVMExec.thy MicroJava/JVM/JVMInstructions.thy\
a0491eed2270 MicroJava structure changed
kleing
parents: 9353
diff changeset
   393
  MicroJava/JVM/JVMState.thy MicroJava/JVM/JVMExecInstr.thy\
10059
f56da4769355 removed JVM/Store.ML, added theorem Digest in MicroJava
kleing
parents: 10052
diff changeset
   394
  MicroJava/JVM/Store.thy \
9551
f4bfb69ae94e MicroJava structure changed
kleing
parents: 9516
diff changeset
   395
  MicroJava/BV/BVSpec.thy MicroJava/BV/Step.thy\
9756
3533e3e9267f MicroJava changed (all of BV -> Isar)
kleing
parents: 9716
diff changeset
   396
  MicroJava/BV/BVSpecTypeSafe.thy MicroJava/BV/Correct.thy \
9595
ec388b0a4eaa added MicroJava/BV/StepMono.thy,
kleing
parents: 9551
diff changeset
   397
  MicroJava/BV/Convert.thy MicroJava/BV/StepMono.thy \
9381
a0491eed2270 MicroJava structure changed
kleing
parents: 9353
diff changeset
   398
  MicroJava/BV/LBVSpec.thy MicroJava/BV/LBVCorrect.thy \
a0491eed2270 MicroJava structure changed
kleing
parents: 9353
diff changeset
   399
  MicroJava/BV/LBVComplete.thy \
9931
fcefb871fce3 added MicroJava/document/root.bib;
wenzelm
parents: 9888
diff changeset
   400
  MicroJava/document/root.bib MicroJava/document/root.tex
8012
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   401
	@$(ISATOOL) usedir $(OUT)/HOL MicroJava
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   402
8193
33e4ec7a2daa added MicroJava/document;
wenzelm
parents: 8179
diff changeset
   403
7627
6b0709a2f6c7 added BCV.
nipkow
parents: 7624
diff changeset
   404
## HOL-BCV
6b0709a2f6c7 added BCV.
nipkow
parents: 7624
diff changeset
   405
7629
wenzelm
parents: 7627
diff changeset
   406
HOL-BCV: HOL $(LOG)/HOL-BCV.gz
7627
6b0709a2f6c7 added BCV.
nipkow
parents: 7624
diff changeset
   407
9823
nipkow
parents: 9815
diff changeset
   408
$(LOG)/HOL-BCV.gz: $(OUT)/HOL \
nipkow
parents: 9815
diff changeset
   409
  BCV/DFA_Framework.thy BCV/DFA_Framework.ML BCV/Err.thy BCV/Err.ML \
nipkow
parents: 9815
diff changeset
   410
  BCV/JType.ML BCV/JType.thy BCV/JVM.ML BCV/JVM.thy \
nipkow
parents: 9815
diff changeset
   411
  BCV/Kildall.ML BCV/Kildall.thy BCV/Listn.ML BCV/Listn.thy \
nipkow
parents: 9815
diff changeset
   412
  BCV/Opt.ML BCV/Opt.thy BCV/ROOT.ML BCV/Semilat.ML BCV/Semilat.thy \
nipkow
parents: 9815
diff changeset
   413
  BCV/Product.ML BCV/Product.thy
7627
6b0709a2f6c7 added BCV.
nipkow
parents: 7624
diff changeset
   414
	@$(ISATOOL) usedir $(OUT)/HOL BCV
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   415
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   416
## HOL-IOA
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   417
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   418
HOL-IOA: HOL $(LOG)/HOL-IOA.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   419
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   420
$(LOG)/HOL-IOA.gz: $(OUT)/HOL IOA/Asig.ML IOA/Asig.thy IOA/IOA.ML \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   421
  IOA/IOA.thy IOA/ROOT.ML IOA/Solve.ML IOA/Solve.thy
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   422
	@$(ISATOOL) usedir $(OUT)/HOL IOA
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   423
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   424
10135
c2a4dccf6e67 reorganized AxClasses;
wenzelm
parents: 10094
diff changeset
   425
## HOL-AxClasses
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   426
10135
c2a4dccf6e67 reorganized AxClasses;
wenzelm
parents: 10094
diff changeset
   427
HOL-AxClasses: HOL $(LOG)/HOL-AxClasses.gz
2545
d10abc8c11fb added AxClasses test;
wenzelm
parents: 2527
diff changeset
   428
10135
c2a4dccf6e67 reorganized AxClasses;
wenzelm
parents: 10094
diff changeset
   429
$(LOG)/HOL-AxClasses.gz: $(OUT)/HOL AxClasses/Group.thy \
c2a4dccf6e67 reorganized AxClasses;
wenzelm
parents: 10094
diff changeset
   430
  AxClasses/Product.thy AxClasses/ROOT.ML AxClasses/Semigroups.thy
c2a4dccf6e67 reorganized AxClasses;
wenzelm
parents: 10094
diff changeset
   431
	@$(ISATOOL) usedir $(OUT)/HOL AxClasses
2545
d10abc8c11fb added AxClasses test;
wenzelm
parents: 2527
diff changeset
   432
d10abc8c11fb added AxClasses test;
wenzelm
parents: 2527
diff changeset
   433
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
   434
## HOL-Lattice
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
   435
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
   436
HOL-Lattice: HOL $(LOG)/HOL-Lattice.gz
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
   437
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
   438
$(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
   439
  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
   440
  Lattice/ROOT.ML Lattice/document/root.tex
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
   441
	@$(ISATOOL) usedir $(OUT)/HOL Lattice
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
   442
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
   443
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   444
## HOL-ex
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   445
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   446
HOL-ex: HOL $(LOG)/HOL-ex.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   447
8797
b55e2354d71e Added AVL
nipkow
parents: 8775
diff changeset
   448
$(LOG)/HOL-ex.gz: $(OUT)/HOL  ex/AVL.ML ex/AVL.thy ex/BT.ML ex/BT.thy \
8944
96964d43a472 restored NatSum.thy
paulson
parents: 8941
diff changeset
   449
  ex/InSort.ML ex/InSort.thy ex/MT.ML ex/MT.thy ex/NatSum.ML ex/NatSum.thy \
8353
57a163920480 new theory ex/Factorization
paulson
parents: 8338
diff changeset
   450
  ex/Primrec.ML ex/Primrec.thy \
57a163920480 new theory ex/Factorization
paulson
parents: 8338
diff changeset
   451
  ex/Puzzle.ML ex/Puzzle.thy ex/Qsort.ML ex/Qsort.thy \
9840
9dfcb0224f8c meson.ML moved from HOL/ex to HOL/Tools: meson_tac installed by default
paulson
parents: 9824
diff changeset
   452
  ex/ROOT.ML ex/Recdefs.ML ex/Recdefs.thy ex/cla.ML \
9101
b643f4d7b9e9 fixed deps;
wenzelm
parents: 9042
diff changeset
   453
  ex/mesontest.ML ex/mesontest2.ML ex/set.thy ex/set.ML \
8941
df06883c1dcf IntRingDefs is now redundant
paulson
parents: 8934
diff changeset
   454
  ex/Group.ML ex/Group.thy ex/IntRing.ML ex/IntRing.thy \
df06883c1dcf IntRingDefs is now redundant
paulson
parents: 8934
diff changeset
   455
  ex/Lagrange.ML ex/Lagrange.thy ex/Ring.ML ex/Ring.thy ex/StringEx.ML \
7085
e5a5f8d23f26 HOL/ex/Tarski: new example by Florian Kammueller
paulson
parents: 7032
diff changeset
   456
  ex/StringEx.thy ex/Tarski.ML ex/Tarski.thy \
7180
35676093459d new theory ex/svc_test.thy
paulson
parents: 7161
diff changeset
   457
  ex/BinEx.ML ex/BinEx.thy ex/svc_test.thy ex/svc_test.ML ex/MonoidGroup.thy \
5368
7c8d1c7c876d added Antiquote example;
wenzelm
parents: 5358
diff changeset
   458
  ex/PiSets.thy ex/PiSets.ML ex/LocaleGroup.thy ex/LocaleGroup.ML \
10052
5fa8d8d5c852 renamed HOL/ex/Points to HOL/ex/Records;
wenzelm
parents: 9942
diff changeset
   459
  ex/Antiquote.thy ex/Multiquote.thy ex/Records.thy ex/Tuple.thy
2826
0b0d9e3bc661 isatool usedir;
wenzelm
parents: 2635
diff changeset
   460
	@$(ISATOOL) usedir $(OUT)/HOL ex
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   461
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   462
6445
931fc1daa8b1 added Isar_examples;
wenzelm
parents: 6440
diff changeset
   463
## HOL-Isar_examples
931fc1daa8b1 added Isar_examples;
wenzelm
parents: 6440
diff changeset
   464
931fc1daa8b1 added Isar_examples;
wenzelm
parents: 6440
diff changeset
   465
HOL-Isar_examples: HOL $(LOG)/HOL-Isar_examples.gz
931fc1daa8b1 added Isar_examples;
wenzelm
parents: 6440
diff changeset
   466
931fc1daa8b1 added Isar_examples;
wenzelm
parents: 6440
diff changeset
   467
$(LOG)/HOL-Isar_examples.gz: $(OUT)/HOL Isar_examples/BasicLogic.thy \
6516
09207771cc7c added Isar_examples/Cantor.ML;
wenzelm
parents: 6496
diff changeset
   468
  Isar_examples/Cantor.ML Isar_examples/Cantor.thy \
8050
ad6440cd84be added Isar_examples/Fibonacci.thy;
wenzelm
parents: 8040
diff changeset
   469
  Isar_examples/ExprCompiler.thy Isar_examples/Fibonacci.thy \
10143
86c39bba873f added Isar_examples/Hoare.thy Isar_examples/HoareEx.thy;
wenzelm
parents: 10135
diff changeset
   470
  Isar_examples/Group.thy Isar_examples/Hoare.thy Isar_examples/HoareEx.thy \
86c39bba873f added Isar_examples/Hoare.thy Isar_examples/HoareEx.thy;
wenzelm
parents: 10135
diff changeset
   471
  Isar_examples/KnasterTarski.thy Isar_examples/MultisetOrder.thy \
86c39bba873f added Isar_examples/Hoare.thy Isar_examples/HoareEx.thy;
wenzelm
parents: 10135
diff changeset
   472
  Isar_examples/MutilatedCheckerboard.thy \
8677
de62440762b8 added Isar_examples/NestedDatatype.thy;
wenzelm
parents: 8569
diff changeset
   473
  Isar_examples/NestedDatatype.thy Isar_examples/Peirce.thy \
8050
ad6440cd84be added Isar_examples/Fibonacci.thy;
wenzelm
parents: 8040
diff changeset
   474
  Isar_examples/Puzzle.thy Isar_examples/Summation.thy \
ad6440cd84be added Isar_examples/Fibonacci.thy;
wenzelm
parents: 8040
diff changeset
   475
  Isar_examples/ROOT.ML Isar_examples/W_correct.thy \
ad6440cd84be added Isar_examples/Fibonacci.thy;
wenzelm
parents: 8040
diff changeset
   476
  Isar_examples/document/proof.sty Isar_examples/document/root.bib \
ad6440cd84be added Isar_examples/Fibonacci.thy;
wenzelm
parents: 8040
diff changeset
   477
  Isar_examples/document/root.tex Isar_examples/document/style.tex
6445
931fc1daa8b1 added Isar_examples;
wenzelm
parents: 6440
diff changeset
   478
	@$(ISATOOL) usedir $(OUT)/HOL Isar_examples
931fc1daa8b1 added Isar_examples;
wenzelm
parents: 6440
diff changeset
   479
931fc1daa8b1 added Isar_examples;
wenzelm
parents: 6440
diff changeset
   480
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   481
## TLA
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   482
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   483
TLA: HOL $(OUT)/TLA
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   484
6254
f6335d319e9f updated TLA;
wenzelm
parents: 6250
diff changeset
   485
$(OUT)/TLA: $(OUT)/HOL TLA/Action.ML TLA/Action.thy TLA/Init.ML \
9516
72b5d28aae58 tuned TLA;
wenzelm
parents: 9510
diff changeset
   486
  TLA/Init.thy TLA/Intensional.ML TLA/Intensional.thy \
6254
f6335d319e9f updated TLA;
wenzelm
parents: 6250
diff changeset
   487
  TLA/ROOT.ML TLA/Stfun.ML TLA/Stfun.thy TLA/TLA.ML TLA/TLA.thy
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   488
	@cd TLA; $(ISATOOL) usedir -b $(OUT)/HOL TLA
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   489
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   490
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   491
## TLA-Inc
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   492
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   493
TLA-Inc: TLA $(LOG)/TLA-Inc.gz
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   494
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   495
$(LOG)/TLA-Inc.gz: $(OUT)/TLA TLA/Inc/Inc.thy TLA/Inc/Inc.ML \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   496
  TLA/Inc/Pcount.thy
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   497
	@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Inc
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   498
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   499
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   500
## TLA-Buffer
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   501
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   502
TLA-Buffer: TLA $(LOG)/TLA-Buffer.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   503
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   504
$(LOG)/TLA-Buffer.gz: $(OUT)/TLA TLA/Buffer/Buffer.thy \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   505
  TLA/Buffer/Buffer.ML TLA/Buffer/DBuffer.thy TLA/Buffer/DBuffer.ML
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   506
	@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Buffer
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   507
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   508
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   509
## TLA-Memory
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   510
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   511
TLA-Memory: TLA $(LOG)/TLA-Memory.gz
4447
b7ee449eb345 log files;
wenzelm
parents: 4289
diff changeset
   512
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   513
$(LOG)/TLA-Memory.gz: $(OUT)/TLA TLA/Memory/MIParameters.thy \
9516
72b5d28aae58 tuned TLA;
wenzelm
parents: 9510
diff changeset
   514
  TLA/Memory/MIsafe.ML TLA/Memory/MemClerk.ML \
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   515
  TLA/Memory/MemClerk.thy TLA/Memory/MemClerkParameters.ML \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   516
  TLA/Memory/MemClerkParameters.thy TLA/Memory/Memory.ML \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   517
  TLA/Memory/Memory.thy TLA/Memory/MemoryImplementation.ML \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   518
  TLA/Memory/MemoryImplementation.thy TLA/Memory/MemoryParameters.ML \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   519
  TLA/Memory/MemoryParameters.thy TLA/Memory/ProcedureInterface.ML \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   520
  TLA/Memory/ProcedureInterface.thy TLA/Memory/RPC.ML TLA/Memory/RPC.thy \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   521
  TLA/Memory/RPCMemoryParams.thy TLA/Memory/RPCParameters.ML \
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   522
  TLA/Memory/RPCParameters.thy
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   523
	@cd TLA; $(ISATOOL) usedir $(OUT)/TLA Memory
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   524
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   525
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   526
## clean
4447
b7ee449eb345 log files;
wenzelm
parents: 4289
diff changeset
   527
b7ee449eb345 log files;
wenzelm
parents: 4289
diff changeset
   528
clean:
9481
wenzelm
parents: 9479
diff changeset
   529
	@rm -f $(OUT)/HOL $(OUT)/HOL-Real $(OUT)/TLA \
wenzelm
parents: 9479
diff changeset
   530
		$(LOG)/HOL.gz $(LOG)/HOL-Real.gz $(LOG)/TLA.gz \
wenzelm
parents: 9479
diff changeset
   531
		$(LOG)/HOL-Isar_examples.gz $(LOG)/HOL-Induct.gz \
wenzelm
parents: 9479
diff changeset
   532
		$(LOG)/HOL-ex.gz $(LOG)/HOL-Subst.gz $(LOG)/HOL-IMP.gz \
wenzelm
parents: 9479
diff changeset
   533
		$(LOG)/HOL-IMPP.gz $(LOG)/HOL-Hoare.gz \
wenzelm
parents: 9479
diff changeset
   534
		$(LOG)/HOL-Lex.gz $(LOG)/HOL-Algebra.gz \
wenzelm
parents: 9479
diff changeset
   535
		$(LOG)/HOL-Auth.gz $(LOG)/HOL-UNITY.gz \
wenzelm
parents: 9479
diff changeset
   536
		$(LOG)/HOL-Modelcheck.gz $(LOG)/HOL-Lambda.gz \
wenzelm
parents: 9479
diff changeset
   537
		$(LOG)/HOL-W0.gz $(LOG)/HOL-MiniML.gz \
wenzelm
parents: 9479
diff changeset
   538
		$(LOG)/HOL-BCV.gz $(LOG)/HOL-MicroJava.gz \
10135
c2a4dccf6e67 reorganized AxClasses;
wenzelm
parents: 10094
diff changeset
   539
		$(LOG)/HOL-IOA.gz $(LOG)/HOL-AxClasses \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
   540
		$(LOG)/HOL-Lattice $(LOG)/HOL-Real-ex.gz \
9481
wenzelm
parents: 9479
diff changeset
   541
		$(LOG)/HOL-Real-HahnBanach.gz $(LOG)/TLA-Inc.gz \
wenzelm
parents: 9479
diff changeset
   542
		$(LOG)/TLA-Buffer.gz $(LOG)/TLA-Memory.gz