src/HOL/IsaMakefile
author blanchet
Fri, 05 Feb 2010 14:27:21 +0100
changeset 35076 cc19e2aef17e
parent 35070 96136eb6218f
child 35079 592edca1dfb3
permissions -rw-r--r--
added hotel key card example for Nitpick, and renumber atoms in Nitpick's output for increased readability
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
# IsaMakefile for HOL
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
     3
#
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
     4
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
     5
## targets
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
     6
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
     7
default: HOL
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
     8
generate: HOL-Generate-HOL HOL-Generate-HOLLight
33210
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
     9
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    10
images: \
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    11
  HOL \
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    12
  HOL-Algebra \
33419
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
    13
  HOL-Boogie \
33210
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    14
  HOL-Base \
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    15
  HOL-Main \
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    16
  HOL-Multivariate_Analysis \
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    17
  HOL-NSA \
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    18
  HOL-Nominal \
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    19
  HOL-Plain \
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
    20
  HOL-Proofs \
33210
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    21
  HOL-SMT \
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    22
  HOL-Word \
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    23
  HOL4 \
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    24
  TLA
10135
c2a4dccf6e67 reorganized AxClasses;
wenzelm
parents: 10094
diff changeset
    25
25321
e34b2265698a activated HOL-SizeChange;
wenzelm
parents: 25315
diff changeset
    26
#Note: keep targets sorted (except for HOL-Library and HOL-ex)
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    27
test: \
24373
eb199bbbaec0 use HOL-ex later;
wenzelm
parents: 24339
diff changeset
    28
  HOL-Library \
24325
5c29e8822f50 make HOL-ex earlier;
wenzelm
parents: 24288
diff changeset
    29
  HOL-ex \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    30
  HOL-Auth \
14031
3240066af013 Added Bali to test
schirmer
parents: 14029
diff changeset
    31
  HOL-Bali \
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
    32
  HOL-Boogie-Examples \
29823
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
    33
  HOL-Decision_Procs \
31795
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
    34
  HOL-Hahn_Banach \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    35
  HOL-Hoare \
32621
a073cb249a06 theory entry point for session Hoare_Parallel (now also with proper underscore)
haftmann
parents: 32618
diff changeset
    36
  HOL-Hoare_Parallel \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    37
  HOL-IMP \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    38
  HOL-IMPP \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    39
  HOL-IOA \
29399
ebcd69a00872 split of Imperative_HOL theories from HOL-Library
haftmann
parents: 29197
diff changeset
    40
  HOL-Imperative_HOL \
33210
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    41
  HOL-Import \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    42
  HOL-Induct \
33026
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
    43
  HOL-Isar_Examples \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    44
  HOL-Lattice \
28637
7aabaf1ba263 reactivated HOL-Matrix;
wenzelm
parents: 28612
diff changeset
    45
  HOL-Matrix \
33027
9cf389429f6d modernized session Metis_Examples;
wenzelm
parents: 33026
diff changeset
    46
  HOL-Metis_Examples \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    47
  HOL-MicroJava \
32496
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents: 32479
diff changeset
    48
  HOL-Mirabelle \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    49
  HOL-Modelcheck \
11376
bf98ad1c22c6 added NanoJava
oheimb
parents: 11370
diff changeset
    50
  HOL-NanoJava \
33197
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents: 33192
diff changeset
    51
  HOL-Nitpick_Examples \
19497
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
    52
  HOL-Nominal-Examples \
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
    53
  HOL-Number_Theory \
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
    54
  HOL-Old_Number_Theory \
33271
7be66dee1a5a New theory Probability, which contains a development of measure theory
paulson
parents: 33270
diff changeset
    55
  HOL-Probability \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    56
  HOL-Prolog \
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
    57
  HOL-Proofs-Extraction \
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
    58
  HOL-Proofs-Lambda \
33028
9aa8bfb1649d modernized session SET_Protocol;
wenzelm
parents: 33027
diff changeset
    59
  HOL-SET_Protocol \
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
    60
  HOL-SMT-Examples \
25171
4a9c25bffc9b added Statespace library
schirmer
parents: 24994
diff changeset
    61
  HOL-Statespace \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    62
  HOL-Subst \
33210
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    63
      TLA-Buffer \
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    64
      TLA-Inc \
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    65
      TLA-Memory \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    66
  HOL-UNITY \
10966
8f2c27041a8e added HOL-Unix example;
wenzelm
parents: 10945
diff changeset
    67
  HOL-Unix \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    68
  HOL-W0 \
24442
39e29972cb96 HOL-Word-Examples
huffman
parents: 24411
diff changeset
    69
  HOL-Word-Examples \
24325
5c29e8822f50 make HOL-ex earlier;
wenzelm
parents: 24288
diff changeset
    70
  HOL-ZF
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    71
    # ^ this is the sort position
10614
d5c14e205c24 added Library/Rational_Numbers.thy;
wenzelm
parents: 10574
diff changeset
    72
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    73
all: test images
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    74
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    75
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    76
## global settings
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    77
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    78
SRC = $(ISABELLE_HOME)/src
3118
24dae6222579 fixed ISABELLE_OUTPUT, ISABELLE_PATH (finally?);
wenzelm
parents: 3079
diff changeset
    79
OUT = $(ISABELLE_OUTPUT)
4447
b7ee449eb345 log files;
wenzelm
parents: 4289
diff changeset
    80
LOG = $(OUT)/log
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
    81
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    82
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    83
## HOL
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
    84
28393
30ba169e8c45 HOL no longer depends on HOL-Plain;
wenzelm
parents: 28376
diff changeset
    85
HOL: Pure $(OUT)/HOL
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
    86
29505
c6d2d23909d1 added HOL-Base image
haftmann
parents: 29463
diff changeset
    87
HOL-Base: Pure $(OUT)/HOL-Base
c6d2d23909d1 added HOL-Base image
haftmann
parents: 29463
diff changeset
    88
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
    89
HOL-Plain: Pure $(OUT)/HOL-Plain
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    90
28401
d5f39173444c separate HOL-Main image
haftmann
parents: 28393
diff changeset
    91
HOL-Main: Pure $(OUT)/HOL-Main
d5f39173444c separate HOL-Main image
haftmann
parents: 28393
diff changeset
    92
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
    93
HOL-Proofs: Pure $(OUT)/HOL-Proofs
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
    94
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    95
Pure:
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
    96
	@cd $(SRC)/Pure; $(ISABELLE_TOOL) make Pure
3232
19a2b853ba7b Removal of ex/LexProd; TFL files; new treatment of Prover files
paulson
parents: 3222
diff changeset
    97
27694
31a8e0908b9f corrected Pure dependency
haftmann
parents: 27679
diff changeset
    98
$(OUT)/Pure: Pure
31a8e0908b9f corrected Pure dependency
haftmann
parents: 27679
diff changeset
    99
29505
c6d2d23909d1 added HOL-Base image
haftmann
parents: 29463
diff changeset
   100
BASE_DEPENDENCIES = $(OUT)/Pure \
30160
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   101
  $(SRC)/Provers/blast.ML \
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   102
  $(SRC)/Provers/clasimp.ML \
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   103
  $(SRC)/Provers/classical.ML \
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   104
  $(SRC)/Provers/hypsubst.ML \
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   105
  $(SRC)/Provers/quantifier1.ML \
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   106
  $(SRC)/Provers/splitter.ML \
34028
1e6206763036 split off evaluation mechanisms in separte module Code_Eval
haftmann
parents: 34020
diff changeset
   107
  $(SRC)/Tools/Code/code_eval.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   108
  $(SRC)/Tools/Code/code_haskell.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   109
  $(SRC)/Tools/Code/code_ml.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   110
  $(SRC)/Tools/Code/code_preproc.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   111
  $(SRC)/Tools/Code/code_printer.ML \
34945
478f31081a78 more accurate dependencies
haftmann
parents: 34228
diff changeset
   112
  $(SRC)/Tools/Code/code_scala.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   113
  $(SRC)/Tools/Code/code_target.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   114
  $(SRC)/Tools/Code/code_thingol.ML \
32733
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   115
  $(SRC)/Tools/Code_Generator.thy \
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   116
  $(SRC)/Tools/IsaPlanner/isand.ML \
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   117
  $(SRC)/Tools/IsaPlanner/rw_inst.ML \
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   118
  $(SRC)/Tools/IsaPlanner/rw_tools.ML \
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   119
  $(SRC)/Tools/IsaPlanner/zipper.ML \
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   120
  $(SRC)/Tools/atomize_elim.ML \
33561
ab01b72715ef introduced Auto Nitpick in addition to Auto Quickcheck;
blanchet
parents: 33210
diff changeset
   121
  $(SRC)/Tools/auto_counterexample.ML \
32733
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   122
  $(SRC)/Tools/auto_solve.ML \
30160
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   123
  $(SRC)/Tools/coherent.ML \
32733
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   124
  $(SRC)/Tools/cong_tac.ML \
30160
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   125
  $(SRC)/Tools/eqsubst.ML \
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   126
  $(SRC)/Tools/induct.ML \
32733
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   127
  $(SRC)/Tools/induct_tacs.ML \
30165
6ee87f67d9cd moved generic intuitionistic prover to src/Tools/intuitionistic.ML;
wenzelm
parents: 30160
diff changeset
   128
  $(SRC)/Tools/intuitionistic.ML \
32733
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   129
  $(SRC)/Tools/more_conv.ML \
30160
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   130
  $(SRC)/Tools/nbe.ML \
32733
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   131
  $(SRC)/Tools/project_rule.ML \
30973
304ab57afa6e observe distinction between Pure/Tools and Tools more closely
haftmann
parents: 30954
diff changeset
   132
  $(SRC)/Tools/quickcheck.ML \
30160
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   133
  $(SRC)/Tools/random_word.ML \
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   134
  $(SRC)/Tools/value.ML \
29505
c6d2d23909d1 added HOL-Base image
haftmann
parents: 29463
diff changeset
   135
  HOL.thy \
c6d2d23909d1 added HOL-Base image
haftmann
parents: 29463
diff changeset
   136
  Tools/hologic.ML \
c6d2d23909d1 added HOL-Base image
haftmann
parents: 29463
diff changeset
   137
  Tools/recfun_codegen.ML \
c6d2d23909d1 added HOL-Base image
haftmann
parents: 29463
diff changeset
   138
  Tools/simpdata.ML \
c6d2d23909d1 added HOL-Base image
haftmann
parents: 29463
diff changeset
   139
c6d2d23909d1 added HOL-Base image
haftmann
parents: 29463
diff changeset
   140
$(OUT)/HOL-Base: base.ML $(BASE_DEPENDENCIES)
29523
f83dcdcee6b3 no document for HOL-Base
haftmann
parents: 29505
diff changeset
   141
	@$(ISABELLE_TOOL) usedir -b -f base.ML -d false -g false $(OUT)/Pure HOL-Base
29505
c6d2d23909d1 added HOL-Base image
haftmann
parents: 29463
diff changeset
   142
c6d2d23909d1 added HOL-Base image
haftmann
parents: 29463
diff changeset
   143
PLAIN_DEPENDENCIES = $(BASE_DEPENDENCIES)\
34974
18b41bba42b5 new theory Algebras.thy for generic algebraic structures
haftmann
parents: 34965
diff changeset
   144
  Algebras.thy \
32139
e271a64f03ff moved complete_lattice &c. into separate theory
haftmann
parents: 31990
diff changeset
   145
  Complete_Lattice.thy \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   146
  Datatype.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   147
  Extraction.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   148
  Finite_Set.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   149
  Fun.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   150
  FunDef.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   151
  Inductive.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   152
  Lattices.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   153
  Nat.thy \
33192
08a39a957ed7 added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents: 33028
diff changeset
   154
  Nitpick.thy \
32733
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   155
  Option.thy \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   156
  OrderedGroup.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   157
  Orderings.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   158
  Plain.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   159
  Power.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   160
  Predicate.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   161
  Product_Type.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   162
  Record.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   163
  Refute.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   164
  Relation.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   165
  Ring_and_Field.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   166
  SAT.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   167
  Set.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   168
  Sum_Type.thy \
28952
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   169
  Tools/arith_data.ML \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   170
  Tools/cnf_funcs.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   171
  Tools/Datatype/datatype_abs_proofs.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   172
  Tools/Datatype/datatype_aux.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   173
  Tools/Datatype/datatype_case.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   174
  Tools/Datatype/datatype_codegen.ML \
33963
977b94b64905 renamed former datatype.ML to datatype_data.ML; datatype.ML provides uniform view on datatype.ML and datatype_rep_proofs.ML
haftmann
parents: 33954
diff changeset
   175
  Tools/Datatype/datatype_data.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   176
  Tools/Datatype/datatype_prop.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   177
  Tools/Datatype/datatype_realizer.ML \
33963
977b94b64905 renamed former datatype.ML to datatype_data.ML; datatype.ML provides uniform view on datatype.ML and datatype_rep_proofs.ML
haftmann
parents: 33954
diff changeset
   178
  Tools/Datatype/datatype.ML \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   179
  Tools/dseq.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   180
  Tools/Function/context_tree.ML \
33099
b8cdd3d73022 function package: more standard names for structures and files
krauss
parents: 33098
diff changeset
   181
  Tools/Function/function_common.ML \
b8cdd3d73022 function package: more standard names for structures and files
krauss
parents: 33098
diff changeset
   182
  Tools/Function/function_core.ML \
b8cdd3d73022 function package: more standard names for structures and files
krauss
parents: 33098
diff changeset
   183
  Tools/Function/function_lib.ML \
b8cdd3d73022 function package: more standard names for structures and files
krauss
parents: 33098
diff changeset
   184
  Tools/Function/function.ML \
33098
3e9ae9032273 renamed FundefDatatype -> Function_Fun
krauss
parents: 33085
diff changeset
   185
  Tools/Function/fun.ML \
33471
5aef13872723 renamed method induct_scheme to induction_schema
krauss
parents: 33469
diff changeset
   186
  Tools/Function/induction_schema.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   187
  Tools/Function/lexicographic_order.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   188
  Tools/Function/measure_functions.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   189
  Tools/Function/mutual.ML \
33083
1fad3160d873 pat_completeness gets its own file
krauss
parents: 33028
diff changeset
   190
  Tools/Function/pat_completeness.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   191
  Tools/Function/pattern_split.ML \
33100
acc2bd3934ba renamed auto_term.ML -> relation.ML
krauss
parents: 33099
diff changeset
   192
  Tools/Function/relation.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   193
  Tools/Function/scnp_reconstruct.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   194
  Tools/Function/scnp_solve.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   195
  Tools/Function/size.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   196
  Tools/Function/sum_tree.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   197
  Tools/Function/termination.ML \
33192
08a39a957ed7 added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents: 33028
diff changeset
   198
  Tools/Nitpick/kodkod.ML \
08a39a957ed7 added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents: 33028
diff changeset
   199
  Tools/Nitpick/kodkod_sat.ML \
08a39a957ed7 added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents: 33028
diff changeset
   200
  Tools/Nitpick/minipick.ML \
08a39a957ed7 added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents: 33028
diff changeset
   201
  Tools/Nitpick/nitpick.ML \
08a39a957ed7 added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents: 33028
diff changeset
   202
  Tools/Nitpick/nitpick_hol.ML \
08a39a957ed7 added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents: 33028
diff changeset
   203
  Tools/Nitpick/nitpick_isar.ML \
08a39a957ed7 added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents: 33028
diff changeset
   204
  Tools/Nitpick/nitpick_kodkod.ML \
