1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
1 |
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
2 |
## targets
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
3 |
|
3111
|
4 |
default: session
|
1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
5 |
images:
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
6 |
|
3112
|
7 |
all: tests esop pearl pearl-jv qpaper qpaper-jv slides lmcs
|
1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
8 |
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
9 |
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
10 |
## global settings
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
11 |
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
12 |
SRC = $(ISABELLE_HOME)/src
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
13 |
OUT = $(ISABELLE_OUTPUT)
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
14 |
LOG = $(OUT)/log
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
15 |
|
3110
62e1d888aacc
added a session entry in order to quickly build the heap file (tests took too long)
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
16 |
USEDIR = $(ISABELLE_TOOL) usedir -v true -t true -m no_brackets
|
62e1d888aacc
added a session entry in order to quickly build the heap file (tests took too long)
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
17 |
|
62e1d888aacc
added a session entry in order to quickly build the heap file (tests took too long)
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
18 |
## Nominal2
|
62e1d888aacc
added a session entry in order to quickly build the heap file (tests took too long)
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
19 |
|
62e1d888aacc
added a session entry in order to quickly build the heap file (tests took too long)
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
20 |
session: $(LOG)/HOL-Nominal2.gz
|
62e1d888aacc
added a session entry in order to quickly build the heap file (tests took too long)
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
21 |
|
62e1d888aacc
added a session entry in order to quickly build the heap file (tests took too long)
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
22 |
$(LOG)/HOL-Nominal2.gz: Nominal/FROOT.ML Nominal/*.thy
|
62e1d888aacc
added a session entry in order to quickly build the heap file (tests took too long)
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
23 |
@cd Nominal; $(USEDIR) -f FROOT.ML -b -d "" HOL Nominal2
|
1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
24 |
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
25 |
|
3110
62e1d888aacc
added a session entry in order to quickly build the heap file (tests took too long)
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
26 |
## tests
|
1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
27 |
|
3112
|
28 |
tests: $(LOG)/HOL-Nominal2-tests.gz
|
1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
29 |
|
3110
62e1d888aacc
added a session entry in order to quickly build the heap file (tests took too long)
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
30 |
$(LOG)/HOL-Nominal2-tests.gz: Nominal/ROOT.ML Nominal/*.thy
|
3112
|
31 |
@$(USEDIR) HOL Nominal
|
3132
|
32 |
@$(USEDIR) HOL Tutorial
|
3200
|
33 |
# @$(USEDIR) HOL Nominal/Ex/CPS
|
1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
34 |
|
2748
|
35 |
## ESOP Paper
|
1772
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
36 |
|
2748
|
37 |
esop: $(LOG)/HOL-ESOP-Paper.gz
|
1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
38 |
|
2748
|
39 |
$(LOG)/HOL-ESOP-Paper.gz: ESOP-Paper/ROOT.ML ESOP-Paper/document/root.* ESOP-Paper/*.thy
|
2749
|
40 |
@$(USEDIR) -f ROOT.ML -D generated Nominal2 ESOP-Paper
|
2748
|
41 |
$(ISABELLE_TOOL) document -o pdf ESOP-Paper/generated
|
|
42 |
@cp ESOP-Paper/document.pdf esop-paper.pdf
|
1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
43 |
|
2985
|
44 |
## LMCS Paper
|
|
45 |
|
|
46 |
lmcs: $(LOG)/HOL-LMCS-Paper.gz
|
|
47 |
|
|
48 |
$(LOG)/HOL-LMCS-Paper.gz: LMCS-Paper/ROOT.ML LMCS-Paper/document/root.* LMCS-Paper/*.thy
|
|
49 |
@$(USEDIR) -f ROOT.ML -D generated Nominal2 LMCS-Paper
|
|
50 |
$(ISABELLE_TOOL) document -o pdf LMCS-Paper/generated
|
|
51 |
@cp LMCS-Paper/document.pdf lmcs-paper.pdf
|
|
52 |
|
1785
|
53 |
## Pearl Paper ITP
|
1772
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
54 |
|
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
55 |
pearl: $(LOG)/HOL-Pearl.gz
|
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
56 |
|
1775
|
57 |
$(LOG)/HOL-Pearl.gz: Pearl/ROOT.ML Pearl/document/root.* Pearl/*.thy
|
1772
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
58 |
@$(USEDIR) -D generated HOL Pearl
|
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
59 |
$(ISABELLE_TOOL) document -o pdf Pearl/generated
|
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
60 |
@cp Pearl/document.pdf pearl.pdf
|
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
61 |
|
1785
|
62 |
## Pearl Journal Paper
|
|
63 |
|
2742
|
64 |
$(LOG)/HOL-Pearl-jv.gz: Pearl-jv/ROOT.ML Nominal/*.thy
|
|
65 |
@cd Pearl-jv; $(USEDIR) -b -f ROOT.ML HOL HOL-Pearl-jv
|
1785
|
66 |
|
2742
|
67 |
pearl-jv: $(LOG)/HOL-Pearl-jv.gz Pearl-jv/ROOT2.ML Pearl-jv/document/root.* Pearl-jv/*.thy
|
|
68 |
@$(USEDIR) -f ROOT2.ML -D generated HOL-Pearl-jv Pearl-jv
|
|
69 |
@$(ISABELLE_TOOL) document -o pdf Pearl-jv/generated
|
|
70 |
@cp Pearl-jv/document.pdf pearl-jv.pdf
|
1772
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
71 |
|
1975
|
72 |
## Quotient Paper
|
|
73 |
|
|
74 |
qpaper: $(LOG)/HOL-QPaper.gz
|
|
75 |
|
|
76 |
$(LOG)/HOL-QPaper.gz: Quotient-Paper/ROOT.ML Quotient-Paper/document/root.* Quotient-Paper/*.thy
|
|
77 |
@$(USEDIR) -D generated HOL Quotient-Paper
|
|
78 |
$(ISABELLE_TOOL) document -o pdf Quotient-Paper/generated
|
|
79 |
@cp Quotient-Paper/document.pdf qpaper.pdf
|
|
80 |
|
3082
a6b0220fb8ae
Added an initial version of qpaper-jv and a TODO of things to write about.
Cezary Kaliszyk <kaliszyk@in.tum.de>
diff
changeset
|
81 |
## Quotient Journal Paper
|
a6b0220fb8ae
Added an initial version of qpaper-jv and a TODO of things to write about.
Cezary Kaliszyk <kaliszyk@in.tum.de>
diff
changeset
|
82 |
|
a6b0220fb8ae
Added an initial version of qpaper-jv and a TODO of things to write about.
Cezary Kaliszyk <kaliszyk@in.tum.de>
diff
changeset
|
83 |
qpaper-jv: $(LOG)/HOL-QPaper-jv.gz
|
a6b0220fb8ae
Added an initial version of qpaper-jv and a TODO of things to write about.
Cezary Kaliszyk <kaliszyk@in.tum.de>
diff
changeset
|
84 |
|
a6b0220fb8ae
Added an initial version of qpaper-jv and a TODO of things to write about.
Cezary Kaliszyk <kaliszyk@in.tum.de>
diff
changeset
|
85 |
$(LOG)/HOL-QPaper-jv.gz: Quotient-Paper-jv/ROOT.ML Quotient-Paper-jv/document/root.* Quotient-Paper-jv/*.thy
|
a6b0220fb8ae
Added an initial version of qpaper-jv and a TODO of things to write about.
Cezary Kaliszyk <kaliszyk@in.tum.de>
diff
changeset
|
86 |
@$(USEDIR) -D generated HOL Quotient-Paper-jv
|
a6b0220fb8ae
Added an initial version of qpaper-jv and a TODO of things to write about.
Cezary Kaliszyk <kaliszyk@in.tum.de>
diff
changeset
|
87 |
$(ISABELLE_TOOL) document -o pdf Quotient-Paper-jv/generated
|
a6b0220fb8ae
Added an initial version of qpaper-jv and a TODO of things to write about.
Cezary Kaliszyk <kaliszyk@in.tum.de>
diff
changeset
|
88 |
@cp Quotient-Paper-jv/document.pdf qpaper-jv.pdf
|
a6b0220fb8ae
Added an initial version of qpaper-jv and a TODO of things to write about.
Cezary Kaliszyk <kaliszyk@in.tum.de>
diff
changeset
|
89 |
|
3173
|
90 |
## SFT Paper
|
|
91 |
|
|
92 |
sft-paper: $(LOG)/Nominal-SFT-Paper.gz
|
|
93 |
|
|
94 |
$(LOG)/Nominal-SFT-Paper.gz: Nominal/Ex/SFT/ROOT.ML Nominal/Ex/SFT/document/root.* Nominal/Ex/SFT/*.thy
|
|
95 |
@$(USEDIR) -f ROOT.ML -D generated Nominal2 Nominal/Ex/SFT
|
|
96 |
$(ISABELLE_TOOL) document -o pdf Nominal/Ex/SFT/generated
|
|
97 |
@cp Nominal/Ex/SFT/document.pdf sft-paper.pdf
|
|
98 |
|
|
99 |
|
|
100 |
## Exec Paper
|
|
101 |
|
|
102 |
exec-paper: $(LOG)/Nominal-Exec-Paper.gz
|
|
103 |
|
|
104 |
$(LOG)/Nominal-Exec-Paper.gz: Nominal/Ex/Exec/ROOT.ML Nominal/Ex/Exec/document/root.* Nominal/Ex/Exec/*.thy
|
|
105 |
@$(USEDIR) -f ROOT.ML -D generated Nominal2 Nominal/Ex/Exec
|
|
106 |
$(ISABELLE_TOOL) document -o pdf Nominal/Ex/Exec/generated
|
|
107 |
@cp Nominal/Ex/Exec/document.pdf exec-paper.pdf
|
|
108 |
|
|
109 |
|
2856
|
110 |
## Nominal Functions paper
|
|
111 |
|
|
112 |
fnpaper: $(LOG)/HOL-FnPaper.gz
|
|
113 |
|
|
114 |
$(LOG)/HOL-FnPaper.gz: Fun-Paper/ROOT.ML Fun-Paper/document/root.* Fun-Paper/*.thy
|
|
115 |
@$(USEDIR) -D generated HOL Fun-Paper
|
|
116 |
$(ISABELLE_TOOL) document -o pdf Fun-Paper/generated
|
|
117 |
@cp Fun-Paper/document.pdf fnpaper.pdf
|
|
118 |
|
2299
|
119 |
## Slides
|
|
120 |
|
2351
|
121 |
session1: Slides/ROOT1.ML \
|
2299
|
122 |
Slides/document/root* \
|
|
123 |
Slides/Slides1.thy
|
2351
|
124 |
@$(USEDIR) -D generated1 -f ROOT1.ML HOL-Nominal Slides
|
2299
|
125 |
|
|
126 |
slides1: session1
|
|
127 |
rm -f Slides/generated1/*.aux # otherwise latex will fall over
|
|
128 |
cd Slides/generated1 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
129 |
cd Slides/generated1 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
2351
|
130 |
cp Slides/generated1/root.beamer.pdf Slides/slides1.pdf
|
|
131 |
|
|
132 |
session2: Slides/ROOT2.ML \
|
|
133 |
Slides/document/root* \
|
|
134 |
Slides/Slides2.thy
|
|
135 |
@$(USEDIR) -D generated2 -f ROOT2.ML HOL-Nominal Slides
|
|
136 |
|
|
137 |
slides2: session2
|
|
138 |
rm -f Slides/generated2/*.aux # otherwise latex will fall over
|
|
139 |
cd Slides/generated2 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
140 |
cd Slides/generated2 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
141 |
cp Slides/generated2/root.beamer.pdf Slides/slides2.pdf
|
|
142 |
|
|
143 |
session3: Slides/ROOT3.ML \
|
|
144 |
Slides/document/root* \
|
|
145 |
Slides/Slides3.thy
|
|
146 |
@$(USEDIR) -D generated3 -f ROOT3.ML HOL-Nominal Slides
|
|
147 |
|
|
148 |
slides3: session3
|
|
149 |
rm -f Slides/generated3/*.aux # otherwise latex will fall over
|
|
150 |
cd Slides/generated3 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
151 |
cd Slides/generated3 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
152 |
cp Slides/generated3/root.beamer.pdf Slides/slides3.pdf
|
2299
|
153 |
|
2459
|
154 |
session4: Slides/ROOT4.ML \
|
|
155 |
Slides/document/root* \
|
|
156 |
Slides/Slides4.thy
|
|
157 |
@$(USEDIR) -D generated4 -f ROOT4.ML HOL-Nominal Slides
|
|
158 |
|
|
159 |
slides4: session4
|
|
160 |
rm -f Slides/generated4/*.aux # otherwise latex will fall over
|
|
161 |
cd Slides/generated4 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
162 |
cd Slides/generated4 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
163 |
cp Slides/generated4/root.beamer.pdf Slides/slides4.pdf
|
|
164 |
|
2748
|
165 |
session5: Slides/ROOT5.ML \
|
|
166 |
Slides/document/root* \
|
|
167 |
Slides/Slides5.thy
|
|
168 |
@$(USEDIR) -D generated5 -f ROOT5.ML HOL-Nominal Slides
|
|
169 |
|
|
170 |
slides5: session5
|
|
171 |
rm -f Slides/generated5/*.aux # otherwise latex will fall over
|
|
172 |
cd Slides/generated5 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
173 |
cd Slides/generated5 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
174 |
cp Slides/generated5/root.beamer.pdf Slides/slides5.pdf
|
|
175 |
|
2762
|
176 |
session6: Slides/ROOT6.ML \
|
|
177 |
Slides/document/root* \
|
|
178 |
Slides/Slides6.thy
|
|
179 |
@$(USEDIR) -D generated6 -f ROOT6.ML HOL-Nominal Slides
|
|
180 |
|
|
181 |
slides6: session6
|
|
182 |
rm -f Slides/generated6/*.aux # otherwise latex will fall over
|
|
183 |
cd Slides/generated6 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
184 |
cd Slides/generated6 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
185 |
cp Slides/generated6/root.beamer.pdf Slides/slides6.pdf
|
|
186 |
|
2772
|
187 |
session7: Slides/ROOT7.ML \
|
|
188 |
Slides/document/root* \
|
|
189 |
Slides/Slides6.thy
|
|
190 |
@$(USEDIR) -D generated7 -f ROOT7.ML HOL Slides
|
|
191 |
|
|
192 |
slides7: session7
|
|
193 |
rm -f Slides/generated7/*.aux # otherwise latex will fall over
|
|
194 |
cd Slides/generated7 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
195 |
cd Slides/generated7 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
196 |
cp Slides/generated7/root.beamer.pdf Slides/slides7.pdf
|
|
197 |
|
2785
|
198 |
session8: Slides/ROOT8.ML \
|
|
199 |
Slides/document/root* \
|
|
200 |
Slides/Slides6.thy
|
2786
|
201 |
@$(USEDIR) -D generated8 -f ROOT8.ML HOL-Nominal Slides
|
2772
|
202 |
|
2785
|
203 |
slides8: session8
|
|
204 |
rm -f Slides/generated8/*.aux # otherwise latex will fall over
|
|
205 |
cd Slides/generated8 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
206 |
cd Slides/generated8 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
207 |
cp Slides/generated8/root.beamer.pdf Slides/slides8.pdf
|
|
208 |
|
3052
|
209 |
session9: Slides/ROOT9.ML \
|
|
210 |
Slides/document/root* \
|
|
211 |
Slides/Slides6.thy
|
|
212 |
@$(USEDIR) -D generated9 -f ROOT9.ML HOL-Nominal Slides
|
|
213 |
|
|
214 |
slides9: session9
|
|
215 |
rm -f Slides/generated9/*.aux # otherwise latex will fall over
|
|
216 |
cd Slides/generated9 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
217 |
cd Slides/generated9 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
218 |
cp Slides/generated9/root.beamer.pdf Slides/slides9.pdf
|
|
219 |
|
3121
|
220 |
sessionA: Slides/ROOTA.ML \
|
|
221 |
Slides/document/root* \
|
|
222 |
Slides/SlidesA.thy
|
|
223 |
@$(USEDIR) -D generatedA -f ROOTA.ML HOL-Nominal Slides
|
3052
|
224 |
|
3121
|
225 |
slidesA: sessionA
|
|
226 |
rm -f Slides/generatedA/*.aux # otherwise latex will fall over
|
|
227 |
cd Slides/generatedA ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
228 |
cd Slides/generatedA ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
229 |
cp Slides/generatedA/root.beamer.pdf Slides/slidesA.pdf
|
|
230 |
|
|
231 |
slides: slides1 slides2 slides3 slides4 slides5 slides6 slides7 slides8 slides8 slides9 slidesA
|
2299
|
232 |
|
|
233 |
|
|
234 |
|
1975
|
235 |
|
1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
236 |
## clean
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
237 |
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
238 |
clean:
|
1772
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
239 |
@rm -f $(LOG)/HOL-Nominal2.gz $(LOG)/HOL-Pearl.gz
|