doc-src/TutorialI/IsaMakefile
author huffman
Thu, 08 Dec 2011 13:25:40 +0100
changeset 45786 3f07a7a91180
parent 42512 f1ca2b0e0265
child 48506 af1dabad14c0
permissions -rw-r--r--
reinstate old functions cfst and csnd as abbreviations
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     1
#
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     2
# IsaMakefile for Tutorial
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     3
#
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     4
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     5
## targets
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
     6
25281
8d309beb66d6 removed advanced recdef section and replaced it by citation of Alex's tutorial.
nipkow
parents: 25258
diff changeset
     7
default: HOL-ToyList HOL-Ifexpr HOL-CodeGen HOL-Trie HOL-Datatype HOL-Fun HOL-Fun \
27423
b8ff8497de6a HOL += HOL-Complex
haftmann
parents: 25281
diff changeset
     8
  HOL-Advanced HOL-Rules HOL-Sets HOL-CTL HOL-Inductive  HOL-Types HOL-Misc \
42512
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
     9
  HOL-Protocol HOL-Documents
9520
73f1c6685367 targets for images, test, all;
wenzelm
parents: 9493
diff changeset
    10
images:
73f1c6685367 targets for images, test, all;
wenzelm
parents: 9493
diff changeset
    11
test:
73f1c6685367 targets for images, test, all;
wenzelm
parents: 9493
diff changeset
    12
all: default
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    13
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    14
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    15
## global settings
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    16
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    17
SRC = $(ISABELLE_HOME)/src
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    18
OUT = $(ISABELLE_OUTPUT)
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    19
LOG = $(OUT)/log
32835
00c14c4a6b4f enable slow-motion mode to accomodate unsynchronized refs within theory sources;
wenzelm
parents: 31676
diff changeset
    20
OPTIONS = -m brackets -i true -d "" -D document -M 1
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 27423
diff changeset
    21
USEDIR = @$(ISABELLE_TOOL) usedir $(OPTIONS) $(OUT)/HOL
11617
wenzelm
parents: 11428
diff changeset
    22
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    23
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    24
## HOL
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    25
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    26
HOL:
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 27423
diff changeset
    27
	@cd $(SRC)/HOL; $(ISABELLE_TOOL) make HOL
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    28
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    29
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    30
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    31
## HOL-Ifexpr
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    32
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    33
HOL-Ifexpr: HOL $(LOG)/HOL-Ifexpr.gz
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    34
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    35
$(LOG)/HOL-Ifexpr.gz: $(OUT)/HOL Ifexpr/Ifexpr.thy Ifexpr/ROOT.ML
10676
06f390008ceb *** empty log message ***
nipkow
parents: 10655
diff changeset
    36
	$(USEDIR) Ifexpr
42512
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    37
	@rm -f Ifexpr/document/isabelle.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    38
	@rm -f Ifexpr/document/isabellesym.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    39
	@rm -f Ifexpr/document/pdfsetup.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    40
	@rm -f Ifexpr/document/session.tex
8754
42ce93ada11e *** empty log message ***
nipkow
parents: 8751
diff changeset
    41
	@rm -f tutorial.dvi
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    42
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    43
## HOL-ToyList
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    44
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    45
HOL-ToyList: HOL $(LOG)/HOL-ToyList.gz $(LOG)/HOL-ToyList2.gz
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    46
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    47
ToyList2/ToyList.thy: ToyList2/ToyList1 ToyList2/ToyList2
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    48
	cat ToyList2/ToyList1 ToyList2/ToyList2 > ToyList2/ToyList.thy
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    49
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    50
$(LOG)/HOL-ToyList2.gz: $(OUT)/HOL ToyList2/ToyList.thy ToyList2/ROOT.ML
10676
06f390008ceb *** empty log message ***
nipkow
parents: 10655
diff changeset
    51
	$(USEDIR) ToyList2
42512
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    52
	@rm -f ToyList2/document/isabelle.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    53
	@rm -f ToyList2/document/isabellesym.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    54
	@rm -f ToyList2/document/pdfsetup.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    55
	@rm -f ToyList2/document/session.tex