08a39a957ed7 added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents: 33028
diff changeset
   205
  Tools/Nitpick/nitpick_model.ML \
08a39a957ed7 added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents: 33028
diff changeset
   206
  Tools/Nitpick/nitpick_mono.ML \
08a39a957ed7 added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents: 33028
diff changeset
   207
  Tools/Nitpick/nitpick_nut.ML \
08a39a957ed7 added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents: 33028
diff changeset
   208
  Tools/Nitpick/nitpick_peephole.ML \
35070
96136eb6218f split "nitpick_hol.ML" into two files to make it more manageable;
blanchet
parents: 34996
diff changeset
   209
  Tools/Nitpick/nitpick_preproc.ML \
33192
08a39a957ed7 added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents: 33028
diff changeset
   210
  Tools/Nitpick/nitpick_rep.ML \
08a39a957ed7 added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents: 33028
diff changeset
   211
  Tools/Nitpick/nitpick_scope.ML \
08a39a957ed7 added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents: 33028
diff changeset
   212
  Tools/Nitpick/nitpick_tests.ML \
08a39a957ed7 added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents: 33028
diff changeset
   213
  Tools/Nitpick/nitpick_util.ML \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   214
  Tools/inductive_codegen.ML \
31723
f5cafe803b55 discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents: 31706
diff changeset
   215
  Tools/inductive.ML \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   216
  Tools/inductive_realizer.ML \
31723
f5cafe803b55 discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents: 31706
diff changeset
   217
  Tools/inductive_set.ML \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   218
  Tools/lin_arith.ML \
30496
7cdcc9dd95cb vague cleanup in arith proof tools setup: deleted dead code, more proper structures, clearer arrangement
haftmann
parents: 30457
diff changeset
   219
  Tools/nat_arith.ML \
31723
f5cafe803b55 discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents: 31706
diff changeset
   220
  Tools/old_primrec.ML \
f5cafe803b55 discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents: 31706
diff changeset
   221
  Tools/primrec.ML \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   222
  Tools/prop_logic.ML \
31723
f5cafe803b55 discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents: 31706
diff changeset
   223
  Tools/record.ML \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   224
  Tools/refute.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   225
  Tools/refute_isar.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   226
  Tools/rewrite_hol_proof.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   227
  Tools/sat_funcs.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   228
  Tools/sat_solver.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   229
  Tools/split_rule.ML \
31723
f5cafe803b55 discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents: 31706
diff changeset
   230
  Tools/typecopy.ML \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   231
  Tools/typedef_codegen.ML \
31723
f5cafe803b55 discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents: 31706
diff changeset
   232
  Tools/typedef.ML \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   233
  Transitive_Closure.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   234
  Typedef.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   235
  Wellfounded.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   236
  $(SRC)/Provers/Arith/abel_cancel.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   237
  $(SRC)/Provers/Arith/cancel_div_mod.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   238
  $(SRC)/Provers/Arith/cancel_sums.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   239
  $(SRC)/Provers/Arith/fast_lin_arith.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   240
  $(SRC)/Provers/order.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   241
  $(SRC)/Provers/trancl.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   242
  $(SRC)/Tools/rat.ML
28312
f0838044f034 different session branches for HOL-Plain vs. Plain
haftmann
parents: 28243
diff changeset
   243
f0838044f034 different session branches for HOL-Plain vs. Plain
haftmann
parents: 28243
diff changeset
   244
$(OUT)/HOL-Plain: plain.ML $(PLAIN_DEPENDENCIES)
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   245
	@$(ISABELLE_TOOL) usedir -b -f plain.ML -g true $(OUT)/Pure HOL-Plain
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   246
28401
d5f39173444c separate HOL-Main image
haftmann
parents: 28393
diff changeset
   247
MAIN_DEPENDENCIES = $(PLAIN_DEPENDENCIES) \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   248
  ATP_Linkup.thy \
32657
5f13912245ff Code_Eval(uation)
haftmann
parents: 32636
diff changeset
   249
  Code_Evaluation.thy \
31205
98370b26c2ce String.literal replaces message_string, code_numeral replaces (code_)index
haftmann
parents: 31203
diff changeset
   250
  Code_Numeral.thy \
33296
a3924d1069e5 moved theory Divides after theory Nat_Numeral; tuned some proof texts
haftmann
parents: 33272
diff changeset
   251
  Divides.thy \
34948
2d5f2a9f7601 refactoring the predicate compiler; adding theories for Sequences; adding retrieval to Spec_Rules; adding timing to Quickcheck
bulwahn
parents: 34228
diff changeset
   252
  DSequence.thy \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   253
  Equiv_Relations.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   254
  Groebner_Basis.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   255
  Hilbert_Choice.thy \
32733
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   256
  Int.thy \
34948
2d5f2a9f7601 refactoring the predicate compiler; adding theories for Sequences; adding retrieval to Spec_Rules; adding timing to Quickcheck
bulwahn
parents: 34228
diff changeset
   257
  Lazy_Sequence.thy \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   258
  List.thy \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   259
  Main.thy \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   260
  Map.thy \
30925
c38cbc0ac8d1 theory NatBin now named Nat_Numeral
haftmann
parents: 30689
diff changeset
   261
  Nat_Numeral.thy \
33318
ddd97d9dfbfb moved Nat_Transfer before Divides; distributed Nat_Transfer setup accordingly
haftmann
parents: 33298
diff changeset
   262
  Nat_Transfer.thy \
33356
9157d0f9f00e moved Commutative_Ring into session Decision_Procs
haftmann
parents: 33348
diff changeset
   263
  Numeral_Simprocs.thy \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   264
  Presburger.thy \
33250
5c2af18a3237 including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents: 33210
diff changeset
   265
  Predicate_Compile.thy \
31203
5c8fb4fd67e0 moved Code_Index, Random and Quickcheck before Main
haftmann
parents: 31186
diff changeset
   266
  Quickcheck.thy \
5c8fb4fd67e0 moved Code_Index, Random and Quickcheck before Main
haftmann
parents: 31186
diff changeset
   267
  Random.thy \
34948
2d5f2a9f7601 refactoring the predicate compiler; adding theories for Sequences; adding retrieval to Spec_Rules; adding timing to Quickcheck
bulwahn
parents: 34228
diff changeset
   268
  Random_Sequence.thy \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   269
  Recdef.thy \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   270
  SetInterval.thy \
31048
ac146fc38b51 refined HOL string theories and corresponding ML fragments
haftmann
parents: 31036
diff changeset
   271
  String.thy \
31203
5c8fb4fd67e0 moved Code_Index, Random and Quickcheck before Main
haftmann
parents: 31186
diff changeset
   272
  Typerep.thy \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   273
  $(SRC)/Provers/Arith/assoc_fold.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   274
  $(SRC)/Provers/Arith/cancel_numeral_factor.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   275
  $(SRC)/Provers/Arith/cancel_numerals.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   276
  $(SRC)/Provers/Arith/combine_numerals.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   277
  $(SRC)/Provers/Arith/extract_common_term.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   278
  $(SRC)/Tools/Metis/metis.ML \
32327
0971cc0b6a57 src/HOL/Tools/ATP_Manager as separate component, with (almost) everything in one place;
wenzelm
parents: 32298
diff changeset
   279
  Tools/ATP_Manager/atp_manager.ML \
0971cc0b6a57 src/HOL/Tools/ATP_Manager as separate component, with (almost) everything in one place;
wenzelm
parents: 32298
diff changeset
   280
  Tools/ATP_Manager/atp_minimal.ML \
0971cc0b6a57 src/HOL/Tools/ATP_Manager as separate component, with (almost) everything in one place;
wenzelm
parents: 32298
diff changeset
   281
  Tools/ATP_Manager/atp_wrapper.ML \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   282
  Tools/Groebner_Basis/groebner.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   283
  Tools/Groebner_Basis/misc.ML \
32327
0971cc0b6a57 src/HOL/Tools/ATP_Manager as separate component, with (almost) everything in one place;
wenzelm
parents: 32298
diff changeset
   284
  Tools/Groebner_Basis/normalizer.ML \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   285
  Tools/Groebner_Basis/normalizer_data.ML \
33318
ddd97d9dfbfb moved Nat_Transfer before Divides; distributed Nat_Transfer setup accordingly
haftmann
parents: 33298
diff changeset
   286
  Tools/choice_specification.ML \
31068
f591144b0f17 modules numeral_simprocs, nat_numeral_simprocs; proper structures for numeral simprocs
haftmann
parents: 31060
diff changeset
   287
  Tools/int_arith.ML \
31055
2cf6efca6c71 proper structures for list and string code generation stuff
haftmann
parents: 31048
diff changeset
   288
  Tools/list_code.ML \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   289
  Tools/meson.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   290
  Tools/metis_tools.ML \
31068
f591144b0f17 modules numeral_simprocs, nat_numeral_simprocs; proper structures for numeral simprocs
haftmann
parents: 31060
diff changeset
   291
  Tools/nat_numeral_simprocs.ML \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   292
  Tools/numeral.ML \
31068
f591144b0f17 modules numeral_simprocs, nat_numeral_simprocs; proper structures for numeral simprocs
haftmann
parents: 31060
diff changeset
   293
  Tools/numeral_simprocs.ML \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   294
  Tools/numeral_syntax.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   295
  Tools/polyhash.ML \
33250
5c2af18a3237 including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents: 33210
diff changeset
   296
  Tools/Predicate_Compile/predicate_compile_aux.ML \
5c2af18a3237 including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents: 33210
diff changeset
   297
  Tools/Predicate_Compile/predicate_compile_core.ML \
5c2af18a3237 including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents: 33210
diff changeset
   298
  Tools/Predicate_Compile/predicate_compile_data.ML \
5c2af18a3237 including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents: 33210
diff changeset
   299
  Tools/Predicate_Compile/predicate_compile_fun.ML \
5c2af18a3237 including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents: 33210
diff changeset
   300
  Tools/Predicate_Compile/predicate_compile.ML \
5c2af18a3237 including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents: 33210
diff changeset
   301
  Tools/Predicate_Compile/predicate_compile_pred.ML \
5c2af18a3237 including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents: 33210
diff changeset
   302
  Tools/Predicate_Compile/predicate_compile_set.ML \
31260
4d273d043d59 separate module for quickcheck generators
haftmann
parents: 31205
diff changeset
   303
  Tools/quickcheck_generators.ML \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   304
  Tools/Qelim/cooper_data.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   305
  Tools/Qelim/cooper.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   306
  Tools/Qelim/generated_cooper.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   307
  Tools/Qelim/presburger.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   308
  Tools/Qelim/qelim.ML \
31723
f5cafe803b55 discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents: 31706
diff changeset
   309
  Tools/recdef.ML \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   310
  Tools/res_atp.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   311
  Tools/res_axioms.ML \
33308
cf62d1690d04 separate ResBlacklist, based on scalable persistent data -- avoids inefficient hashing later on;
wenzelm
parents: 33298
diff changeset
   312
  Tools/res_blacklist.ML \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   313
  Tools/res_clause.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   314
  Tools/res_hol_clause.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   315
  Tools/res_reconstruct.ML \
31055
2cf6efca6c71 proper structures for list and string code generation stuff
haftmann
parents: 31048
diff changeset
   316
  Tools/string_code.ML \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   317
  Tools/string_syntax.ML \
33318
ddd97d9dfbfb moved Nat_Transfer before Divides; distributed Nat_Transfer setup accordingly
haftmann
parents: 33298
diff changeset
   318
  Tools/transfer.ML \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   319
  Tools/TFL/casesplit.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   320
  Tools/TFL/dcterm.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   321
  Tools/TFL/post.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   322
  Tools/TFL/rules.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   323
  Tools/TFL/tfl.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   324
  Tools/TFL/thms.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   325
  Tools/TFL/thry.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   326
  Tools/TFL/usyntax.ML \
28477
9339d4dcec8b version of sledgehammer using threads instead of processes, misc cleanup;
wenzelm
parents: 28476
diff changeset
   327
  Tools/TFL/utils.ML
28401
d5f39173444c separate HOL-Main image
haftmann
parents: 28393
diff changeset
   328
d5f39173444c separate HOL-Main image
haftmann
parents: 28393
diff changeset
   329
$(OUT)/HOL-Main: main.ML $(MAIN_DEPENDENCIES)
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   330
	@$(ISABELLE_TOOL) usedir -b -f main.ML -g true $(OUT)/Pure HOL-Main
28401
d5f39173444c separate HOL-Main image
haftmann
parents: 28393
diff changeset
   331
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   332
HOL_DEPENDENCIES = $(MAIN_DEPENDENCIES) \
30096
c5497842ee35 new theory of Archimedean fields
huffman
parents: 30049
diff changeset
   333
  Archimedean_Field.thy \
32733
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   334
  Complex.thy \
28952
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   335
  Complex_Main.thy \
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   336
  Deriv.thy \
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   337
  Fact.thy \
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   338
  GCD.thy \
28952
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   339
  Integration.thy \
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   340
  Lim.thy \
31352
b3b534f06c2d add dependency on Limits.thy
huffman
parents: 31283
diff changeset
   341
  Limits.thy \
28952
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   342
  Ln.thy \
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   343
  Log.thy \
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   344
  Lubs.thy \
28952
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   345
  MacLaurin.thy \
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   346
  NthRoot.thy \
32733
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   347
  PReal.thy \
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   348
  Parity.thy \
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   349
  RComplete.thy \
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   350
  Rational.thy \
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   351
  Real.thy \
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   352
  RealDef.thy \
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   353
  RealPow.thy \
71618deaf777 moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents: 32674
diff changeset
   354
  RealVector.thy \
29197
6d4cb27ed19c adapted HOL source structure to distribution layout
haftmann
parents: 29181
diff changeset
   355
  SEQ.thy \
28952
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   356
  Series.thy \
33269
3b7e2dbbd684 New theory SupInf of the supremum and infimum operators for sets of reals.
paulson
parents: 33083
diff changeset
   357
  SupInf.thy \
28952
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   358
  Taylor.thy \
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   359
  Transcendental.thy \
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   360
  Tools/float_syntax.ML \
28401
d5f39173444c separate HOL-Main image
haftmann
parents: 28393
diff changeset
   361
  Tools/Qelim/ferrante_rackoff_data.ML \
d5f39173444c separate HOL-Main image
haftmann
parents: 28393
diff changeset
   362
  Tools/Qelim/ferrante_rackoff.ML \
d5f39173444c separate HOL-Main image
haftmann
parents: 28393
diff changeset
   363
  Tools/Qelim/langford_data.ML \
d5f39173444c separate HOL-Main image
haftmann
parents: 28393
diff changeset
   364
  Tools/Qelim/langford.ML
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   365
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   366
$(OUT)/HOL: ROOT.ML $(HOL_DEPENDENCIES)
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   367
	@$(ISABELLE_TOOL) usedir -b -g true $(OUT)/Pure HOL
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   368
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   369
$(OUT)/HOL-Proofs: ROOT.ML $(HOL_DEPENDENCIES)
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   370
	@$(ISABELLE_TOOL) usedir -b -g true -p 2 -q 0 $(OUT)/Pure HOL-Proofs
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   371
7535
599d3414b51d The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents: 7513
diff changeset
   372
599d3414b51d The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents: 7513
diff changeset
   373
10255
bb66874b4750 added HOL/Library, rearranged several files;
wenzelm
parents: 10214
diff changeset
   374
