src/HOLCF/IsaMakefile
author huffman
Mon, 24 May 2010 11:29:49 -0700
changeset 37109 e67760c1b851
parent 37000 41a22e7c1145
child 37110 7ffdbc24b27f
permissions -rw-r--r--
move unused pattern match syntax stuff into HOLCF/ex
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2494
5d45c2094ff6 IsaMakefile for HOLCF;
wenzelm
parents:
diff changeset
     1
#
5d45c2094ff6 IsaMakefile for HOLCF;
wenzelm
parents:
diff changeset
     2
# IsaMakefile for HOLCF
5d45c2094ff6 IsaMakefile for HOLCF;
wenzelm
parents:
diff changeset
     3
#
5d45c2094ff6 IsaMakefile for HOLCF;
wenzelm
parents:
diff changeset
     4
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
     5
## targets
2494
5d45c2094ff6 IsaMakefile for HOLCF;
wenzelm
parents:
diff changeset
     6
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
     7
default: HOLCF
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
     8
images: HOLCF IOA
11350
4c55b020d6ee added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents: 8602
diff changeset
     9
test: HOLCF-IMP HOLCF-ex HOLCF-FOCUS \
37000
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents: 35932
diff changeset
    10
  HOLCF-Tutorial \
11350
4c55b020d6ee added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents: 8602
diff changeset
    11
      IOA-ABP IOA-NTP IOA-Modelcheck IOA-Storage IOA-ex
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    12
all: images test
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    13
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    14
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    15
## global settings
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    16
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    17
SRC = $(ISABELLE_HOME)/src
3118
24dae6222579 fixed ISABELLE_OUTPUT, ISABELLE_PATH (finally?);
wenzelm
parents: 3081
diff changeset
    18
OUT = $(ISABELLE_OUTPUT)
4447
b7ee449eb345 log files;
wenzelm
parents: 4129
diff changeset
    19
LOG = $(OUT)/log
2494
5d45c2094ff6 IsaMakefile for HOLCF;
wenzelm
parents:
diff changeset
    20
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    21
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    22
## HOLCF
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    23
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    24
HOLCF: HOL $(OUT)/HOLCF
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    25
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    26
HOL:
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 27420
diff changeset
    27
	@cd $(SRC)/HOL; $(ISABELLE_TOOL) make HOL
2494
5d45c2094ff6 IsaMakefile for HOLCF;
wenzelm
parents:
diff changeset
    28
27420
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    29
$(OUT)/HOLCF: $(OUT)/HOL \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    30
  ROOT.ML \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    31
  Adm.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    32
  Algebraic.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    33
  Bifinite.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    34
  Cfun.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    35
  CompactBasis.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    36
  Completion.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    37
  Cont.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    38
  ConvexPD.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    39
  Cprod.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    40
  Discrete.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    41
  Deflation.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    42
  Domain.thy \
35652
05ca920cd94b move take-proofs stuff into new theory Domain_Aux.thy
huffman
parents: 35530
diff changeset
    43
  Domain_Aux.thy \
27420
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    44
  Eventual.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    45
  Ffun.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    46
  Fixrec.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    47
  Fix.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    48
  HOLCF.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    49
  Lift.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    50
  LowerPD.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    51
  One.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    52
  Pcpodef.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    53
  Pcpo.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    54
  Porder.thy \
35473
c4d3d65856dd move some powerdomain stuff into a new file
huffman
parents: 35214
diff changeset
    55
  Powerdomains.thy \
29530
9905b660612b change to simpler, more extensible continuity simproc
huffman
parents: 29130
diff changeset
    56
  Product_Cpo.thy \
33783
685bbf418cb7 add new makefile dependencies
huffman
parents: 33450
diff changeset
    57
  Representable.thy \
27420
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    58
  Sprod.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    59
  Ssum.thy \
29534
247e4c816004 rename Dsum.thy to Sum_Cpo.thy
huffman
parents: 29530
diff changeset
    60
  Sum_Cpo.thy \