8754
42ce93ada11e *** empty log message ***
nipkow
parents: 8751
diff changeset
    56
	@rm -f tutorial.dvi
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    57
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    58
$(LOG)/HOL-ToyList.gz: $(OUT)/HOL ToyList/ToyList.thy ToyList/ROOT.ML
10676
06f390008ceb *** empty log message ***
nipkow
parents: 10655
diff changeset
    59
	$(USEDIR) ToyList
42512
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    60
	@rm -f ToyList/document/isabelle.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    61
	@rm -f ToyList/document/isabellesym.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    62
	@rm -f ToyList/document/pdfsetup.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    63
	@rm -f ToyList/document/session.tex
8754
42ce93ada11e *** empty log message ***
nipkow
parents: 8751
diff changeset
    64
	@rm -f tutorial.dvi
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    65
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    66
## HOL-CodeGen
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    67
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    68
HOL-CodeGen: HOL $(LOG)/HOL-CodeGen.gz
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    69
10676
06f390008ceb *** empty log message ***
nipkow
parents: 10655
diff changeset
    70
$(LOG)/HOL-CodeGen.gz: $(OUT)/HOL CodeGen/ROOT.ML CodeGen/CodeGen.thy
06f390008ceb *** empty log message ***
nipkow
parents: 10655
diff changeset
    71
	$(USEDIR) CodeGen
42512
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    72
	@rm -f CodeGen/document/isabelle.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    73
	@rm -f CodeGen/document/isabellesym.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    74
	@rm -f CodeGen/document/pdfsetup.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    75
	@rm -f CodeGen/document/session.tex
8754
42ce93ada11e *** empty log message ***
nipkow
parents: 8751
diff changeset
    76
	@rm -f tutorial.dvi
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    77
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    78
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    79
## HOL-Datatype
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    80
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    81
HOL-Datatype: HOL $(LOG)/HOL-Datatype.gz
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    82
8751
9ed0548177fb *** empty log message ***
nipkow
parents: 8743
diff changeset
    83
$(LOG)/HOL-Datatype.gz: $(OUT)/HOL Datatype/ROOT.ML Datatype/ABexpr.thy \
9666
3572fc1dbe6b *** empty log message ***
nipkow
parents: 9644
diff changeset
    84
  Datatype/Nested.thy Datatype/unfoldnested.thy \
9644
6b0b6b471855 *** empty log message ***
nipkow
parents: 9520
diff changeset
    85
  Datatype/Fundata.thy
10676
06f390008ceb *** empty log message ***
nipkow
parents: 10655
diff changeset
    86
	$(USEDIR) Datatype
42512
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    87
	@rm -f Datatype/document/isabelle.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    88
	@rm -f Datatype/document/isabellesym.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    89
	@rm -f Datatype/document/pdfsetup.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
    90
	@rm -f Datatype/document/session.tex
8754
42ce93ada11e *** empty log message ***
nipkow
parents: 8751
diff changeset
    91
	@rm -f tutorial.dvi
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    92
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    93
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    94
## HOL-Trie
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    95
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    96
HOL-Trie: HOL $(LOG)/HOL-Trie.gz
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
    97
10543
8e4307d1207a *** empty log message ***
nipkow
parents: 10538
diff changeset
    98
$(LOG)/HOL-Trie.gz: $(OUT)/HOL Trie/ROOT.ML Trie/Trie.thy
10676
06f390008ceb *** empty log message ***
nipkow
parents: 10655
diff changeset
    99
	$(USEDIR) Trie
42512
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   100
	@rm -f Trie/document/isabelle.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   101
	@rm -f Trie/document/isabellesym.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   102
	@rm -f Trie/document/pdfsetup.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   103
	@rm -f Trie/document/session.tex
8754
42ce93ada11e *** empty log message ***
nipkow
parents: 8751
diff changeset
   104
	@rm -f tutorial.dvi
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
   105
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
   106
25258
22d16596c306 recdef -> fun
nipkow
parents: 23926
diff changeset
   107
## HOL-Fun
22d16596c306 recdef -> fun
nipkow
parents: 23926
diff changeset
   108
22d16596c306 recdef -> fun
nipkow
parents: 23926
diff changeset
   109