## HOL-Library
bb66874b4750 added HOL/Library, rearranged several files;
wenzelm
parents: 10214
diff changeset
   375
bb66874b4750 added HOL/Library, rearranged several files;
wenzelm
parents: 10214
diff changeset
   376
HOL-Library: HOL $(LOG)/HOL-Library.gz
bb66874b4750 added HOL/Library, rearranged several files;
wenzelm
parents: 10214
diff changeset
   377
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   378
$(LOG)/HOL-Library.gz: $(OUT)/HOL Library/SetsAndFunctions.thy		\
32332
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   379
  Library/Abstract_Rat.thy Library/BigO.thy Library/ContNotDenum.thy	\
33178
70522979c7be more precise dependencies, notably for HOL-Multivariate_Analysis;
wenzelm
parents: 33176
diff changeset
   380
  Library/Efficient_Nat.thy Library/Sum_Of_Squares.thy			\
70522979c7be more precise dependencies, notably for HOL-Multivariate_Analysis;
wenzelm
parents: 33176
diff changeset
   381
  Library/Sum_Of_Squares/sos_wrapper.ML					\
32332
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   382
  Library/Sum_Of_Squares/sum_of_squares.ML Library/Fset.thy		\
33178
70522979c7be more precise dependencies, notably for HOL-Multivariate_Analysis;
wenzelm
parents: 33176
diff changeset
   383
  Library/Glbs.thy Library/normarith.ML Library/Executable_Set.thy	\
32332
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   384
  Library/Infinite_Set.thy Library/FuncSet.thy				\
33178
70522979c7be more precise dependencies, notably for HOL-Multivariate_Analysis;
wenzelm
parents: 33176
diff changeset
   385
  Library/Permutations.thy Library/Bit.thy Library/FrechetDeriv.thy	\
32332
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   386
  Library/Fraction_Field.thy Library/Fundamental_Theorem_Algebra.thy	\
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   387
  Library/Inner_Product.thy Library/Kleene_Algebra.thy			\
33178
70522979c7be more precise dependencies, notably for HOL-Multivariate_Analysis;
wenzelm
parents: 33176
diff changeset
   388
  Library/Lattice_Syntax.thy Library/Library.thy			\
70522979c7be more precise dependencies, notably for HOL-Multivariate_Analysis;
wenzelm
parents: 33176
diff changeset
   389
  Library/List_Prefix.thy Library/List_Set.thy Library/State_Monad.thy	\
70522979c7be more precise dependencies, notably for HOL-Multivariate_Analysis;
wenzelm
parents: 33176
diff changeset
   390
  Library/Nat_Int_Bij.thy Library/Multiset.thy Library/Permutation.thy	\
32332
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   391
  Library/Quotient.thy Library/Quicksort.thy Library/Nat_Infinity.thy	\
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   392
  Library/Word.thy Library/README.html Library/Continuity.thy		\
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   393
  Library/Order_Relation.thy Library/Nested_Environment.thy		\
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   394
  Library/Ramsey.thy Library/Zorn.thy Library/Library/ROOT.ML		\
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   395
  Library/Library/document/root.tex Library/Library/document/root.bib	\
33938
7ed48b28bb7f added Crude_Executable_Set.thy
haftmann
parents: 33820
diff changeset
   396
  Library/Transitive_Closure_Table.thy Library/While_Combinator.thy	\
7ed48b28bb7f added Crude_Executable_Set.thy
haftmann
parents: 33820
diff changeset
   397
  Library/Product_ord.thy Library/Char_nat.thy				\
7ed48b28bb7f added Crude_Executable_Set.thy
haftmann
parents: 33820
diff changeset
   398
  Library/Char_ord.thy Library/Option_ord.thy				\
32332
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   399
  Library/Sublist_Order.thy Library/List_lexord.thy			\
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   400
  Library/Coinductive_List.thy Library/AssocList.thy			\
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   401
  Library/Formal_Power_Series.thy Library/Binomial.thy			\
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   402
  Library/Eval_Witness.thy Library/Code_Char.thy			\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   403
  Library/Code_Char_chr.thy Library/Code_Integer.thy			\
30326
a01b2de0e3e1 constructive version of Cantor's first diagonalization argument
haftmann
parents: 30261
diff changeset
   404
  Library/Mapping.thy Library/Numeral_Type.thy Library/Reflection.thy	\
a01b2de0e3e1 constructive version of Cantor's first diagonalization argument
haftmann
parents: 30261
diff changeset
   405
  Library/Boolean_Algebra.thy Library/Countable.thy			\
a01b2de0e3e1 constructive version of Cantor's first diagonalization argument
haftmann
parents: 30261
diff changeset
   406
  Library/Diagonalize.thy Library/RBT.thy Library/Univ_Poly.thy		\
32332
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   407
  Library/Poly_Deriv.thy Library/Polynomial.thy Library/Preorder.thy	\
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   408
  Library/Product_plus.thy Library/Product_Vector.thy Library/Tree.thy	\
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   409
  Library/Enum.thy Library/Float.thy $(SRC)/Tools/float.ML		\
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   410
  $(SRC)/HOL/Tools/float_arith.ML Library/positivstellensatz.ML		\
bc5cec7b2be6 misc changes to SOS by Philipp Meyer:
wenzelm
parents: 32327
diff changeset
   411
  Library/reify_data.ML Library/reflection.ML Library/LaTeXsugar.thy	\
33084
cd1579e0997a turned off old quickcheck
haftmann
parents: 33028
diff changeset
   412
  Library/OptionalSugar.thy Library/SML_Quickcheck.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   413
	@cd Library; $(ISABELLE_TOOL) usedir $(OUT)/HOL Library
10255
bb66874b4750 added HOL/Library, rearranged several files;
wenzelm
parents: 10214
diff changeset
   414
bb66874b4750 added HOL/Library, rearranged several files;
wenzelm
parents: 10214
diff changeset
   415
31795
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   416
## HOL-Hahn_Banach
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   417
31795
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   418
HOL-Hahn_Banach: HOL $(LOG)/HOL-Hahn_Banach.gz
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   419
31795
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   420
$(LOG)/HOL-Hahn_Banach.gz: $(OUT)/HOL Hahn_Banach/Bounds.thy		\
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   421
  Hahn_Banach/Function_Norm.thy Hahn_Banach/Function_Order.thy		\
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   422
  Hahn_Banach/Hahn_Banach.thy Hahn_Banach/Hahn_Banach_Ext_Lemmas.thy	\
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   423
  Hahn_Banach/Hahn_Banach_Sup_Lemmas.thy Hahn_Banach/Linearform.thy	\
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   424
  Hahn_Banach/Normed_Space.thy Hahn_Banach/README.html			\
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   425
  Hahn_Banach/ROOT.ML Hahn_Banach/Subspace.thy				\
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   426
  Hahn_Banach/Vector_Space.thy Hahn_Banach/Zorn_Lemma.thy		\
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   427
  Hahn_Banach/document/root.bib Hahn_Banach/document/root.tex
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   428
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Hahn_Banach
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   429
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   430
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   431
## HOL-Subst
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   432
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   433
HOL-Subst: HOL $(LOG)/HOL-Subst.gz
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   434
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   435
$(LOG)/HOL-Subst.gz: $(OUT)/HOL Subst/AList.thy Subst/ROOT.ML		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   436
  Subst/Subst.thy Subst/UTerm.thy Subst/Unifier.thy Subst/Unify.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   437
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Subst
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   438
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   439
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   440
## HOL-Induct
2473
3eb12c85846c minor tuning;
wenzelm
parents: 2448
diff changeset
   441
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   442
HOL-Induct: HOL $(LOG)/HOL-Induct.gz
3125
3f0ab2c306f7 Moved induction examples to directory Induct
paulson
parents: 3118
diff changeset
   443
33688
1a97dcd8dc6a moved old SList, LList, LFilter to AFP/Lazy-Lists-II;
wenzelm
parents: 33649
diff changeset
   444
$(LOG)/HOL-Induct.gz: $(OUT)/HOL Induct/Com.thy Induct/Comb.thy		\
1a97dcd8dc6a moved old SList, LList, LFilter to AFP/Lazy-Lists-II;
wenzelm
parents: 33649
diff changeset
   445
  Induct/Ordinals.thy Induct/PropLog.thy Induct/QuoNestedDataType.thy	\
1a97dcd8dc6a moved old SList, LList, LFilter to AFP/Lazy-Lists-II;
wenzelm
parents: 33649
diff changeset
   446
  Induct/QuoDataType.thy Induct/ROOT.ML Induct/Sexp.thy			\
1a97dcd8dc6a moved old SList, LList, LFilter to AFP/Lazy-Lists-II;
wenzelm
parents: 33649
diff changeset
   447
  Induct/Sigma_Algebra.thy Induct/ABexp.thy Induct/Term.thy		\
1a97dcd8dc6a moved old SList, LList, LFilter to AFP/Lazy-Lists-II;
wenzelm
parents: 33649
diff changeset
   448
  Induct/Tree.thy Induct/document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   449
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Induct
3125
3f0ab2c306f7 Moved induction examples to directory Induct
paulson
parents: 3118
diff changeset
   450
3f0ab2c306f7 Moved induction examples to directory Induct
paulson
parents: 3118
diff changeset
   451
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   452
## HOL-IMP
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   453
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   454
HOL-IMP: HOL $(LOG)/HOL-IMP.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   455
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   456
$(LOG)/HOL-IMP.gz: $(OUT)/HOL IMP/Com.thy IMP/Compiler0.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   457
  IMP/Compiler.thy IMP/Denotation.thy IMP/Expr.thy IMP/Hoare.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   458
  IMP/Natural.thy IMP/Examples.thy IMP/Transition.thy IMP/VC.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   459
  IMP/ROOT.ML IMP/document/root.tex IMP/document/root.bib
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   460
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL IMP
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   461
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   462
8179
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   463
## HOL-IMPP
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   464
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   465
HOL-IMPP: HOL $(LOG)/HOL-IMPP.gz
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   466
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   467
$(LOG)/HOL-IMPP.gz: $(OUT)/HOL IMPP/ROOT.ML IMPP/Com.thy		\
19803
aa2581752afb removed obsolete ML files;
wenzelm
parents: 19802
diff changeset
   468
  IMPP/Natural.thy IMPP/Hoare.thy IMPP/Misc.thy IMPP/EvenOdd.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   469
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL IMPP
8179
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   470
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   471
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   472
## HOL-Import
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   473
19097
2fc1a6da9366 removed Import/lazy_scan.ML;
wenzelm
parents: 19085
diff changeset
   474
IMPORTER_FILES = Import/lazy_seq.ML Import/proof_kernel.ML Import/replay.ML \
20610
09ef37366a31 moved Import/susp.ML to Pure/General;
wenzelm
parents: 20598
diff changeset
   475
  Import/shuffler.ML Import/MakeEqual.thy Import/HOL4Setup.thy \
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   476
  Import/HOL4Syntax.thy Import/HOL4Compat.thy Import/import_syntax.ML \
31723
f5cafe803b55 discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents: 31706
diff changeset
   477
  Import/hol4rews.ML Import/import.ML Import/ROOT.ML
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   478
17323
2fc68de9de1f 1) Added target HOL-Complex-Generate-HOLLight
obua
parents: 17308
diff changeset
   479
IMPORTER_HOLLIGHT_FILES = Import/proof_kernel.ML Import/replay.ML \
2fc68de9de1f 1) Added target HOL-Complex-Generate-HOLLight
obua
parents: 17308
diff changeset
   480
  Import/shuffler.ML Import/MakeEqual.thy Import/HOL4Setup.thy \
2fc68de9de1f 1) Added target HOL-Complex-Generate-HOLLight
obua
parents: 17308
diff changeset
   481
  Import/HOL4Syntax.thy Import/HOLLightCompat.thy Import/import_syntax.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   482
  Import/hol4rews.ML Import/import.ML Import/ROOT.ML
17323
2fc68de9de1f 1) Added target HOL-Complex-Generate-HOLLight
obua
parents: 17308
diff changeset
   483
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   484
HOL-Import: HOL $(LOG)/HOL-Import.gz
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   485
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   486
$(LOG)/HOL-Import.gz: $(OUT)/HOL $(IMPORTER_FILES)
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   487
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Import
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   488
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   489
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   490
## HOL-Generate-HOL
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   491
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   492
HOL-Generate-HOL: HOL $(LOG)/HOL-Generate-HOL.gz
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   493
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   494
$(LOG)/HOL-Generate-HOL.gz: $(OUT)/HOL			\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   495
  $(IMPORTER_FILES) Import/Generate-HOL/GenHOL4Base.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   496
  Import/Generate-HOL/GenHOL4Prob.thy					\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   497
  Import/Generate-HOL/GenHOL4Real.thy					\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   498
  Import/Generate-HOL/GenHOL4Vec.thy					\
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   499
  Import/Generate-HOL/GenHOL4Word32.thy Import/Generate-HOL/ROOT.ML
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   500
	@cd Import; $(ISABELLE_TOOL) usedir $(OUT)/HOL Generate-HOL
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   501
17460
7780d953598c generate: added HOL-Complex-Generate-HOLLight;
wenzelm
parents: 17430
diff changeset
   502
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   503
## HOL-Generate-HOLLight
17460
7780d953598c generate: added HOL-Complex-Generate-HOLLight;
wenzelm
parents: 17430
diff changeset
   504
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   505
HOL-Generate-HOLLight: HOL $(LOG)/HOL-Generate-HOLLight.gz
17323
2fc68de9de1f 1) Added target HOL-Complex-Generate-HOLLight
obua
parents: 17308
diff changeset
   506
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   507
$(LOG)/HOL-Generate-HOLLight.gz: $(OUT)/HOL		\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   508
  $(IMPORTER_HOLLIGHT_FILES) Import/Generate-HOLLight/GenHOLLight.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   509
  Import/Generate-HOLLight/ROOT.ML
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   510
	@cd Import; $(ISABELLE_TOOL) usedir $(OUT)/HOL Generate-HOLLight
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   511
17460
7780d953598c generate: added HOL-Complex-Generate-HOLLight;
wenzelm
parents: 17430
diff changeset
   512
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   513
## HOL-Import-HOL
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   514
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   515
HOL4: HOL $(LOG)/HOL4.gz
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   517
HOL_IMPORT_FILES = arithmetic.imp bits.imp boolean_sequence.imp bool.imp \
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   518
  bword_arith.imp bword_bitop.imp bword_num.imp combin.imp divides.imp \
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   519
  hrat.imp hreal.imp ind_type.imp lim.imp list.imp marker.imp nets.imp \
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   520
  numeral.imp num.imp one.imp operator.imp option.imp pair.imp poly.imp \
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   521
  powser.imp pred_set.imp prime.imp prim_rec.imp prob_algebra.imp \
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   522
  prob_canon.imp prob_extra.imp prob.imp prob_indep.imp prob_pseudo.imp \
23194
webertj
parents: 23193
diff changeset
   523
  prob_uniform.imp realax.imp real.imp relation.imp res_quan.imp \