27420
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    61
  Tr.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    62
  Universal.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    63
  UpperPD.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    64
  Up.thy \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    65
  Tools/cont_consts.ML \
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    66
  Tools/cont_proc.ML \
35475
979019ab92eb move common functions into new file holcf_library.ML
huffman
parents: 35473
diff changeset
    67
  Tools/holcf_library.ML \
32126
a5042f260440 obey captialized directory names convention
haftmann
parents: 31773
diff changeset
    68
  Tools/Domain/domain_extender.ML \
a5042f260440 obey captialized directory names convention
haftmann
parents: 31773
diff changeset
    69
  Tools/Domain/domain_axioms.ML \
35473
c4d3d65856dd move some powerdomain stuff into a new file
huffman
parents: 35214
diff changeset
    70
  Tools/Domain/domain_constructors.ML \
33795
aa5cf0de1503 add dependency on domain_isomorphism.ML
huffman
parents: 33783
diff changeset
    71
  Tools/Domain/domain_isomorphism.ML \
32126
a5042f260440 obey captialized directory names convention
haftmann
parents: 31773
diff changeset
    72
  Tools/Domain/domain_library.ML \
35530
3bf57d8cb58d update HOLCF makefile
huffman
parents: 35475
diff changeset
    73
  Tools/Domain/domain_take_proofs.ML \
32126
a5042f260440 obey captialized directory names convention
haftmann
parents: 31773
diff changeset
    74
  Tools/Domain/domain_theorems.ML \
31738
7b9b9ba532ca discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents: 30920
diff changeset
    75
  Tools/fixrec.ML \
7b9b9ba532ca discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents: 30920
diff changeset
    76
  Tools/pcpodef.ML \
33783
685bbf418cb7 add new makefile dependencies
huffman
parents: 33450
diff changeset
    77
  Tools/repdef.ML \
27420
aa335405f0c5 put file dependencies on separate lines
huffman
parents: 27412
diff changeset
    78
  document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 27420
diff changeset
    79
	@$(ISABELLE_TOOL) usedir -b -g true -r $(OUT)/HOL HOLCF
2494
5d45c2094ff6 IsaMakefile for HOLCF;
wenzelm
parents:
diff changeset
    80
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    81
37000
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents: 35932
diff changeset
    82
## HOLCF-Tutorial
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents: 35932
diff changeset
    83
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents: 35932
diff changeset
    84
HOLCF-Tutorial: HOLCF $(LOG)/HOLCF-Tutorial.gz
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents: 35932
diff changeset
    85
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents: 35932
diff changeset
    86
$(LOG)/HOLCF-Tutorial.gz: $(OUT)/HOLCF \
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents: 35932
diff changeset
    87
  Tutorial/Domain_ex.thy \
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents: 35932
diff changeset
    88
  Tutorial/Fixrec_ex.thy \
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents: 35932
diff changeset
    89
  Tutorial/New_Domain.thy \
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents: 35932
diff changeset
    90
  Tutorial/document/root.tex \
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents: 35932
diff changeset
    91
  Tutorial/ROOT.ML
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents: 35932
diff changeset
    92
	@$(ISABELLE_TOOL) usedir $(OUT)/HOLCF Tutorial
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents: 35932
diff changeset
    93
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents: 35932
diff changeset
    94
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    95
## HOLCF-IMP
2494
5d45c2094ff6 IsaMakefile for HOLCF;
wenzelm
parents:
diff changeset
    96
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    97
HOLCF-IMP: HOLCF $(LOG)/HOLCF-IMP.gz
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    98
12433
654acbf26fcc HOLCF/IMP converted to Isar
kleing
parents: 12035
diff changeset
    99
$(LOG)/HOLCF-IMP.gz: $(OUT)/HOLCF IMP/HoareEx.thy \
12599
8bc47cf91bf6 IMP/document/root.tex;
wenzelm
parents: 12433
diff changeset
   100
  IMP/Denotational.thy IMP/ROOT.ML IMP/document/root.tex
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 27420
diff changeset
   101
	@$(ISABELLE_TOOL) usedir $(OUT)/HOLCF IMP