HOL-Fun: HOL $(LOG)/HOL-Fun.gz
22d16596c306 recdef -> fun
nipkow
parents: 23926
diff changeset
   110
22d16596c306 recdef -> fun
nipkow
parents: 23926
diff changeset
   111
$(LOG)/HOL-Fun.gz: $(OUT)/HOL Fun/ROOT.ML Fun/fun0.thy
22d16596c306 recdef -> fun
nipkow
parents: 23926
diff changeset
   112
	$(USEDIR) Fun
42512
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   113
	@rm -f Fun/document/isabelle.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   114
	@rm -f Fun/document/isabellesym.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   115
	@rm -f Fun/document/pdfsetup.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   116
	@rm -f Fun/document/session.tex
25258
22d16596c306 recdef -> fun
nipkow
parents: 23926
diff changeset
   117
	@rm -f tutorial.dvi
22d16596c306 recdef -> fun
nipkow
parents: 23926
diff changeset
   118
22d16596c306 recdef -> fun
nipkow
parents: 23926
diff changeset
   119
9933
9feb1e0c4cb3 *** empty log message ***
nipkow
parents: 9844
diff changeset
   120
## HOL-Advanced
9feb1e0c4cb3 *** empty log message ***
nipkow
parents: 9844
diff changeset
   121
9feb1e0c4cb3 *** empty log message ***
nipkow
parents: 9844
diff changeset
   122
HOL-Advanced: HOL $(LOG)/HOL-Advanced.gz
9feb1e0c4cb3 *** empty log message ***
nipkow
parents: 9844
diff changeset
   123
25281
8d309beb66d6 removed advanced recdef section and replaced it by citation of Alex's tutorial.
nipkow
parents: 25258
diff changeset
   124
$(LOG)/HOL-Advanced.gz: $(OUT)/HOL Advanced/simp.thy Advanced/ROOT.ML
10676
06f390008ceb *** empty log message ***
nipkow
parents: 10655
diff changeset
   125
	$(USEDIR) Advanced
42512
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   126
	@rm -f Advanced/document/isabelle.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   127
	@rm -f Advanced/document/isabellesym.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   128
	@rm -f Advanced/document/pdfsetup.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   129
	@rm -f Advanced/document/session.tex
9933
9feb1e0c4cb3 *** empty log message ***
nipkow
parents: 9844
diff changeset
   130
	@rm -f tutorial.dvi
9feb1e0c4cb3 *** empty log message ***
nipkow
parents: 9844
diff changeset
   131
10296
0c5907082459 now includes Rules, Sets (?)
paulson
parents: 10225
diff changeset
   132
## HOL-Rules
0c5907082459 now includes Rules, Sets (?)
paulson
parents: 10225
diff changeset
   133
0c5907082459 now includes Rules, Sets (?)
paulson
parents: 10225
diff changeset
   134
HOL-Rules: HOL $(LOG)/HOL-Rules.gz
0c5907082459 now includes Rules, Sets (?)
paulson
parents: 10225
diff changeset
   135
0c5907082459 now includes Rules, Sets (?)
paulson
parents: 10225
diff changeset
   136
$(LOG)/HOL-Rules.gz: $(OUT)/HOL Rules/Basic.thy \
10956
1db8b894ada0 new examples theory Rules/Tacticals.thy
paulson
parents: 10840
diff changeset
   137
	Rules/Blast.thy Rules/Force.thy Rules/Primes.thy Rules/Forward.thy \
16543
4dd8b4d1cfc3 added Rules/find2
nipkow
parents: 16069
diff changeset
   138
	Rules/Tacticals.thy Rules/find2.thy Rules/ROOT.ML 
10840
28a53b68a8c0 fixed the treatment of Rules and Sets
paulson
parents: 10791
diff changeset
   139
	@$(USEDIR) Rules
42512
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   140
	@rm -f Rules/document/isabelle.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   141
	@rm -f Rules/document/isabellesym.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   142
	@rm -f Rules/document/pdfsetup.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   143
	@rm -f Rules/document/session.tex
10296
0c5907082459 now includes Rules, Sets (?)
paulson
parents: 10225
diff changeset
   144
	@rm -f tutorial.dvi