webertj
parents: 23193
diff changeset
   524
  rich_list.imp \
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   525
  seq.imp state_transformer.imp sum.imp topology.imp transc.imp word32.imp \
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   526
  word_base.imp word_bitop.imp word_num.imp
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   527
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   528
$(LOG)/HOL4.gz: $(OUT)/HOL $(IMPORTER_FILES)			\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   529
  $(HOL_IMPORT_FILES:%=Import/HOL/%) Import/HOL/HOL4Base.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   530
  Import/HOL/HOL4Prob.thy Import/HOL/HOL4Real.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   531
  Import/HOL/HOL4Vec.thy Import/HOL/HOL4Word32.thy Import/HOL/HOL4.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   532
  Import/HOL/ROOT.ML
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   533
	@cd Import/HOL; $(ISABELLE_TOOL) usedir -b $(OUT)/HOL HOL4
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   534
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   535
HOLLight: HOL $(LOG)/HOLLight.gz
17645
940371ea0ff3 added entry for running HOLLight
obua
parents: 17637
diff changeset
   536
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   537
$(LOG)/HOLLight.gz: $(OUT)/HOL $(IMPORTER_HOLLIGHT_FILES)	\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   538
  Import/HOLLight/hollight.imp Import/HOLLight/HOLLight.thy		\
17645
940371ea0ff3 added entry for running HOLLight
obua
parents: 17637
diff changeset
   539
  Import/HOLLight/ROOT.ML
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   540
	@cd Import/HOLLight; $(ISABELLE_TOOL) usedir -b $(OUT)/HOL HOLLight
17645
940371ea0ff3 added entry for running HOLLight
obua
parents: 17637
diff changeset
   541
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   542
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   543
## HOL-Number_Theory
31719
29f5b20e8ee8 Added NewNumberTheory by Jeremy Avigad
nipkow
parents: 31706
diff changeset
   544
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   545
HOL-Number_Theory: HOL $(LOG)/HOL-Number_Theory.gz
31719
29f5b20e8ee8 Added NewNumberTheory by Jeremy Avigad
nipkow
parents: 31706
diff changeset
   546
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   547
$(LOG)/HOL-Number_Theory.gz: $(OUT)/HOL $(ALGEBRA_DEPENDENCIES) \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   548
  Library/Multiset.thy \
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   549
  Number_Theory/Binomial.thy \
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   550
  Number_Theory/Cong.thy \
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   551
  Number_Theory/Fib.thy \
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   552
  Number_Theory/MiscAlgebra.thy \
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   553
  Number_Theory/Number_Theory.thy \
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   554
  Number_Theory/Residues.thy \
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   555
  Number_Theory/UniqueFactorization.thy  \
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   556
  Number_Theory/ROOT.ML
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   557
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Number_Theory
31719
29f5b20e8ee8 Added NewNumberTheory by Jeremy Avigad
nipkow
parents: 31706
diff changeset
   558
29f5b20e8ee8 Added NewNumberTheory by Jeremy Avigad
nipkow
parents: 31706
diff changeset
   559
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   560
## HOL-Old_Number_Theory
9510
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   561
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   562
HOL-Old_Number_Theory: HOL $(LOG)/HOL-Old_Number_Theory.gz
9510
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   563
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   564
$(LOG)/HOL-Old_Number_Theory.gz: $(OUT)/HOL Library/Permutation.thy		\
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   565
  Old_Number_Theory/Primes.thy Old_Number_Theory/Fib.thy				\
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   566
  Old_Number_Theory/Factorization.thy Old_Number_Theory/BijectionRel.thy		\
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   567
  Old_Number_Theory/Chinese.thy Old_Number_Theory/EulerFermat.thy			\
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   568
  Old_Number_Theory/IntFact.thy Old_Number_Theory/IntPrimes.thy			\
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   569
  Old_Number_Theory/WilsonBij.thy Old_Number_Theory/WilsonRuss.thy		\
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   570
  Old_Number_Theory/Finite2.thy Old_Number_Theory/Int2.thy			\
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   571
  Old_Number_Theory/EvenOdd.thy Old_Number_Theory/Residues.thy			\
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   572
  Old_Number_Theory/Euler.thy Old_Number_Theory/Gauss.thy				\
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   573
  Old_Number_Theory/Quadratic_Reciprocity.thy Library/Infinite_Set.thy	\
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   574
  Old_Number_Theory/Legacy_GCD.thy Old_Number_Theory/Pocklington.thy Old_Number_Theory/ROOT.ML
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   575
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Old_Number_Theory
9510
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   576
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   577
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   578
## HOL-Hoare
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   579
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   580
HOL-Hoare: HOL $(LOG)/HOL-Hoare.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   581
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   582
$(LOG)/HOL-Hoare.gz: $(OUT)/HOL Hoare/Arith2.thy Hoare/Examples.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   583
  Hoare/Hoare.thy Hoare/hoare_tac.ML Hoare/Heap.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   584
  Hoare/HeapSyntax.thy Hoare/Pointer_Examples.thy Hoare/ROOT.ML		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   585
  Hoare/ExamplesAbort.thy Hoare/HeapSyntaxAbort.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   586
  Hoare/HoareAbort.thy Hoare/SchorrWaite.thy Hoare/Separation.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   587
  Hoare/SepLogHeap.thy Hoare/document/root.tex Hoare/document/root.bib
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   588
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Hoare
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   589
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   590
32621
a073cb249a06 theory entry point for session Hoare_Parallel (now also with proper underscore)
haftmann
parents: 32618
diff changeset
   591
## HOL-Hoare_Parallel
12996
7ac0a7e306db Completed annonce of HoareParallel
prensani
parents: 12951
diff changeset
   592
32621
a073cb249a06 theory entry point for session Hoare_Parallel (now also with proper underscore)
haftmann
parents: 32618
diff changeset
   593
HOL-Hoare_Parallel: HOL $(LOG)/HOL-Hoare_Parallel.gz
12996
7ac0a7e306db Completed annonce of HoareParallel
prensani
parents: 12951
diff changeset
   594
32621
a073cb249a06 theory entry point for session Hoare_Parallel (now also with proper underscore)
haftmann
parents: 32618
diff changeset
   595
$(LOG)/HOL-Hoare_Parallel.gz: $(OUT)/HOL Hoare_Parallel/Gar_Coll.thy	\
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   596
  Hoare_Parallel/Graph.thy Hoare_Parallel/Hoare_Parallel.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   597
  Hoare_Parallel/Mul_Gar_Coll.thy Hoare_Parallel/OG_Com.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   598
  Hoare_Parallel/OG_Examples.thy Hoare_Parallel/OG_Hoare.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   599
  Hoare_Parallel/OG_Syntax.thy Hoare_Parallel/OG_Tactics.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   600
  Hoare_Parallel/OG_Tran.thy Hoare_Parallel/Quote_Antiquote.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   601
  Hoare_Parallel/RG_Com.thy Hoare_Parallel/RG_Examples.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   602
  Hoare_Parallel/RG_Hoare.thy Hoare_Parallel/RG_Syntax.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   603
  Hoare_Parallel/RG_Tran.thy Hoare_Parallel/ROOT.ML			\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   604
  Hoare_Parallel/document/root.tex Hoare_Parallel/document/root.bib
32621
a073cb249a06 theory entry point for session Hoare_Parallel (now also with proper underscore)
haftmann
parents: 32618
diff changeset
   605
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Hoare_Parallel
12996
7ac0a7e306db Completed annonce of HoareParallel
prensani
parents: 12951
diff changeset
   606
7ac0a7e306db Completed annonce of HoareParallel
prensani
parents: 12951
diff changeset
   607
33027
9cf389429f6d modernized session Metis_Examples;
wenzelm
parents: 33026
diff changeset
   608
## HOL-Metis_Examples
23449
dd874e6a3282 integration of Metis prover
paulson
parents: 23445
diff changeset
   609
33027
9cf389429f6d modernized session Metis_Examples;
wenzelm
parents: 33026
diff changeset
   610
HOL-Metis_Examples: HOL $(LOG)/HOL-Metis_Examples.gz
23449
dd874e6a3282 integration of Metis prover
paulson
parents: 23445
diff changeset
   611
33027
9cf389429f6d modernized session Metis_Examples;
wenzelm
parents: 33026
diff changeset
   612
$(LOG)/HOL-Metis_Examples.gz: $(OUT)/HOL Metis_Examples/ROOT.ML	\
9cf389429f6d modernized session Metis_Examples;
wenzelm
parents: 33026
diff changeset
   613
  Metis_Examples/Abstraction.thy Metis_Examples/BigO.thy	\
9cf389429f6d modernized session Metis_Examples;
wenzelm
parents: 33026
diff changeset
   614
  Metis_Examples/BT.thy Metis_Examples/Message.thy		\
9cf389429f6d modernized session Metis_Examples;
wenzelm
parents: 33026
diff changeset
   615
  Metis_Examples/Tarski.thy Metis_Examples/TransClosure.thy	\
9cf389429f6d modernized session Metis_Examples;
wenzelm
parents: 33026
diff changeset
   616
  Metis_Examples/set.thy
9cf389429f6d modernized session Metis_Examples;
wenzelm
parents: 33026
diff changeset
   617
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Metis_Examples
23449
dd874e6a3282 integration of Metis prover
paulson
parents: 23445
diff changeset
   618
dd874e6a3282 integration of Metis prover
paulson
parents: 23445
diff changeset
   619
33197
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents: 33192
diff changeset
   620
## HOL-Nitpick_Examples
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents: 33192
diff changeset
   621
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents: 33192
diff changeset
   622
HOL-Nitpick_Examples: HOL $(LOG)/HOL-Nitpick_Examples.gz
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents: 33192
diff changeset
   623
34126
8a2c5d7aff51 polished Nitpick's binary integer support etc.;
blanchet
parents: 34069
diff changeset
   624
$(LOG)/HOL-Nitpick_Examples.gz: $(OUT)/HOL Nitpick_Examples/ROOT.ML \
8a2c5d7aff51 polished Nitpick's binary integer support etc.;
blanchet
parents: 34069
diff changeset
   625
  Nitpick_Examples/Core_Nits.thy Nitpick_Examples/Datatype_Nits.thy \
35076
cc19e2aef17e added hotel key card example for Nitpick, and renumber atoms in Nitpick's output for increased readability
blanchet
parents: 35070
diff changeset
   626
  Nitpick_Examples/Hotel_Nits.thy Nitpick_Examples/Induct_Nits.thy \
cc19e2aef17e added hotel key card example for Nitpick, and renumber atoms in Nitpick's output for increased readability
blanchet
parents: 35070
diff changeset
   627
  Nitpick_Examples/Integer_Nits.thy Nitpick_Examples/Manual_Nits.thy \
cc19e2aef17e added hotel key card example for Nitpick, and renumber atoms in Nitpick's output for increased readability
blanchet
parents: 35070
diff changeset
   628
  Nitpick_Examples/Mini_Nits.thy Nitpick_Examples/Mono_Nits.thy \
cc19e2aef17e added hotel key card example for Nitpick, and renumber atoms in Nitpick's output for increased readability
blanchet
parents: 35070
diff changeset
   629
  Nitpick_Examples/Nitpick_Examples.thy Nitpick_Examples/Pattern_Nits.thy \
cc19e2aef17e added hotel key card example for Nitpick, and renumber atoms in Nitpick's output for increased readability
blanchet
parents: 35070
diff changeset
   630
  Nitpick_Examples/Record_Nits.thy Nitpick_Examples/Refute_Nits.thy \
cc19e2aef17e added hotel key card example for Nitpick, and renumber atoms in Nitpick's output for increased readability
blanchet
parents: 35070
diff changeset
   631
  Nitpick_Examples/Special_Nits.thy Nitpick_Examples/Tests_Nits.thy \
cc19e2aef17e added hotel key card example for Nitpick, and renumber atoms in Nitpick's output for increased readability
blanchet
parents: 35070
diff changeset
   632
  Nitpick_Examples/Typedef_Nits.thy
33197
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents: 33192
diff changeset
   633
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Nitpick_Examples
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents: 33192
diff changeset
   634
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents: 33192
diff changeset
   635
7999
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   636
## HOL-Algebra
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   637
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   638
HOL-Algebra: HOL $(OUT)/HOL-Algebra
7999
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   639
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   640
ALGEBRA_DEPENDENCIES = $(OUT)/HOL \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   641
  Algebra/ROOT.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   642
  Library/Binomial.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   643
  Library/FuncSet.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   644
  Library/Multiset.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   645
  Library/Permutation.thy \
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   646
  Number_Theory/Primes.thy \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   647
  Algebra/AbelCoset.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   648
  Algebra/Bij.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   649
  Algebra/Congruence.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   650
  Algebra/Coset.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   651
  Algebra/Divisibility.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   652
  Algebra/Exponent.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   653
  Algebra/FiniteProduct.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   654
  Algebra/Group.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   655
  Algebra/Ideal.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   656
  Algebra/IntRing.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   657
  Algebra/Lattice.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   658
  Algebra/Module.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   659
  Algebra/QuotRing.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   660
  Algebra/Ring.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   661
  Algebra/RingHom.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   662
  Algebra/Sylow.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   663
  Algebra/UnivPoly.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   664
  Algebra/abstract/Abstract.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   665
  Algebra/abstract/Factor.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   666
  Algebra/abstract/Field.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   667
  Algebra/abstract/Ideal2.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   668
  Algebra/abstract/PID.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   669
  Algebra/abstract/Ring2.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   670
  Algebra/abstract/RingHomo.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   671
  Algebra/document/root.tex \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   672
  Algebra/document/root.tex \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   673
  Algebra/poly/LongDiv.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   674
  Algebra/poly/PolyHomo.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   675
  Algebra/poly/Polynomial.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   676
  Algebra/poly/UnivPoly2.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   677
  Algebra/ringsimp.ML
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   678
33448
7f716a975ada more accurate dependencies;
wenzelm
parents: 33439
diff changeset
   679
$(OUT)/HOL-Algebra: $(ALGEBRA_DEPENDENCIES)
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   680
	@cd Algebra; $(ISABELLE_TOOL) usedir -b -g true -V outline=/proof,/ML $(OUT)/HOL HOL-Algebra
7999
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   681
27477
c64736fe2a1f more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents: 27470
diff changeset
   682
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   683
## HOL-Auth
3819
5a6a6f18b109 added TLA stuff;
wenzelm
parents: 3616
diff changeset
   684
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   685
HOL-Auth: HOL $(LOG)/HOL-Auth.gz
3819
5a6a6f18b109 added TLA stuff;
wenzelm
parents: 3616
diff changeset
   686
28098
c92850d2d16c Replaced Library/NatPair by Nat_Int_Bij.
nipkow
parents: 28054
diff changeset
   687
$(LOG)/HOL-Auth.gz: $(OUT)/HOL 						\
32632
8ae912371831 added session entry point theories
haftmann
parents: 32624
diff changeset
   688
  Auth/Auth_Shared.thy Auth/Auth_Public.thy Auth/All_Symmetric.thy		\
8ae912371831 added session entry point theories
haftmann
parents: 32624
diff changeset
   689
  Auth/Guard/Auth_Guard_Shared.thy		\
8ae912371831 added session entry point theories
haftmann
parents: 32624
diff changeset
   690
  Auth/Guard/Auth_Guard_Public.thy		\