2494
5d45c2094ff6 IsaMakefile for HOLCF;
wenzelm
parents:
diff changeset
   102
5d45c2094ff6 IsaMakefile for HOLCF;
wenzelm
parents:
diff changeset
   103
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   104
## HOLCF-ex
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   105
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   106
HOLCF-ex: HOLCF $(LOG)/HOLCF-ex.gz
2494
5d45c2094ff6 IsaMakefile for HOLCF;
wenzelm
parents:
diff changeset
   107
30920
811ab0923a62 add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents: 29992
diff changeset
   108
$(LOG)/HOLCF-ex.gz: $(OUT)/HOLCF \
811ab0923a62 add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents: 29992
diff changeset
   109
  ../HOL/Library/Nat_Infinity.thy \
811ab0923a62 add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents: 29992
diff changeset
   110
  ex/Dagstuhl.thy \
811ab0923a62 add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents: 29992
diff changeset
   111
  ex/Dnat.thy \
35167
eba22d68a0a7 add theory HOLCF/ex/Strict_Fun.thy
huffman
parents: 33813
diff changeset
   112
  ex/Domain_Proofs.thy \
30920
811ab0923a62 add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents: 29992
diff changeset
   113
  ex/Fix2.thy \
811ab0923a62 add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents: 29992
diff changeset
   114
  ex/Focus_ex.thy \
811ab0923a62 add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents: 29992
diff changeset
   115
  ex/Hoare.thy \
35932
86559356502d move letrec stuff to new file HOLCF/ex/Letrec.thy
huffman
parents: 35908
diff changeset
   116
  ex/Letrec.thy \
30920
811ab0923a62 add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents: 29992
diff changeset
   117
  ex/Loop.thy \
37109
e67760c1b851 move unused pattern match syntax stuff into HOLCF/ex
huffman
parents: 37000
diff changeset
   118
  ex/Pattern_Match.thy \
29992
5deee36e33c4 add Powerdomain_ex.thy
huffman
parents: 29534
diff changeset
   119
  ex/Powerdomain_ex.thy \
30920
811ab0923a62 add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents: 29992
diff changeset
   120
  ex/Stream.thy \
35167
eba22d68a0a7 add theory HOLCF/ex/Strict_Fun.thy
huffman
parents: 33813
diff changeset
   121
  ex/Strict_Fun.thy \
30920
811ab0923a62 add HOLCF/ex/Domain_ex.thy, with example uses of the domain package
huffman
parents: 29992
diff changeset
   122
  ex/ROOT.ML
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 27420
diff changeset
   123
	@$(ISABELLE_TOOL) usedir $(OUT)/HOLCF ex
3081
71c54eb8ed1d added IOA (meta theory and ABP, NTP examples);
mueller
parents: 3057
diff changeset
   124
71c54eb8ed1d added IOA (meta theory and ABP, NTP examples);
mueller
parents: 3057
diff changeset
   125
11350
4c55b020d6ee added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents: 8602
diff changeset
   126
## HOLCF-FOCUS
4c55b020d6ee added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents: 8602
diff changeset
   127
4c55b020d6ee added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents: 8602
diff changeset
   128
HOLCF-FOCUS: HOLCF $(LOG)/HOLCF-FOCUS.gz
4c55b020d6ee added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents: 8602
diff changeset
   129
35214
67689d276c70 HOLCF-FOCUS depends on ex/Stream.thy
huffman
parents: 35167
diff changeset
   130
$(LOG)/HOLCF-FOCUS.gz: $(OUT)/HOLCF \
67689d276c70 HOLCF-FOCUS depends on ex/Stream.thy
huffman
parents: 35167
diff changeset
   131
  ex/Stream.thy \
67689d276c70 HOLCF-FOCUS depends on ex/Stream.thy
huffman
parents: 35167
diff changeset
   132
  FOCUS/Fstreams.thy \
