src/HOL/IsaMakefile
author bulwahn
Mon, 08 Nov 2010 09:25:43 +0100
changeset 40420 552563ea3304
parent 40355 852d6ed1b5c6
child 40424 7550b2cba1cb
permissions -rw-r--r--
adding code and theory for smallvalue generators, but do not setup the interpretation yet
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
36147
b43b22f63665 theory RBT with abstract type of red-black trees backed by implementation RBT_Impl
haftmann
parents: 36115
diff changeset
     1
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
     2
#
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
     3
# IsaMakefile for HOL
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
     4
#
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
     5
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
     6
## targets
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
     7
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
     8
default: HOL
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
     9
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
    10
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    11
images: \
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    12
  HOL \
37691
4915de09b4d3 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 37672
diff changeset
    13
  HOL-Library \
33210
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    14
  HOL-Algebra \
33419
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
    15
  HOL-Boogie \
33210
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 \
35931
6c9f7dc1ad07 more accurate dependencies;
wenzelm
parents: 35928
diff changeset
    19
  HOL-Probability \
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-Word \
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    22
  HOL4 \
37691
4915de09b4d3 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 37672
diff changeset
    23
  TLA \
4915de09b4d3 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 37672
diff changeset
    24
  HOL-Base \
4915de09b4d3 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 37672
diff changeset
    25
  HOL-Main \
4915de09b4d3 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 37672
diff changeset
    26
  HOL-Plain
10135
c2a4dccf6e67 reorganized AxClasses;
wenzelm
parents: 10094
diff changeset
    27
37691
4915de09b4d3 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 37672
diff changeset
    28
#Note: keep targets sorted (except for HOL-ex)
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    29
test: \
24325
5c29e8822f50 make HOL-ex earlier;
wenzelm
parents: 24288
diff changeset
    30
  HOL-ex \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    31
  HOL-Auth \
14031
3240066af013 Added Bali to test
schirmer
parents: 14029
diff changeset
    32
  HOL-Bali \
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
    33
  HOL-Boogie-Examples \
29823
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
    34
  HOL-Decision_Procs \
31795
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
    35
  HOL-Hahn_Banach \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    36
  HOL-Hoare \
32621
a073cb249a06 theory entry point for session Hoare_Parallel (now also with proper underscore)
haftmann
parents: 32618
diff changeset
    37
  HOL-Hoare_Parallel \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    38
  HOL-IMP \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    39
  HOL-IMPP \
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    40
  HOL-IOA \
29399
ebcd69a00872 split of Imperative_HOL theories from HOL-Library
haftmann
parents: 29197
diff changeset
    41
  HOL-Imperative_HOL \
33210
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    42
  HOL-Import \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    43
  HOL-Induct \
33026
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
    44
  HOL-Isar_Examples \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    45
  HOL-Lattice \
37747
3a699743bcba more accurate dependencies
haftmann
parents: 37742
diff changeset
    46
  HOL-Library-Codegenerator_Test \
28637
7aabaf1ba263 reactivated HOL-Matrix;
wenzelm
parents: 28612
diff changeset
    47
  HOL-Matrix \
33027
9cf389429f6d modernized session Metis_Examples;
wenzelm
parents: 33026
diff changeset
    48
  HOL-Metis_Examples \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    49
  HOL-MicroJava \
32496
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents: 32479
diff changeset
    50
  HOL-Mirabelle \
35536
1f980bbc6ad8 adding HOL-Mutabelle to tests
bulwahn
parents: 35502
diff changeset
    51
  HOL-Mutabelle \
11376
bf98ad1c22c6 added NanoJava
oheimb
parents: 11370
diff changeset
    52
  HOL-NanoJava \
33197
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents: 33192
diff changeset
    53
  HOL-Nitpick_Examples \
19497
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
    54
  HOL-Nominal-Examples \
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
    55
  HOL-Number_Theory \
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
    56
  HOL-Old_Number_Theory \
35222
4f1fba00f66d Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents: 35151
diff changeset
    57
  HOL-Quotient_Examples \
35950
791ce568d40a moved examples for the predicate compiler into its own session Predicate_Compile_Examples to slenderise the HOL-ex session
bulwahn
parents: 35931
diff changeset
    58
  HOL-Predicate_Compile_Examples \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    59
  HOL-Prolog \
39157
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
    60
  HOL-Proofs-ex \
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
    61
  HOL-Proofs-Extraction \
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
    62
  HOL-Proofs-Lambda \
33028
9aa8bfb1649d modernized session SET_Protocol;
wenzelm
parents: 33027
diff changeset
    63
  HOL-SET_Protocol \
36933
705b58fde476 more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents: 36916
diff changeset
    64
  HOL-Word-SMT_Examples \
25171
4a9c25bffc9b added Statespace library
schirmer
parents: 24994
diff changeset
    65
  HOL-Statespace \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    66
  HOL-Subst \
33210
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    67
      TLA-Buffer \
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    68
      TLA-Inc \
94ae82a4452f recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents: 33204
diff changeset
    69
      TLA-Memory \
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    70
  HOL-UNITY \
10966
8f2c27041a8e added HOL-Unix example;
wenzelm
parents: 10945
diff changeset
    71
  HOL-Unix \
24442
39e29972cb96 HOL-Word-Examples
huffman
parents: 24411
diff changeset
    72
  HOL-Word-Examples \
24325
5c29e8822f50 make HOL-ex earlier;
wenzelm
parents: 24288
diff changeset
    73
  HOL-ZF
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    74
    # ^ this is the sort position
10614
d5c14e205c24 added Library/Rational_Numbers.thy;
wenzelm
parents: 10574
diff changeset
    75
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
    76
all: test images
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    77
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    78
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    79
## global settings
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    80
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    81
SRC = $(ISABELLE_HOME)/src
3118
24dae6222579 fixed ISABELLE_OUTPUT, ISABELLE_PATH (finally?);
wenzelm
parents: 3079
diff changeset
    82
OUT = $(ISABELLE_OUTPUT)
4447
b7ee449eb345 log files;
wenzelm
parents: 4289
diff changeset
    83
LOG = $(OUT)/log
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
    84
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    85
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    86
## HOL
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
    87
28393
30ba169e8c45 HOL no longer depends on HOL-Plain;
wenzelm
parents: 28376
diff changeset
    88
HOL: Pure $(OUT)/HOL
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
    89
29505
c6d2d23909d1 added HOL-Base image
haftmann
parents: 29463
diff changeset
    90
HOL-Base: Pure $(OUT)/HOL-Base
c6d2d23909d1 added HOL-Base image
haftmann
parents: 29463
diff changeset
    91
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
    92
HOL-Plain: Pure $(OUT)/HOL-Plain
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    93
28401
d5f39173444c separate HOL-Main image
haftmann
parents: 28393
diff changeset
    94
HOL-Main: Pure $(OUT)/HOL-Main
d5f39173444c separate HOL-Main image
haftmann
parents: 28393
diff changeset
    95
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
    96
Pure:
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
    97
	@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
    98
27694
31a8e0908b9f corrected Pure dependency
haftmann
parents: 27679
diff changeset
    99
$(OUT)/Pure: Pure
31a8e0908b9f corrected Pure dependency
haftmann
parents: 27679
diff changeset
   100
36073
54a9f56fae7c slightly more standard dependencies;
wenzelm
parents: 36066
diff changeset
   101
BASE_DEPENDENCIES = $(OUT)/Pure \
30160
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   102
  $(SRC)/Provers/blast.ML \
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   103
  $(SRC)/Provers/clasimp.ML \
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   104
  $(SRC)/Provers/classical.ML \
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   105
  $(SRC)/Provers/hypsubst.ML \
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   106
  $(SRC)/Provers/quantifier1.ML \
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   107
  $(SRC)/Provers/splitter.ML \
37818
dd65033fed78 load cache_io before code generator; moved adhoc-overloading to generic tools
haftmann
parents: 37790
diff changeset
   108
  $(SRC)/Tools/cache_io.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   109
  $(SRC)/Tools/Code/code_haskell.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   110
  $(SRC)/Tools/Code/code_ml.ML \
38970
53d1ee3d98b8 factored out generic part of Scala serializer into code_namespace.ML
haftmann
parents: 38965
diff changeset
   111
  $(SRC)/Tools/Code/code_namespace.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   112
  $(SRC)/Tools/Code/code_preproc.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   113
  $(SRC)/Tools/Code/code_printer.ML \
39402
24d70f4e690d more accurate dependencies
haftmann
parents: 39394
diff changeset
   114
  $(SRC)/Tools/Code/code_runtime.ML \
34945
478f31081a78 more accurate dependencies
haftmann
parents: 34228
diff changeset
   115
  $(SRC)/Tools/Code/code_scala.ML \