8ae912371831 added session entry point theories
haftmann
parents: 32624
diff changeset
   691
  Auth/Smartcard/Auth_Smartcard.thy Auth/All_Symmetric.thy		\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   692
  Auth/CertifiedEmail.thy Auth/Event.thy Auth/Message.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   693
  Auth/NS_Public.thy Auth/NS_Public_Bad.thy Auth/NS_Shared.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   694
  Auth/OtwayRees.thy Auth/OtwayReesBella.thy Auth/OtwayRees_AN.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   695
  Auth/OtwayRees_Bad.thy Auth/Public.thy Auth/ROOT.ML Auth/Recur.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   696
  Auth/Shared.thy Auth/TLS.thy Auth/WooLam.thy Auth/Kerberos_BAN.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   697
  Auth/Kerberos_BAN_Gets.thy Auth/KerberosIV.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   698
  Auth/KerberosIV_Gets.thy Auth/KerberosV.thy Auth/Yahalom.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   699
  Auth/Yahalom2.thy Auth/Yahalom_Bad.thy Auth/ZhouGollmann.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   700
  Auth/Guard/Analz.thy Auth/Guard/Extensions.thy Auth/Guard/GuardK.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   701
  Auth/Guard/Guard_Public.thy Auth/Guard/Guard_Shared.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   702
  Auth/Guard/Guard.thy Auth/Guard/List_Msg.thy				\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   703
  Auth/Guard/Guard_NS_Public.thy Auth/Guard/Guard_OtwayRees.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   704
  Auth/Guard/P1.thy Auth/Guard/P2.thy Auth/Guard/Proto.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   705
  Auth/Guard/Guard_Yahalom.thy Auth/Smartcard/EventSC.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   706
  Auth/Smartcard/ShoupRubinBella.thy Auth/Smartcard/ShoupRubin.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   707
  Auth/Smartcard/Smartcard.thy Auth/document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   708
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Auth
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   709
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   710
4777
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   711
## HOL-UNITY
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   712
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   713
HOL-UNITY: HOL $(LOG)/HOL-UNITY.gz
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   714
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   715
$(LOG)/HOL-UNITY.gz: $(OUT)/HOL Library/Multiset.thy UNITY/ROOT.ML	\
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   716
  UNITY/UNITY_Main.thy UNITY/UNITY_Examples.thy UNITY/UNITY_tactics.ML	\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   717
  UNITY/Comp.thy UNITY/Constrains.thy UNITY/Detects.thy UNITY/ELT.thy	\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   718
  UNITY/Extend.thy UNITY/FP.thy UNITY/Follows.thy UNITY/Guar.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   719
  UNITY/Lift_prog.thy UNITY/ListOrder.thy UNITY/ProgressSets.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   720
  UNITY/PPROD.thy UNITY/Project.thy UNITY/Rename.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   721
  UNITY/Transformers.thy UNITY/SubstAx.thy UNITY/UNITY.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   722
  UNITY/Union.thy UNITY/WFair.thy UNITY/Simple/Channel.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   723
  UNITY/Simple/Common.thy UNITY/Simple/Deadlock.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   724
  UNITY/Simple/Lift.thy UNITY/Simple/Mutex.thy				\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   725
  UNITY/Simple/NSP_Bad.thy UNITY/Simple/Network.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   726
  UNITY/Simple/Reach.thy UNITY/Simple/Reachability.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   727
  UNITY/Simple/Token.thy UNITY/Comp/Alloc.thy UNITY/Comp/AllocBase.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   728
  UNITY/Comp/AllocImpl.thy UNITY/Comp/Client.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   729
  UNITY/Comp/Counter.thy UNITY/Comp/Counterc.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   730
  UNITY/Comp/Handshake.thy UNITY/Comp/PriorityAux.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   731
  UNITY/Comp/Priority.thy UNITY/Comp/Progress.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   732
  UNITY/Comp/TimerArray.thy UNITY/document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   733
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL UNITY
4777
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   734
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   735
10966
8f2c27041a8e added HOL-Unix example;
wenzelm
parents: 10945
diff changeset
   736
## HOL-Unix
8f2c27041a8e added HOL-Unix example;
wenzelm
parents: 10945
diff changeset
   737
8f2c27041a8e added HOL-Unix example;
wenzelm
parents: 10945
diff changeset
   738
HOL-Unix: HOL $(LOG)/HOL-Unix.gz
8f2c27041a8e added HOL-Unix example;
wenzelm
parents: 10945
diff changeset
   739
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   740
$(LOG)/HOL-Unix.gz: $(OUT)/HOL Library/Nested_Environment.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   741
  Library/List_Prefix.thy Unix/ROOT.ML Unix/Unix.thy		\
10966
8f2c27041a8e added HOL-Unix example;
wenzelm
parents: 10945
diff changeset
   742
  Unix/document/root.bib Unix/document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   743
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Unix
10966
8f2c27041a8e added HOL-Unix example;
wenzelm
parents: 10945
diff changeset
   744
27477
c64736fe2a1f more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents: 27470
diff changeset
   745
19203
778507520684 Added HOL-ZF to Isabelle.
obua
parents: 19192
diff changeset
   746
## HOL-ZF
778507520684 Added HOL-ZF to Isabelle.
obua
parents: 19192
diff changeset
   747
778507520684 Added HOL-ZF to Isabelle.
obua
parents: 19192
diff changeset
   748
HOL-ZF: HOL $(LOG)/HOL-ZF.gz
778507520684 Added HOL-ZF to Isabelle.
obua
parents: 19192
diff changeset
   749
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   750
$(LOG)/HOL-ZF.gz: $(OUT)/HOL ZF/ROOT.ML ZF/Helper.thy ZF/LProd.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   751
  ZF/HOLZF.thy ZF/MainZF.thy ZF/Games.thy ZF/document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   752
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL ZF
10966
8f2c27041a8e added HOL-Unix example;
wenzelm
parents: 10945
diff changeset
   753
27477
c64736fe2a1f more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents: 27470
diff changeset
   754
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   755
## HOL-Modelcheck
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   756
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   757
HOL-Modelcheck: HOL $(LOG)/HOL-Modelcheck.gz
3218
44f01b718eab added Modelcheck example;
mueller
parents: 3195
diff changeset
   758
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   759
$(LOG)/HOL-Modelcheck.gz: $(OUT)/HOL Modelcheck/CTL.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   760
  Modelcheck/EindhovenExample.thy Modelcheck/EindhovenSyn.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   761
  Modelcheck/MuCalculus.thy Modelcheck/MuckeExample1.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   762
  Modelcheck/MuckeExample2.thy Modelcheck/MuckeSyn.thy		\
22819
a7b425bb668c removed legacy ML files;
wenzelm
parents: 22799
diff changeset
   763
  Modelcheck/ROOT.ML Modelcheck/mucke_oracle.ML
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   764
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Modelcheck
3218
44f01b718eab added Modelcheck example;
mueller
parents: 3195
diff changeset
   765
27477
c64736fe2a1f more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents: 27470
diff changeset
   766
29399
ebcd69a00872 split of Imperative_HOL theories from HOL-Library
haftmann
parents: 29197
diff changeset
   767
## HOL-Imperative_HOL
ebcd69a00872 split of Imperative_HOL theories from HOL-Library
haftmann
parents: 29197
diff changeset
   768
ebcd69a00872 split of Imperative_HOL theories from HOL-Library
haftmann
parents: 29197
diff changeset
   769
HOL-Imperative_HOL: HOL $(LOG)/HOL-Imperative_HOL.gz
ebcd69a00872 split of Imperative_HOL theories from HOL-Library
haftmann
parents: 29197
diff changeset
   770
ebcd69a00872 split of Imperative_HOL theories from HOL-Library
haftmann
parents: 29197
diff changeset
   771
$(LOG)/HOL-Imperative_HOL.gz: $(OUT)/HOL Imperative_HOL/Heap.thy \
ebcd69a00872 split of Imperative_HOL theories from HOL-Library
haftmann
parents: 29197
diff changeset
   772
  Imperative_HOL/Heap_Monad.thy Imperative_HOL/Array.thy \
ebcd69a00872 split of Imperative_HOL theories from HOL-Library
haftmann
parents: 29197
diff changeset
   773
  Imperative_HOL/Relational.thy \
30689
b14b2cc4e25e moved Imperative_HOL examples to Imperative_HOL/ex
haftmann
parents: 30654
diff changeset
   774
  Imperative_HOL/Ref.thy Imperative_HOL/Imperative_HOL.thy \
b14b2cc4e25e moved Imperative_HOL examples to Imperative_HOL/ex
haftmann
parents: 30654
diff changeset
   775
  Imperative_HOL/Imperative_HOL_ex.thy \
b14b2cc4e25e moved Imperative_HOL examples to Imperative_HOL/ex
haftmann
parents: 30654
diff changeset
   776
  Imperative_HOL/ex/Imperative_Quicksort.thy \
b14b2cc4e25e moved Imperative_HOL examples to Imperative_HOL/ex
haftmann
parents: 30654
diff changeset
   777
  Imperative_HOL/ex/Subarray.thy \
b14b2cc4e25e moved Imperative_HOL examples to Imperative_HOL/ex
haftmann
parents: 30654
diff changeset
   778
  Imperative_HOL/ex/Sublist.thy
29399
ebcd69a00872 split of Imperative_HOL theories from HOL-Library
haftmann
parents: 29197
diff changeset
   779
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Imperative_HOL
ebcd69a00872 split of Imperative_HOL theories from HOL-Library
haftmann
parents: 29197
diff changeset
   780
ebcd69a00872 split of Imperative_HOL theories from HOL-Library
haftmann
parents: 29197
diff changeset
   781
29823
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   782
## HOL-Decision_Procs
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   783
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   784
HOL-Decision_Procs: HOL $(LOG)/HOL-Decision_Procs.gz
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   785
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   786
$(LOG)/HOL-Decision_Procs.gz: $(OUT)/HOL \
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   787
  Decision_Procs/Approximation.thy \
33356
9157d0f9f00e moved Commutative_Ring into session Decision_Procs
haftmann
parents: 33348
diff changeset
   788
  Decision_Procs/Commutative_Ring.thy \
9157d0f9f00e moved Commutative_Ring into session Decision_Procs
haftmann
parents: 33348
diff changeset
   789
  Decision_Procs/Commutative_Ring_Complete.thy \
9157d0f9f00e moved Commutative_Ring into session Decision_Procs
haftmann
parents: 33348
diff changeset
   790
  Decision_Procs/commutative_ring_tac.ML \
29823
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   791
  Decision_Procs/Cooper.thy \
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   792
  Decision_Procs/cooper_tac.ML \
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   793
  Decision_Procs/Dense_Linear_Order.thy \
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   794
  Decision_Procs/Ferrack.thy \
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   795
  Decision_Procs/ferrack_tac.ML \
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   796
  Decision_Procs/MIR.thy \
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   797
  Decision_Procs/mir_tac.ML \
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   798
  Decision_Procs/Decision_Procs.thy \
30429
39acdf031548 moved Decision_Procs examples to Decision_Procs/ex
haftmann
parents: 30400
diff changeset
   799
  Decision_Procs/ex/Dense_Linear_Order_Ex.thy \
39acdf031548 moved Decision_Procs examples to Decision_Procs/ex
haftmann
parents: 30400
diff changeset
   800
  Decision_Procs/ex/Approximation_Ex.thy \
33356
9157d0f9f00e moved Commutative_Ring into session Decision_Procs
haftmann
parents: 33348
diff changeset
   801
  Decision_Procs/ex/Commutative_Ring_Ex.thy \
29823
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   802
  Decision_Procs/ROOT.ML
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   803
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Decision_Procs
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   804
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   805
30400
a7a30ba65d0a added session HOL-Docs;
wenzelm
parents: 30374
diff changeset
   806
## HOL-Docs
a7a30ba65d0a added session HOL-Docs;
wenzelm
parents: 30374
diff changeset
   807
a7a30ba65d0a added session HOL-Docs;
wenzelm
parents: 30374
diff changeset
   808
HOL-Docs: HOL $(LOG)/HOL-Docs.gz
a7a30ba65d0a added session HOL-Docs;
wenzelm
parents: 30374
diff changeset
   809
a7a30ba65d0a added session HOL-Docs;
wenzelm
parents: 30374
diff changeset
   810
$(LOG)/HOL-Docs.gz: $(OUT)/HOL Docs/Main_Doc.thy Docs/ROOT.ML	\
a7a30ba65d0a added session HOL-Docs;
wenzelm
parents: 30374
diff changeset
   811
  Docs/document/root.tex
30440
nipkow
parents: 30400
diff changeset
   812
	@$(ISABELLE_TOOL) usedir -D generated $(OUT)/HOL Docs
30400
a7a30ba65d0a added session HOL-Docs;
wenzelm
parents: 30374
diff changeset
   813
a7a30ba65d0a added session HOL-Docs;
wenzelm
parents: 30374
diff changeset
   814
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   815
## HOL-Proofs-Lambda
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   816
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   817
HOL-Proofs-Lambda: HOL-Proofs $(LOG)/HOL-Proofs-Lambda.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   818
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   819
$(LOG)/HOL-Proofs-Lambda.gz: $(OUT)/HOL-Proofs Lambda/Commutation.thy	\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   820
  Lambda/Eta.thy Lambda/InductTermi.thy Lambda/Lambda.thy		\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   821
  Lambda/ListApplication.thy Lambda/ListBeta.thy Lambda/ListOrder.thy	\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   822
  Lambda/NormalForm.thy Lambda/ParRed.thy Lambda/Standardization.thy	\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   823
  Lambda/StrongNorm.thy Lambda/Type.thy Lambda/WeakNorm.thy		\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   824
  Lambda/ROOT.ML Lambda/document/root.bib Lambda/document/root.tex
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   825
	@$(ISABELLE_TOOL) usedir -g true -m no_brackets $(OUT)/HOL-Proofs Lambda
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   826
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   827
9015
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   828
## HOL-Prolog
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   829
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   830
HOL-Prolog: HOL $(LOG)/HOL-Prolog.gz
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   831
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   832
$(LOG)/HOL-Prolog.gz: $(OUT)/HOL Prolog/ROOT.ML Prolog/prolog.ML	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   833
  Prolog/HOHH.thy Prolog/Test.thy Prolog/Func.thy Prolog/Type.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   834
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Prolog
9015
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   835
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   836
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   837
## HOL-W0
2527
0ba3755ce398 Added W0 and modified MiniML.
nipkow
parents: 2473
diff changeset
   838
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   839
HOL-W0: HOL $(LOG)/HOL-W0.gz
2527
0ba3755ce398 Added W0 and modified MiniML.
nipkow
parents: 2473
diff changeset
   840
12946
75447c743810 Isar_examples/W_correct moved to W0;
wenzelm
parents: 12918
diff changeset
   841
$(LOG)/HOL-W0.gz: $(OUT)/HOL W0/ROOT.ML W0/W0.thy W0/document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   842
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL W0
2527
0ba3755ce398 Added W0 and modified MiniML.
nipkow
parents: 2473
diff changeset
   843
0ba3755ce398 Added W0 and modified MiniML.
nipkow
parents: 2473
diff changeset
   844
8012
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   845
## HOL-MicroJava
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   846
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   847
HOL-MicroJava: HOL $(LOG)/HOL-MicroJava.gz
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   848
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   849
$(LOG)/HOL-MicroJava.gz: $(OUT)/HOL Library/Executable_Set.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   850
  MicroJava/ROOT.ML MicroJava/Comp/AuxLemmas.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   851
  MicroJava/Comp/CorrComp.thy MicroJava/Comp/CorrCompTp.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   852
  MicroJava/Comp/DefsComp.thy MicroJava/Comp/Index.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   853
  MicroJava/Comp/LemmasComp.thy MicroJava/Comp/NatCanonify.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   854
  MicroJava/Comp/TranslComp.thy MicroJava/Comp/TranslCompTp.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   855
  MicroJava/Comp/TypeInf.thy MicroJava/J/Conform.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   856
  MicroJava/J/Eval.thy MicroJava/J/JBasis.thy				\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   857
  MicroJava/J/JTypeSafe.thy MicroJava/J/Decl.thy MicroJava/J/State.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   858
  MicroJava/J/Term.thy MicroJava/J/Type.thy MicroJava/J/TypeRel.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   859
  MicroJava/J/WellForm.thy MicroJava/J/Value.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   860
  MicroJava/J/WellType.thy MicroJava/J/Example.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   861
  MicroJava/J/JListExample.thy MicroJava/JVM/JVMExec.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   862
  MicroJava/JVM/JVMInstructions.thy MicroJava/JVM/JVMState.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   863
  MicroJava/JVM/JVMExecInstr.thy MicroJava/JVM/JVMListExample.thy	\