19759
2d0896653e7a removed legacy ML scripts
huffman
parents: 19742
diff changeset
   133
  FOCUS/Fstream.thy FOCUS/FOCUS.thy \
2d0896653e7a removed legacy ML scripts
huffman
parents: 19742
diff changeset
   134
  FOCUS/Stream_adm.thy ../HOL/Library/Continuity.thy \
2d0896653e7a removed legacy ML scripts
huffman
parents: 19742
diff changeset
   135
  FOCUS/Buffer.thy FOCUS/Buffer_adm.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 27420
diff changeset
   136
	@$(ISABELLE_TOOL) usedir $(OUT)/HOLCF FOCUS
11350
4c55b020d6ee added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents: 8602
diff changeset
   137
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   138
## IOA
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   139
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   140
IOA: HOLCF $(OUT)/IOA
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   141
19741
f65265d71426 removed legacy ML scripts;
wenzelm
parents: 19740
diff changeset
   142
$(OUT)/IOA: $(OUT)/HOLCF IOA/ROOT.ML IOA/meta_theory/Traces.thy        \
f65265d71426 removed legacy ML scripts;
wenzelm
parents: 19740
diff changeset
   143
  IOA/meta_theory/Asig.thy IOA/meta_theory/CompoScheds.thy	       \
f65265d71426 removed legacy ML scripts;
wenzelm
parents: 19740
diff changeset
   144
  IOA/meta_theory/CompoTraces.thy IOA/meta_theory/Seq.thy	       \
f65265d71426 removed legacy ML scripts;
wenzelm
parents: 19740
diff changeset
   145
  IOA/meta_theory/RefCorrectness.thy IOA/meta_theory/Automata.thy      \
f65265d71426 removed legacy ML scripts;
wenzelm
parents: 19740
diff changeset
   146
  IOA/meta_theory/ShortExecutions.thy IOA/meta_theory/IOA.thy	       \
f65265d71426 removed legacy ML scripts;
wenzelm
parents: 19740
diff changeset
   147
  IOA/meta_theory/Sequence.thy IOA/meta_theory/CompoExecs.thy	       \
f65265d71426 removed legacy ML scripts;
wenzelm
parents: 19740
diff changeset
   148
  IOA/meta_theory/RefMappings.thy IOA/meta_theory/Compositionality.thy \
f65265d71426 removed legacy ML scripts;
wenzelm
parents: 19740
diff changeset
   149
  IOA/meta_theory/TL.thy IOA/meta_theory/TLS.thy		       \
f65265d71426 removed legacy ML scripts;
wenzelm
parents: 19740
diff changeset
   150
  IOA/meta_theory/LiveIOA.thy IOA/meta_theory/Pred.thy		       \
f65265d71426 removed legacy ML scripts;
wenzelm
parents: 19740
diff changeset
   151
  IOA/meta_theory/Abstraction.thy IOA/meta_theory/Simulations.thy      \
31773
4d33c5d7575b renamed ioa to automaton
haftmann
parents: 31738
diff changeset
   152
  IOA/meta_theory/SimCorrectness.thy IOA/meta_theory/automaton.ML
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 27420
diff changeset
   153
	@cd IOA; $(ISABELLE_TOOL) usedir -b $(OUT)/HOLCF IOA
3081
71c54eb8ed1d added IOA (meta theory and ABP, NTP examples);
mueller
parents: 3057
diff changeset
   154
71c54eb8ed1d added IOA (meta theory and ABP, NTP examples);
mueller
parents: 3057
diff changeset
   155
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   156
## IOA-ABP
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   157
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   158
IOA-ABP: IOA $(LOG)/IOA-ABP.gz
3081
71c54eb8ed1d added IOA (meta theory and ABP, NTP examples);
mueller
parents: 3057
diff changeset
   159
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   160
$(LOG)/IOA-ABP.gz: $(OUT)/IOA IOA/ABP/Abschannel.thy \
8602
f077613e8e7b mods because of weak_case_cong -> removed Action.ML twice
nipkow
parents: 6475
diff changeset
   161
  IOA/ABP/Abschannel_finite.thy IOA/ABP/Action.thy \