37442
037ee7b712b2 added code_simp infrastructure
haftmann
parents: 37296
diff changeset
   116
  $(SRC)/Tools/Code/code_simp.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   117
  $(SRC)/Tools/Code/code_target.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   118
  $(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
   119
  $(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
   120
  $(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
   121
  $(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
   122
  $(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
   123
  $(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
   124
  $(SRC)/Tools/atomize_elim.ML \
39323
ce5c6a8b0359 start renaming "Auto_Counterexample" to "Auto_Tools";
blanchet
parents: 39271
diff changeset
   125
  $(SRC)/Tools/auto_tools.ML \
30160
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   126
  $(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
   127
  $(SRC)/Tools/cong_tac.ML \
30160
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   128
  $(SRC)/Tools/eqsubst.ML \
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   129
  $(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
   130
  $(SRC)/Tools/induct_tacs.ML \
30165
6ee87f67d9cd moved generic intuitionistic prover to src/Tools/intuitionistic.ML;
wenzelm
parents: 30160
diff changeset
   131
  $(SRC)/Tools/intuitionistic.ML \
37781
2fbbf0a48cef moved misc legacy stuff from OldGoals to Misc_Legacy;
wenzelm
parents: 37779
diff changeset
   132
  $(SRC)/Tools/misc_legacy.ML \
30160
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   133
  $(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
   134
  $(SRC)/Tools/project_rule.ML \
30973
304ab57afa6e observe distinction between Pure/Tools and Tools more closely
haftmann
parents: 30954
diff changeset
   135
  $(SRC)/Tools/quickcheck.ML \
40116
9ed3711366c8 introduced manual version of "Auto Solve" as "solve_direct"
blanchet
parents: 40067
diff changeset
   136
  $(SRC)/Tools/solve_direct.ML \
30160
5f7b17941730 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents: 30101
diff changeset
   137
  $(SRC)/Tools/value.ML \
29505
c6d2d23909d1 added HOL-Base image
haftmann
parents: 29463
diff changeset
   138
  HOL.thy \
c6d2d23909d1 added HOL-Base image
haftmann
parents: 29463
diff changeset
   139
  Tools/hologic.ML \
c6d2d23909d1 added HOL-Base image
haftmann
parents: 29463
diff changeset
   140
  Tools/recfun_codegen.ML \
36073
54a9f56fae7c slightly more standard dependencies;
wenzelm
parents: 36066
diff changeset
   141
  Tools/simpdata.ML
29505
c6d2d23909d1 added HOL-Base image
haftmann
parents: 29463
diff changeset
   142
c6d2d23909d1 added HOL-Base image
haftmann
parents: 29463
diff changeset
   143
$(OUT)/HOL-Base: base.ML $(BASE_DEPENDENCIES)
29523
f83dcdcee6b3 no document for HOL-Base
haftmann
parents: 29505
diff changeset
   144
	@$(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
   145
39157
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   146
PLAIN_DEPENDENCIES = $(BASE_DEPENDENCIES) \
32139
e271a64f03ff moved complete_lattice &c. into separate theory
haftmann
parents: 31990
diff changeset
   147
  Complete_Lattice.thy \
40108
dbab949c2717 integrated partial_function into HOL-Plain
krauss
parents: 40104
diff changeset
   148
  Complete_Partial_Order.thy \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   149
  Datatype.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   150
  Extraction.thy \
35050
9f841f20dca6 renamed OrderedGroup to Groups; split theory Ring_and_Field into Rings Fields
haftmann
parents: 35039
diff changeset
   151
  Fields.thy \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   152
  Finite_Set.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   153
  Fun.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   154
  FunDef.thy \
35050
9f841f20dca6 renamed OrderedGroup to Groups; split theory Ring_and_Field into Rings Fields
haftmann
parents: 35039
diff changeset
   155
  Groups.thy \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   156
  Inductive.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   157
  Lattices.thy \
39945
277addece9b7 added "Meson" theory to Makefile
blanchet
parents: 39940
diff changeset
   158
  Meson.thy \
39946
78faa9b31202 move Metis into Plain
blanchet
parents: 39945
diff changeset
   159
  Metis.thy \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   160
  Nat.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
   161
  Option.thy \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   162
  Orderings.thy \
40108
dbab949c2717 integrated partial_function into HOL-Plain
krauss
parents: 40104
diff changeset
   163
  Partial_Function.thy \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   164
  Plain.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   165
  Power.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   166
  Predicate.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   167
  Product_Type.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   168
  Relation.thy \
35050
9f841f20dca6 renamed OrderedGroup to Groups; split theory Ring_and_Field into Rings Fields
haftmann
parents: 35039
diff changeset
   169
  Rings.thy \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   170
  SAT.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   171
  Set.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   172
  Sum_Type.thy \
37884
314a88278715 discontinued pretending that abel_cancel is logic-independent; cleaned up junk
haftmann
parents: 37818
diff changeset
   173
  Tools/abel_cancel.ML \
28952
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   174
  Tools/arith_data.ML \
40345
129d31b162f3 moved file in makefile to reflect actual dependencies
blanchet
parents: 40281
diff changeset
   175
  Tools/async_manager.ML \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   176
  Tools/cnf_funcs.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   177
  Tools/Datatype/datatype_abs_proofs.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   178
  Tools/Datatype/datatype_aux.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   179
  Tools/Datatype/datatype_case.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   180
  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
   181
  Tools/Datatype/datatype_data.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   182
  Tools/Datatype/datatype_prop.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   183
  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
   184
  Tools/Datatype/datatype.ML \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   185
  Tools/dseq.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   186
  Tools/Function/context_tree.ML \
33099
b8cdd3d73022 function package: more standard names for structures and files
krauss
parents: 33098
diff changeset
   187
  Tools/Function/function_common.ML \
b8cdd3d73022 function package: more standard names for structures and files
krauss
parents: 33098
diff changeset
   188
  Tools/Function/function_core.ML \
b8cdd3d73022 function package: more standard names for structures and files
krauss
parents: 33098
diff changeset
   189
  Tools/Function/function_lib.ML \
b8cdd3d73022 function package: more standard names for structures and files
krauss
parents: 33098
diff changeset
   190
  Tools/Function/function.ML \
33098
3e9ae9032273 renamed FundefDatatype -> Function_Fun
krauss
parents: 33085
diff changeset
   191
  Tools/Function/fun.ML \
33471
5aef13872723 renamed method induct_scheme to induction_schema
krauss
parents: 33469
diff changeset
   192
  Tools/Function/induction_schema.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   193
  Tools/Function/lexicographic_order.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   194
  Tools/Function/measure_functions.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   195
  Tools/Function/mutual.ML \
40108
dbab949c2717 integrated partial_function into HOL-Plain
krauss
parents: 40104
diff changeset
   196
  Tools/Function/partial_function.ML \
33083
1fad3160d873 pat_completeness gets its own file
krauss
parents: 33028
diff changeset
   197
  Tools/Function/pat_completeness.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   198
  Tools/Function/pattern_split.ML \
33100
acc2bd3934ba renamed auto_term.ML -> relation.ML
krauss
parents: 33099
diff changeset
   199
  Tools/Function/relation.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   200
  Tools/Function/scnp_reconstruct.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   201
  Tools/Function/scnp_solve.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   202
  Tools/Function/size.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   203
  Tools/Function/sum_tree.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   204
  Tools/Function/termination.ML \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   205
  Tools/inductive_codegen.ML \
31723
f5cafe803b55 discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents: 31706
diff changeset
   206
  Tools/inductive.ML \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   207
  Tools/inductive_realizer.ML \
31723
f5cafe803b55 discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents: 31706
diff changeset
   208
  Tools/inductive_set.ML \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   209
  Tools/lin_arith.ML \
39940
1f01c9b2b76b move MESON files together
blanchet
parents: 39889
diff changeset
   210
  Tools/Meson/meson.ML \
1f01c9b2b76b move MESON files together
blanchet
parents: 39889
diff changeset
   211
  Tools/Meson/meson_clausify.ML \
39948
317010af8972 factor out "Meson_Tactic" from "Meson_Clausify"
blanchet
parents: 39946
diff changeset
   212
  Tools/Meson/meson_tactic.ML \
39946
78faa9b31202 move Metis into Plain
blanchet
parents: 39945
diff changeset
   213
  Tools/Metis/metis_reconstruct.ML \
78faa9b31202 move Metis into Plain
blanchet
parents: 39945
diff changeset
   214
  Tools/Metis/metis_translate.ML \
78faa9b31202 move Metis into Plain
blanchet
parents: 39945
diff changeset
   215
  Tools/Metis/metis_tactics.ML \
30496
7cdcc9dd95cb vague cleanup in arith proof tools setup: deleted dead code, more proper structures, clearer arrangement
haftmann
parents: 30457
diff changeset
   216
  Tools/nat_arith.ML \
31723
f5cafe803b55 discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents: 31706
diff changeset
   217
  Tools/primrec.ML \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   218
  Tools/prop_logic.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   219
  Tools/refute.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   220
  Tools/rewrite_hol_proof.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   221
  Tools/sat_funcs.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   222
  Tools/sat_solver.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   223
  Tools/split_rule.ML \
38942
e10c11971fa7 "try" -- a new diagnosis tool that tries to apply several methods in parallel
blanchet
parents: 38730
diff changeset
   224
  Tools/try.ML \
31723
f5cafe803b55 discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents: 31706
diff changeset
   225
  Tools/typedef.ML \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   226
  Transitive_Closure.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   227
  Typedef.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   228
  Wellfounded.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   229
  $(SRC)/Provers/Arith/cancel_div_mod.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   230
  $(SRC)/Provers/Arith/cancel_sums.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   231
  $(SRC)/Provers/Arith/fast_lin_arith.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   232
  $(SRC)/Provers/order.ML \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   233
  $(SRC)/Provers/trancl.ML \
39946
78faa9b31202 move Metis into Plain
blanchet
parents: 39945
diff changeset
   234
  $(SRC)/Tools/Metis/metis.ML \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   235
  $(SRC)/Tools/rat.ML
28312
f0838044f034 different session branches for HOL-Plain vs. Plain
haftmann
parents: 28243
diff changeset
   236
f0838044f034 different session branches for HOL-Plain vs. Plain
haftmann
parents: 28243
diff changeset
   237
$(OUT)/HOL-Plain: plain.ML $(PLAIN_DEPENDENCIES)
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   238
	@$(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
   239
28401
d5f39173444c separate HOL-Main image
haftmann
parents: 28393
diff changeset
   240
MAIN_DEPENDENCIES = $(PLAIN_DEPENDENCIES) \
40178
00152d17855b reverted e7a80c6752c9 -- there's not much point in putting a diagnosis tool (as opposed to a proof method) in Plain, but more importantly Sledgehammer must be in Main to use SMT solvers
blanchet
parents: 40162
diff changeset
   241
  ATP.thy \
35725
4d7e3cc9c52c Big_Operators now in Main rather than Plain src/HOL/Wellfounded.thy
haftmann
parents: 35719
diff changeset
   242
  Big_Operators.thy \
32657
5f13912245ff Code_Eval(uation)
haftmann
parents: 32636
diff changeset
   243
  Code_Evaluation.thy \
31205
98370b26c2ce String.literal replaces message_string, code_numeral replaces (code_)index
haftmann
parents: 31203
diff changeset
   244
  Code_Numeral.thy \
33296
a3924d1069e5 moved theory Divides after theory Nat_Numeral; tuned some proof texts
haftmann
parents: 33272
diff changeset
   245
  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
   246
  DSequence.thy \
27368
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   247
  Equiv_Relations.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   248
  Groebner_Basis.thy \
9f90ac19e32b established Plain theory and image
haftmann
parents: 27326
diff changeset
   249
  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
   250
  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
   251
  Lazy_Sequence.thy \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   252
  List.thy \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   253
  Main.thy \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   254
  Map.thy \
30925
c38cbc0ac8d1 theory NatBin now named Nat_Numeral
haftmann
parents: 30689
diff changeset
   255
  Nat_Numeral.thy \
33318
ddd97d9dfbfb moved Nat_Transfer before Divides; distributed Nat_Transfer setup accordingly
haftmann
parents: 33298
diff changeset
   256
  Nat_Transfer.thy \
39183
512c10416590 adding dependencies to IsaMakefile; increasing negative search limit for predicate_compile_quickcheck; adding tracing of introduction rules in code_prolog
bulwahn
parents: 39048
diff changeset
   257
  New_DSequence.thy \
512c10416590 adding dependencies to IsaMakefile; increasing negative search limit for predicate_compile_quickcheck; adding tracing of introduction rules in code_prolog
bulwahn
parents: 39048
diff changeset
   258
  New_Random_Sequence.thy \
36915
7c429a484c74 move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents: 36901
diff changeset
   259
  Nitpick.thy \
33356
9157d0f9f00e moved Commutative_Ring into session Decision_Procs
haftmann
parents: 33348
diff changeset
   260
  Numeral_Simprocs.thy \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   261
  Presburger.thy \
33250
5c2af18a3237 including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents: 33210
diff changeset
   262
  Predicate_Compile.thy \
31203
5c8fb4fd67e0 moved Code_Index, Random and Quickcheck before Main
haftmann
parents: 31186
diff changeset
   263
  Quickcheck.thy \
35222
4f1fba00f66d Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents: 35151
diff changeset
   264
  Quotient.thy \
31203
5c8fb4fd67e0 moved Code_Index, Random and Quickcheck before Main
haftmann
parents: 31186
diff changeset
   265
  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
   266
  Random_Sequence.thy \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   267
  Recdef.thy \
39271
436554f1beaa more correct dependencies
haftmann
parents: 39223
diff changeset
   268
  Record.thy \
36916
279074271b8e move Refute dependency from Plain to Main
blanchet
parents: 36915
diff changeset
   269
  Refute.thy \
36751
7f1da69cacb3 split of semiring normalization from Groebner theory; moved field_comp_conv to Numeral_Simproces
haftmann
parents: 36700
diff changeset
   270
  Semiring_Normalization.thy \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   271
  SetInterval.thy \
40178
00152d17855b reverted e7a80c6752c9 -- there's not much point in putting a diagnosis tool (as opposed to a proof method) in Plain, but more importantly Sledgehammer must be in Main to use SMT solvers
blanchet
parents: 40162
diff changeset
   272
  Sledgehammer.thy \
40420
552563ea3304 adding code and theory for smallvalue generators, but do not setup the interpretation yet
bulwahn
parents: 40355
diff changeset
   273
  Smallcheck.thy \
36898
8e55aa1306c5 integrated SMT into the HOL image
boehmes
parents: 36895
diff changeset
   274
  SMT.thy \
31048
ac146fc38b51 refined HOL string theories and corresponding ML fragments
haftmann
parents: 31036
diff changeset
   275
  String.thy \
31203
5c8fb4fd67e0 moved Code_Index, Random and Quickcheck before Main
haftmann
parents: 31186
diff changeset
   276
  Typerep.thy \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   277
  $(SRC)/Provers/Arith/assoc_fold.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   278
  $(SRC)/Provers/Arith/cancel_numeral_factor.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   279
  $(SRC)/Provers/Arith/cancel_numerals.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   280
  $(SRC)/Provers/Arith/combine_numerals.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   281
  $(SRC)/Provers/Arith/extract_common_term.ML \
38047
9033c03cc214 consequence of directory renaming
blanchet
parents: 38021
diff changeset
   282
  Tools/ATP/atp_problem.ML \
39452
70a57e40f795 factored out TSTP/SPASS/Vampire proof parsing;
blanchet
parents: 39432
diff changeset
   283
  Tools/ATP/atp_proof.ML \
38047
9033c03cc214 consequence of directory renaming
blanchet
parents: 38021
diff changeset
   284
  Tools/ATP/atp_systems.ML \
33318
ddd97d9dfbfb moved Nat_Transfer before Divides; distributed Nat_Transfer setup accordingly
haftmann
parents: 33298
diff changeset
   285
  Tools/choice_specification.ML \
39564
acfd10e38e80 Factored out ML into separate file
haftmann
parents: 39505
diff changeset
   286
  Tools/code_evaluation.ML \
39483
9f0e5684f04b add full support for datatypes to the SMT interface (only used by Z3 in oracle mode so far); added store to keep track of datatype selector functions
boehmes
parents: 39452
diff changeset
   287
  Tools/Datatype/datatype_selectors.ML \
31068
f591144b0f17 modules numeral_simprocs, nat_numeral_simprocs; proper structures for numeral simprocs
haftmann
parents: 31060
diff changeset
   288
  Tools/int_arith.ML \
36753
5cf4e9128f22 renamed Normalizer to the more specific Semiring_Normalizer
haftmann
parents: 36751
diff changeset
   289
  Tools/groebner.ML \
31055
2cf6efca6c71 proper structures for list and string code generation stuff
haftmann
parents: 31048
diff changeset
   290
  Tools/list_code.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 \
36915
7c429a484c74 move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents: 36901
diff changeset
   292
  Tools/Nitpick/kodkod.ML \
7c429a484c74 move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents: 36901
diff changeset
   293
  Tools/Nitpick/kodkod_sat.ML \
7c429a484c74 move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents: 36901
diff changeset
   294
  Tools/Nitpick/nitpick.ML \
7c429a484c74 move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents: 36901
diff changeset
   295
  Tools/Nitpick/nitpick_hol.ML \
7c429a484c74 move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents: 36901
diff changeset
   296
  Tools/Nitpick/nitpick_isar.ML \
7c429a484c74 move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents: 36901
diff changeset
   297
  Tools/Nitpick/nitpick_kodkod.ML \
7c429a484c74 move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents: 36901
diff changeset
   298
  Tools/Nitpick/nitpick_model.ML \
7c429a484c74 move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents: 36901
diff changeset
   299
  Tools/Nitpick/nitpick_mono.ML \
7c429a484c74 move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents: 36901
diff changeset
   300
  Tools/Nitpick/nitpick_nut.ML \
7c429a484c74 move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents: 36901
diff changeset
   301
  Tools/Nitpick/nitpick_peephole.ML \
7c429a484c74 move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents: 36901
diff changeset
   302
  Tools/Nitpick/nitpick_preproc.ML \
7c429a484c74 move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents: 36901
diff changeset
   303
  Tools/Nitpick/nitpick_rep.ML \
7c429a484c74 move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents: 36901
diff changeset
   304
  Tools/Nitpick/nitpick_scope.ML \
7c429a484c74 move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents: 36901
diff changeset
   305
  Tools/Nitpick/nitpick_tests.ML \
7c429a484c74 move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents: 36901
diff changeset
   306
  Tools/Nitpick/nitpick_util.ML \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   307
  Tools/numeral.ML \
31068
f591144b0f17 modules numeral_simprocs, nat_numeral_simprocs; proper structures for numeral simprocs
haftmann
parents: 31060
diff changeset
   308
  Tools/numeral_simprocs.ML \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   309
  Tools/numeral_syntax.ML \
40141
0e8a4e27a685 adding new predicate compiler files to the IsaMakefile
bulwahn
parents: 40123
diff changeset
   310
  Tools/Predicate_Compile/core_data.ML \
0e8a4e27a685 adding new predicate compiler files to the IsaMakefile
bulwahn
parents: 40123
diff changeset
   311
  Tools/Predicate_Compile/mode_inference.ML \
33250
5c2af18a3237 including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents: 33210
diff changeset
   312
  Tools/Predicate_Compile/predicate_compile_aux.ML \
36046
c3946372f556 putting compilation setup of predicate compiler in a separate file
bulwahn
parents: 36032
diff changeset
   313
  Tools/Predicate_Compile/predicate_compile_compilations.ML \
33250
5c2af18a3237 including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents: 33210
diff changeset
   314
  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
   315
  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
   316
  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
   317
  Tools/Predicate_Compile/predicate_compile.ML \
40141
0e8a4e27a685 adding new predicate compiler files to the IsaMakefile
bulwahn
parents: 40123
diff changeset
   318
  Tools/Predicate_Compile/predicate_compile_proof.ML \
36032
dfd30b5b4e73 adding specialisation of predicates to the predicate compiler
bulwahn
parents: 35972
diff changeset
   319
  Tools/Predicate_Compile/predicate_compile_specialisation.ML \
33250
5c2af18a3237 including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents: 33210
diff changeset
   320
  Tools/Predicate_Compile/predicate_compile_pred.ML \
31260
4d273d043d59 separate module for quickcheck generators
haftmann
parents: 31205
diff changeset
   321
  Tools/quickcheck_generators.ML \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   322
  Tools/Qelim/cooper.ML \
36803
2cad8904c4ff updated references to ML files
haftmann
parents: 36798
diff changeset
   323
  Tools/Qelim/cooper_procedure.ML \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   324
  Tools/Qelim/qelim.ML \
35222
4f1fba00f66d Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents: 35151
diff changeset
   325
  Tools/Quotient/quotient_def.ML \
4f1fba00f66d Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents: 35151
diff changeset
   326
  Tools/Quotient/quotient_info.ML \
4f1fba00f66d Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents: 35151
diff changeset
   327
  Tools/Quotient/quotient_tacs.ML \
4f1fba00f66d Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents: 35151
diff changeset
   328
  Tools/Quotient/quotient_term.ML \
4f1fba00f66d Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents: 35151
diff changeset
   329
  Tools/Quotient/quotient_typ.ML \
31723
f5cafe803b55 discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents: 31706
diff changeset
   330
  Tools/recdef.ML \
38394
3142c1e21a0e moved Record.thy from session Plain to Main; avoid variable name acc
haftmann
parents: 38282
diff changeset
   331
  Tools/record.ML \
36753
5cf4e9128f22 renamed Normalizer to the more specific Semiring_Normalizer
haftmann
parents: 36751
diff changeset
   332
  Tools/semiring_normalizer.ML \
38021
e024504943d1 rename "ATP_Manager" ML module to "Sledgehammer";
blanchet
parents: 38019
diff changeset
   333
  Tools/Sledgehammer/sledgehammer.ML \
38986
e34c1b09bb5e shorten a few file names
blanchet
parents: 38942
diff changeset
   334
  Tools/Sledgehammer/sledgehammer_filter.ML \
e34c1b09bb5e shorten a few file names
blanchet
parents: 38942
diff changeset
   335
  Tools/Sledgehammer/sledgehammer_minimize.ML \
35866
513074557e06 move the Sledgehammer Isar commands together into one file;
blanchet
parents: 35865
diff changeset
   336
  Tools/Sledgehammer/sledgehammer_isar.ML \
40067
0783415ed7f0 renamed files
blanchet
parents: 39951
diff changeset
   337
  Tools/Sledgehammer/sledgehammer_atp_reconstruct.ML \
0783415ed7f0 renamed files
blanchet
parents: 39951
diff changeset
   338
  Tools/Sledgehammer/sledgehammer_atp_translate.ML \
35967
b9659daa5b4b add new file "sledgehammer_util.ML" to setup
blanchet
parents: 35892
diff changeset
   339
  Tools/Sledgehammer/sledgehammer_util.ML \
40420
552563ea3304 adding code and theory for smallvalue generators, but do not setup the interpretation yet
bulwahn
parents: 40355
diff changeset
   340
  Tools/smallvalue_generators.ML \
36898
8e55aa1306c5 integrated SMT into the HOL image
boehmes
parents: 36895
diff changeset
   341
  Tools/SMT/smtlib_interface.ML \
40277
4e3a3461c1a6 added crafted list of SMT built-in constants
boehmes
parents: 40239
diff changeset
   342
  Tools/SMT/smt_builtin.ML \
36898
8e55aa1306c5 integrated SMT into the HOL image
boehmes
parents: 36895
diff changeset
   343
  Tools/SMT/smt_monomorph.ML \
8e55aa1306c5 integrated SMT into the HOL image
boehmes
parents: 36895
diff changeset
   344
  Tools/SMT/smt_normalize.ML \
40162
7f58a9a843c2 joined setup of SMT solvers in one place; turned Z3-specific options into SMT options (renamed configuration options from z3_* to smt_*); more detailed SMT exception; improved SMT filter interface
boehmes
parents: 40141
diff changeset
   345
  Tools/SMT/smt_setup_solvers.ML \
36898
8e55aa1306c5 integrated SMT into the HOL image
boehmes
parents: 36895
diff changeset
   346
  Tools/SMT/smt_solver.ML \
8e55aa1306c5 integrated SMT into the HOL image
boehmes
parents: 36895
diff changeset
   347
  Tools/SMT/smt_translate.ML \
8e55aa1306c5 integrated SMT into the HOL image
boehmes
parents: 36895
diff changeset
   348
  Tools/SMT/z3_interface.ML \
8e55aa1306c5 integrated SMT into the HOL image
boehmes
parents: 36895
diff changeset
   349
  Tools/SMT/z3_model.ML \
8e55aa1306c5 integrated SMT into the HOL image
boehmes
parents: 36895
diff changeset
   350
  Tools/SMT/z3_proof_literals.ML \
8e55aa1306c5 integrated SMT into the HOL image
boehmes
parents: 36895
diff changeset
   351
  Tools/SMT/z3_proof_parser.ML \
8e55aa1306c5 integrated SMT into the HOL image
boehmes
parents: 36895
diff changeset
   352
  Tools/SMT/z3_proof_reconstruction.ML \
8e55aa1306c5 integrated SMT into the HOL image
boehmes
parents: 36895
diff changeset
   353
  Tools/SMT/z3_proof_tools.ML \
31055
2cf6efca6c71 proper structures for list and string code generation stuff
haftmann
parents: 31048
diff changeset
   354
  Tools/string_code.ML \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   355
  Tools/string_syntax.ML \
33318
ddd97d9dfbfb moved Nat_Transfer before Divides; distributed Nat_Transfer setup accordingly
haftmann
parents: 33298
diff changeset
   356
  Tools/transfer.ML \
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   357
  Tools/TFL/casesplit.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   358
  Tools/TFL/dcterm.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   359
  Tools/TFL/post.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   360
  Tools/TFL/rules.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   361
  Tools/TFL/tfl.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   362
  Tools/TFL/thms.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   363
  Tools/TFL/thry.ML \
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   364
  Tools/TFL/usyntax.ML \
28477
9339d4dcec8b version of sledgehammer using threads instead of processes, misc cleanup;
wenzelm
parents: 28476
diff changeset
   365
  Tools/TFL/utils.ML
28401
d5f39173444c separate HOL-Main image
haftmann
parents: 28393
diff changeset
   366
d5f39173444c separate HOL-Main image
haftmann
parents: 28393
diff changeset
   367
$(OUT)/HOL-Main: main.ML $(MAIN_DEPENDENCIES)
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   368
	@$(ISABELLE_TOOL) usedir -b -f main.ML -g true $(OUT)/Pure HOL-Main
28401
d5f39173444c separate HOL-Main image
haftmann
parents: 28393
diff changeset
   369
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   370
HOL_DEPENDENCIES = $(MAIN_DEPENDENCIES) \
30096
c5497842ee35 new theory of Archimedean fields
huffman
parents: 30049
diff changeset
   371
  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
   372
  Complex.thy \
28952
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   373
  Complex_Main.thy \
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   374
  Deriv.thy \
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   375
  Fact.thy \
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   376
  GCD.thy \
28952
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   377
  Lim.thy \
31352
b3b534f06c2d add dependency on Limits.thy
huffman
parents: 31283
diff changeset
   378
  Limits.thy \
28952
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   379
  Ln.thy \
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   380
  Log.thy \
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   381
  Lubs.thy \
28952
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   382
  MacLaurin.thy \
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   383
  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
   384
  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
   385
  RComplete.thy \
35372
ca158c7b1144 renamed theory Rational to Rat
haftmann
parents: 35329
diff changeset
   386
  Rat.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
   387
  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
   388
  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
   389
  RealVector.thy \
29197
6d4cb27ed19c adapted HOL source structure to distribution layout
haftmann
parents: 29181
diff changeset
   390
  SEQ.thy \
28952
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   391
  Series.thy \
33269
3b7e2dbbd684 New theory SupInf of the supremum and infimum operators for sets of reals.
paulson
parents: 33083
diff changeset
   392
  SupInf.thy \
28952
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   393
  Taylor.thy \
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   394
  Transcendental.thy \
15a4b2cf8c34 made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents: 28905
diff changeset
   395
  Tools/float_syntax.ML \
36899
bcd6fce5bf06 layered SMT setup, adapted SMT clients, added further tests, made Z3 proof abstraction configurable
boehmes
parents: 36898
diff changeset
   396
  Tools/SMT/smt_real.ML
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   397
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   398
$(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
   399
	@$(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
   400
7535
599d3414b51d The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents: 7513
diff changeset
   401
10255
bb66874b4750 added HOL/Library, rearranged several files;
wenzelm
parents: 10214
diff changeset
   402
## HOL-Library
bb66874b4750 added HOL/Library, rearranged several files;
wenzelm
parents: 10214
diff changeset
   403
37691
4915de09b4d3 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 37672
diff changeset
   404
HOL-Library: HOL $(OUT)/HOL-Library
10255
bb66874b4750 added HOL/Library, rearranged several files;
wenzelm
parents: 10214
diff changeset
   405
38137
6fda94059baa renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents: 38119
diff changeset
   406
$(OUT)/HOL-Library: $(OUT)/HOL Library/ROOT.ML				\
37691
4915de09b4d3 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 37672
diff changeset
   407
  $(SRC)/HOL/Tools/float_arith.ML $(SRC)/Tools/float.ML			\
37818
dd65033fed78 load cache_io before code generator; moved adhoc-overloading to generic tools
haftmann
parents: 37790
diff changeset
   408
  Library/Abstract_Rat.thy $(SRC)/Tools/Adhoc_Overloading.thy		\
38137
6fda94059baa renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents: 38119
diff changeset
   409
  Library/AssocList.thy Library/BigO.thy Library/Binomial.thy		\
37968
52fdcb76c0af added Code_Natural.thy
haftmann
parents: 37921
diff changeset
   410
  Library/Bit.thy Library/Boolean_Algebra.thy Library/Cardinality.thy	\
37662
35c060043a5a repaired line ending
haftmann
parents: 37660
diff changeset
   411
  Library/Char_nat.thy Library/Code_Char.thy Library/Code_Char_chr.thy	\
38137
6fda94059baa renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents: 38119
diff changeset
   412
  Library/Code_Integer.thy Library/Code_Natural.thy			\
38119
e00f970425e9 adding Code_Prolog theory to IsaMakefile and HOL-Library root file
bulwahn
parents: 38074
diff changeset
   413
  Library/Code_Prolog.thy Tools/Predicate_Compile/code_prolog.ML	\
37968
52fdcb76c0af added Code_Natural.thy
haftmann
parents: 37921
diff changeset
   414
  Library/ContNotDenum.thy Library/Continuity.thy Library/Convex.thy	\
38137
6fda94059baa renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents: 38119
diff changeset
   415
  Library/Countable.thy Library/Diagonalize.thy Library/Dlist.thy	\
37968
52fdcb76c0af added Code_Natural.thy
haftmann
parents: 37921
diff changeset
   416
  Library/Efficient_Nat.thy Library/Enum.thy Library/Eval_Witness.thy	\
52fdcb76c0af added Code_Natural.thy
haftmann
parents: 37921
diff changeset
   417
  Library/Executable_Set.thy Library/Float.thy				\
52fdcb76c0af added Code_Natural.thy
haftmann
parents: 37921
diff changeset
   418
  Library/Formal_Power_Series.thy Library/Fraction_Field.thy		\
52fdcb76c0af added Code_Natural.thy
haftmann
parents: 37921
diff changeset
   419
  Library/FrechetDeriv.thy Library/Fset.thy Library/FuncSet.thy		\
38622
86fc906dcd86 split and enriched theory SetsAndFunctions
haftmann
parents: 38539
diff changeset
   420
  Library/Function_Algebras.thy						\
37968
52fdcb76c0af added Code_Natural.thy
haftmann
parents: 37921
diff changeset
   421
  Library/Fundamental_Theorem_Algebra.thy Library/Glbs.thy		\
52fdcb76c0af added Code_Natural.thy
haftmann
parents: 37921
diff changeset
   422
  Library/Indicator_Function.thy Library/Infinite_Set.thy		\
52fdcb76c0af added Code_Natural.thy
haftmann
parents: 37921
diff changeset
   423
  Library/Inner_Product.thy Library/Kleene_Algebra.thy			\
37118
ccae4ecd67f4 eliminated slightly odd Library/Library session setup (cf. d7711be8c3a9) which is obsolete due to usedir -f HOL_Library_ROOT.ML;
wenzelm
parents: 37024
diff changeset
   424
  Library/LaTeXsugar.thy Library/Lattice_Algebras.thy			\
ccae4ecd67f4 eliminated slightly odd Library/Library session setup (cf. d7711be8c3a9) which is obsolete due to usedir -f HOL_Library_ROOT.ML;
wenzelm
parents: 37024
diff changeset
   425
  Library/Lattice_Syntax.thy Library/Library.thy			\
ccae4ecd67f4 eliminated slightly odd Library/Library session setup (cf. d7711be8c3a9) which is obsolete due to usedir -f HOL_Library_ROOT.ML;
wenzelm
parents: 37024
diff changeset
   426
  Library/List_Prefix.thy Library/List_lexord.thy Library/Mapping.thy	\
37790
7fea92005066 uniform do notation for monads
krauss
parents: 37789
diff changeset
   427
  Library/Monad_Syntax.thy Library/More_List.thy Library/More_Set.thy	\
37818
dd65033fed78 load cache_io before code generator; moved adhoc-overloading to generic tools
haftmann
parents: 37790
diff changeset
   428
  Library/Multiset.thy Library/Nat_Bijection.thy			\
38137
6fda94059baa renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents: 38119
diff changeset
   429
  Library/Nat_Infinity.thy Library/Nested_Environment.thy		\
6fda94059baa renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents: 38119
diff changeset
   430
  Library/Numeral_Type.thy Library/OptionalSugar.thy			\
6fda94059baa renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents: 38119
diff changeset
   431
  Library/Order_Relation.thy Library/Permutation.thy			\
6fda94059baa renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents: 38119
diff changeset
   432
  Library/Permutations.thy Library/Poly_Deriv.thy			\
6fda94059baa renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents: 38119
diff changeset
   433
  Library/Polynomial.thy Library/Predicate_Compile_Quickcheck.thy	\
6fda94059baa renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents: 38119
diff changeset
   434
  Library/Preorder.thy Library/Product_Vector.thy			\
6fda94059baa renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents: 38119
diff changeset
   435
  Library/Product_ord.thy Library/Product_plus.thy			\
40349
131cf8790a1c moved theory Quicksort from Library/ to ex/
haftmann
parents: 40281
diff changeset
   436
  Library/Quickcheck_Types.thy						\
37118
ccae4ecd67f4 eliminated slightly odd Library/Library session setup (cf. d7711be8c3a9) which is obsolete due to usedir -f HOL_Library_ROOT.ML;
wenzelm
parents: 37024
diff changeset
   437
  Library/Quotient_List.thy Library/Quotient_Option.thy			\
ccae4ecd67f4 eliminated slightly odd Library/Library session setup (cf. d7711be8c3a9) which is obsolete due to usedir -f HOL_Library_ROOT.ML;
wenzelm
parents: 37024
diff changeset
   438
  Library/Quotient_Product.thy Library/Quotient_Sum.thy			\
ccae4ecd67f4 eliminated slightly odd Library/Library session setup (cf. d7711be8c3a9) which is obsolete due to usedir -f HOL_Library_ROOT.ML;
wenzelm
parents: 37024
diff changeset
   439
  Library/Quotient_Syntax.thy Library/Quotient_Type.thy			\
ccae4ecd67f4 eliminated slightly odd Library/Library session setup (cf. d7711be8c3a9) which is obsolete due to usedir -f HOL_Library_ROOT.ML;
wenzelm
parents: 37024
diff changeset
   440
  Library/RBT.thy Library/RBT_Impl.thy Library/README.html		\
38622
86fc906dcd86 split and enriched theory SetsAndFunctions
haftmann
parents: 38539
diff changeset
   441
  Library/Set_Algebras.thy Library/State_Monad.thy Library/Ramsey.thy	\
86fc906dcd86 split and enriched theory SetsAndFunctions
haftmann
parents: 38539
diff changeset
   442
  Library/Reflection.thy Library/SML_Quickcheck.thy 			\
37118
ccae4ecd67f4 eliminated slightly odd Library/Library session setup (cf. d7711be8c3a9) which is obsolete due to usedir -f HOL_Library_ROOT.ML;
wenzelm
parents: 37024
diff changeset
   443
  Library/Sublist_Order.thy Library/Sum_Of_Squares.thy			\
ccae4ecd67f4 eliminated slightly odd Library/Library session setup (cf. d7711be8c3a9) which is obsolete due to usedir -f HOL_Library_ROOT.ML;
wenzelm
parents: 37024
diff changeset
   444
  Library/Sum_Of_Squares/sos_wrapper.ML					\
ccae4ecd67f4 eliminated slightly odd Library/Library session setup (cf. d7711be8c3a9) which is obsolete due to usedir -f HOL_Library_ROOT.ML;
wenzelm
parents: 37024
diff changeset
   445
  Library/Sum_Of_Squares/sum_of_squares.ML				\
ccae4ecd67f4 eliminated slightly odd Library/Library session setup (cf. d7711be8c3a9) which is obsolete due to usedir -f HOL_Library_ROOT.ML;
wenzelm
parents: 37024
diff changeset
   446
  Library/Transitive_Closure_Table.thy Library/Univ_Poly.thy		\
ccae4ecd67f4 eliminated slightly odd Library/Library session setup (cf. d7711be8c3a9) which is obsolete due to usedir -f HOL_Library_ROOT.ML;
wenzelm
parents: 37024
diff changeset
   447
  Library/While_Combinator.thy Library/Zorn.thy				\
37818
dd65033fed78 load cache_io before code generator; moved adhoc-overloading to generic tools
haftmann
parents: 37790
diff changeset
   448
  $(SRC)/Tools/adhoc_overloading.ML Library/positivstellensatz.ML	\
37789
93f6dcf9ec02 generic ad-hoc overloading via check/uncheck
krauss
parents: 37781
diff changeset
   449
  Library/reflection.ML Library/reify_data.ML				\
37691
4915de09b4d3 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 37672
diff changeset
   450
  Library/document/root.bib Library/document/root.tex
38137
6fda94059baa renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents: 38119
diff changeset
   451
	@cd Library; $(ISABELLE_TOOL) usedir -b $(OUT)/HOL HOL-Library
10255
bb66874b4750 added HOL/Library, rearranged several files;
wenzelm
parents: 10214
diff changeset
   452
bb66874b4750 added HOL/Library, rearranged several files;
wenzelm
parents: 10214
diff changeset
   453
31795
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   454
## HOL-Hahn_Banach
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   455
31795
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   456
HOL-Hahn_Banach: HOL $(LOG)/HOL-Hahn_Banach.gz
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   457
31795
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   458
$(LOG)/HOL-Hahn_Banach.gz: $(OUT)/HOL Hahn_Banach/Bounds.thy		\
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   459
  Hahn_Banach/Function_Norm.thy Hahn_Banach/Function_Order.thy		\
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   460
  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
   461
  Hahn_Banach/Hahn_Banach_Sup_Lemmas.thy Hahn_Banach/Linearform.thy	\
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   462
  Hahn_Banach/Normed_Space.thy Hahn_Banach/README.html			\
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   463
  Hahn_Banach/ROOT.ML Hahn_Banach/Subspace.thy				\
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   464
  Hahn_Banach/Vector_Space.thy Hahn_Banach/Zorn_Lemma.thy		\
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   465
  Hahn_Banach/document/root.bib Hahn_Banach/document/root.tex
be3e1cc5005c standard naming conventions for session and theories;
wenzelm
parents: 31771
diff changeset
   466
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Hahn_Banach
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   467
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   468
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   469
## HOL-Subst
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   470
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   471
HOL-Subst: HOL $(LOG)/HOL-Subst.gz
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   472
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   473
$(LOG)/HOL-Subst.gz: $(OUT)/HOL Subst/AList.thy Subst/ROOT.ML		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   474
  Subst/Subst.thy Subst/UTerm.thy Subst/Unifier.thy Subst/Unify.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   475
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Subst
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   476
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   477
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   478
## HOL-Induct
2473
3eb12c85846c minor tuning;
wenzelm
parents: 2448
diff changeset
   479
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   480
HOL-Induct: HOL $(LOG)/HOL-Induct.gz
3125
3f0ab2c306f7 Moved induction examples to directory Induct
paulson
parents: 3118
diff changeset
   481
33688
1a97dcd8dc6a moved old SList, LList, LFilter to AFP/Lazy-Lists-II;
wenzelm
parents: 33649
diff changeset
   482
$(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
   483
  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
   484
  Induct/QuoDataType.thy Induct/ROOT.ML Induct/Sexp.thy			\
35249
7024a8a8f36a more precise dependencies;
wenzelm
parents: 35222
diff changeset
   485
  Induct/Sigma_Algebra.thy Induct/ABexp.thy Induct/SList.thy		\
7024a8a8f36a more precise dependencies;
wenzelm
parents: 35222
diff changeset
   486
  Induct/Term.thy Induct/Tree.thy Induct/document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   487
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Induct
3125
3f0ab2c306f7 Moved induction examples to directory Induct
paulson
parents: 3118
diff changeset
   488
3f0ab2c306f7 Moved induction examples to directory Induct
paulson
parents: 3118
diff changeset
   489
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   490
## HOL-IMP
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   491
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   492
HOL-IMP: HOL $(LOG)/HOL-IMP.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   493
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   494
$(LOG)/HOL-IMP.gz: $(OUT)/HOL IMP/Com.thy IMP/Compiler0.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   495
  IMP/Compiler.thy IMP/Denotation.thy IMP/Expr.thy IMP/Hoare.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   496
  IMP/Natural.thy IMP/Examples.thy IMP/Transition.thy IMP/VC.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   497
  IMP/ROOT.ML IMP/document/root.tex IMP/document/root.bib
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   498
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL IMP
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   499
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   500
8179
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   501
## HOL-IMPP
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   502
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   503
HOL-IMPP: HOL $(LOG)/HOL-IMPP.gz
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   504
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   505
$(LOG)/HOL-IMPP.gz: $(OUT)/HOL IMPP/ROOT.ML IMPP/Com.thy		\
19803
aa2581752afb removed obsolete ML files;
wenzelm
parents: 19802
diff changeset
   506
  IMPP/Natural.thy IMPP/Hoare.thy IMPP/Misc.thy IMPP/EvenOdd.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   507
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL IMPP
8179
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   508
6a0b1037bab3 added forgotten rules to make IMPP
oheimb
parents: 8177
diff changeset
   509
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   510
## HOL-Import
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   511
19097
2fc1a6da9366 removed Import/lazy_scan.ML;
wenzelm
parents: 19085
diff changeset
   512
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
   513
  Import/shuffler.ML Import/MakeEqual.thy Import/HOL4Setup.thy \
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   514
  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
   515
  Import/hol4rews.ML Import/import.ML Import/ROOT.ML
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   516
17323
2fc68de9de1f 1) Added target HOL-Complex-Generate-HOLLight
obua
parents: 17308
diff changeset
   517
IMPORTER_HOLLIGHT_FILES = Import/proof_kernel.ML Import/replay.ML \
2fc68de9de1f 1) Added target HOL-Complex-Generate-HOLLight
obua
parents: 17308
diff changeset
   518
  Import/shuffler.ML Import/MakeEqual.thy Import/HOL4Setup.thy \
2fc68de9de1f 1) Added target HOL-Complex-Generate-HOLLight
obua
parents: 17308
diff changeset
   519
  Import/HOL4Syntax.thy Import/HOLLightCompat.thy Import/import_syntax.ML \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   520
  Import/hol4rews.ML Import/import.ML Import/ROOT.ML
17323
2fc68de9de1f 1) Added target HOL-Complex-Generate-HOLLight
obua
parents: 17308
diff changeset
   521
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   522
HOL-Import: HOL $(LOG)/HOL-Import.gz
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   523
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   524
$(LOG)/HOL-Import.gz: $(OUT)/HOL $(IMPORTER_FILES)
37296
1fad5b94c0ae replaced ML pokes by explicit usedir -p;
wenzelm
parents: 37292
diff changeset
   525
	@$(ISABELLE_TOOL) usedir -p 0 $(OUT)/HOL Import
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   526
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   527
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   528
## HOL-Generate-HOL
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   529
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   530
HOL-Generate-HOL: HOL $(LOG)/HOL-Generate-HOL.gz
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   531
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   532
$(LOG)/HOL-Generate-HOL.gz: $(OUT)/HOL			\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   533
  $(IMPORTER_FILES) Import/Generate-HOL/GenHOL4Base.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   534
  Import/Generate-HOL/GenHOL4Prob.thy					\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   535
  Import/Generate-HOL/GenHOL4Real.thy					\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   536
  Import/Generate-HOL/GenHOL4Vec.thy					\
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   537
  Import/Generate-HOL/GenHOL4Word32.thy Import/Generate-HOL/ROOT.ML
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   538
	@cd Import; $(ISABELLE_TOOL) usedir $(OUT)/HOL Generate-HOL
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   539
17460
7780d953598c generate: added HOL-Complex-Generate-HOLLight;
wenzelm
parents: 17430
diff changeset
   540
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   541
## HOL-Generate-HOLLight
17460
7780d953598c generate: added HOL-Complex-Generate-HOLLight;
wenzelm
parents: 17430
diff changeset
   542
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   543
HOL-Generate-HOLLight: HOL $(LOG)/HOL-Generate-HOLLight.gz
17323
2fc68de9de1f 1) Added target HOL-Complex-Generate-HOLLight
obua
parents: 17308
diff changeset
   544
37742
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
   545
$(LOG)/HOL-Generate-HOLLight.gz: $(OUT)/HOL				\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   546
  $(IMPORTER_HOLLIGHT_FILES) Import/Generate-HOLLight/GenHOLLight.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   547
  Import/Generate-HOLLight/ROOT.ML
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   548
	@cd Import; $(ISABELLE_TOOL) usedir $(OUT)/HOL Generate-HOLLight
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   549
17460
7780d953598c generate: added HOL-Complex-Generate-HOLLight;
wenzelm
parents: 17430
diff changeset
   550
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   551
## HOL-Import-HOL
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   552
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   553
HOL4: HOL $(LOG)/HOL4.gz
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   554
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   555
HOL_IMPORT_FILES = arithmetic.imp bits.imp boolean_sequence.imp bool.imp \
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   556
  bword_arith.imp bword_bitop.imp bword_num.imp combin.imp divides.imp \
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   557
  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
   558
  numeral.imp num.imp one.imp operator.imp option.imp pair.imp poly.imp \
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   559
  powser.imp pred_set.imp prime.imp prim_rec.imp prob_algebra.imp \
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   560
  prob_canon.imp prob_extra.imp prob.imp prob_indep.imp prob_pseudo.imp \
23194
webertj
parents: 23193
diff changeset
   561
  prob_uniform.imp realax.imp real.imp relation.imp res_quan.imp \
webertj
parents: 23193
diff changeset
   562
  rich_list.imp \
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   563
  seq.imp state_transformer.imp sum.imp topology.imp transc.imp word32.imp \
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   564
  word_base.imp word_bitop.imp word_num.imp
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   565
37742
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
   566
$(LOG)/HOL4.gz: $(OUT)/HOL $(IMPORTER_FILES)				\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   567
  $(HOL_IMPORT_FILES:%=Import/HOL/%) Import/HOL/HOL4Base.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   568
  Import/HOL/HOL4Prob.thy Import/HOL/HOL4Real.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   569
  Import/HOL/HOL4Vec.thy Import/HOL/HOL4Word32.thy Import/HOL/HOL4.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   570
  Import/HOL/ROOT.ML
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   571
	@cd Import/HOL; $(ISABELLE_TOOL) usedir -b $(OUT)/HOL HOL4
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   572
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
   573
HOLLight: HOL $(LOG)/HOLLight.gz
17645
940371ea0ff3 added entry for running HOLLight
obua
parents: 17637
diff changeset
   574
37742
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
   575
$(LOG)/HOLLight.gz: $(OUT)/HOL $(IMPORTER_HOLLIGHT_FILES)		\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   576
  Import/HOLLight/hollight.imp Import/HOLLight/HOLLight.thy		\
17645
940371ea0ff3 added entry for running HOLLight
obua
parents: 17637
diff changeset
   577
  Import/HOLLight/ROOT.ML
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   578
	@cd Import/HOLLight; $(ISABELLE_TOOL) usedir -b $(OUT)/HOL HOLLight
17645
940371ea0ff3 added entry for running HOLLight
obua
parents: 17637
diff changeset
   579
14516
a183dec876ab Added HOL proof importer.
skalberg
parents: 14515
diff changeset
   580
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   581
## HOL-Number_Theory
31719
29f5b20e8ee8 Added NewNumberTheory by Jeremy Avigad
nipkow
parents: 31706
diff changeset
   582
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   583
HOL-Number_Theory: HOL $(LOG)/HOL-Number_Theory.gz
31719
29f5b20e8ee8 Added NewNumberTheory by Jeremy Avigad
nipkow
parents: 31706
diff changeset
   584
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   585
$(LOG)/HOL-Number_Theory.gz: $(OUT)/HOL $(ALGEBRA_DEPENDENCIES) \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   586
  Library/Multiset.thy \
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   587
  Number_Theory/Binomial.thy \
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   588
  Number_Theory/Cong.thy \
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   589
  Number_Theory/Fib.thy \
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   590
  Number_Theory/MiscAlgebra.thy \
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   591
  Number_Theory/Number_Theory.thy \
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   592
  Number_Theory/Residues.thy \
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   593
  Number_Theory/UniqueFactorization.thy  \
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   594
  Number_Theory/ROOT.ML
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   595
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Number_Theory
31719
29f5b20e8ee8 Added NewNumberTheory by Jeremy Avigad
nipkow
parents: 31706
diff changeset
   596
29f5b20e8ee8 Added NewNumberTheory by Jeremy Avigad
nipkow
parents: 31706
diff changeset
   597
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   598
## HOL-Old_Number_Theory
9510
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   599
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   600
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
   601
37021
87c696bfe839 adjusted
haftmann
parents: 36962
diff changeset
   602
$(LOG)/HOL-Old_Number_Theory.gz: $(OUT)/HOL Library/Permutation.thy	\
87c696bfe839 adjusted
haftmann
parents: 36962
diff changeset
   603
  Old_Number_Theory/Primes.thy Old_Number_Theory/Fib.thy		\
87c696bfe839 adjusted
haftmann
parents: 36962
diff changeset
   604
  Old_Number_Theory/Factorization.thy Old_Number_Theory/BijectionRel.thy\
87c696bfe839 adjusted
haftmann
parents: 36962
diff changeset
   605
  Old_Number_Theory/Chinese.thy Old_Number_Theory/EulerFermat.thy	\
87c696bfe839 adjusted
haftmann
parents: 36962
diff changeset
   606
  Old_Number_Theory/IntFact.thy Old_Number_Theory/IntPrimes.thy		\
87c696bfe839 adjusted
haftmann
parents: 36962
diff changeset
   607
  Old_Number_Theory/WilsonBij.thy Old_Number_Theory/WilsonRuss.thy	\
87c696bfe839 adjusted
haftmann
parents: 36962
diff changeset
   608
  Old_Number_Theory/Finite2.thy Old_Number_Theory/Int2.thy		\
87c696bfe839 adjusted
haftmann
parents: 36962
diff changeset
   609
  Old_Number_Theory/EvenOdd.thy Old_Number_Theory/Residues.thy		\
87c696bfe839 adjusted
haftmann
parents: 36962
diff changeset
   610
  Old_Number_Theory/Euler.thy Old_Number_Theory/Gauss.thy		\
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   611
  Old_Number_Theory/Quadratic_Reciprocity.thy Library/Infinite_Set.thy	\
37021
87c696bfe839 adjusted
haftmann
parents: 36962
diff changeset
   612
  Old_Number_Theory/Legacy_GCD.thy Old_Number_Theory/Pocklington.thy	\
87c696bfe839 adjusted
haftmann
parents: 36962
diff changeset
   613
  Old_Number_Theory/ROOT.ML
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   614
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Old_Number_Theory
9510
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   615
dbcb1a6c92e1 new files Integ/IntPower.{thy.ML}; tidied
paulson
parents: 9481
diff changeset
   616
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   617
## HOL-Hoare
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   618
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   619
HOL-Hoare: HOL $(LOG)/HOL-Hoare.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   620
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   621
$(LOG)/HOL-Hoare.gz: $(OUT)/HOL Hoare/Arith2.thy Hoare/Examples.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   622
  Hoare/Hoare.thy Hoare/hoare_tac.ML Hoare/Heap.thy			\
35319
4140f31b2ed2 dropped session W0; c.f. MiniML in AFP
haftmann
parents: 35249
diff changeset
   623
  Hoare/Hoare_Logic.thy	Hoare/Hoare_Logic_Abort.thy			\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   624
  Hoare/HeapSyntax.thy Hoare/Pointer_Examples.thy Hoare/ROOT.ML		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   625
  Hoare/ExamplesAbort.thy Hoare/HeapSyntaxAbort.thy			\
35319
4140f31b2ed2 dropped session W0; c.f. MiniML in AFP
haftmann
parents: 35249
diff changeset
   626
  Hoare/SchorrWaite.thy Hoare/Separation.thy				\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   627
  Hoare/SepLogHeap.thy Hoare/document/root.tex Hoare/document/root.bib
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   628
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Hoare
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   629
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   630
32621
a073cb249a06 theory entry point for session Hoare_Parallel (now also with proper underscore)
haftmann
parents: 32618
diff changeset
   631
## HOL-Hoare_Parallel
12996
7ac0a7e306db Completed annonce of HoareParallel
prensani
parents: 12951
diff changeset
   632
32621
a073cb249a06 theory entry point for session Hoare_Parallel (now also with proper underscore)
haftmann
parents: 32618
diff changeset
   633
HOL-Hoare_Parallel: HOL $(LOG)/HOL-Hoare_Parallel.gz
12996
7ac0a7e306db Completed annonce of HoareParallel
prensani
parents: 12951
diff changeset
   634
32621
a073cb249a06 theory entry point for session Hoare_Parallel (now also with proper underscore)
haftmann
parents: 32618
diff changeset
   635
$(LOG)/HOL-Hoare_Parallel.gz: $(OUT)/HOL Hoare_Parallel/Gar_Coll.thy	\
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   636
  Hoare_Parallel/Graph.thy Hoare_Parallel/Hoare_Parallel.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   637
  Hoare_Parallel/Mul_Gar_Coll.thy Hoare_Parallel/OG_Com.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   638
  Hoare_Parallel/OG_Examples.thy Hoare_Parallel/OG_Hoare.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   639
  Hoare_Parallel/OG_Syntax.thy Hoare_Parallel/OG_Tactics.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   640
  Hoare_Parallel/OG_Tran.thy Hoare_Parallel/Quote_Antiquote.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   641
  Hoare_Parallel/RG_Com.thy Hoare_Parallel/RG_Examples.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   642
  Hoare_Parallel/RG_Hoare.thy Hoare_Parallel/RG_Syntax.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   643
  Hoare_Parallel/RG_Tran.thy Hoare_Parallel/ROOT.ML			\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   644
  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
   645
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Hoare_Parallel
12996
7ac0a7e306db Completed annonce of HoareParallel
prensani
parents: 12951
diff changeset
   646
7ac0a7e306db Completed annonce of HoareParallel
prensani
parents: 12951
diff changeset
   647
37747
3a699743bcba more accurate dependencies
haftmann
parents: 37742
diff changeset
   648
## HOL-Library-Codegenerator_Test
37691
4915de09b4d3 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 37672
diff changeset
   649
37747
3a699743bcba more accurate dependencies
haftmann
parents: 37742
diff changeset
   650
HOL-Library-Codegenerator_Test: HOL-Library $(LOG)/HOL-Library-Codegenerator_Test.gz
37691
4915de09b4d3 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 37672
diff changeset
   651
37747
3a699743bcba more accurate dependencies
haftmann
parents: 37742
diff changeset
   652
$(LOG)/HOL-Library-Codegenerator_Test.gz: $(OUT)/HOL-Library		\
37742
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
   653
  Codegenerator_Test/ROOT.ML 						\
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
   654
  Codegenerator_Test/Candidates.thy					\
37691
4915de09b4d3 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 37672
diff changeset
   655
  Codegenerator_Test/Candidates_Pretty.thy				\
4915de09b4d3 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 37672
diff changeset
   656
  Codegenerator_Test/Generate.thy					\
4915de09b4d3 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 37672
diff changeset
   657
  Codegenerator_Test/Generate_Pretty.thy
4915de09b4d3 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 37672
diff changeset
   658
	@$(ISABELLE_TOOL) usedir -d false -g false -i false $(OUT)/HOL-Library Codegenerator_Test
4915de09b4d3 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 37672
diff changeset
   659
4915de09b4d3 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 37672
diff changeset
   660
33027
9cf389429f6d modernized session Metis_Examples;
wenzelm
parents: 33026
diff changeset
   661
## HOL-Metis_Examples
23449
dd874e6a3282 integration of Metis prover
paulson
parents: 23445
diff changeset
   662
33027
9cf389429f6d modernized session Metis_Examples;
wenzelm
parents: 33026
diff changeset
   663
HOL-Metis_Examples: HOL $(LOG)/HOL-Metis_Examples.gz
23449
dd874e6a3282 integration of Metis prover
paulson
parents: 23445
diff changeset
   664
37742
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
   665
$(LOG)/HOL-Metis_Examples.gz: $(OUT)/HOL Metis_Examples/ROOT.ML		\
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
   666
  Metis_Examples/Abstraction.thy Metis_Examples/BigO.thy		\
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
   667
  Metis_Examples/BT.thy Metis_Examples/Message.thy			\
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
   668
  Metis_Examples/Tarski.thy Metis_Examples/TransClosure.thy		\
33027
9cf389429f6d modernized session Metis_Examples;
wenzelm
parents: 33026
diff changeset
   669
  Metis_Examples/set.thy
9cf389429f6d modernized session Metis_Examples;
wenzelm
parents: 33026
diff changeset
   670
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Metis_Examples
23449
dd874e6a3282 integration of Metis prover
paulson
parents: 23445
diff changeset
   671
dd874e6a3282 integration of Metis prover
paulson
parents: 23445
diff changeset
   672
33197
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents: 33192
diff changeset
   673
## HOL-Nitpick_Examples
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents: 33192
diff changeset
   674
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents: 33192
diff changeset
   675
HOL-Nitpick_Examples: HOL $(LOG)/HOL-Nitpick_Examples.gz
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents: 33192
diff changeset
   676
34126
8a2c5d7aff51 polished Nitpick's binary integer support etc.;
blanchet
parents: 34069
diff changeset
   677
$(LOG)/HOL-Nitpick_Examples.gz: $(OUT)/HOL Nitpick_Examples/ROOT.ML \
8a2c5d7aff51 polished Nitpick's binary integer support etc.;
blanchet
parents: 34069
diff changeset
   678
  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
   679
  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
   680
  Nitpick_Examples/Integer_Nits.thy Nitpick_Examples/Manual_Nits.thy \
39221
70fd4a3c41ed remove "minipick" (the toy version of Nitpick) and some tests;
blanchet
parents: 39048
diff changeset
   681
  Nitpick_Examples/Mono_Nits.thy Nitpick_Examples/Nitpick_Examples.thy \
70fd4a3c41ed remove "minipick" (the toy version of Nitpick) and some tests;
blanchet
parents: 39048
diff changeset
   682
  Nitpick_Examples/Pattern_Nits.thy Nitpick_Examples/Record_Nits.thy \
70fd4a3c41ed remove "minipick" (the toy version of Nitpick) and some tests;
blanchet
parents: 39048
diff changeset
   683
  Nitpick_Examples/Refute_Nits.thy Nitpick_Examples/Special_Nits.thy \
70fd4a3c41ed remove "minipick" (the toy version of Nitpick) and some tests;
blanchet
parents: 39048
diff changeset
   684
  Nitpick_Examples/Tests_Nits.thy Nitpick_Examples/Typedef_Nits.thy
33197
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents: 33192
diff changeset
   685
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Nitpick_Examples
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents: 33192
diff changeset
   686
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents: 33192
diff changeset
   687
7999
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   688
## HOL-Algebra
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   689
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   690
HOL-Algebra: HOL $(OUT)/HOL-Algebra
7999
7acf6eb8eec1 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents: 7985
diff changeset
   691
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   692
ALGEBRA_DEPENDENCIES = $(OUT)/HOL \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   693
  Algebra/ROOT.ML \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   694
  Library/Binomial.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   695
  Library/FuncSet.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   696
  Library/Multiset.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   697
  Library/Permutation.thy \
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents: 32402
diff changeset
   698
  Number_Theory/Primes.thy \
31771
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   699
  Algebra/AbelCoset.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   700
  Algebra/Bij.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   701
  Algebra/Congruence.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   702
  Algebra/Coset.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   703
  Algebra/Divisibility.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   704
  Algebra/Exponent.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   705
  Algebra/FiniteProduct.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   706
  Algebra/Group.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   707
  Algebra/Ideal.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   708
  Algebra/IntRing.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   709
  Algebra/Lattice.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   710
  Algebra/Module.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   711
  Algebra/QuotRing.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   712
  Algebra/Ring.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   713
  Algebra/RingHom.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   714
  Algebra/Sylow.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   715
  Algebra/UnivPoly.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   716
  Algebra/abstract/Abstract.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   717
  Algebra/abstract/Factor.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   718
  Algebra/abstract/Field.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   719
  Algebra/abstract/Ideal2.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   720
  Algebra/abstract/PID.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   721
  Algebra/abstract/Ring2.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   722
  Algebra/abstract/RingHomo.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   723
  Algebra/document/root.tex \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   724
  Algebra/document/root.tex \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   725
  Algebra/poly/LongDiv.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   726
  Algebra/poly/PolyHomo.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   727
  Algebra/poly/Polynomial.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   728
  Algebra/poly/UnivPoly2.thy \
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   729
  Algebra/ringsimp.ML
1a92eb45060f NewNumberTheory depends on Algebra
haftmann
parents: 31761
diff changeset
   730
33448
7f716a975ada more accurate dependencies;
wenzelm
parents: 33439
diff changeset
   731
$(OUT)/HOL-Algebra: $(ALGEBRA_DEPENDENCIES)
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   732
	@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
   733
27477
c64736fe2a1f more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents: 27470
diff changeset
   734
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   735
## HOL-Auth
3819
5a6a6f18b109 added TLA stuff;
wenzelm
parents: 3616
diff changeset
   736
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   737
HOL-Auth: HOL $(LOG)/HOL-Auth.gz
3819
5a6a6f18b109 added TLA stuff;
wenzelm
parents: 3616
diff changeset
   738
28098
c92850d2d16c Replaced Library/NatPair by Nat_Int_Bij.
nipkow
parents: 28054
diff changeset
   739
$(LOG)/HOL-Auth.gz: $(OUT)/HOL 						\
37021
87c696bfe839 adjusted
haftmann
parents: 36962
diff changeset
   740
  Auth/Auth_Shared.thy Auth/Auth_Public.thy Auth/All_Symmetric.thy	\
87c696bfe839 adjusted
haftmann
parents: 36962
diff changeset
   741
  Auth/Guard/Auth_Guard_Shared.thy					\
87c696bfe839 adjusted
haftmann
parents: 36962
diff changeset
   742
  Auth/Guard/Auth_Guard_Public.thy					\
32632
8ae912371831 added session entry point theories
haftmann
parents: 32624
diff changeset
   743
  Auth/Smartcard/Auth_Smartcard.thy Auth/All_Symmetric.thy		\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   744
  Auth/CertifiedEmail.thy Auth/Event.thy Auth/Message.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   745
  Auth/NS_Public.thy Auth/NS_Public_Bad.thy Auth/NS_Shared.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   746
  Auth/OtwayRees.thy Auth/OtwayReesBella.thy Auth/OtwayRees_AN.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   747
  Auth/OtwayRees_Bad.thy Auth/Public.thy Auth/ROOT.ML Auth/Recur.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   748
  Auth/Shared.thy Auth/TLS.thy Auth/WooLam.thy Auth/Kerberos_BAN.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   749
  Auth/Kerberos_BAN_Gets.thy Auth/KerberosIV.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   750
  Auth/KerberosIV_Gets.thy Auth/KerberosV.thy Auth/Yahalom.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   751
  Auth/Yahalom2.thy Auth/Yahalom_Bad.thy Auth/ZhouGollmann.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   752
  Auth/Guard/Analz.thy Auth/Guard/Extensions.thy Auth/Guard/GuardK.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   753
  Auth/Guard/Guard_Public.thy Auth/Guard/Guard_Shared.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   754
  Auth/Guard/Guard.thy Auth/Guard/List_Msg.thy				\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   755
  Auth/Guard/Guard_NS_Public.thy Auth/Guard/Guard_OtwayRees.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   756
  Auth/Guard/P1.thy Auth/Guard/P2.thy Auth/Guard/Proto.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   757
  Auth/Guard/Guard_Yahalom.thy Auth/Smartcard/EventSC.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   758
  Auth/Smartcard/ShoupRubinBella.thy Auth/Smartcard/ShoupRubin.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   759
  Auth/Smartcard/Smartcard.thy Auth/document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   760
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Auth
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   761
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   762
4777
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   763
## HOL-UNITY
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   764
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   765
HOL-UNITY: HOL $(LOG)/HOL-UNITY.gz
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   766
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   767
$(LOG)/HOL-UNITY.gz: $(OUT)/HOL Library/Multiset.thy UNITY/ROOT.ML	\
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   768
  UNITY/UNITY_Main.thy UNITY/UNITY_Examples.thy UNITY/UNITY_tactics.ML	\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
   769
  UNITY/Comp.thy UNITY/Constrains.thy UNITY/Detects.thy UNITY/ELT.thy	\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   770
  UNITY/Extend.thy UNITY/FP.thy UNITY/Follows.thy UNITY/Guar.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   771
  UNITY/Lift_prog.thy UNITY/ListOrder.thy UNITY/ProgressSets.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   772
  UNITY/PPROD.thy UNITY/Project.thy UNITY/Rename.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   773
  UNITY/Transformers.thy UNITY/SubstAx.thy UNITY/UNITY.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   774
  UNITY/Union.thy UNITY/WFair.thy UNITY/Simple/Channel.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   775
  UNITY/Simple/Common.thy UNITY/Simple/Deadlock.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   776
  UNITY/Simple/Lift.thy UNITY/Simple/Mutex.thy				\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   777
  UNITY/Simple/NSP_Bad.thy UNITY/Simple/Network.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   778
  UNITY/Simple/Reach.thy UNITY/Simple/Reachability.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   779
  UNITY/Simple/Token.thy UNITY/Comp/Alloc.thy UNITY/Comp/AllocBase.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   780
  UNITY/Comp/AllocImpl.thy UNITY/Comp/Client.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   781
  UNITY/Comp/Counter.thy UNITY/Comp/Counterc.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   782
  UNITY/Comp/Handshake.thy UNITY/Comp/PriorityAux.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   783
  UNITY/Comp/Priority.thy UNITY/Comp/Progress.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   784
  UNITY/Comp/TimerArray.thy UNITY/document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   785
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL UNITY
4777
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   786
379f32b0ae40 New target HOL-UNITY
paulson
parents: 4729
diff changeset
   787
10966
8f2c27041a8e added HOL-Unix example;
wenzelm
parents: 10945
diff changeset
   788
## HOL-Unix
8f2c27041a8e added HOL-Unix example;
wenzelm
parents: 10945
diff changeset
   789
8f2c27041a8e added HOL-Unix example;
wenzelm
parents: 10945
diff changeset
   790
HOL-Unix: HOL $(LOG)/HOL-Unix.gz
8f2c27041a8e added HOL-Unix example;
wenzelm
parents: 10945
diff changeset
   791
37742
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
   792
$(LOG)/HOL-Unix.gz: $(OUT)/HOL Library/Nested_Environment.thy		\
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
   793
  Library/List_Prefix.thy Unix/ROOT.ML Unix/Unix.thy			\
10966
8f2c27041a8e added HOL-Unix example;
wenzelm
parents: 10945
diff changeset
   794
  Unix/document/root.bib Unix/document/root.tex
39156
b4f18ac786fa modernized session ROOT setup;
wenzelm
parents: 39048
diff changeset
   795
	@$(ISABELLE_TOOL) usedir -m no_brackets -m no_type_brackets $(OUT)/HOL Unix
10966
8f2c27041a8e added HOL-Unix example;
wenzelm
parents: 10945
diff changeset
   796
27477
c64736fe2a1f more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents: 27470
diff changeset
   797
19203
778507520684 Added HOL-ZF to Isabelle.
obua
parents: 19192
diff changeset
   798
## HOL-ZF
778507520684 Added HOL-ZF to Isabelle.
obua
parents: 19192
diff changeset
   799
778507520684 Added HOL-ZF to Isabelle.
obua
parents: 19192
diff changeset
   800
HOL-ZF: HOL $(LOG)/HOL-ZF.gz
778507520684 Added HOL-ZF to Isabelle.
obua
parents: 19192
diff changeset
   801
39306
c1f3992c9097 print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents: 39271
diff changeset
   802
$(LOG)/HOL-ZF.gz: $(OUT)/HOL ZF/ROOT.ML ZF/LProd.thy \
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   803
  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
   804
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL ZF
10966
8f2c27041a8e added HOL-Unix example;
wenzelm
parents: 10945
diff changeset
   805
27477
c64736fe2a1f more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents: 27470
diff changeset
   806
29399
ebcd69a00872 split of Imperative_HOL theories from HOL-Library
haftmann
parents: 29197
diff changeset
   807
## HOL-Imperative_HOL
ebcd69a00872 split of Imperative_HOL theories from HOL-Library
haftmann
parents: 29197
diff changeset
   808
ebcd69a00872 split of Imperative_HOL theories from HOL-Library
haftmann
parents: 29197
diff changeset
   809
HOL-Imperative_HOL: HOL $(LOG)/HOL-Imperative_HOL.gz
ebcd69a00872 split of Imperative_HOL theories from HOL-Library
haftmann
parents: 29197
diff changeset
   810
39306
c1f3992c9097 print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents: 39271
diff changeset
   811
$(LOG)/HOL-Imperative_HOL.gz: $(OUT)/HOL \
c1f3992c9097 print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents: 39271
diff changeset
   812
  Imperative_HOL/Array.thy \
c1f3992c9097 print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents: 39271
diff changeset
   813
  Imperative_HOL/Heap.thy \
c1f3992c9097 print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents: 39271
diff changeset
   814
  Imperative_HOL/Heap_Monad.thy \
c1f3992c9097 print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents: 39271
diff changeset
   815
  Imperative_HOL/Imperative_HOL.thy \
c1f3992c9097 print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents: 39271
diff changeset
   816
  Imperative_HOL/Imperative_HOL_ex.thy \
c1f3992c9097 print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents: 39271
diff changeset
   817
  Imperative_HOL/Mrec.thy \
c1f3992c9097 print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents: 39271
diff changeset
   818
  Imperative_HOL/Ref.thy \
c1f3992c9097 print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents: 39271
diff changeset
   819
  Imperative_HOL/ROOT.ML \
c1f3992c9097 print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents: 39271
diff changeset
   820
  Imperative_HOL/ex/Imperative_Quicksort.thy \
c1f3992c9097 print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents: 39271
diff changeset
   821
  Imperative_HOL/ex/Imperative_Reverse.thy \
c1f3992c9097 print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents: 39271
diff changeset
   822
  Imperative_HOL/ex/Linked_Lists.thy \
c1f3992c9097 print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents: 39271
diff changeset
   823
  Imperative_HOL/ex/SatChecker.thy \
c1f3992c9097 print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents: 39271
diff changeset
   824
  Imperative_HOL/ex/Sorted_List.thy \
c1f3992c9097 print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents: 39271
diff changeset
   825
  Imperative_HOL/ex/Subarray.thy \
30689
b14b2cc4e25e moved Imperative_HOL examples to Imperative_HOL/ex
haftmann
parents: 30654
diff changeset
   826
  Imperative_HOL/ex/Sublist.thy
39306
c1f3992c9097 print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents: 39271
diff changeset
   827
	@$(ISABELLE_TOOL) usedir -g true -m iff -m no_brackets $(OUT)/HOL Imperative_HOL
29399
ebcd69a00872 split of Imperative_HOL theories from HOL-Library
haftmann
parents: 29197
diff changeset
   828
ebcd69a00872 split of Imperative_HOL theories from HOL-Library
haftmann
parents: 29197
diff changeset
   829
29823
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   830
## HOL-Decision_Procs
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   831
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   832
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
   833
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   834
$(LOG)/HOL-Decision_Procs.gz: $(OUT)/HOL \
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   835
  Decision_Procs/Approximation.thy \
33356
9157d0f9f00e moved Commutative_Ring into session Decision_Procs
haftmann
parents: 33348
diff changeset
   836
  Decision_Procs/Commutative_Ring.thy \
9157d0f9f00e moved Commutative_Ring into session Decision_Procs
haftmann
parents: 33348
diff changeset
   837
  Decision_Procs/Commutative_Ring_Complete.thy \
29823
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   838
  Decision_Procs/Cooper.thy \
35053
43175817d83b more precise dependencies;
wenzelm
parents: 35050
diff changeset
   839
  Decision_Procs/Decision_Procs.thy \
29823
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   840
  Decision_Procs/Dense_Linear_Order.thy \
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   841
  Decision_Procs/Ferrack.thy \
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   842
  Decision_Procs/MIR.thy \
35053
43175817d83b more precise dependencies;
wenzelm
parents: 35050
diff changeset
   843
  Decision_Procs/Parametric_Ferrante_Rackoff.thy \
43175817d83b more precise dependencies;
wenzelm
parents: 35050
diff changeset
   844
  Decision_Procs/Polynomial_List.thy \
37120
5df087c6ce94 moved ML files where they are actually used;
wenzelm
parents: 37118
diff changeset
   845
  Decision_Procs/ROOT.ML \
35053
43175817d83b more precise dependencies;
wenzelm
parents: 35050
diff changeset
   846
  Decision_Procs/Reflected_Multivariate_Polynomial.thy \
43175817d83b more precise dependencies;
wenzelm
parents: 35050
diff changeset
   847
  Decision_Procs/commutative_ring_tac.ML \
43175817d83b more precise dependencies;
wenzelm
parents: 35050
diff changeset
   848
  Decision_Procs/cooper_tac.ML \
30429
39acdf031548 moved Decision_Procs examples to Decision_Procs/ex
haftmann
parents: 30400
diff changeset
   849
  Decision_Procs/ex/Approximation_Ex.thy \
33356
9157d0f9f00e moved Commutative_Ring into session Decision_Procs
haftmann
parents: 33348
diff changeset
   850
  Decision_Procs/ex/Commutative_Ring_Ex.thy \
35053
43175817d83b more precise dependencies;
wenzelm
parents: 35050
diff changeset
   851
  Decision_Procs/ex/Dense_Linear_Order_Ex.thy \
43175817d83b more precise dependencies;
wenzelm
parents: 35050
diff changeset
   852
  Decision_Procs/ferrack_tac.ML \
37120
5df087c6ce94 moved ML files where they are actually used;
wenzelm
parents: 37118
diff changeset
   853
  Decision_Procs/ferrante_rackoff.ML \
5df087c6ce94 moved ML files where they are actually used;
wenzelm
parents: 37118
diff changeset
   854
  Decision_Procs/ferrante_rackoff_data.ML \
5df087c6ce94 moved ML files where they are actually used;
wenzelm
parents: 37118
diff changeset
   855
  Decision_Procs/langford.ML \
5df087c6ce94 moved ML files where they are actually used;
wenzelm
parents: 37118
diff changeset
   856
  Decision_Procs/langford_data.ML \
5df087c6ce94 moved ML files where they are actually used;
wenzelm
parents: 37118
diff changeset
   857
  Decision_Procs/mir_tac.ML
29823
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   858
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Decision_Procs
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   859
0ab754d13ccd session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents: 29813
diff changeset
   860
30400
a7a30ba65d0a added session HOL-Docs;
wenzelm
parents: 30374
diff changeset
   861
## HOL-Docs
a7a30ba65d0a added session HOL-Docs;
wenzelm
parents: 30374
diff changeset
   862
a7a30ba65d0a added session HOL-Docs;
wenzelm
parents: 30374
diff changeset
   863
HOL-Docs: HOL $(LOG)/HOL-Docs.gz
a7a30ba65d0a added session HOL-Docs;
wenzelm
parents: 30374
diff changeset
   864
37742
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
   865
$(LOG)/HOL-Docs.gz: $(OUT)/HOL Docs/Main_Doc.thy Docs/ROOT.ML		\
30400
a7a30ba65d0a added session HOL-Docs;
wenzelm
parents: 30374
diff changeset
   866
  Docs/document/root.tex
30440
nipkow
parents: 30400
diff changeset
   867
	@$(ISABELLE_TOOL) usedir -D generated $(OUT)/HOL Docs
30400
a7a30ba65d0a added session HOL-Docs;
wenzelm
parents: 30374
diff changeset
   868
a7a30ba65d0a added session HOL-Docs;
wenzelm
parents: 30374
diff changeset
   869
39157
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   870
## HOL-Proofs
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   871
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   872
HOL-Proofs: Pure $(OUT)/HOL-Proofs
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   873
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   874
$(OUT)/HOL-Proofs: main.ML $(MAIN_DEPENDENCIES)
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   875
	@$(ISABELLE_TOOL) usedir -b -f main.ML -g true -p 2 -q 0 $(OUT)/Pure HOL-Proofs
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   876
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   877
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   878
## HOL-Proofs-ex
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   879
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   880
HOL-Proofs-ex: HOL-Proofs $(LOG)/HOL-Proofs-ex.gz
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   881
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   882
$(LOG)/HOL-Proofs-ex.gz: $(OUT)/HOL-Proofs			\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   883
  Proofs/ex/ROOT.ML Proofs/ex/Hilbert_Classical.thy
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   884
	@cd Proofs; $(ISABELLE_TOOL) usedir -p 2 -q 0 $(OUT)/HOL-Proofs ex
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   885
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   886
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   887
## HOL-Proofs-Extraction
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   888
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   889
HOL-Proofs-Extraction: HOL-Proofs $(LOG)/HOL-Proofs-Extraction.gz
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   890
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   891
$(LOG)/HOL-Proofs-Extraction.gz: $(OUT)/HOL-Proofs		\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   892
  Library/Efficient_Nat.thy Proofs/Extraction/Euclid.thy	\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   893
  Proofs/Extraction/Greatest_Common_Divisor.thy			\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   894
  Proofs/Extraction/Higman.thy Proofs/Extraction/Pigeonhole.thy	\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   895
  Proofs/Extraction/QuotRem.thy Proofs/Extraction/ROOT.ML	\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   896
  Proofs/Extraction/Util.thy Proofs/Extraction/Warshall.thy	\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   897
  Proofs/Extraction/document/root.tex				\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   898
  Proofs/Extraction/document/root.bib
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   899
	@cd Proofs; $(ISABELLE_TOOL) usedir -p 2 -q 0 $(OUT)/HOL-Proofs Extraction
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   900
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   901
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   902
## HOL-Proofs-Lambda
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   903
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
   904
HOL-Proofs-Lambda: HOL-Proofs $(LOG)/HOL-Proofs-Lambda.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   905
39157
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   906
$(LOG)/HOL-Proofs-Lambda.gz: $(OUT)/HOL-Proofs				\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   907
  Proofs/Lambda/Commutation.thy Proofs/Lambda/Eta.thy			\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   908
  Proofs/Lambda/InductTermi.thy Proofs/Lambda/Lambda.thy		\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   909
  Proofs/Lambda/ListApplication.thy Proofs/Lambda/ListBeta.thy		\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   910
  Proofs/Lambda/ListOrder.thy Proofs/Lambda/NormalForm.thy		\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   911
  Proofs/Lambda/ParRed.thy Proofs/Lambda/Standardization.thy		\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   912
  Proofs/Lambda/StrongNorm.thy Proofs/Lambda/Type.thy			\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   913
  Proofs/Lambda/WeakNorm.thy Proofs/Lambda/ROOT.ML			\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   914
  Proofs/Lambda/document/root.bib Proofs/Lambda/document/root.tex
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
   915
	@cd Proofs; $(ISABELLE_TOOL) usedir -g true -m no_brackets -p 2 -q 0 $(OUT)/HOL-Proofs Lambda
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   916
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   917
9015
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   918
## HOL-Prolog
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   919
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   920
HOL-Prolog: HOL $(LOG)/HOL-Prolog.gz
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   921
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   922
$(LOG)/HOL-Prolog.gz: $(OUT)/HOL Prolog/ROOT.ML Prolog/prolog.ML	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   923
  Prolog/HOHH.thy Prolog/Test.thy Prolog/Func.thy Prolog/Type.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   924
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Prolog
9015
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   925
8006e9009621 added HOL/Prolog
oheimb
parents: 8958
diff changeset
   926
8012
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   927
## HOL-MicroJava
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   928
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   929
HOL-MicroJava: HOL $(LOG)/HOL-MicroJava.gz
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   930
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   931
$(LOG)/HOL-MicroJava.gz: $(OUT)/HOL Library/Executable_Set.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   932
  MicroJava/ROOT.ML MicroJava/Comp/AuxLemmas.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   933
  MicroJava/Comp/CorrComp.thy MicroJava/Comp/CorrCompTp.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   934
  MicroJava/Comp/DefsComp.thy MicroJava/Comp/Index.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   935
  MicroJava/Comp/LemmasComp.thy MicroJava/Comp/NatCanonify.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   936
  MicroJava/Comp/TranslComp.thy MicroJava/Comp/TranslCompTp.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   937
  MicroJava/Comp/TypeInf.thy MicroJava/J/Conform.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   938
  MicroJava/J/Eval.thy MicroJava/J/JBasis.thy				\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   939
  MicroJava/J/JTypeSafe.thy MicroJava/J/Decl.thy MicroJava/J/State.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   940
  MicroJava/J/Term.thy MicroJava/J/Type.thy MicroJava/J/TypeRel.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   941
  MicroJava/J/WellForm.thy MicroJava/J/Value.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   942
  MicroJava/J/WellType.thy MicroJava/J/Example.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   943
  MicroJava/J/JListExample.thy MicroJava/JVM/JVMExec.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   944
  MicroJava/JVM/JVMInstructions.thy MicroJava/JVM/JVMState.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   945
  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
   946
  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
   947
  MicroJava/DFA/Err.thy MicroJava/DFA/Kildall.thy			\
1bc3b688548c backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents: 33820
diff changeset
   948
  MicroJava/DFA/LBVComplete.thy MicroJava/DFA/LBVCorrect.thy		\
1bc3b688548c backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents: 33820
diff changeset
   949
  MicroJava/DFA/LBVSpec.thy MicroJava/DFA/Listn.thy			\
1bc3b688548c backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents: 33820
diff changeset
   950
  MicroJava/DFA/Opt.thy MicroJava/DFA/Product.thy			\
1bc3b688548c backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents: 33820
diff changeset
   951
  MicroJava/DFA/SemilatAlg.thy MicroJava/DFA/Semilat.thy		\
1bc3b688548c backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents: 33820
diff changeset
   952
  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
   953
  MicroJava/DFA/Typing_Framework.thy MicroJava/BV/BVSpec.thy		\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   954
  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
   955
  MicroJava/BV/JType.thy MicroJava/BV/JVM.thy MicroJava/BV/JVMType.thy	\
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   956
  MicroJava/BV/Effect.thy MicroJava/BV/EffectMono.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   957
  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
   958
  MicroJava/BV/LBVJVM.thy MicroJava/document/root.bib			\
1bc3b688548c backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents: 33820
diff changeset
   959
  MicroJava/document/root.tex MicroJava/document/introduction.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   960
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL MicroJava
11850
cdfc3fce577e document graphs for several sessions;
wenzelm
parents: 11837
diff changeset
   961
8012
bbdf3c51c3b8 Added MicroJava
nipkow
parents: 8008
diff changeset
   962
11376
bf98ad1c22c6 added NanoJava
oheimb
parents: 11370
diff changeset
   963
## HOL-NanoJava
bf98ad1c22c6 added NanoJava
oheimb
parents: 11370
diff changeset
   964
bf98ad1c22c6 added NanoJava
oheimb
parents: 11370
diff changeset
   965
HOL-NanoJava: HOL $(LOG)/HOL-NanoJava.gz
bf98ad1c22c6 added NanoJava
oheimb
parents: 11370
diff changeset
   966
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   967
$(LOG)/HOL-NanoJava.gz: $(OUT)/HOL NanoJava/ROOT.ML NanoJava/Term.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   968
  NanoJava/Decl.thy NanoJava/TypeRel.thy NanoJava/State.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   969
  NanoJava/OpSem.thy NanoJava/AxSem.thy NanoJava/AxSem.thy		\
11376
bf98ad1c22c6 added NanoJava
oheimb
parents: 11370
diff changeset
   970
  NanoJava/document/root.bib NanoJava/document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   971
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL NanoJava
11850
cdfc3fce577e document graphs for several sessions;
wenzelm
parents: 11837
diff changeset
   972
8193
33e4ec7a2daa added MicroJava/document;
wenzelm
parents: 8179
diff changeset
   973
12855
21225338f8db Bali added
schirmer
parents: 12816
diff changeset
   974
## HOL-Bali
21225338f8db Bali added
schirmer
parents: 12816
diff changeset
   975
21225338f8db Bali added
schirmer
parents: 12816
diff changeset
   976
HOL-Bali: HOL $(LOG)/HOL-Bali.gz
21225338f8db Bali added
schirmer
parents: 12816
diff changeset
   977
33024
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   978
$(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
   979
  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
   980
  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
   981
  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
   982
  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
   983
  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
   984
  Bali/WellForm.thy Bali/DefiniteAssignment.thy				\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   985
  Bali/DefiniteAssignmentCorrect.thy Bali/WellType.thy			\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
   986
  Bali/document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   987
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Bali
12855
21225338f8db Bali added
schirmer
parents: 12816
diff changeset
   988
21225338f8db Bali added
schirmer
parents: 12816
diff changeset
   989
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   990
## HOL-IOA
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   991
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   992
HOL-IOA: HOL $(LOG)/HOL-IOA.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
   993
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   994
$(LOG)/HOL-IOA.gz: $(OUT)/HOL IOA/Asig.thy IOA/IOA.thy IOA/ROOT.ML	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
   995
  IOA/Solve.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
   996
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL IOA
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   997
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
   998
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
   999
## HOL-Lattice
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
  1000
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
  1001
HOL-Lattice: HOL $(LOG)/HOL-Lattice.gz
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
  1002
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1003
$(LOG)/HOL-Lattice.gz: $(OUT)/HOL Lattice/Bounds.thy			\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1004
  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
  1005
  Lattice/ROOT.ML Lattice/document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1006
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Lattice
10157
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
  1007
6d3987f3aad9 * HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents: 10143
diff changeset
  1008
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1009
## HOL-ex
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
  1010
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1011
HOL-ex: HOL $(LOG)/HOL-ex.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
  1012
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1013
$(LOG)/HOL-ex.gz: $(OUT)/HOL Decision_Procs/Commutative_Ring.thy	\
39157
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
  1014
  Number_Theory/Primes.thy ex/Abstract_NAT.thy ex/Antiquote.thy		\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
  1015
  ex/Arith_Examples.thy ex/Arithmetic_Series_Complex.thy ex/BT.thy	\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
  1016
  ex/BinEx.thy ex/Binary.thy ex/CTL.thy ex/Chinese.thy			\
40281
3c6198fd0937 Coercive subtyping via subtype constraints, by Dmitriy Traytel (21-Oct-2010).
wenzelm
parents: 40277
diff changeset
  1017
  ex/Classical.thy ex/CodegenSML_Test.thy ex/Coercion_Examples.thy	\
3c6198fd0937 Coercive subtyping via subtype constraints, by Dmitriy Traytel (21-Oct-2010).
wenzelm
parents: 40277
diff changeset
  1018
  ex/Coherent.thy ex/Dedekind_Real.thy ex/Efficient_Nat_examples.thy	\
39157
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
  1019
  ex/Eval_Examples.thy ex/Fundefs.thy ex/Gauge_Integration.thy		\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
  1020
  ex/Groebner_Examples.thy ex/Guess.thy ex/HarmonicSeries.thy		\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
  1021
  ex/Hebrew.thy ex/Hex_Bin_Examples.thy ex/Higher_Order_Logic.thy	\
40239
c4336e45f199 moved FOL/ex/Iff_Oracle.thy to HOL/ex where it is more accessible to most readers of isar-ref;
wenzelm
parents: 40178
diff changeset
  1022
  ex/Iff_Oracle.thy ex/Induction_Schema.thy ex/InductiveInvariant.thy	\
35329
hoelzl
parents: 35321 35328
diff changeset
  1023
  ex/InductiveInvariant_examples.thy ex/Intuitionistic.thy		\
39157
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
  1024
  ex/Lagrange.thy ex/LocaleTest2.thy ex/MT.thy ex/MergeSort.thy		\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
  1025
  ex/Meson_Test.thy ex/MonoidGroup.thy ex/Multiquote.thy ex/NatSum.thy	\
40239
c4336e45f199 moved FOL/ex/Iff_Oracle.thy to HOL/ex where it is more accessible to most readers of isar-ref;
wenzelm
parents: 40178
diff changeset
  1026
  ex/Normalization_by_Evaluation.thy ex/Numeral.thy ex/PER.thy		\
c4336e45f199 moved FOL/ex/Iff_Oracle.thy to HOL/ex where it is more accessible to most readers of isar-ref;
wenzelm
parents: 40178
diff changeset
  1027
  ex/PresburgerEx.thy ex/Primrec.thy ex/Quickcheck_Examples.thy		\
40349
131cf8790a1c moved theory Quicksort from Library/ to ex/
haftmann
parents: 40281
diff changeset
  1028
  ex/Quickcheck_Lattice_Examples.thy ex/Quicksort.thy ex/ROOT.ML	\
131cf8790a1c moved theory Quicksort from Library/ to ex/
haftmann
parents: 40281
diff changeset
  1029
  ex/Recdefs.thy ex/Records.thy ex/ReflectionEx.thy			\
131cf8790a1c moved theory Quicksort from Library/ to ex/
haftmann
parents: 40281
diff changeset
  1030
  ex/Refute_Examples.thy ex/SAT_Examples.thy ex/SVC_Oracle.thy		\
131cf8790a1c moved theory Quicksort from Library/ to ex/
haftmann
parents: 40281
diff changeset
  1031
  ex/Serbian.thy ex/Sqrt.thy ex/Sqrt_Script.thy ex/Sudoku.thy		\
131cf8790a1c moved theory Quicksort from Library/ to ex/
haftmann
parents: 40281
diff changeset
  1032
  ex/Tarski.thy ex/Termination.thy ex/Transfer_Ex.thy ex/Tree23.thy	\
131cf8790a1c moved theory Quicksort from Library/ to ex/
haftmann
parents: 40281
diff changeset
  1033
  ex/Unification.thy ex/While_Combinator_Example.thy			\
131cf8790a1c moved theory Quicksort from Library/ to ex/
haftmann
parents: 40281
diff changeset
  1034
  ex/document/root.bib ex/document/root.tex ex/set.thy ex/svc_funcs.ML	\
131cf8790a1c moved theory Quicksort from Library/ to ex/
haftmann
parents: 40281
diff changeset
  1035
  ex/svc_test.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1036
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL ex
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
  1037
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
  1038
33026
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
  1039
## HOL-Isar_Examples
6445
931fc1daa8b1 added Isar_examples;
wenzelm
parents: 6440
diff changeset
  1040
33026
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
  1041
HOL-Isar_Examples: HOL $(LOG)/HOL-Isar_Examples.gz
6445
931fc1daa8b1 added Isar_examples;
wenzelm
parents: 6440
diff changeset
  1042
33026
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
  1043
$(LOG)/HOL-Isar_Examples.gz: $(OUT)/HOL Isar_Examples/Basic_Logic.thy	\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
  1044
  Isar_Examples/Cantor.thy Isar_Examples/Drinker.thy			\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
  1045
  Isar_Examples/Expr_Compiler.thy Isar_Examples/Fibonacci.thy		\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
  1046
  Isar_Examples/Group.thy Isar_Examples/Hoare.thy			\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
  1047
  Isar_Examples/Hoare_Ex.thy Isar_Examples/Knaster_Tarski.thy		\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
  1048
  Isar_Examples/Mutilated_Checkerboard.thy				\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
  1049
  Isar_Examples/Nested_Datatype.thy Isar_Examples/Peirce.thy		\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
  1050
  Isar_Examples/Puzzle.thy Isar_Examples/Summation.thy			\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
  1051
  Isar_Examples/ROOT.ML Isar_Examples/document/proof.sty		\
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
  1052
  Isar_Examples/document/root.bib Isar_Examples/document/root.tex	\
37672
645eb9fec794 avoid Old_Number_Theory;
wenzelm
parents: 37665
diff changeset
  1053
  Isar_Examples/document/style.tex Hoare/hoare_tac.ML			\
645eb9fec794 avoid Old_Number_Theory;
wenzelm
parents: 37665
diff changeset
  1054
  Number_Theory/Primes.thy
33026
8f35633c4922 modernized session Isar_Examples;
wenzelm
parents: 33024
diff changeset
  1055
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Isar_Examples
6445
931fc1daa8b1 added Isar_examples;
wenzelm
parents: 6440
diff changeset
  1056
931fc1daa8b1 added Isar_examples;
wenzelm
parents: 6440
diff changeset
  1057
33028
9aa8bfb1649d modernized session SET_Protocol;
wenzelm
parents: 33027
diff changeset
  1058
## HOL-SET_Protocol
14199
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents: 14182
diff changeset
  1059
33028
9aa8bfb1649d modernized session SET_Protocol;
wenzelm
parents: 33027
diff changeset
  1060
HOL-SET_Protocol: HOL $(LOG)/HOL-SET_Protocol.gz
14199
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents: 14182
diff changeset
  1061
33028
9aa8bfb1649d modernized session SET_Protocol;
wenzelm
parents: 33027
diff changeset
  1062
$(LOG)/HOL-SET_Protocol.gz: $(OUT)/HOL SET_Protocol/ROOT.ML		\
9aa8bfb1649d modernized session SET_Protocol;
wenzelm
parents: 33027
diff changeset
  1063
  SET_Protocol/Message_SET.thy SET_Protocol/Event_SET.thy		\
9aa8bfb1649d modernized session SET_Protocol;
wenzelm
parents: 33027
diff changeset
  1064
  SET_Protocol/Public_SET.thy SET_Protocol/Cardholder_Registration.thy	\
9aa8bfb1649d modernized session SET_Protocol;
wenzelm
parents: 33027
diff changeset
  1065
  SET_Protocol/Merchant_Registration.thy SET_Protocol/Purchase.thy	\
39757
21423597a80d modernized session
haftmann
parents: 39720
diff changeset
  1066
  SET_Protocol/SET_Protocol.thy SET_Protocol/document/root.tex
33028
9aa8bfb1649d modernized session SET_Protocol;
wenzelm
parents: 33027
diff changeset
  1067
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL SET_Protocol
14199
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents: 14182
diff changeset
  1068
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents: 14182
diff changeset
  1069
27421
7e458bd56860 HOL += HOL-Complex
haftmann
parents: 27396
diff changeset
  1070
## HOL-Matrix
14610
9c2e31e483b2 added HOL-Matrix, added HOL/Matrix/ROOT.ML
kleing
parents: 14603
diff changeset
  1071
28637
7aabaf1ba263 reactivated HOL-Matrix;
wenzelm
parents: 28612
diff changeset
  1072
HOL-Matrix: HOL $(LOG)/HOL-Matrix.gz
17323
2fc68de9de1f 1) Added target HOL-Complex-Generate-HOLLight
obua
parents: 17308
diff changeset
  1073
37872
d83659570337 moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents: 37818
diff changeset
  1074
$(LOG)/HOL-Matrix.gz: $(OUT)/HOL Matrix/ComputeFloat.thy		\
d83659570337 moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents: 37818
diff changeset
  1075
  Matrix/ComputeHOL.thy Matrix/ComputeNumeral.thy			\
d83659570337 moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents: 37818
diff changeset
  1076
  Matrix/Compute_Oracle/Compute_Oracle.thy Matrix/Compute_Oracle/am.ML	\
d83659570337 moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents: 37818
diff changeset
  1077
  Matrix/Compute_Oracle/am_compiler.ML Matrix/Compute_Oracle/am_ghc.ML	\
d83659570337 moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents: 37818
diff changeset
  1078
  Matrix/Compute_Oracle/am_interpreter.ML				\
d83659570337 moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents: 37818
diff changeset
  1079
  Matrix/Compute_Oracle/am_sml.ML Matrix/Compute_Oracle/compute.ML	\
d83659570337 moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents: 37818
diff changeset
  1080
  Matrix/Compute_Oracle/linker.ML Matrix/Cplex.thy			\
37764
3489daf839d5 more regular session structure
haftmann
parents: 37747
diff changeset
  1081
  Matrix/CplexMatrixConverter.ML Matrix/Cplex_tools.ML			\
37872
d83659570337 moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents: 37818
diff changeset
  1082
  Matrix/FloatSparseMatrixBuilder.ML Matrix/LP.thy Matrix/Matrix.thy	\
d83659570337 moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents: 37818
diff changeset
  1083
  Matrix/ROOT.ML Matrix/SparseMatrix.thy Matrix/document/root.tex	\
d83659570337 moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents: 37818
diff changeset
  1084
  Matrix/fspmlp.ML Matrix/matrixlp.ML Tools/float_arith.ML
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1085
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Matrix
16873
9ed940a1bebb proving bounds for real linear programs
obua
parents: 16784
diff changeset
  1086
14199
d3b8d972a488 new session HOL-SET-Protocol
paulson
parents: 14182
diff changeset
  1087
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1088
## TLA
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1089
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1090
TLA: HOL $(OUT)/TLA
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1091
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1092
$(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
  1093
  TLA/ROOT.ML TLA/Stfun.thy TLA/TLA.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1094
	@cd TLA; $(ISABELLE_TOOL) usedir -b $(OUT)/HOL TLA
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1095
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1096
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1097
## TLA-Inc
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1098
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1099
TLA-Inc: TLA $(LOG)/TLA-Inc.gz
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1100
21624
6f79647cf536 TLA: converted legacy ML scripts;
wenzelm
parents: 21542
diff changeset
  1101
$(LOG)/TLA-Inc.gz: $(OUT)/TLA TLA/Inc/Inc.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1102
	@cd TLA; $(ISABELLE_TOOL) usedir $(OUT)/TLA Inc
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1103
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1104
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1105
## TLA-Buffer
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1106
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1107
TLA-Buffer: TLA $(LOG)/TLA-Buffer.gz
2448
61337170db84 IsaMakefile for HOL;
wenzelm
parents:
diff changeset
  1108
33024
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1109
$(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
  1110
  TLA/Buffer/DBuffer.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1111
	@cd TLA; $(ISABELLE_TOOL) usedir $(OUT)/TLA Buffer
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1112
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1113
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1114
## TLA-Memory
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1115
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1116
TLA-Memory: TLA $(LOG)/TLA-Memory.gz
4447
b7ee449eb345 log files;
wenzelm
parents: 4289
diff changeset
  1117
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1118
$(LOG)/TLA-Memory.gz: $(OUT)/TLA TLA/Memory/MemClerk.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1119
  TLA/Memory/MemClerkParameters.thy TLA/Memory/Memory.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1120
  TLA/Memory/MemoryImplementation.thy TLA/Memory/MemoryParameters.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1121
  TLA/Memory/ProcedureInterface.thy TLA/Memory/RPC.thy			\
21624
6f79647cf536 TLA: converted legacy ML scripts;
wenzelm
parents: 21542
diff changeset
  1122
  TLA/Memory/RPCMemoryParams.thy TLA/Memory/RPCParameters.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1123
	@cd TLA; $(ISABELLE_TOOL) usedir $(OUT)/TLA Memory
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1124
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1125
33175
2083bde13ce1 distinguished session for multivariate analysis
himmelma
parents: 33083
diff changeset
  1126
## HOL-Multivariate_Analysis
2083bde13ce1 distinguished session for multivariate analysis
himmelma
parents: 33083
diff changeset
  1127
36898
8e55aa1306c5 integrated SMT into the HOL image
boehmes
parents: 36895
diff changeset
  1128
HOL-Multivariate_Analysis: HOL $(OUT)/HOL-Multivariate_Analysis
33175
2083bde13ce1 distinguished session for multivariate analysis
himmelma
parents: 33083
diff changeset
  1129
36937
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1130
$(OUT)/HOL-Multivariate_Analysis: $(OUT)/HOL				\
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1131
  Multivariate_Analysis/Brouwer_Fixpoint.thy				\
37522
0246a314b57d more accurate dependencies;
wenzelm
parents: 37509
diff changeset
  1132
  Multivariate_Analysis/Cartesian_Euclidean_Space.thy                   \
36937
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1133
  Multivariate_Analysis/Convex_Euclidean_Space.thy			\
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1134
  Multivariate_Analysis/Derivative.thy					\
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1135
  Multivariate_Analysis/Determinants.thy				\
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1136
  Multivariate_Analysis/Euclidean_Space.thy				\
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1137
  Multivariate_Analysis/Fashoda.thy					\
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1138
  Multivariate_Analysis/Finite_Cartesian_Product.thy			\
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1139
  Multivariate_Analysis/Integration.certs				\
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1140
  Multivariate_Analysis/Integration.thy					\
38656
d5d342611edb Rewrite the Probability theory.
hoelzl
parents: 38622
diff changeset
  1141
  Multivariate_Analysis/Gauge_Measure.thy					\
36937
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1142
  Multivariate_Analysis/L2_Norm.thy					\
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1143
  Multivariate_Analysis/Multivariate_Analysis.thy			\
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1144
  Multivariate_Analysis/Operator_Norm.thy				\
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1145
  Multivariate_Analysis/Path_Connected.thy				\
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1146
  Multivariate_Analysis/ROOT.ML						\
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1147
  Multivariate_Analysis/Real_Integration.thy				\
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1148
  Multivariate_Analysis/Topology_Euclidean_Space.thy			\
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1149
  Multivariate_Analysis/document/root.tex				\
37742
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
  1150
  Multivariate_Analysis/normarith.ML Library/Glbs.thy			\
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
  1151
  Library/Inner_Product.thy Library/Numeral_Type.thy			\
36937
a30e50d4aeeb moved normarith.ML where it is actually used;
wenzelm
parents: 36936
diff changeset
  1152
  Library/Convex.thy Library/FrechetDeriv.thy				\
36649
bfd8c550faa6 Corrected imports; better approximation of dependencies.
hoelzl
parents: 36648
diff changeset
  1153
  Library/Product_Vector.thy Library/Product_plus.thy
36898
8e55aa1306c5 integrated SMT into the HOL image
boehmes
parents: 36895
diff changeset
  1154
	@cd Multivariate_Analysis; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL HOL-Multivariate_Analysis
33175
2083bde13ce1 distinguished session for multivariate analysis
himmelma
parents: 33083
diff changeset
  1155
33285
wenzelm
parents: 33272
diff changeset
  1156
33271
7be66dee1a5a New theory Probability, which contains a development of measure theory
paulson
parents: 33270
diff changeset
  1157
## HOL-Probability
7be66dee1a5a New theory Probability, which contains a development of measure theory
paulson
parents: 33270
diff changeset
  1158
38656
d5d342611edb Rewrite the Probability theory.
hoelzl
parents: 38622
diff changeset
  1159
HOL-Probability: HOL-Multivariate_Analysis $(OUT)/HOL-Probability
33271
7be66dee1a5a New theory Probability, which contains a development of measure theory
paulson
parents: 33270
diff changeset
  1160
38656
d5d342611edb Rewrite the Probability theory.
hoelzl
parents: 38622
diff changeset
  1161
$(OUT)/HOL-Probability: $(OUT)/HOL-Multivariate_Analysis Probability/ROOT.ML	\
37742
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
  1162
  Probability/Probability.thy Probability/Sigma_Algebra.thy		\
38656
d5d342611edb Rewrite the Probability theory.
hoelzl
parents: 38622
diff changeset
  1163
  Probability/Caratheodory.thy		\
37742
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
  1164
  Probability/Borel.thy Probability/Measure.thy				\
38656
d5d342611edb Rewrite the Probability theory.
hoelzl
parents: 38622
diff changeset
  1165
  Probability/Lebesgue_Integration.thy Probability/Lebesgue_Measure.thy		\
d5d342611edb Rewrite the Probability theory.
hoelzl
parents: 38622
diff changeset
  1166
  Probability/Positive_Infinite_Real.thy Probability/Product_Measure.thy	\
37742
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
  1167
  Probability/Probability_Space.thy Probability/Information.thy		\
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
  1168
  Probability/ex/Dining_Cryptographers.thy Library/FuncSet.thy		\
38656
d5d342611edb Rewrite the Probability theory.
hoelzl
parents: 38622
diff changeset
  1169
  Probability/Lebesgue_Measure.thy \
d5d342611edb Rewrite the Probability theory.
hoelzl
parents: 38622
diff changeset
  1170
  Library/Nat_Bijection.thy Library/Countable.thy
d5d342611edb Rewrite the Probability theory.
hoelzl
parents: 38622
diff changeset
  1171
	@cd Probability; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL-Multivariate_Analysis HOL-Probability
33271
7be66dee1a5a New theory Probability, which contains a development of measure theory
paulson
parents: 33270
diff changeset
  1172
39157
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
  1173
19497
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1174
## HOL-Nominal
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1175
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1176
HOL-Nominal: HOL $(OUT)/HOL-Nominal
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1177
22245
1b8f4ef50c48 moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents: 22167
diff changeset
  1178
$(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
  1179
  Nominal/Nominal.thy \
1b8f4ef50c48 moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents: 22167
diff changeset
  1180
  Nominal/nominal_atoms.ML \
31936
9466169dc8e0 nominal.ML is nominal_datatype.ML
haftmann
parents: 31849
diff changeset
  1181
  Nominal/nominal_datatype.ML \
22784
4637b69de71b Added datatype_case.ML and nominal_fresh_fun.ML.
berghofe
parents: 22657
diff changeset
  1182
  Nominal/nominal_fresh_fun.ML \
22247
5bad0d429694 corrected typo introduced by me
urbanc
parents: 22245
diff changeset
  1183
  Nominal/nominal_induct.ML \
22314
d541f13756a2 Added new file Nominal/nominal_inductive.ML
berghofe
parents: 22260
diff changeset
  1184
  Nominal/nominal_inductive.ML \
28652
659d64d59f16 Added nominal_inductive2.ML
berghofe
parents: 28637
diff changeset
  1185
  Nominal/nominal_inductive2.ML \
22245
1b8f4ef50c48 moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents: 22167
diff changeset
  1186
  Nominal/nominal_permeq.ML \
1b8f4ef50c48 moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents: 22167
diff changeset
  1187
  Nominal/nominal_primrec.ML \
1b8f4ef50c48 moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents: 22167
diff changeset
  1188
  Nominal/nominal_thmdecls.ML \
39777
4f8f08362bf7 moved old_primrec source to nominal package, where it is still used
haftmann
parents: 39776
diff changeset
  1189
  Nominal/old_primrec.ML \
21542
4462ee172ef0 Added nominal_primrec.ML
berghofe
parents: 21425
diff changeset
  1190
  Library/Infinite_Set.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1191
	@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
  1192
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1193
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1194
## HOL-Nominal-Examples
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1195
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1196
HOL-Nominal-Examples: HOL-Nominal $(LOG)/HOL-Nominal-Examples.gz
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1197
39157
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
  1198
$(LOG)/HOL-Nominal-Examples.gz: $(OUT)/HOL-Nominal \
32636
55a0be42327c added session theory for Bali and Nominal_Examples
haftmann
parents: 32632
diff changeset
  1199
  Nominal/Examples/Nominal_Examples.thy \
27163
587ad1fba128 added CK_Machine to the nominal section
urbanc
parents: 27127
diff changeset
  1200
  Nominal/Examples/CK_Machine.thy \
22073
c170dcbe6c9d formalisation of Crary's chapter on logical relations
urbanc
parents: 22067
diff changeset
  1201
  Nominal/Examples/CR.thy \
22821
15b2e7ec1f3b alternative and much simpler proof for Church-Rosser of Beta-Reduction
urbanc
parents: 22819
diff changeset
  1202
  Nominal/Examples/CR_Takahashi.thy \
36277
9be4ab2acc13 split Class.thy into parts to conserve a bit of memory and increase the chance of making it work on Cygwin with only 2 GB available;
wenzelm
parents: 36147
diff changeset
  1203
  Nominal/Examples/Class1.thy \
9be4ab2acc13 split Class.thy into parts to conserve a bit of memory and increase the chance of making it work on Cygwin with only 2 GB available;
wenzelm
parents: 36147
diff changeset
  1204
  Nominal/Examples/Class2.thy \
9be4ab2acc13 split Class.thy into parts to conserve a bit of memory and increase the chance of making it work on Cygwin with only 2 GB available;
wenzelm
parents: 36147
diff changeset
  1205
  Nominal/Examples/Class3.thy \
22073
c170dcbe6c9d formalisation of Crary's chapter on logical relations
urbanc
parents: 22067
diff changeset
  1206
  Nominal/Examples/Compile.thy \
25725
18bc59fb01b5 updated HOL-Nominal-Examples deps;
wenzelm
parents: 25600
diff changeset
  1207
  Nominal/Examples/Contexts.thy \
18bc59fb01b5 updated HOL-Nominal-Examples deps;
wenzelm
parents: 25600
diff changeset
  1208
  Nominal/Examples/Crary.thy \
22073
c170dcbe6c9d formalisation of Crary's chapter on logical relations
urbanc
parents: 22067
diff changeset
  1209
  Nominal/Examples/Fsub.thy \
25725
18bc59fb01b5 updated HOL-Nominal-Examples deps;
wenzelm
parents: 25600
diff changeset
  1210
  Nominal/Examples/Height.thy \
18bc59fb01b5 updated HOL-Nominal-Examples deps;
wenzelm
parents: 25600
diff changeset
  1211
  Nominal/Examples/Lam_Funs.thy \
22073
c170dcbe6c9d formalisation of Crary's chapter on logical relations
urbanc
parents: 22067
diff changeset
  1212
  Nominal/Examples/Lambda_mu.thy \
25725
18bc59fb01b5 updated HOL-Nominal-Examples deps;
wenzelm
parents: 25600
diff changeset
  1213
  Nominal/Examples/LocalWeakening.thy \
33189
82a40677c1f8 Added Pattern.thy to Nominal/Examples.
berghofe
parents: 33176
diff changeset
  1214
  Nominal/Examples/Pattern.thy \
25725
18bc59fb01b5 updated HOL-Nominal-Examples deps;
wenzelm
parents: 25600
diff changeset
  1215
  Nominal/Examples/ROOT.ML \
22073
c170dcbe6c9d formalisation of Crary's chapter on logical relations
urbanc
parents: 22067
diff changeset
  1216
  Nominal/Examples/SN.thy \
23144
4a9c9e260abf included new example in the compiling process
urbanc
parents: 23100
diff changeset
  1217
  Nominal/Examples/SOS.thy \
27624
a925aa66e17a Added Standardization theory to nominal examples.
berghofe
parents: 27484
diff changeset
  1218
  Nominal/Examples/Standardization.thy \
24896
70f238757695 added the two new examples from Nominal to the build process
urbanc
parents: 24830
diff changeset
  1219
  Nominal/Examples/Support.thy \
27032
6fd85edc403d new example
urbanc
parents: 26878
diff changeset
  1220
  Nominal/Examples/Type_Preservation.thy \
25725
18bc59fb01b5 updated HOL-Nominal-Examples deps;
wenzelm
parents: 25600
diff changeset
  1221
  Nominal/Examples/VC_Condition.thy \
26195
8292f8723e99 added new example
urbanc
parents: 26192
diff changeset
  1222
  Nominal/Examples/W.thy \
25725
18bc59fb01b5 updated HOL-Nominal-Examples deps;
wenzelm
parents: 25600
diff changeset
  1223
  Nominal/Examples/Weakening.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1224
	@cd Nominal; $(ISABELLE_TOOL) usedir $(OUT)/HOL-Nominal Examples
19497
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1225
630073ef9212 Added new targets for nominal datatype package.
berghofe
parents: 19404
diff changeset
  1226
24333
e77ea0ea7f2c * HOL-Word:
kleing
parents: 24332
diff changeset
  1227
## HOL-Word
e77ea0ea7f2c * HOL-Word:
kleing
parents: 24332
diff changeset
  1228
e77ea0ea7f2c * HOL-Word:
kleing
parents: 24332
diff changeset
  1229
HOL-Word: HOL $(OUT)/HOL-Word
e77ea0ea7f2c * HOL-Word:
kleing
parents: 24332
diff changeset
  1230
33024
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1231
$(OUT)/HOL-Word: $(OUT)/HOL Word/ROOT.ML Library/Boolean_Algebra.thy	\
37655
f4d616d41a59 more speaking theory names
haftmann
parents: 37583
diff changeset
  1232
  Library/Numeral_Type.thy Word/Misc_Numeric.thy Word/Misc_Typedef.thy	\
37659
14cabf5fa710 more speaking names
haftmann
parents: 37655
diff changeset
  1233
  Word/Type_Length.thy Word/Bit_Representation.thy Word/Bit_Int.thy	\
14cabf5fa710 more speaking names
haftmann
parents: 37655
diff changeset
  1234
  Word/Bool_List_Representation.thy Word/Bit_Operations.thy		\
37660
56e3520b68b2 one unified Word theory
haftmann
parents: 37659
diff changeset
  1235
  Word/Word.thy Word/document/root.tex					\
36899
bcd6fce5bf06 layered SMT setup, adapted SMT clients, added further tests, made Z3 proof abstraction configurable
boehmes
parents: 36898
diff changeset
  1236
  Word/document/root.bib Tools/SMT/smt_word.ML
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1237
	@cd Word; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL HOL-Word
24333
e77ea0ea7f2c * HOL-Word:
kleing
parents: 24332
diff changeset
  1238
e77ea0ea7f2c * HOL-Word:
kleing
parents: 24332
diff changeset
  1239
24442
39e29972cb96 HOL-Word-Examples
huffman
parents: 24411
diff changeset
  1240
## HOL-Word-Examples
39e29972cb96 HOL-Word-Examples
huffman
parents: 24411
diff changeset
  1241
39e29972cb96 HOL-Word-Examples
huffman
parents: 24411
diff changeset
  1242
HOL-Word-Examples: HOL-Word $(LOG)/HOL-Word-Examples.gz
39e29972cb96 HOL-Word-Examples
huffman
parents: 24411
diff changeset
  1243
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1244
$(LOG)/HOL-Word-Examples.gz: $(OUT)/HOL-Word Word/Examples/ROOT.ML	\
24442
39e29972cb96 HOL-Word-Examples
huffman
parents: 24411
diff changeset
  1245
  Word/Examples/WordExamples.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1246
	@cd Word; $(ISABELLE_TOOL) usedir $(OUT)/HOL-Word Examples
24442
39e29972cb96 HOL-Word-Examples
huffman
parents: 24411
diff changeset
  1247
27477
c64736fe2a1f more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents: 27470
diff changeset
  1248
25171
4a9c25bffc9b added Statespace library
schirmer
parents: 24994
diff changeset
  1249
## HOL-Statespace
4a9c25bffc9b added Statespace library
schirmer
parents: 24994
diff changeset
  1250
4a9c25bffc9b added Statespace library
schirmer
parents: 24994
diff changeset
  1251
HOL-Statespace: HOL $(LOG)/HOL-Statespace.gz
4a9c25bffc9b added Statespace library
schirmer
parents: 24994
diff changeset
  1252
27164
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1253
$(LOG)/HOL-Statespace.gz: $(OUT)/HOL Statespace/DistinctTreeProver.thy	\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1254
  Statespace/StateFun.thy Statespace/StateSpaceLocale.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1255
  Statespace/StateSpaceSyntax.thy Statespace/StateSpaceEx.thy		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1256
  Statespace/distinct_tree_prover.ML Statespace/state_space.ML		\
81632fd4ff61 some reformatting;
wenzelm
parents: 27163
diff changeset
  1257
  Statespace/state_fun.ML Statespace/document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1258
	@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Statespace
24442
39e29972cb96 HOL-Word-Examples
huffman
parents: 24411
diff changeset
  1259
27477
c64736fe2a1f more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents: 27470
diff changeset
  1260
27470
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1261
## HOL-NSA
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1262
27477
c64736fe2a1f more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents: 27470
diff changeset
  1263
HOL-NSA: HOL $(OUT)/HOL-NSA
27470
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1264
33024
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1265
$(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
  1266
  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
  1267
  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
  1268
  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
  1269
  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
  1270
  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
  1271
  Library/Infinite_Set.thy Library/Zorn.thy NSA/ROOT.ML
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1272
	@cd NSA; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL HOL-NSA
27470
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1273
27477
c64736fe2a1f more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents: 27470
diff changeset
  1274
27470
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1275
## HOL-NSA-Examples
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1276
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1277
HOL-NSA-Examples: HOL-NSA $(LOG)/HOL-NSA-Examples.gz
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1278
37742
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
  1279
$(LOG)/HOL-NSA-Examples.gz: $(OUT)/HOL-NSA NSA/Examples/ROOT.ML		\
27470
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1280
  NSA/Examples/NSPrimes.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 28477
diff changeset
  1281
	@cd NSA; $(ISABELLE_TOOL) usedir $(OUT)/HOL-NSA Examples
27470
84526c368a58 add HOL-NSA
huffman
parents: 27456
diff changeset
  1282
27477
c64736fe2a1f more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents: 27470
diff changeset
  1283
32496
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents: 32479
diff changeset
  1284
## HOL-Mirabelle
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents: 32479
diff changeset
  1285
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents: 32479
diff changeset
  1286
HOL-Mirabelle: HOL $(LOG)/HOL-Mirabelle.gz
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents: 32479
diff changeset
  1287
33024
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1288
$(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
  1289
  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
  1290
  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
  1291
  Mirabelle/Tools/mirabelle_metis.ML					\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1292
  Mirabelle/Tools/mirabelle_quickcheck.ML				\
60a098883d81 more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents: 33010
diff changeset
  1293
  Mirabelle/Tools/mirabelle_refute.ML					\
32496
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents: 32479
diff changeset
  1294
  Mirabelle/Tools/mirabelle_sledgehammer.ML
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents: 32479
diff changeset
  1295
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Mirabelle
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents: 32479
diff changeset
  1296
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents: 32479
diff changeset
  1297
36933
705b58fde476 more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents: 36916
diff changeset
  1298
## HOL-Word-SMT_Examples
32618
42865636d006 added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents: 32558
diff changeset
  1299
36933
705b58fde476 more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents: 36916
diff changeset
  1300
HOL-Word-SMT_Examples: HOL-Word $(LOG)/HOL-Word-SMT_Examples.gz
32618
42865636d006 added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents: 32558
diff changeset
  1301
36933
705b58fde476 more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents: 36916
diff changeset
  1302
$(LOG)/HOL-Word-SMT_Examples.gz: $(OUT)/HOL-Word SMT_Examples/ROOT.ML	\
36899
bcd6fce5bf06 layered SMT setup, adapted SMT clients, added further tests, made Z3 proof abstraction configurable
boehmes
parents: 36898
diff changeset
  1303
  SMT_Examples/SMT_Examples.thy SMT_Examples/SMT_Examples.certs		\
bcd6fce5bf06 layered SMT setup, adapted SMT clients, added further tests, made Z3 proof abstraction configurable
boehmes
parents: 36898
diff changeset
  1304
  SMT_Examples/SMT_Word_Examples.thy SMT_Examples/SMT_Tests.thy		\
bcd6fce5bf06 layered SMT setup, adapted SMT clients, added further tests, made Z3 proof abstraction configurable
boehmes
parents: 36898
diff changeset
  1305
  SMT_Examples/SMT_Word_Examples.certs SMT_Examples/SMT_Tests.certs
bcd6fce5bf06 layered SMT setup, adapted SMT clients, added further tests, made Z3 proof abstraction configurable
boehmes
parents: 36898
diff changeset
  1306
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL-Word SMT_Examples
33010
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents: 32812
diff changeset
  1307
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents: 32812
diff changeset
  1308
33419
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1309
## HOL-Boogie
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1310
36899
bcd6fce5bf06 layered SMT setup, adapted SMT clients, added further tests, made Z3 proof abstraction configurable
boehmes
parents: 36898
diff changeset
  1311
HOL-Boogie: HOL-Word $(OUT)/HOL-Boogie
33419
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1312
36901
a20c5484dc9c more precise dependencies
boehmes
parents: 36900
diff changeset
  1313
$(OUT)/HOL-Boogie: $(OUT)/HOL-Word Boogie/ROOT.ML Boogie/Boogie.thy	\
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1314
  Boogie/Tools/boogie_vcs.ML Boogie/Tools/boogie_loader.ML		\
34069
c1fd26512f6d updated dependencies
boehmes
parents: 34067
diff changeset
  1315
  Boogie/Tools/boogie_commands.ML Boogie/Tools/boogie_tactics.ML
36899
bcd6fce5bf06 layered SMT setup, adapted SMT clients, added further tests, made Z3 proof abstraction configurable
boehmes
parents: 36898
diff changeset
  1316
	@cd Boogie; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL-Word HOL-Boogie
33419
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1317
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1318
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1319
## HOL-Boogie_Examples
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1320
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1321
HOL-Boogie-Examples: HOL-Boogie $(LOG)/HOL-Boogie-Examples.gz
33419
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1322
33439
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1323
$(LOG)/HOL-Boogie-Examples.gz: $(OUT)/HOL-Boogie			\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1324
  Boogie/Examples/ROOT.ML Boogie/Examples/Boogie_Max.thy		\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1325
  Boogie/Examples/Boogie_Max.b2i Boogie/Examples/Boogie_Dijkstra.thy	\
f5d95787224f more accurate dependencies;
wenzelm
parents: 33437
diff changeset
  1326
  Boogie/Examples/VCC_Max.thy Boogie/Examples/Boogie_Dijkstra.b2i	\
34996
51c93ab92c3e updated dependencies
boehmes
parents: 34974
diff changeset
  1327
  Boogie/Examples/VCC_Max.b2i Boogie/Examples/Boogie_Max.certs		\
51c93ab92c3e updated dependencies
boehmes
parents: 34974
diff changeset
  1328
  Boogie/Examples/Boogie_Dijkstra.certs Boogie/Examples/VCC_Max.certs
33419
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1329
	@cd Boogie; $(ISABELLE_TOOL) usedir $(OUT)/HOL-Boogie Examples
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1330
8ae45e87b992 added HOL-Boogie
boehmes
parents: 33356
diff changeset
  1331
34965
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1332
## HOL-Mutabelle
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1333
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1334
HOL-Mutabelle: HOL $(LOG)/HOL-Mutabelle.gz
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1335
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1336
$(LOG)/HOL-Mutabelle.gz: $(OUT)/HOL Mutabelle/MutabelleExtra.thy	\
35959
b88e061754a1 more precise dependencies;
wenzelm
parents: 35957
diff changeset
  1337
  Mutabelle/ROOT.ML Mutabelle/mutabelle.ML				\
34965
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1338
  Mutabelle/mutabelle_extra.ML
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1339
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Mutabelle
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1340
3b4762c1052c adding Mutabelle to repository
bulwahn
parents: 34958
diff changeset
  1341
35222
4f1fba00f66d Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents: 35151
diff changeset
  1342
## HOL-Quotient_Examples
4f1fba00f66d Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents: 35151
diff changeset
  1343
4f1fba00f66d Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents: 35151
diff changeset
  1344
HOL-Quotient_Examples: HOL $(LOG)/HOL-Quotient_Examples.gz
4f1fba00f66d Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents: 35151
diff changeset
  1345
35959
b88e061754a1 more precise dependencies;
wenzelm
parents: 35957
diff changeset
  1346
$(LOG)/HOL-Quotient_Examples.gz: $(OUT)/HOL				\
37742
d8e7f473c3a1 tuned tabs
haftmann
parents: 37691
diff changeset
  1347
  Quotient_Examples/FSet.thy Quotient_Examples/Quotient_Int.thy		\
36524
3909002beca5 Tuning the quotient examples
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents: 36403
diff changeset
  1348
  Quotient_Examples/Quotient_Message.thy
35222
4f1fba00f66d Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents: 35151
diff changeset
  1349
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Quotient_Examples
4f1fba00f66d Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents: 35151
diff changeset
  1350
4f1fba00f66d Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents: 35151
diff changeset
  1351
35950
791ce568d40a moved examples for the predicate compiler into its own session Predicate_Compile_Examples to slenderise the HOL-ex session
bulwahn
parents: 35931
diff changeset
  1352
## HOL-Predicate_Compile_Examples
791ce568d40a moved examples for the predicate compiler into its own session Predicate_Compile_Examples to slenderise the HOL-ex session
bulwahn
parents: 35931
diff changeset
  1353
791ce568d40a moved examples for the predicate compiler into its own session Predicate_Compile_Examples to slenderise the HOL-ex session
bulwahn
parents: 35931
diff changeset
  1354
HOL-Predicate_Compile_Examples: HOL $(LOG)/HOL-Predicate_Compile_Examples.gz
791ce568d40a moved examples for the predicate compiler into its own session Predicate_Compile_Examples to slenderise the HOL-ex session
bulwahn
parents: 35931
diff changeset
  1355
35959
b88e061754a1 more precise dependencies;
wenzelm
parents: 35957
diff changeset
  1356
$(LOG)/HOL-Predicate_Compile_Examples.gz: $(OUT)/HOL			\
35955
e657fb805c68 added predicate compiler quickcheck examples to new session Predicate_Compile_Examples
bulwahn
parents: 35953
diff changeset
  1357
  Predicate_Compile_Examples/ROOT.ML					\
39655
8ad7fe9d6f0b splitting Predicate_Compile_Examples into Examples and Predicate_Compile_Tests
bulwahn
parents: 39564
diff changeset
  1358
  Predicate_Compile_Examples/Predicate_Compile_Tests.thy		\
38074
31174744b9a2 adding example file for prolog code generation; adding prolog code generation example to IsaMakefile
bulwahn
parents: 38047
diff changeset
  1359
  Predicate_Compile_Examples/Predicate_Compile_Quickcheck_Examples.thy  \
38730
5bbdd9a9df62 adding hotel keycard example for prolog generation
bulwahn
parents: 38656
diff changeset
  1360
  Predicate_Compile_Examples/Code_Prolog_Examples.thy 			\
39655
8ad7fe9d6f0b splitting Predicate_Compile_Examples into Examples and Predicate_Compile_Tests
bulwahn
parents: 39564
diff changeset
  1361
  Predicate_Compile_Examples/Examples.thy				\
39185
c035d01a7e77 adding the CFG example to the build process
bulwahn
parents: 39184
diff changeset
  1362
  Predicate_Compile_Examples/Context_Free_Grammar_Example.thy 		\
38948
c4e6afaa8dcd adding Lambda example theory; tuned
bulwahn
parents: 38730
diff changeset
  1363
  Predicate_Compile_Examples/Hotel_Example.thy 				\
40104
82873a6f2b81 splitting Hotel Key card example into specification and the two tests for counter example generation
bulwahn
parents: 40067
diff changeset
  1364
  Predicate_Compile_Examples/Hotel_Example_Prolog.thy 			\
82873a6f2b81 splitting Hotel Key card example into specification and the two tests for counter example generation
bulwahn
parents: 40067
diff changeset
  1365
  Predicate_Compile_Examples/Hotel_Example_Small_Generator.thy 		\
39186
475856793715 adding IMP quickcheck examples
bulwahn
parents: 39185
diff changeset
  1366
  Predicate_Compile_Examples/IMP_1.thy 					\
475856793715 adding IMP quickcheck examples
bulwahn
parents: 39185
diff changeset
  1367
  Predicate_Compile_Examples/IMP_2.thy 					\
475856793715 adding IMP quickcheck examples
bulwahn
parents: 39185
diff changeset
  1368
  Predicate_Compile_Examples/IMP_3.thy 					\
475856793715 adding IMP quickcheck examples
bulwahn
parents: 39185
diff changeset
  1369
  Predicate_Compile_Examples/IMP_4.thy 					\
39184
71f3f194b962 adding a List example (challenge from Tobias) for counterexample search
bulwahn
parents: 39183
diff changeset
  1370
  Predicate_Compile_Examples/Lambda_Example.thy 			\
39188
cd6558ed65d7 adding the Reg_Exp example
bulwahn
parents: 39186
diff changeset
  1371
  Predicate_Compile_Examples/List_Examples.thy 				\
cd6558ed65d7 adding the Reg_Exp example
bulwahn
parents: 39186
diff changeset
  1372
  Predicate_Compile_Examples/Reg_Exp_Example.thy
35950
791ce568d40a moved examples for the predicate compiler into its own session Predicate_Compile_Examples to slenderise the HOL-ex session
bulwahn
parents: 35931
diff changeset
  1373
	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Predicate_Compile_Examples
35222
4f1fba00f66d Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents: 35151
diff changeset
  1374
35959
b88e061754a1 more precise dependencies;
wenzelm
parents: 35957
diff changeset
  1375
4518
74c01296e818 improved targets;
wenzelm
parents: 4455
diff changeset
  1376
## clean
4447
b7ee449eb345 log files;
wenzelm
parents: 4289
diff changeset
  1377
b7ee449eb345 log files;
wenzelm
parents: 4289
diff changeset
  1378
clean:
33450
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1379
	@rm -f $(LOG)/HOL-Algebra.gz $(LOG)/HOL-Auth.gz			\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1380
		$(LOG)/HOL-Bali.gz $(LOG)/HOL-Base.gz			\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1381
		$(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
  1382
		$(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
  1383
		$(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
  1384
		$(LOG)/HOL-IMP.gz $(LOG)/HOL-IMPP.gz $(LOG)/HOL-IOA.gz	\
33450
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1385
		$(LOG)/HOL-Imperative_HOL.gz $(LOG)/HOL-Import.gz	\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1386
		$(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
  1387
		$(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
  1388
		$(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
  1389
		$(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
  1390
		$(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
  1391
		$(LOG)/HOL-MicroJava.gz $(LOG)/HOL-Mirabelle.gz		\
33450
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1392
		$(LOG)/HOL-Multivariate_Analysis.gz			\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1393
		$(LOG)/HOL-NSA-Examples.gz $(LOG)/HOL-NSA.gz		\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1394
		$(LOG)/HOL-NanoJava.gz $(LOG)/HOL-Nitpick_Examples.gz	\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1395
		$(LOG)/HOL-Nominal-Examples.gz $(LOG)/HOL-Nominal.gz	\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1396
		$(LOG)/HOL-Number_Theory.gz				\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1397
		$(LOG)/HOL-Old_Number_Theory.gz $(LOG)/HOL-Plain.gz	\
35959
b88e061754a1 more precise dependencies;
wenzelm
parents: 35957
diff changeset
  1398
		$(LOG)/HOL-Predicate_Compile_Examples.gz		\
33450
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 33449
diff changeset
  1399
		$(LOG)/HOL-Probability.gz $(LOG)/HOL-Prolog.gz		\
39157
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
  1400
		$(LOG)/HOL-Proofs.gz $(LOG)/HOL-Proofs-ex.gz		\
b98909faaea8 more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents: 39156
diff changeset
  1401
		$(LOG)/HOL-Proofs-Extraction.gz				\
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 34126
diff changeset
  1402
		$(LOG)/HOL-Proofs-Lambda.gz $(LOG)/HOL-SET_Protocol.gz	\
36933
705b58fde476 more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents: 36916
diff changeset
  1403
		$(LOG)/HOL-Word-SMT_Examples.gz				\
705b58fde476 more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents: 36916
diff changeset
  1404
		$(LOG)/HOL-Statespace.gz $(LOG)/HOL-Subst.gz		\
705b58fde476 more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents: 36916
diff changeset
  1405
		$(LOG)/HOL-UNITY.gz $(LOG)/HOL-Unix.gz			\
705b58fde476 more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents: 36916
diff changeset
  1406
		$(LOG)/HOL-Word-Examples.gz $(LOG)/HOL-Word.gz		\
705b58fde476 more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents: 36916
diff changeset
  1407
		$(LOG)/HOL-ZF.gz $(LOG)/HOL-ex.gz $(LOG)/HOL.gz		\
705b58fde476 more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents: 36916
diff changeset
  1408
		$(LOG)/HOL4.gz $(LOG)/TLA-Buffer.gz $(LOG)/TLA-Inc.gz	\
705b58fde476 more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents: 36916
diff changeset
  1409
		$(LOG)/TLA-Memory.gz $(LOG)/TLA.gz $(OUT)/HOL		\
705b58fde476 more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents: 36916
diff changeset
  1410
		$(OUT)/HOL-Algebra $(OUT)/HOL-Base $(OUT)/HOL-Boogie	\
705b58fde476 more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents: 36916
diff changeset
  1411
		$(OUT)/HOL-Main $(OUT)/HOL-Multivariate_Analysis	\
705b58fde476 more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents: 36916
diff changeset
  1412
		$(OUT)/HOL-NSA $(OUT)/HOL-Nominal $(OUT)/HOL-Plain	\
35931
6c9f7dc1ad07 more accurate dependencies;
wenzelm
parents: 35928
diff changeset
  1413
		$(OUT)/HOL-Probability $(OUT)/HOL-Proofs		\
36898
8e55aa1306c5 integrated SMT into the HOL image
boehmes
parents: 36895
diff changeset
  1414
		$(OUT)/HOL-Word $(OUT)/HOL4 $(OUT)/TLA