33954
1bc3b688548c backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents: 33820
diff changeset
   864
  MicroJava/JVM/JVMExceptions.thy MicroJava/DFA/Abstract_BV.thy		\
1bc3b688548c backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents: 33820
diff changeset
   865
  MicroJava/DFA/Err.thy MicroJava/DFA/Kildall.thy			\
1bc3b688548c backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents: 33820
diff changeset
   866
  MicroJava/DFA/LBVComplete.thy MicroJava/DFA/LBVCorrect.thy		\
1bc3b688548c backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents: 33820
diff changeset
   867
  MicroJava/DFA/LBVSpec.thy MicroJava/DFA/Listn.thy			\
1bc3b688548c backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents: 33820
diff changeset
   868
  MicroJava/DFA/Opt.thy MicroJava/DFA/Product.thy			\
1bc3b688548c backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents: 33820
diff changeset
   869
  MicroJava/DFA/SemilatAlg.thy MicroJava/DFA/Semilat.thy		\
1bc3b688548c backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents: 33820
diff changeset
   870
  MicroJava/DFA/Semilattices.thy MicroJava/DFA/Typing_Framework_err.thy	\
1bc3b688548c backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents: 33820
diff changeset
   871
  MicroJava/DFA/Typing_Framework.thy MicroJava/BV/BVSpec.thy		\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   872
  MicroJava/BV/BVSpecTypeSafe.thy MicroJava/BV/Correct.thy		\
33954
1bc3b688548c backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents: 33820
diff changeset
   873
  MicroJava/BV/JType.thy MicroJava/BV/JVM.thy MicroJava/BV/JVMType.thy	\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   874
  MicroJava/BV/Effect.thy MicroJava/BV/EffectMono.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   875
  MicroJava/BV/Typing_Framework_JVM.thy MicroJava/BV/BVExample.thy	\
33954
1bc3b688548c backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents: 33820
diff changeset
   876
  MicroJava/BV/LBVJVM.thy MicroJava/document/root.bib			\
1bc3b688548c backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents: 33820
diff changeset
   877
  MicroJava/document/root.tex MicroJava/document/introduction.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   878
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL MicroJava
11850
cdfc3fce577e document graphs for several sessions;
wenzelm
parents: 11837
diff changeset
   879
8012
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   880
11376
bf98ad1c22c6 added NanoJava
oheimb
parents: 11370
diff changeset
   881
## HOL-NanoJava
bf98ad1c22c6 added NanoJava
oheimb
parents: 11370
diff changeset
   882
bf98ad1c22c6 added NanoJava
oheimb
parents: 11370
diff changeset
   883
HOL-NanoJava: HOL $(LOG)/HOL-NanoJava.gz
bf98ad1c22c6 added NanoJava
oheimb
parents: 11370
diff changeset
   884
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   885
$(LOG)/HOL-NanoJava.gz: $(OUT)/HOL NanoJava/ROOT.ML NanoJava/Term.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   886
  NanoJava/Decl.thy NanoJava/TypeRel.thy NanoJava/State.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   887
  NanoJava/OpSem.thy NanoJava/AxSem.thy NanoJava/AxSem.thy		\
11376
bf98ad1c22c6 added NanoJava
oheimb
parents: 11370
diff changeset
   888
  NanoJava/document/root.bib NanoJava/document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   889
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL NanoJava
11850
cdfc3fce577e document graphs for several sessions;
wenzelm
parents: 11837
diff changeset
   890
8193
33e4ec7a2daa added MicroJava/document;
wenzelm
parents: 8179
diff changeset
   891
12855
21225338f8db Bali added
schirmer
parents: 12816
diff changeset
   892
## HOL-Bali
21225338f8db Bali added
schirmer
parents: 12816
diff changeset
   893
21225338f8db Bali added
schirmer
parents: 12816
diff changeset
   894
HOL-Bali: HOL $(LOG)/HOL-Bali.gz
21225338f8db Bali added
schirmer
parents: 12816
diff changeset
   895
33024
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   896
$(LOG)/HOL-Bali.gz: $(OUT)/HOL Bali/Bali.thy Bali/AxCompl.thy		\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   897
  Bali/AxExample.thy Bali/AxSem.thy Bali/AxSound.thy Bali/Basis.thy	\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   898
  Bali/Conform.thy Bali/Decl.thy Bali/DeclConcepts.thy Bali/Eval.thy	\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   899
  Bali/Evaln.thy Bali/Example.thy Bali/Name.thy Bali/ROOT.ML		\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   900
  Bali/State.thy Bali/Table.thy Bali/Term.thy Bali/Trans.thy		\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   901
  Bali/Type.thy Bali/TypeRel.thy Bali/TypeSafe.thy Bali/Value.thy	\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   902
  Bali/WellForm.thy Bali/DefiniteAssignment.thy				\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   903
  Bali/DefiniteAssignmentCorrect.thy Bali/WellType.thy			\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   904
  Bali/document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   905
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Bali
12855
21225338f8db Bali added
schirmer
parents: 12816
diff changeset
   906
21225338f8db Bali added
schirmer
parents: 12816
diff changeset
   907
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   908
## HOL-Proofs-Extraction
13403
bc2b32ee62fd Added theory for setting up program extraction.
berghofe
parents: 13224
diff changeset
   909
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   910
HOL-Proofs-Extraction: HOL-Proofs $(LOG)/HOL-Proofs-Extraction.gz
13403
bc2b32ee62fd Added theory for setting up program extraction.
berghofe
parents: 13224
diff changeset
   911
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   912
$(LOG)/HOL-Proofs-Extraction.gz: $(OUT)/HOL-Proofs			\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   913
  Library/Efficient_Nat.thy Extraction/Euclid.thy			\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   914
  Extraction/Greatest_Common_Divisor.thy Extraction/Higman.thy		\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   915
  Extraction/Pigeonhole.thy Extraction/QuotRem.thy Extraction/ROOT.ML	\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   916
  Extraction/Util.thy Extraction/Warshall.thy				\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   917
  Extraction/document/root.tex Extraction/document/root.bib
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   918
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL-Proofs Extraction
13403
bc2b32ee62fd Added theory for setting up program extraction.
berghofe
parents: 13224
diff changeset
   919
bc2b32ee62fd Added theory for setting up program extraction.
berghofe
parents: 13224
diff changeset
   920
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   921
## HOL-IOA
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   922
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   923
HOL-IOA: HOL $(LOG)/HOL-IOA.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   924
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   925
$(LOG)/HOL-IOA.gz: $(OUT)/HOL IOA/Asig.thy IOA/IOA.thy IOA/ROOT.ML	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   926
  IOA/Solve.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   927
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL IOA
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   928
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   929
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
   930
## HOL-Lattice
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
   931
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
   932
HOL-Lattice: HOL $(LOG)/HOL-Lattice.gz
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
   933
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   934
$(LOG)/HOL-Lattice.gz: $(OUT)/HOL Lattice/Bounds.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   935
  Lattice/CompleteLattice.thy Lattice/Lattice.thy Lattice/Orders.thy	\
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
   936
  Lattice/ROOT.ML Lattice/document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   937
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Lattice
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
   938
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
   939
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   940
## HOL-ex
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   941
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   942
HOL-ex: HOL $(LOG)/HOL-ex.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   943
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   944
$(LOG)/HOL-ex.gz: $(OUT)/HOL Decision_Procs/Commutative_Ring.thy	\
33024
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   945
  Number_Theory/Primes.thy						\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   946
  Tools/Predicate_Compile/predicate_compile_core.ML			\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   947
  ex/Abstract_NAT.thy ex/Antiquote.thy ex/Arith_Examples.thy		\
30179
c703c9368c12 A Serbian theory, by Filip Maric.
wenzelm
parents: 30165
diff changeset
   948
  ex/Arithmetic_Series_Complex.thy ex/BT.thy ex/BinEx.thy		\
c703c9368c12 A Serbian theory, by Filip Maric.
wenzelm
parents: 30165
diff changeset
   949
  ex/Binary.thy ex/CTL.thy ex/Chinese.thy ex/Classical.thy		\
33024
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   950
  ex/CodegenSML_Test.thy ex/Codegenerator_Candidates.thy		\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   951
  ex/Codegenerator_Pretty.thy ex/Codegenerator_Pretty_Test.thy		\
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   952
  ex/Codegenerator_Test.thy ex/Coherent.thy				\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   953
  ex/Efficient_Nat_examples.thy ex/Eval_Examples.thy ex/Fundefs.thy	\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   954
  ex/Groebner_Examples.thy ex/Guess.thy ex/HarmonicSeries.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   955
  ex/Hebrew.thy ex/Hex_Bin_Examples.thy ex/Higher_Order_Logic.thy	\
33471
5aef13872723 renamed method induct_scheme to induction_schema
krauss
parents: 33469
diff changeset
   956
  ex/Hilbert_Classical.thy ex/Induction_Schema.thy			\
33024
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   957
  ex/InductiveInvariant.thy ex/InductiveInvariant_examples.thy		\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   958
  ex/Intuitionistic.thy ex/Lagrange.thy ex/LocaleTest2.thy ex/MT.thy	\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   959
  ex/MergeSort.thy ex/Meson_Test.thy ex/MonoidGroup.thy			\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   960
  ex/Multiquote.thy ex/NatSum.thy ex/Numeral.thy ex/PER.thy		\
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   961
  ex/Predicate_Compile_ex.thy ex/Predicate_Compile_Quickcheck.thy	\
33024
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   962
  ex/PresburgerEx.thy ex/Primrec.thy ex/Quickcheck_Examples.thy		\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   963
  ex/ROOT.ML ex/Recdefs.thy ex/Records.thy ex/ReflectionEx.thy		\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   964
  ex/Refute_Examples.thy ex/SAT_Examples.thy ex/SVC_Oracle.thy		\
33024
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   965
  ex/Serbian.thy ex/Sqrt.thy ex/Sqrt_Script.thy ex/Sudoku.thy		\
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   966
  ex/Tarski.thy ex/Termination.thy ex/Transfer_Ex.thy ex/Tree23.thy	\
33024
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   967
  ex/Unification.thy ex/document/root.bib ex/document/root.tex		\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   968
  ex/set.thy ex/svc_funcs.ML ex/svc_test.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   969
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL ex
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   970
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   971
33026
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
   972
## HOL-Isar_Examples
6445
931fc1daa8b1 added Isar_examples;
wenzelm
parents: 6440
diff changeset
   973
33026
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
   974
HOL-Isar_Examples: HOL $(LOG)/HOL-Isar_Examples.gz
6445
931fc1daa8b1 added Isar_examples;
wenzelm
parents: 6440
diff changeset
   975
33026
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
   976
$(LOG)/HOL-Isar_Examples.gz: $(OUT)/HOL Isar_Examples/Basic_Logic.thy	\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
   977
  Isar_Examples/Cantor.thy Isar_Examples/Drinker.thy			\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
   978
  Isar_Examples/Expr_Compiler.thy Isar_Examples/Fibonacci.thy		\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
   979
  Isar_Examples/Group.thy Isar_Examples/Hoare.thy			\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
   980
  Isar_Examples/Hoare_Ex.thy Isar_Examples/Knaster_Tarski.thy		\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
   981
  Isar_Examples/Mutilated_Checkerboard.thy				\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
   982
  Isar_Examples/Nested_Datatype.thy Isar_Examples/Peirce.thy		\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
   983
  Isar_Examples/Puzzle.thy Isar_Examples/Summation.thy			\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
   984
  Isar_Examples/ROOT.ML Isar_Examples/document/proof.sty		\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
   985
  Isar_Examples/document/root.bib Isar_Examples/document/root.tex	\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
   986
  Isar_Examples/document/style.tex Hoare/hoare_tac.ML
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
   987
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Isar_Examples
6445
931fc1daa8b1 added Isar_examples;
wenzelm
parents: 6440
diff changeset
   988
931fc1daa8b1 added Isar_examples;
wenzelm
parents: 6440
diff changeset
   989
33028
9aa8bfb1649d modernized session SET_Protocol;
wenzelm
parents: 33027
diff changeset
   990
## HOL-SET_Protocol
14199
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents: 14182
diff changeset
   991
33028
9aa8bfb1649d modernized session SET_Protocol;
wenzelm
parents: 33027
diff changeset
   992
HOL-SET_Protocol: HOL $(LOG)/HOL-SET_Protocol.gz
14199
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents: 14182
diff changeset
   993
33028
9aa8bfb1649d modernized session SET_Protocol;
wenzelm
parents: 33027
diff changeset
   994
$(LOG)/HOL-SET_Protocol.gz: $(OUT)/HOL SET_Protocol/ROOT.ML		\
9aa8bfb1649d modernized session SET_Protocol;
wenzelm
parents: 33027
diff changeset
   995
  SET_Protocol/Message_SET.thy SET_Protocol/Event_SET.thy		\
9aa8bfb1649d modernized session SET_Protocol;
wenzelm
parents: 33027
diff changeset
   996
  SET_Protocol/Public_SET.thy SET_Protocol/Cardholder_Registration.thy	\
9aa8bfb1649d modernized session SET_Protocol;
wenzelm
parents: 33027
diff changeset
   997
  SET_Protocol/Merchant_Registration.thy SET_Protocol/Purchase.thy	\
9aa8bfb1649d modernized session SET_Protocol;
wenzelm
parents: 33027
diff changeset
   998
  SET_Protocol/document/root.tex
9aa8bfb1649d modernized session SET_Protocol;
wenzelm
parents: 33027
diff changeset
   999
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL SET_Protocol
14199
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents: 14182
diff changeset
  1000
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents: 14182
diff changeset
  1001
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
  1002
## HOL-Matrix
14610
9c2e31e483b2 added HOL-Matrix, added HOL/Matrix/ROOT.ML
kleing
parents: 14603
diff changeset
  1003
28637
7aabaf1ba263 reactivated HOL-Matrix;
wenzelm
parents: 28612
diff changeset
  1004
HOL-Matrix: HOL $(LOG)/HOL-Matrix.gz
17323
2fc68de9de1f 1) Added target HOL-Complex-Generate-HOLLight
obua
parents: 17308
diff changeset
  1005
32491
d5d8bea0cd94 reorganized Compute theories for HOL-Matrix -- avoiding theory files within main HOL/Tools;
wenzelm
parents: 32479
diff changeset
  1006
$(LOG)/HOL-Matrix.gz: $(OUT)/HOL					\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1007
  $(SRC)/Tools/Compute_Oracle/Compute_Oracle.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1008
  $(SRC)/Tools/Compute_Oracle/am_compiler.ML				\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1009
  $(SRC)/Tools/Compute_Oracle/am_interpreter.ML				\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1010
  $(SRC)/Tools/Compute_Oracle/am.ML					\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1011
  $(SRC)/Tools/Compute_Oracle/linker.ML					\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1012
  $(SRC)/Tools/Compute_Oracle/am_ghc.ML					\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1013
  $(SRC)/Tools/Compute_Oracle/am_sml.ML					\