0c5907082459 now includes Rules, Sets (?)
paulson
parents: 10225
diff changeset
   145
0c5907082459 now includes Rules, Sets (?)
paulson
parents: 10225
diff changeset
   146
## HOL-Sets
0c5907082459 now includes Rules, Sets (?)
paulson
parents: 10225
diff changeset
   147
0c5907082459 now includes Rules, Sets (?)
paulson
parents: 10225
diff changeset
   148
HOL-Sets: HOL $(LOG)/HOL-Sets.gz
0c5907082459 now includes Rules, Sets (?)
paulson
parents: 10225
diff changeset
   149
0c5907082459 now includes Rules, Sets (?)
paulson
parents: 10225
diff changeset
   150
$(LOG)/HOL-Sets.gz: $(OUT)/HOL Sets/Examples.thy Sets/Functions.thy \
0c5907082459 now includes Rules, Sets (?)
paulson
parents: 10225
diff changeset
   151
	Sets/Recur.thy Sets/Relations.thy Sets/ROOT.ML
10840
28a53b68a8c0 fixed the treatment of Rules and Sets
paulson
parents: 10791
diff changeset
   152
	@$(USEDIR) Sets
42512
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   153
	@rm -f Sets/document/isabelle.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   154
	@rm -f Sets/document/isabellesym.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   155
	@rm -f Sets/document/pdfsetup.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   156
	@rm -f Sets/document/session.tex
10296
0c5907082459 now includes Rules, Sets (?)
paulson
parents: 10225
diff changeset
   157
	@rm -f tutorial.dvi
0c5907082459 now includes Rules, Sets (?)
paulson
parents: 10225
diff changeset
   158
9958
67f2920862c7 *** empty log message ***
nipkow
parents: 9933
diff changeset
   159
## HOL-CTL
67f2920862c7 *** empty log message ***
nipkow
parents: 9933
diff changeset
   160
67f2920862c7 *** empty log message ***
nipkow
parents: 9933
diff changeset
   161
HOL-CTL: HOL $(LOG)/HOL-CTL.gz
67f2920862c7 *** empty log message ***
nipkow
parents: 9933
diff changeset
   162
10212
33fe2d701ddd *** empty log message ***
nipkow
parents: 10187
diff changeset
   163
$(LOG)/HOL-CTL.gz: $(OUT)/HOL CTL/Base.thy CTL/PDL.thy CTL/CTL.thy CTL/CTLind.thy CTL/ROOT.ML
10676
06f390008ceb *** empty log message ***
nipkow
parents: 10655
diff changeset
   164
	$(USEDIR) CTL
42512
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   165
	@rm -f CTL/document/isabelle.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   166
	@rm -f CTL/document/isabellesym.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   167
	@rm -f CTL/document/pdfsetup.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   168
	@rm -f CTL/document/session.tex
9958
67f2920862c7 *** empty log message ***
nipkow
parents: 9933
diff changeset
   169
	@rm -f tutorial.dvi
67f2920862c7 *** empty log message ***
nipkow
parents: 9933
diff changeset
   170
10217
e61e7e1eacaf *** empty log message ***
nipkow
parents: 10212
diff changeset
   171
## HOL-Inductive
e61e7e1eacaf *** empty log message ***
nipkow
parents: 10212
diff changeset
   172
e61e7e1eacaf *** empty log message ***
nipkow
parents: 10212
diff changeset
   173
HOL-Inductive: HOL $(LOG)/HOL-Inductive.gz
e61e7e1eacaf *** empty log message ***
nipkow
parents: 10212
diff changeset
   174
10225
b9fd52525b69 *** empty log message ***
nipkow
parents: 10217
diff changeset
   175
$(LOG)/HOL-Inductive.gz: $(OUT)/HOL Inductive/ROOT.ML \
10762
cd1a2bee5549 *** empty log message ***
nipkow
parents: 10682
diff changeset
   176
  Inductive/Even.thy Inductive/Mutual.thy Inductive/Star.thy Inductive/AB.thy \
cd1a2bee5549 *** empty log message ***
nipkow
parents: 10682
diff changeset
   177
  Inductive/Advanced.thy