19738
1ac610922636 removed legacy ML scripts;
wenzelm
parents: 19550
diff changeset
   162
  IOA/ABP/Check.ML IOA/ABP/Correctness.thy \
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   163
  IOA/ABP/Env.thy IOA/ABP/Impl.thy IOA/ABP/Impl_finite.thy \
19738
1ac610922636 removed legacy ML scripts;
wenzelm
parents: 19550
diff changeset
   164
  IOA/ABP/Lemmas.thy IOA/ABP/Packet.thy \
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   165
  IOA/ABP/ROOT.ML IOA/ABP/Receiver.thy IOA/ABP/Sender.thy \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   166
  IOA/ABP/Spec.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 27420
diff changeset
   167
	@cd IOA; $(ISABELLE_TOOL) usedir $(OUT)/IOA ABP
3081
71c54eb8ed1d added IOA (meta theory and ABP, NTP examples);
mueller
parents: 3057
diff changeset
   168
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   169
## IOA-NTP
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   170
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   171
IOA-NTP: IOA $(LOG)/IOA-NTP.gz
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   172
19739
c58ef2aa5430 removed legacy ML scripts;
wenzelm
parents: 19738
diff changeset
   173
$(LOG)/IOA-NTP.gz: $(OUT)/IOA \
c58ef2aa5430 removed legacy ML scripts;
wenzelm
parents: 19738
diff changeset
   174
  IOA/NTP/Abschannel.thy IOA/NTP/Action.thy IOA/NTP/Correctness.thy \
c58ef2aa5430 removed legacy ML scripts;
wenzelm
parents: 19738
diff changeset
   175
  IOA/NTP/Impl.thy IOA/NTP/Lemmas.thy IOA/NTP/Multiset.thy \
c58ef2aa5430 removed legacy ML scripts;
wenzelm
parents: 19738
diff changeset
   176
  IOA/NTP/Packet.thy IOA/NTP/ROOT.ML IOA/NTP/Receiver.thy IOA/NTP/Sender.thy \
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   177
  IOA/NTP/Spec.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 27420
diff changeset
   178
	@cd IOA; $(ISABELLE_TOOL) usedir $(OUT)/IOA NTP
3081
71c54eb8ed1d added IOA (meta theory and ABP, NTP examples);
mueller
parents: 3057
diff changeset
   179
3951
d52a49a7d8f3 removed Dlist;
wenzelm
parents: 3921
diff changeset
   180
6475
19e005e2f58d added ex and Modelcheck
mueller
parents: 6213
diff changeset
   181
## IOA-Modelcheck
19e005e2f58d added ex and Modelcheck
mueller
parents: 6213
diff changeset
   182
19e005e2f58d added ex and Modelcheck
mueller
parents: 6213
diff changeset
   183
IOA-Modelcheck: IOA $(LOG)/IOA-Modelcheck.gz
19e005e2f58d added ex and Modelcheck
mueller
parents: 6213
diff changeset
   184
19764
372065f34795 removed obsolete ML files;
wenzelm
parents: 19759
diff changeset
   185
$(LOG)/IOA-Modelcheck.gz: $(OUT)/IOA IOA/Modelcheck/ROOT.ML \
22819
a7b425bb668c removed legacy ML files;
wenzelm
parents: 20775
diff changeset
   186
  IOA/Modelcheck/Cockpit.thy IOA/Modelcheck/MuIOA.thy \
a7b425bb668c removed legacy ML files;
wenzelm
parents: 20775
diff changeset
   187
  IOA/Modelcheck/MuIOAOracle.thy IOA/Modelcheck/Ring3.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 27420
diff changeset
   188
	@cd IOA; $(ISABELLE_TOOL) usedir $(OUT)/IOA Modelcheck