32491
d5d8bea0cd94 reorganized Compute theories for HOL-Matrix -- avoiding theory files within main HOL/Tools;
wenzelm
parents: 32479
diff changeset
  1014
  $(SRC)/Tools/Compute_Oracle/compute.ML Matrix/ComputeFloat.thy	\
d5d8bea0cd94 reorganized Compute theories for HOL-Matrix -- avoiding theory files within main HOL/Tools;
wenzelm
parents: 32479
diff changeset
  1015
  Matrix/ComputeHOL.thy Matrix/ComputeNumeral.thy Tools/float_arith.ML	\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1016
  Matrix/Matrix.thy Matrix/SparseMatrix.thy Matrix/LP.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1017
  Matrix/document/root.tex Matrix/ROOT.ML Matrix/cplex/Cplex.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1018
  Matrix/cplex/CplexMatrixConverter.ML Matrix/cplex/Cplex_tools.ML	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1019
  Matrix/cplex/FloatSparseMatrixBuilder.ML Matrix/cplex/fspmlp.ML	\
27484
dbb9981c3d18 added marginal setup for code generation
haftmann
parents: 27480
diff changeset
  1020
  Matrix/cplex/matrixlp.ML
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1021
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Matrix
16873
9ed940a1bebb proving bounds for real linear programs
obua
parents: 16784
diff changeset
  1022
14199
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents: 14182
diff changeset
  1023
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1024
## TLA
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1025
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1026
TLA: HOL $(OUT)/TLA
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1027
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1028
$(OUT)/TLA: $(OUT)/HOL TLA/Action.thy TLA/Init.thy TLA/Intensional.thy	\
21624
6f79647cf536 TLA: converted legacy ML scripts;
wenzelm
parents: 21542
diff changeset
  1029
  TLA/ROOT.ML TLA/Stfun.thy TLA/TLA.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1030
	@cd TLA; $(ISABELLE_TOOL) usedir -b $(OUT)/HOL TLA
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1031
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1032
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1033
## TLA-Inc
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1034
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1035
TLA-Inc: TLA $(LOG)/TLA-Inc.gz
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1036
21624
6f79647cf536 TLA: converted legacy ML scripts;
wenzelm
parents: 21542
diff changeset
  1037
$(LOG)/TLA-Inc.gz: $(OUT)/TLA TLA/Inc/Inc.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1038
	@cd TLA; $(ISABELLE_TOOL) usedir $(OUT)/TLA Inc
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1039
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1040
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1041
## TLA-Buffer
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1042
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1043
TLA-Buffer: TLA $(LOG)/TLA-Buffer.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
  1044
33024
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1045
$(LOG)/TLA-Buffer.gz: $(OUT)/TLA TLA/Buffer/Buffer.thy	\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1046
  TLA/Buffer/DBuffer.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1047
	@cd TLA; $(ISABELLE_TOOL) usedir $(OUT)/TLA Buffer
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1048
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1049
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1050
## TLA-Memory
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1051
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1052
TLA-Memory: TLA $(LOG)/TLA-Memory.gz
4447
b7ee449eb345 log files;
wenzelm
parents: 4289
diff changeset
  1053
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1054
$(LOG)/TLA-Memory.gz: $(OUT)/TLA TLA/Memory/MemClerk.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1055
  TLA/Memory/MemClerkParameters.thy TLA/Memory/Memory.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1056
  TLA/Memory/MemoryImplementation.thy TLA/Memory/MemoryParameters.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1057
  TLA/Memory/ProcedureInterface.thy TLA/Memory/RPC.thy			\
21624
6f79647cf536 TLA: converted legacy ML scripts;
wenzelm
parents: 21542
diff changeset
  1058
  TLA/Memory/RPCMemoryParams.thy TLA/Memory/RPCParameters.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1059
	@cd TLA; $(ISABELLE_TOOL) usedir $(OUT)/TLA Memory
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1060
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1061
33175
2083bde13ce1 distinguished session for multivariate analysis
himmelma
parents: 33083
diff changeset
  1062
## HOL-Multivariate_Analysis
2083bde13ce1 distinguished session for multivariate analysis
himmelma
parents: 33083
diff changeset
  1063
34067
a03f3f9874f6 depend on HOL-SMT instead of HOL (makes tactic "smt" available for proofs)
boehmes
parents: 34028
diff changeset
  1064
HOL-Multivariate_Analysis: HOL-SMT $(OUT)/HOL-Multivariate_Analysis
33175
2083bde13ce1 distinguished session for multivariate analysis
himmelma
parents: 33083
diff changeset
  1065
34067
a03f3f9874f6 depend on HOL-SMT instead of HOL (makes tactic "smt" available for proofs)
boehmes
parents: 34028
diff changeset
  1066
$(OUT)/HOL-Multivariate_Analysis: $(OUT)/HOL-SMT	\
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1067
  Multivariate_Analysis/ROOT.ML				\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1068
  Multivariate_Analysis/Multivariate_Analysis.thy	\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1069
  Multivariate_Analysis/Determinants.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1070
  Multivariate_Analysis/Finite_Cartesian_Product.thy	\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1071
  Multivariate_Analysis/Euclidean_Space.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1072
  Multivariate_Analysis/Topology_Euclidean_Space.thy	\
33741
4c414d0835ab Added derivation and Brouwer's fixpoint theorem in Multivariate Analysis (translated by Robert Himmelmann from HOL-light)
hoelzl
parents: 33688
diff changeset
  1073
  Multivariate_Analysis/Convex_Euclidean_Space.thy      \
4c414d0835ab Added derivation and Brouwer's fixpoint theorem in Multivariate Analysis (translated by Robert Himmelmann from HOL-light)
hoelzl
parents: 33688
diff changeset
  1074
  Multivariate_Analysis/Brouwer_Fixpoint.thy            \
4c414d0835ab Added derivation and Brouwer's fixpoint theorem in Multivariate Analysis (translated by Robert Himmelmann from HOL-light)
hoelzl
parents: 33688
diff changeset
  1075
  Multivariate_Analysis/Derivative.thy
34067
a03f3f9874f6 depend on HOL-SMT instead of HOL (makes tactic "smt" available for proofs)
boehmes
parents: 34028
diff changeset
  1076
	@cd Multivariate_Analysis; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL-SMT HOL-Multivariate_Analysis
33175
2083bde13ce1 distinguished session for multivariate analysis
himmelma
parents: 33083
diff changeset
  1077
33285
wenzelm
parents: 33272
diff changeset
  1078
33271
7be66dee1a5a New theory Probability, which contains a development of measure theory
paulson
parents: 33270
diff changeset
  1079
## HOL-Probability
7be66dee1a5a New theory Probability, which contains a development of measure theory
paulson
parents: 33270
diff changeset
  1080
7be66dee1a5a New theory Probability, which contains a development of measure theory
paulson
parents: 33270
diff changeset
  1081
HOL-Probability: HOL $(LOG)/HOL-Probability.gz
7be66dee1a5a New theory Probability, which contains a development of measure theory
paulson
parents: 33270
diff changeset
  1082
7be66dee1a5a New theory Probability, which contains a development of measure theory
paulson
parents: 33270
diff changeset
  1083
$(LOG)/HOL-Probability.gz: $(OUT)/HOL Probability/ROOT.ML \
7be66dee1a5a New theory Probability, which contains a development of measure theory
paulson
parents: 33270
diff changeset
  1084
  Probability/Probability.thy \
7be66dee1a5a New theory Probability, which contains a development of measure theory
paulson
parents: 33270
diff changeset
  1085
  Probability/Sigma_Algebra.thy \
7be66dee1a5a New theory Probability, which contains a development of measure theory
paulson
parents: 33270
diff changeset
  1086
  Probability/SeriesPlus.thy \
7be66dee1a5a New theory Probability, which contains a development of measure theory
paulson
parents: 33270
diff changeset
  1087
  Probability/Caratheodory.thy \
33533
40b44cb20c8c New theory Probability/Borel.thy, and some associated lemmas
paulson
parents: 33471
diff changeset
  1088
  Probability/Measure.thy \
40b44cb20c8c New theory Probability/Borel.thy, and some associated lemmas
paulson
parents: 33471
diff changeset
  1089
  Probability/Borel.thy
33285
wenzelm
parents: 33272
diff changeset
  1090
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Probability
wenzelm
parents: 33272
diff changeset
  1091
33271
7be66dee1a5a New theory Probability, which contains a development of measure theory
paulson
parents: 33270
diff changeset
  1092
19497
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1093
## HOL-Nominal
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1094
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1095
HOL-Nominal: HOL $(OUT)/HOL-Nominal
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1096
22245
1b8f4ef50c48 moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents: 22167
diff changeset
  1097
$(OUT)/HOL-Nominal: $(OUT)/HOL Nominal/ROOT.ML \
1b8f4ef50c48 moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents: 22167
diff changeset
  1098
  Nominal/Nominal.thy \
1b8f4ef50c48 moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents: 22167
diff changeset
  1099
  Nominal/nominal_atoms.ML \
31936
9466169dc8e0 nominal.ML is nominal_datatype.ML
haftmann
parents: 31849
diff changeset
  1100
  Nominal/nominal_datatype.ML \
22784
4637b69de71b Added datatype_case.ML and nominal_fresh_fun.ML.
berghofe
parents: 22657
diff changeset
  1101
  Nominal/nominal_fresh_fun.ML \
22247
5bad0d429694 corrected typo introduced by me
urbanc
parents: 22245
diff changeset
  1102
  Nominal/nominal_induct.ML \
22314
d541f13756a2 Added new file Nominal/nominal_inductive.ML
berghofe
parents: 22260
diff changeset
  1103
  Nominal/nominal_inductive.ML \
28652
659d64d59f16 Added nominal_inductive2.ML
berghofe
parents: 28637
diff changeset
  1104
  Nominal/nominal_inductive2.ML \
22245
1b8f4ef50c48 moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents: 22167
diff changeset
  1105
  Nominal/nominal_permeq.ML \
1b8f4ef50c48 moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents: 22167
diff changeset
  1106
  Nominal/nominal_primrec.ML \
1b8f4ef50c48 moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents: 22167
diff changeset
  1107
  Nominal/nominal_thmdecls.ML \
21542
4462ee172ef0 Added nominal_primrec.ML
berghofe
parents: 21425
diff changeset
  1108
  Library/Infinite_Set.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1109
	@cd Nominal; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL HOL-Nominal
19497
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1110
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1111
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1112
## HOL-Nominal-Examples
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1113
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1114
HOL-Nominal-Examples: HOL-Nominal $(LOG)/HOL-Nominal-Examples.gz
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1115
19564
d3e2f532459a First usable version of the new function definition package (HOL/function_packake/...).
krauss
parents: 19499
diff changeset
  1116
$(LOG)/HOL-Nominal-Examples.gz: $(OUT)/HOL-Nominal 	\
32636
55a0be42327c added session theory for Bali and Nominal_Examples
haftmann
parents: 32632
diff changeset
  1117
  Nominal/Examples/Nominal_Examples.thy \
27163
587ad1fba128 added CK_Machine to the nominal section
urbanc
parents: 27127
diff changeset
  1118
  Nominal/Examples/CK_Machine.thy \
22073
c170dcbe6c9d formalisation of Crary's chapter on logical relations
urbanc
parents: 22067
diff changeset
  1119
  Nominal/Examples/CR.thy \
22821
15b2e7ec1f3b alternative and much simpler proof for Church-Rosser of Beta-Reduction
urbanc
parents: 22819
diff changeset
  1120
  Nominal/Examples/CR_Takahashi.thy \
24152
63cc746667a0 reactivated Nominal/Examples/Class.thy;
wenzelm
parents: 24139
diff changeset
  1121
  Nominal/Examples/Class.thy \
22073
c170dcbe6c9d formalisation of Crary's chapter on logical relations
urbanc
parents: 22067
diff changeset
  1122
  Nominal/Examples/Compile.thy \
25725
18bc59fb01b5 updated HOL-Nominal-Examples deps;
wenzelm
parents: 25600
diff changeset
  1123
  Nominal/Examples/Contexts.thy \
18bc59fb01b5 updated HOL-Nominal-Examples deps;
wenzelm
parents: 25600
diff changeset
  1124
  Nominal/Examples/Crary.thy \
22073
c170dcbe6c9d formalisation of Crary's chapter on logical relations
urbanc
parents: 22067
diff changeset
  1125
  Nominal/Examples/Fsub.thy \
25725
18bc59fb01b5 updated HOL-Nominal-Examples deps;
wenzelm
parents: 25600
diff changeset
  1126
  Nominal/Examples/Height.thy \
18bc59fb01b5 updated HOL-Nominal-Examples deps;
wenzelm
parents: 25600
diff changeset
  1127
  Nominal/Examples/Lam_Funs.thy \
22073
c170dcbe6c9d formalisation of Crary's chapter on logical relations
urbanc
parents: 22067
diff changeset
  1128
  Nominal/Examples/Lambda_mu.thy \
25725
18bc59fb01b5 updated HOL-Nominal-Examples deps;
wenzelm
parents: 25600
diff changeset
  1129
  Nominal/Examples/LocalWeakening.thy \
33189
82a40677c1f8 Added Pattern.thy to Nominal/Examples.
berghofe
parents: 33176
diff changeset
  1130
  Nominal/Examples/Pattern.thy \
25725
18bc59fb01b5 updated HOL-Nominal-Examples deps;
wenzelm
parents: 25600
diff changeset
  1131
  Nominal/Examples/ROOT.ML \
22073
c170dcbe6c9d formalisation of Crary's chapter on logical relations
urbanc
parents: 22067
diff changeset
  1132
  Nominal/Examples/SN.thy \
23144
4a9c9e260abf included new example in the compiling process
urbanc
parents: 23100
diff changeset
  1133
  Nominal/Examples/SOS.thy \
27624
a925aa66e17a Added Standardization theory to nominal examples.
berghofe
parents: 27484
diff changeset
  1134
  Nominal/Examples/Standardization.thy \
24896
70f238757695 added the two new examples from Nominal to the build process
urbanc
parents: 24830
diff changeset
  1135
  Nominal/Examples/Support.thy \
27032
6fd85edc403d new example
urbanc
parents: 26878
diff changeset
  1136
  Nominal/Examples/Type_Preservation.thy \
25725
18bc59fb01b5 updated HOL-Nominal-Examples deps;
wenzelm
parents: 25600
diff changeset
  1137
  Nominal/Examples/VC_Condition.thy \
26195
8292f8723e99 added new example
urbanc
parents: 26192
diff changeset
  1138
  Nominal/Examples/W.thy \
25725
18bc59fb01b5 updated HOL-Nominal-Examples deps;
wenzelm
parents: 25600
diff changeset
  1139
  Nominal/Examples/Weakening.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1140
	@cd Nominal; $(ISABELLE_TOOL) usedir $(OUT)/HOL-Nominal Examples
19497
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1141
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1142
24333
e77ea0ea7f2c * HOL-Word:
kleing
parents: 24332
diff changeset
  1143
## HOL-Word
e77ea0ea7f2c * HOL-Word:
kleing
parents: 24332
diff changeset
  1144
e77ea0ea7f2c * HOL-Word:
kleing
parents: 24332
diff changeset
  1145
HOL-Word: HOL $(OUT)/HOL-Word
e77ea0ea7f2c * HOL-Word:
kleing
parents: 24332
diff changeset
  1146