10676
06f390008ceb *** empty log message ***
nipkow
parents: 10655
diff changeset
   178
	$(USEDIR) Inductive
42512
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   179
	@rm -f Inductive/document/isabelle.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   180
	@rm -f Inductive/document/isabellesym.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   181
	@rm -f Inductive/document/pdfsetup.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   182
	@rm -f Inductive/document/session.tex
10217
e61e7e1eacaf *** empty log message ***
nipkow
parents: 10212
diff changeset
   183
	@rm -f tutorial.dvi
e61e7e1eacaf *** empty log message ***
nipkow
parents: 10212
diff changeset
   184
10328
bf33cbd76c05 *** empty log message ***
nipkow
parents: 10296
diff changeset
   185
## HOL-Types
bf33cbd76c05 *** empty log message ***
nipkow
parents: 10296
diff changeset
   186
27423
b8ff8497de6a HOL += HOL-Complex
haftmann
parents: 25281
diff changeset
   187
HOL-Types: HOL $(LOG)/HOL-Types.gz
10328
bf33cbd76c05 *** empty log message ***
nipkow
parents: 10296
diff changeset
   188
27423
b8ff8497de6a HOL += HOL-Complex
haftmann
parents: 25281
diff changeset
   189
$(LOG)/HOL-Types.gz: $(OUT)/HOL Types/ROOT.ML \
11858
ca128c9100b6 renamed Typedef.thy to Typedefs.thy (former already present in main HOL);
wenzelm
parents: 11857
diff changeset
   190
  Types/Numbers.thy Types/Pairs.thy Types/Records.thy Types/Typedefs.thy \
10328
bf33cbd76c05 *** empty log message ***
nipkow
parents: 10296
diff changeset
   191
  Types/Overloading.thy Types/Axioms.thy
27423
b8ff8497de6a HOL += HOL-Complex
haftmann
parents: 25281
diff changeset
   192
	$(USEDIR) Types
42512
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   193
	@rm -f Types/document/isabelle.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   194
	@rm -f Types/document/isabellesym.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   195
	@rm -f Types/document/pdfsetup.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   196
	@rm -f Types/document/session.tex
10328
bf33cbd76c05 *** empty log message ***
nipkow
parents: 10296
diff changeset
   197
	@rm -f tutorial.dvi
bf33cbd76c05 *** empty log message ***
nipkow
parents: 10296
diff changeset
   198
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
   199
## HOL-Misc
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
   200
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
   201
HOL-Misc: HOL $(LOG)/HOL-Misc.gz
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
   202
9722
a5f86aed785b *** empty log message ***
nipkow
parents: 9721
diff changeset
   203
$(LOG)/HOL-Misc.gz: $(OUT)/HOL Misc/ROOT.ML Misc/Tree.thy Misc/Tree2.thy \
13305
f88d0c363582 *** empty log message ***
nipkow
parents: 12582
diff changeset
   204
  Misc/Plus.thy Misc/fakenat.thy Misc/natsum.thy Misc/pairs.thy \
f88d0c363582 *** empty log message ***
nipkow
parents: 12582
diff changeset
   205
  Misc/Option2.thy Misc/types.thy Misc/prime_def.thy Misc/case_exprs.thy \
10978
5eebea8f359f *** empty log message ***
nipkow
parents: 10956
diff changeset
   206
  Misc/simp.thy Misc/Itrev.thy Misc/AdvancedInd.thy Misc/appendix.thy
10676
06f390008ceb *** empty log message ***
nipkow
parents: 10655
diff changeset
   207
	$(USEDIR) Misc
42512
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   208
	@rm -f Misc/document/isabelle.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   209
	@rm -f Misc/document/isabellesym.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   210
	@rm -f Misc/document/pdfsetup.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   211
	@rm -f Misc/document/session.tex
8754
42ce93ada11e *** empty log message ***
nipkow
parents: 8751
diff changeset
   212
	@rm -f tutorial.dvi
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
   213
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
   214
11249
a0e3c67c1394 Protocols chapter
paulson
parents: 11203
diff changeset
   215
## HOL-Protocol
a0e3c67c1394 Protocols chapter
paulson
parents: 11203
diff changeset
   216