6475
19e005e2f58d added ex and Modelcheck
mueller
parents: 6213
diff changeset
   189
19e005e2f58d added ex and Modelcheck
mueller
parents: 6213
diff changeset
   190
6010
fc58d3c1fd62 IOA-Storage: Memory storage case study.
wenzelm
parents: 4566
diff changeset
   191
## IOA-Storage
fc58d3c1fd62 IOA-Storage: Memory storage case study.
wenzelm
parents: 4566
diff changeset
   192
fc58d3c1fd62 IOA-Storage: Memory storage case study.
wenzelm
parents: 4566
diff changeset
   193
IOA-Storage: IOA $(LOG)/IOA-Storage.gz
fc58d3c1fd62 IOA-Storage: Memory storage case study.
wenzelm
parents: 4566
diff changeset
   194
19740
6b38551d0798 removed legacy ML scripts;
wenzelm
parents: 19739
diff changeset
   195
$(LOG)/IOA-Storage.gz: $(OUT)/IOA IOA/Storage/Action.thy \
17238
b1cf9189104e removed IOA/Storage/Impl.ML, IOA/Storage/Action.ML;
wenzelm
parents: 16698
diff changeset
   196
  IOA/Storage/Correctness.thy IOA/Storage/Impl.thy \
6011
wenzelm
parents: 6010
diff changeset
   197
  IOA/Storage/ROOT.ML IOA/Storage/Spec.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 27420
diff changeset
   198
	@cd IOA; $(ISABELLE_TOOL) usedir $(OUT)/IOA Storage
6010
fc58d3c1fd62 IOA-Storage: Memory storage case study.
wenzelm
parents: 4566
diff changeset
   199
fc58d3c1fd62 IOA-Storage: Memory storage case study.
wenzelm
parents: 4566
diff changeset
   200
6475
19e005e2f58d added ex and Modelcheck
mueller
parents: 6213
diff changeset
   201
## IOA-ex
19e005e2f58d added ex and Modelcheck
mueller
parents: 6213
diff changeset
   202
19e005e2f58d added ex and Modelcheck
mueller
parents: 6213
diff changeset
   203
IOA-ex: IOA $(LOG)/IOA-ex.gz
19e005e2f58d added ex and Modelcheck
mueller
parents: 6213
diff changeset
   204
19740
6b38551d0798 removed legacy ML scripts;
wenzelm
parents: 19739
diff changeset
   205
$(LOG)/IOA-ex.gz: $(OUT)/IOA IOA/ex/ROOT.ML IOA/ex/TrivEx.thy IOA/ex/TrivEx2.thy
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 27420
diff changeset
   206
	@cd IOA; $(ISABELLE_TOOL) usedir $(OUT)/IOA ex
6475
19e005e2f58d added ex and Modelcheck
mueller
parents: 6213
diff changeset
   207
19e005e2f58d added ex and Modelcheck
mueller
parents: 6213
diff changeset
   208
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   209
## clean
4447
b7ee449eb345 log files;
wenzelm
parents: 4129
diff changeset
   210
b7ee449eb345 log files;
wenzelm
parents: 4129
diff changeset
   211
clean:
33450
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 32126
diff changeset
   212
	@rm -f $(OUT)/HOLCF $(LOG)/HOLCF.gz $(LOG)/HOLCF-IMP.gz	\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 32126
diff changeset
   213
	  $(LOG)/HOLCF-ex.gz $(LOG)/HOLCF-FOCUS.gz $(OUT)/IOA	\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 32126
diff changeset
   214
	  $(LOG)/IOA.gz $(LOG)/IOA-ABP.gz $(LOG)/IOA-NTP.gz	\
4389ec600ba7 more accurate cleanup;
wenzelm
parents: 32126
diff changeset
   215
	  $(LOG)/IOA-Modelcheck.gz $(LOG)/IOA-Storage.gz	\
37000
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents: 35932
diff changeset
   216
	  $(LOG)/IOA-ex.gz $(LOG)/HOLCF-Tutorial.gz