33024
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1147
$(OUT)/HOL-Word: $(OUT)/HOL Word/ROOT.ML Library/Boolean_Algebra.thy	\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1148
  Library/Numeral_Type.thy Word/Num_Lemmas.thy Word/TdThs.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1149
  Word/Size.thy Word/BinGeneral.thy Word/BinOperations.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1150
  Word/BinBoolList.thy Word/BitSyntax.thy Word/WordDefinition.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1151
  Word/WordArith.thy Word/WordBitwise.thy Word/WordShift.thy		\
29628
d9294387ab0e entry point for Word library now named Word
haftmann
parents: 29523
diff changeset
  1152
  Word/WordGenLib.thy Word/Word.thy Word/document/root.tex		\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1153
  Word/document/root.bib
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1154
	@cd Word; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL HOL-Word
24333
e77ea0ea7f2c * HOL-Word:
kleing
parents: 24332
diff changeset
  1155
e77ea0ea7f2c * HOL-Word:
kleing
parents: 24332
diff changeset
  1156
24442
39e29972cb96 HOL-Word-Examples
huffman
parents: 24411
diff changeset
  1157
## HOL-Word-Examples
39e29972cb96 HOL-Word-Examples
huffman
parents: 24411
diff changeset
  1158
39e29972cb96 HOL-Word-Examples
huffman
parents: 24411
diff changeset
  1159
HOL-Word-Examples: HOL-Word $(LOG)/HOL-Word-Examples.gz
39e29972cb96 HOL-Word-Examples
huffman
parents: 24411
diff changeset
  1160
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1161
$(LOG)/HOL-Word-Examples.gz: $(OUT)/HOL-Word Word/Examples/ROOT.ML	\
24442
39e29972cb96 HOL-Word-Examples
huffman
parents: 24411
diff changeset
  1162
  Word/Examples/WordExamples.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1163
	@cd Word; $(ISABELLE_TOOL) usedir $(OUT)/HOL-Word Examples
24442
39e29972cb96 HOL-Word-Examples
huffman
parents: 24411
diff changeset
  1164
27477
c64736fe2a1f more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents: 27470
diff changeset
  1165
25171
4a9c25bffc9b added Statespace library
schirmer
parents: 24994
diff changeset
  1166
## HOL-Statespace
4a9c25bffc9b added Statespace library
schirmer
parents: 24994
diff changeset
  1167
4a9c25bffc9b added Statespace library
schirmer
parents: 24994
diff changeset
  1168
HOL-Statespace: HOL $(LOG)/HOL-Statespace.gz
4a9c25bffc9b added Statespace library
schirmer
parents: 24994
diff changeset
  1169
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1170
$(LOG)/HOL-Statespace.gz: $(OUT)/HOL Statespace/DistinctTreeProver.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1171
  Statespace/StateFun.thy Statespace/StateSpaceLocale.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1172
  Statespace/StateSpaceSyntax.thy Statespace/StateSpaceEx.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1173
  Statespace/distinct_tree_prover.ML Statespace/state_space.ML		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1174
  Statespace/state_fun.ML Statespace/document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1175
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Statespace
24442
39e29972cb96 HOL-Word-Examples
huffman
parents: 24411
diff changeset
  1176
27477
c64736fe2a1f more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents: 27470
diff changeset
  1177
27470
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1178
## HOL-NSA
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1179
27477
c64736fe2a1f more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents: 27470
diff changeset
  1180
HOL-NSA: HOL $(OUT)/HOL-NSA
27470
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1181
33024
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1182
$(OUT)/HOL-NSA: $(OUT)/HOL NSA/CLim.thy NSA/CStar.thy NSA/NSCA.thy	\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1183
  NSA/NSComplex.thy NSA/HDeriv.thy NSA/HLim.thy NSA/HLog.thy		\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1184
  NSA/HSEQ.thy NSA/HSeries.thy NSA/HTranscendental.thy			\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1185
  NSA/Hypercomplex.thy NSA/HyperDef.thy NSA/HyperNat.thy		\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1186
  NSA/Hyperreal.thy NSA/Filter.thy NSA/NatStar.thy NSA/NSA.thy		\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1187
  NSA/StarDef.thy NSA/Star.thy NSA/transfer.ML				\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1188
  Library/Infinite_Set.thy Library/Zorn.thy NSA/ROOT.ML
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1189
	@cd NSA; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL HOL-NSA
27470
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1190
27477
c64736fe2a1f more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents: 27470
diff changeset
  1191
27470
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1192
## HOL-NSA-Examples
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1193
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1194
HOL-NSA-Examples: HOL-NSA $(LOG)/HOL-NSA-Examples.gz
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1195
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1196
$(LOG)/HOL-NSA-Examples.gz: $(OUT)/HOL-NSA NSA/Examples/ROOT.ML	\
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1197
  NSA/Examples/NSPrimes.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1198
	@cd NSA; $(ISABELLE_TOOL) usedir $(OUT)/HOL-NSA Examples
27470
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1199
27477
c64736fe2a1f more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents: 27470
diff changeset
  1200
32496
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents: 32479
diff changeset
  1201
## HOL-Mirabelle
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents: 32479
diff changeset
  1202
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents: 32479
diff changeset
  1203
HOL-Mirabelle: HOL $(LOG)/HOL-Mirabelle.gz
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents: 32479
diff changeset
  1204
33024
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1205
$(LOG)/HOL-Mirabelle.gz: $(OUT)/HOL Mirabelle/Mirabelle_Test.thy	\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1206
  Mirabelle/Mirabelle.thy Mirabelle/Tools/mirabelle.ML			\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1207
  Mirabelle/ROOT.ML Mirabelle/Tools/mirabelle_arith.ML			\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1208
  Mirabelle/Tools/mirabelle_metis.ML					\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1209
  Mirabelle/Tools/mirabelle_quickcheck.ML				\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1210
  Mirabelle/Tools/mirabelle_refute.ML					\
32496
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents: 32479
diff changeset
  1211
  Mirabelle/Tools/mirabelle_sledgehammer.ML
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents: 32479
diff changeset
  1212
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Mirabelle
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents: 32479
diff changeset
  1213
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents: 32479
diff changeset
  1214
32618
42865636d006 added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents: 32558
diff changeset
  1215
## HOL-SMT
42865636d006 added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents: 32558
diff changeset
  1216
33024
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1217
HOL-SMT: HOL-Word $(OUT)/HOL-SMT
32618
42865636d006 added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents: 32558
diff changeset
  1218
33419
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1219
$(OUT)/HOL-SMT: $(OUT)/HOL-Word SMT/ROOT.ML SMT/SMT_Base.thy SMT/Z3.thy \
33024
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1220
  SMT/SMT.thy SMT/Tools/smt_normalize.ML SMT/Tools/smt_monomorph.ML	\
33249
2b65e9ed2e6e removed unused file smt_builtin.ML,
boehmes
parents: 33210
diff changeset
  1221
  SMT/Tools/smt_translate.ML SMT/Tools/smtlib_interface.ML              \
2b65e9ed2e6e removed unused file smt_builtin.ML,
boehmes
parents: 33210
diff changeset
  1222
  SMT/Tools/smt_solver.ML SMT/Tools/cvc3_solver.ML                      \
2b65e9ed2e6e removed unused file smt_builtin.ML,
boehmes
parents: 33210
diff changeset
  1223
  SMT/Tools/yices_solver.ML SMT/Tools/z3_proof_terms.ML                 \
2b65e9ed2e6e removed unused file smt_builtin.ML,
boehmes
parents: 33210
diff changeset
  1224
  SMT/Tools/z3_proof_rules.ML SMT/Tools/z3_proof.ML                     \
2b65e9ed2e6e removed unused file smt_builtin.ML,
boehmes
parents: 33210
diff changeset
  1225
  SMT/Tools/z3_model.ML SMT/Tools/z3_interface.ML SMT/Tools/z3_solver.ML
32618
42865636d006 added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents: 32558
diff changeset
  1226
	@cd SMT; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL-Word HOL-SMT
42865636d006 added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents: 32558
diff changeset
  1227
42865636d006 added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents: 32558
diff changeset
  1228
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1229
## HOL-SMT-Examples
33010
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents: 32812
diff changeset
  1230
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1231
HOL-SMT-Examples: HOL-SMT $(LOG)/HOL-SMT-Examples.gz
33010
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents: 32812
diff changeset
  1232
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1233
$(LOG)/HOL-SMT-Examples.gz: $(OUT)/HOL-SMT SMT/Examples/ROOT.ML		\
34996
51c93ab92c3e updated dependencies
boehmes
parents: 34974
diff changeset
  1234
  SMT/Examples/SMT_Examples.thy SMT/Examples/SMT_Examples.certs
33010
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents: 32812
diff changeset
  1235
	@cd SMT; $(ISABELLE_TOOL) usedir $(OUT)/HOL-SMT Examples
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents: 32812
diff changeset
  1236
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents: 32812
diff changeset
  1237
33419
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1238
## HOL-Boogie
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1239
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1240
HOL-Boogie: HOL-SMT $(OUT)/HOL-Boogie
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1241
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1242
$(OUT)/HOL-Boogie: $(OUT)/HOL-SMT Boogie/ROOT.ML Boogie/Boogie.thy	\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1243
  Boogie/Tools/boogie_vcs.ML Boogie/Tools/boogie_loader.ML		\
34069
c1fd26512f6d updated dependencies
boehmes
parents: 34067
diff changeset
  1244
  Boogie/Tools/boogie_commands.ML Boogie/Tools/boogie_tactics.ML
33419
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1245
	@cd Boogie; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL-SMT HOL-Boogie
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1246
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1247
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1248
## HOL-Boogie_Examples
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1249
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1250
HOL-Boogie-Examples: HOL-Boogie $(LOG)/HOL-Boogie-Examples.gz
33419
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1251
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1252
$(LOG)/HOL-Boogie-Examples.gz: $(OUT)/HOL-Boogie			\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1253
  Boogie/Examples/ROOT.ML Boogie/Examples/Boogie_Max.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1254
  Boogie/Examples/Boogie_Max.b2i Boogie/Examples/Boogie_Dijkstra.thy	\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1255
  Boogie/Examples/VCC_Max.thy Boogie/Examples/Boogie_Dijkstra.b2i	\
34996
51c93ab92c3e updated dependencies
boehmes
parents: 34974
diff changeset
  1256
  Boogie/Examples/VCC_Max.b2i Boogie/Examples/Boogie_Max.certs		\
51c93ab92c3e updated dependencies
boehmes
parents: 34974
diff changeset
  1257
  Boogie/Examples/Boogie_Dijkstra.certs Boogie/Examples/VCC_Max.certs
33419
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1258
	@cd Boogie; $(ISABELLE_TOOL) usedir $(OUT)/HOL-Boogie Examples
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1259
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1260
34965
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1261
## HOL-Mutabelle
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1262
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1263
HOL-Mutabelle: HOL $(LOG)/HOL-Mutabelle.gz
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1264
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1265
$(LOG)/HOL-Mutabelle.gz: $(OUT)/HOL Mutabelle/MutabelleExtra.thy	\
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1266
  Mutabelle/ROOT.ML Mutabelle/mutabelle.ML			\
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1267
  Mutabelle/mutabelle_extra.ML
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1268
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Mutabelle
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1269
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1270
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1271
## clean
4447
b7ee449eb345 log files;
wenzelm
parents: 4289
diff changeset
  1272
b7ee449eb345 log files;
wenzelm
parents: 4289
diff changeset
  1273
clean:
33450
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1274
	@rm -f $(LOG)/HOL-Algebra.gz $(LOG)/HOL-Auth.gz			\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1275
		$(LOG)/HOL-Bali.gz $(LOG)/HOL-Base.gz			\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1276
		$(LOG)/HOL-Boogie-Examples.gz $(LOG)/HOL-Boogie.gz	\
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
  1277
		$(LOG)/HOL-Decision_Procs.gz $(LOG)/HOL-Hahn_Banach.gz	\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
  1278
		$(LOG)/HOL-Hoare.gz $(LOG)/HOL-Hoare_Parallel.gz	\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
  1279
		$(LOG)/HOL-IMP.gz $(LOG)/HOL-IMPP.gz $(LOG)/HOL-IOA.gz	\
33450
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1280
		$(LOG)/HOL-Imperative_HOL.gz $(LOG)/HOL-Import.gz	\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1281
		$(LOG)/HOL-Induct.gz $(LOG)/HOL-Isar_Examples.gz	\
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
  1282
		$(LOG)/HOL-Lattice $(LOG)/HOL-Lattice.gz		\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
  1283
		$(LOG)/HOL-Lex.gz $(LOG)/HOL-Library.gz			\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
  1284
		$(LOG)/HOL-Main.gz $(LOG)/HOL-Matrix			\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
  1285
		$(LOG)/HOL-Matrix.gz $(LOG)/HOL-Metis_Examples.gz	\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
  1286
		$(LOG)/HOL-MicroJava.gz $(LOG)/HOL-Mirabelle.gz		\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
  1287
		$(LOG)/HOL-Modelcheck.gz				\
33450
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1288
		$(LOG)/HOL-Multivariate_Analysis.gz			\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1289
		$(LOG)/HOL-NSA-Examples.gz $(LOG)/HOL-NSA.gz		\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1290
		$(LOG)/HOL-NanoJava.gz $(LOG)/HOL-Nitpick_Examples.gz	\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1291
		$(LOG)/HOL-Nominal-Examples.gz $(LOG)/HOL-Nominal.gz	\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1292
		$(LOG)/HOL-Number_Theory.gz				\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1293
		$(LOG)/HOL-Old_Number_Theory.gz $(LOG)/HOL-Plain.gz	\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1294
		$(LOG)/HOL-Probability.gz $(LOG)/HOL-Prolog.gz		\
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
  1295
		$(LOG)/HOL-Proofs.gz $(LOG)/HOL-Proofs-Extraction.gz	\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
  1296
		$(LOG)/HOL-Proofs-Lambda.gz $(LOG)/HOL-SET_Protocol.gz	\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
  1297
		$(LOG)/HOL-SMT-Examples.gz $(LOG)/HOL-SMT.gz		\
33450
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1298
		$(LOG)/HOL-Statespace.gz $(LOG)/HOL-Subst.gz		\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1299
		$(LOG)/HOL-UNITY.gz $(LOG)/HOL-Unix.gz			\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1300
		$(LOG)/HOL-W0.gz $(LOG)/HOL-Word-Examples.gz		\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1301
		$(LOG)/HOL-Word.gz $(LOG)/HOL-ZF.gz $(LOG)/HOL-ex.gz	\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1302
		$(LOG)/HOL.gz $(LOG)/HOL4.gz $(LOG)/TLA-Buffer.gz	\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1303
		$(LOG)/TLA-Inc.gz $(LOG)/TLA-Memory.gz $(LOG)/TLA.gz	\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1304
		$(OUT)/HOL $(OUT)/HOL-Algebra $(OUT)/HOL-Base		\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1305
		$(OUT)/HOL-Boogie $(OUT)/HOL-Main			\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1306
		$(OUT)/HOL-Multivariate_Analysis $(OUT)/HOL-NSA		\
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
  1307
		$(OUT)/HOL-Nominal $(OUT)/HOL-Plain $(OUT)/HOL-Proofs	\
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
  1308
		$(OUT)/HOL-SMT $(OUT)/HOL-Word $(OUT)/HOL4 $(OUT)/TLA