a0e3c67c1394 Protocols chapter
paulson
parents: 11203
diff changeset
   217
HOL-Protocol: HOL $(LOG)/HOL-Protocol.gz
a0e3c67c1394 Protocols chapter
paulson
parents: 11203
diff changeset
   218
a0e3c67c1394 Protocols chapter
paulson
parents: 11203
diff changeset
   219
$(LOG)/HOL-Protocol.gz: $(OUT)/HOL Protocol/ROOT.ML  \
23926
391742a44617 Removed legacy ML files in Protocol case study.
berghofe
parents: 17055
diff changeset
   220
  Protocol/Message.thy Protocol/Event.thy \
391742a44617 Removed legacy ML files in Protocol case study.
berghofe
parents: 17055
diff changeset
   221
  Protocol/Public.thy Protocol/NS_Public.thy    
11249
a0e3c67c1394 Protocols chapter
paulson
parents: 11203
diff changeset
   222
	$(USEDIR) Protocol
42512
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   223
	@rm -f Protocol/document/isabelle.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   224
	@rm -f Protocol/document/isabellesym.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   225
	@rm -f Protocol/document/pdfsetup.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   226
	@rm -f Protocol/document/session.tex
11249
a0e3c67c1394 Protocols chapter
paulson
parents: 11203
diff changeset
   227
	@rm -f tutorial.dvi
a0e3c67c1394 Protocols chapter
paulson
parents: 11203
diff changeset
   228
11647
0538cb0f7999 initial setup for chapter on document preparation;
wenzelm
parents: 11617
diff changeset
   229
## HOL-Documents
0538cb0f7999 initial setup for chapter on document preparation;
wenzelm
parents: 11617
diff changeset
   230
0538cb0f7999 initial setup for chapter on document preparation;
wenzelm
parents: 11617
diff changeset
   231
HOL-Documents: HOL $(LOG)/HOL-Documents.gz
0538cb0f7999 initial setup for chapter on document preparation;
wenzelm
parents: 11617
diff changeset
   232
0538cb0f7999 initial setup for chapter on document preparation;
wenzelm
parents: 11617
diff changeset
   233
$(LOG)/HOL-Documents.gz: $(OUT)/HOL Documents/Documents.thy Documents/ROOT.ML
0538cb0f7999 initial setup for chapter on document preparation;
wenzelm
parents: 11617
diff changeset
   234
	$(USEDIR) Documents
42512
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   235
	@rm -f Documents/document/isabelle.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   236
	@rm -f Documents/document/isabellesym.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   237
	@rm -f Documents/document/pdfsetup.sty
f1ca2b0e0265 misc cleanup -- no need to copy style files;
wenzelm
parents: 32835
diff changeset
   238
	@rm -f Documents/document/session.tex
11647
0538cb0f7999 initial setup for chapter on document preparation;
wenzelm
parents: 11617
diff changeset
   239
	@rm -f tutorial.dvi
0538cb0f7999 initial setup for chapter on document preparation;
wenzelm
parents: 11617
diff changeset
   240
8743
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
   241
## clean
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
   242
3253c6046d57 I wonder if that's all?
nipkow
parents:
diff changeset
   243
clean:
25281
8d309beb66d6 removed advanced recdef section and replaced it by citation of Alex's tutorial.
nipkow
parents: 25258
diff changeset
   244
	@rm -f tutorial.dvi $(LOG)/HOL-Ifexpr.gz $(LOG)/HOL-CodeGen.gz $(LOG)/HOL-Misc.gz $(LOG)/HOL-ToyList.gz $(LOG)/HOL-ToyList2.gz $(LOG)/HOL-Trie.gz $(LOG)/HOL-Datatype.gz $(LOG)/HOL-Fun.gz $(LOG)/HOL-Advanced.gz $(LOG)/HOL-Rules.gz $(LOG)/HOL-Sets.gz $(LOG)/HOL-CTL.gz $(LOG)/HOL-Inductive.gz $(LOG)/HOL-Types.gz $(LOG)/HOL-Protocol.gz $(LOG)/HOL-Documents.gz Rules/document/*.tex Sets/document/*.tex