author | Christian Urban <urbanc@in.tum.de> |
Sun, 18 Dec 2011 00:42:32 +0000 | |
changeset 3076 | 2b1b8404fe0d |
parent 3052 | 41ec301eb062 |
child 3082 | a6b0220fb8ae |
permissions | -rw-r--r-- |
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 |
|
2524
693562f03eee
major reorganisation of fset (renamed fset_to_set to fset, changed the definition of list_eq and fcard_raw)
Christian Urban <urbanc@in.tum.de>
parents:
2519
diff
changeset
|
4 |
default: tests |
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 |
|
2748
6f38e357b337
rearranged directories and updated to new Isabelle
Christian Urban <urbanc@in.tum.de>
parents:
2742
diff
changeset
|
7 |
all: tests esop pearl pearl-jv qpaper slides |
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 |
|
2996
aedcf9e5aa3b
Add 'no-brackets' to avoid '[| |]' in papers.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
2985
diff
changeset
|
16 |
USEDIR = $(ISABELLE_TOOL) usedir -v true -t true -m no_brackets ##-D generated |
1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
17 |
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
18 |
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
19 |
## Nominal2 |
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
20 |
|
2454
9ffee4eb1ae1
renamed NewParser to Nominal2
Christian Urban <urbanc@in.tum.de>
parents:
2440
diff
changeset
|
21 |
tests: $(LOG)/HOL-Nominal2.gz |
1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
22 |
|
2480
ac7dff1194e8
introduced a general procedure for structural inductions; simplified reflexivity proof
Christian Urban <urbanc@in.tum.de>
parents:
2479
diff
changeset
|
23 |
$(LOG)/HOL-Nominal2.gz: Nominal/ROOT.ML Nominal/*.thy |
2749 | 24 |
@cd Nominal; $(USEDIR) -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
|
25 |
|
2748
6f38e357b337
rearranged directories and updated to new Isabelle
Christian Urban <urbanc@in.tum.de>
parents:
2742
diff
changeset
|
26 |
## ESOP Paper |
1772
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
parents:
1491
diff
changeset
|
27 |
|
2748
6f38e357b337
rearranged directories and updated to new Isabelle
Christian Urban <urbanc@in.tum.de>
parents:
2742
diff
changeset
|
28 |
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
|
29 |
|
2748
6f38e357b337
rearranged directories and updated to new Isabelle
Christian Urban <urbanc@in.tum.de>
parents:
2742
diff
changeset
|
30 |
$(LOG)/HOL-ESOP-Paper.gz: ESOP-Paper/ROOT.ML ESOP-Paper/document/root.* ESOP-Paper/*.thy |
2749 | 31 |
@$(USEDIR) -f ROOT.ML -D generated Nominal2 ESOP-Paper |
2748
6f38e357b337
rearranged directories and updated to new Isabelle
Christian Urban <urbanc@in.tum.de>
parents:
2742
diff
changeset
|
32 |
$(ISABELLE_TOOL) document -o pdf ESOP-Paper/generated |
6f38e357b337
rearranged directories and updated to new Isabelle
Christian Urban <urbanc@in.tum.de>
parents:
2742
diff
changeset
|
33 |
@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
|
34 |
|
2985
05ccb61aa628
started lmcs paper (isabelle make lmcs)
Christian Urban <urbanc@in.tum.de>
parents:
2856
diff
changeset
|
35 |
## LMCS Paper |
05ccb61aa628
started lmcs paper (isabelle make lmcs)
Christian Urban <urbanc@in.tum.de>
parents:
2856
diff
changeset
|
36 |
|
05ccb61aa628
started lmcs paper (isabelle make lmcs)
Christian Urban <urbanc@in.tum.de>
parents:
2856
diff
changeset
|
37 |
lmcs: $(LOG)/HOL-LMCS-Paper.gz |
05ccb61aa628
started lmcs paper (isabelle make lmcs)
Christian Urban <urbanc@in.tum.de>
parents:
2856
diff
changeset
|
38 |
|
05ccb61aa628
started lmcs paper (isabelle make lmcs)
Christian Urban <urbanc@in.tum.de>
parents:
2856
diff
changeset
|
39 |
$(LOG)/HOL-LMCS-Paper.gz: LMCS-Paper/ROOT.ML LMCS-Paper/document/root.* LMCS-Paper/*.thy |
05ccb61aa628
started lmcs paper (isabelle make lmcs)
Christian Urban <urbanc@in.tum.de>
parents:
2856
diff
changeset
|
40 |
@$(USEDIR) -f ROOT.ML -D generated Nominal2 LMCS-Paper |
05ccb61aa628
started lmcs paper (isabelle make lmcs)
Christian Urban <urbanc@in.tum.de>
parents:
2856
diff
changeset
|
41 |
$(ISABELLE_TOOL) document -o pdf LMCS-Paper/generated |
05ccb61aa628
started lmcs paper (isabelle make lmcs)
Christian Urban <urbanc@in.tum.de>
parents:
2856
diff
changeset
|
42 |
@cp LMCS-Paper/document.pdf lmcs-paper.pdf |
05ccb61aa628
started lmcs paper (isabelle make lmcs)
Christian Urban <urbanc@in.tum.de>
parents:
2856
diff
changeset
|
43 |
|
1785
95df71c3df2f
added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
1775
diff
changeset
|
44 |
## Pearl Paper ITP |
1772
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
parents:
1491
diff
changeset
|
45 |
|
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
parents:
1491
diff
changeset
|
46 |
pearl: $(LOG)/HOL-Pearl.gz |
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
parents:
1491
diff
changeset
|
47 |
|
1775 | 48 |
$(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>
parents:
1491
diff
changeset
|
49 |
@$(USEDIR) -D generated HOL Pearl |
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
parents:
1491
diff
changeset
|
50 |
$(ISABELLE_TOOL) document -o pdf Pearl/generated |
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
parents:
1491
diff
changeset
|
51 |
@cp Pearl/document.pdf pearl.pdf |
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
parents:
1491
diff
changeset
|
52 |
|
1785
95df71c3df2f
added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
1775
diff
changeset
|
53 |
## Pearl Journal Paper |
95df71c3df2f
added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
1775
diff
changeset
|
54 |
|
2742 | 55 |
$(LOG)/HOL-Pearl-jv.gz: Pearl-jv/ROOT.ML Nominal/*.thy |
56 |
@cd Pearl-jv; $(USEDIR) -b -f ROOT.ML HOL HOL-Pearl-jv |
|
1785
95df71c3df2f
added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
1775
diff
changeset
|
57 |
|
2742 | 58 |
pearl-jv: $(LOG)/HOL-Pearl-jv.gz Pearl-jv/ROOT2.ML Pearl-jv/document/root.* Pearl-jv/*.thy |
59 |
@$(USEDIR) -f ROOT2.ML -D generated HOL-Pearl-jv Pearl-jv |
|
60 |
@$(ISABELLE_TOOL) document -o pdf Pearl-jv/generated |
|
61 |
@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>
parents:
1491
diff
changeset
|
62 |
|
1975
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
1785
diff
changeset
|
63 |
## Quotient Paper |
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
1785
diff
changeset
|
64 |
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
1785
diff
changeset
|
65 |
qpaper: $(LOG)/HOL-QPaper.gz |
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
1785
diff
changeset
|
66 |
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
1785
diff
changeset
|
67 |
$(LOG)/HOL-QPaper.gz: Quotient-Paper/ROOT.ML Quotient-Paper/document/root.* Quotient-Paper/*.thy |
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
1785
diff
changeset
|
68 |
@$(USEDIR) -D generated HOL Quotient-Paper |
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
1785
diff
changeset
|
69 |
$(ISABELLE_TOOL) document -o pdf Quotient-Paper/generated |
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
1785
diff
changeset
|
70 |
@cp Quotient-Paper/document.pdf qpaper.pdf |
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
1785
diff
changeset
|
71 |
|
2856
e36beb11723c
added a stub for function paper; "isabelle make fnpaper"
Christian Urban <urbanc@in.tum.de>
parents:
2786
diff
changeset
|
72 |
## Nominal Functions paper |
e36beb11723c
added a stub for function paper; "isabelle make fnpaper"
Christian Urban <urbanc@in.tum.de>
parents:
2786
diff
changeset
|
73 |
|
e36beb11723c
added a stub for function paper; "isabelle make fnpaper"
Christian Urban <urbanc@in.tum.de>
parents:
2786
diff
changeset
|
74 |
fnpaper: $(LOG)/HOL-FnPaper.gz |
e36beb11723c
added a stub for function paper; "isabelle make fnpaper"
Christian Urban <urbanc@in.tum.de>
parents:
2786
diff
changeset
|
75 |
|
e36beb11723c
added a stub for function paper; "isabelle make fnpaper"
Christian Urban <urbanc@in.tum.de>
parents:
2786
diff
changeset
|
76 |
$(LOG)/HOL-FnPaper.gz: Fun-Paper/ROOT.ML Fun-Paper/document/root.* Fun-Paper/*.thy |
e36beb11723c
added a stub for function paper; "isabelle make fnpaper"
Christian Urban <urbanc@in.tum.de>
parents:
2786
diff
changeset
|
77 |
@$(USEDIR) -D generated HOL Fun-Paper |
e36beb11723c
added a stub for function paper; "isabelle make fnpaper"
Christian Urban <urbanc@in.tum.de>
parents:
2786
diff
changeset
|
78 |
$(ISABELLE_TOOL) document -o pdf Fun-Paper/generated |
e36beb11723c
added a stub for function paper; "isabelle make fnpaper"
Christian Urban <urbanc@in.tum.de>
parents:
2786
diff
changeset
|
79 |
@cp Fun-Paper/document.pdf fnpaper.pdf |
e36beb11723c
added a stub for function paper; "isabelle make fnpaper"
Christian Urban <urbanc@in.tum.de>
parents:
2786
diff
changeset
|
80 |
|
2299 | 81 |
## Slides |
82 |
||
2351
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
83 |
session1: Slides/ROOT1.ML \ |
2299 | 84 |
Slides/document/root* \ |
85 |
Slides/Slides1.thy |
|
2351
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
86 |
@$(USEDIR) -D generated1 -f ROOT1.ML HOL-Nominal Slides |
2299 | 87 |
|
88 |
slides1: session1 |
|
89 |
rm -f Slides/generated1/*.aux # otherwise latex will fall over |
|
90 |
cd Slides/generated1 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex |
|
91 |
cd Slides/generated1 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex |
|
2351
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
92 |
cp Slides/generated1/root.beamer.pdf Slides/slides1.pdf |
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
93 |
|
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
94 |
session2: Slides/ROOT2.ML \ |
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
95 |
Slides/document/root* \ |
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
96 |
Slides/Slides2.thy |
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
97 |
@$(USEDIR) -D generated2 -f ROOT2.ML HOL-Nominal Slides |
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
98 |
|
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
99 |
slides2: session2 |
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
100 |
rm -f Slides/generated2/*.aux # otherwise latex will fall over |
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
101 |
cd Slides/generated2 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex |
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
102 |
cd Slides/generated2 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex |
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
103 |
cp Slides/generated2/root.beamer.pdf Slides/slides2.pdf |
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
104 |
|
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
105 |
session3: Slides/ROOT3.ML \ |
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
106 |
Slides/document/root* \ |
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
107 |
Slides/Slides3.thy |
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
108 |
@$(USEDIR) -D generated3 -f ROOT3.ML HOL-Nominal Slides |
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
109 |
|
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
110 |
slides3: session3 |
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
111 |
rm -f Slides/generated3/*.aux # otherwise latex will fall over |
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
112 |
cd Slides/generated3 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex |
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
113 |
cd Slides/generated3 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex |
842969a598f2
added material for slides
Christian Urban <urbanc@in.tum.de>
parents:
2299
diff
changeset
|
114 |
cp Slides/generated3/root.beamer.pdf Slides/slides3.pdf |
2299 | 115 |
|
2459 | 116 |
session4: Slides/ROOT4.ML \ |
117 |
Slides/document/root* \ |
|
118 |
Slides/Slides4.thy |
|
119 |
@$(USEDIR) -D generated4 -f ROOT4.ML HOL-Nominal Slides |
|
120 |
||
121 |
slides4: session4 |
|
122 |
rm -f Slides/generated4/*.aux # otherwise latex will fall over |
|
123 |
cd Slides/generated4 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex |
|
124 |
cd Slides/generated4 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex |
|
125 |
cp Slides/generated4/root.beamer.pdf Slides/slides4.pdf |
|
126 |
||
2748
6f38e357b337
rearranged directories and updated to new Isabelle
Christian Urban <urbanc@in.tum.de>
parents:
2742
diff
changeset
|
127 |
session5: Slides/ROOT5.ML \ |
6f38e357b337
rearranged directories and updated to new Isabelle
Christian Urban <urbanc@in.tum.de>
parents:
2742
diff
changeset
|
128 |
Slides/document/root* \ |
6f38e357b337
rearranged directories and updated to new Isabelle
Christian Urban <urbanc@in.tum.de>
parents:
2742
diff
changeset
|
129 |
Slides/Slides5.thy |
6f38e357b337
rearranged directories and updated to new Isabelle
Christian Urban <urbanc@in.tum.de>
parents:
2742
diff
changeset
|
130 |
@$(USEDIR) -D generated5 -f ROOT5.ML HOL-Nominal Slides |
6f38e357b337
rearranged directories and updated to new Isabelle
Christian Urban <urbanc@in.tum.de>
parents:
2742
diff
changeset
|
131 |
|
6f38e357b337
rearranged directories and updated to new Isabelle
Christian Urban <urbanc@in.tum.de>
parents:
2742
diff
changeset
|
132 |
slides5: session5 |
6f38e357b337
rearranged directories and updated to new Isabelle
Christian Urban <urbanc@in.tum.de>
parents:
2742
diff
changeset
|
133 |
rm -f Slides/generated5/*.aux # otherwise latex will fall over |
6f38e357b337
rearranged directories and updated to new Isabelle
Christian Urban <urbanc@in.tum.de>
parents:
2742
diff
changeset
|
134 |
cd Slides/generated5 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex |
6f38e357b337
rearranged directories and updated to new Isabelle
Christian Urban <urbanc@in.tum.de>
parents:
2742
diff
changeset
|
135 |
cd Slides/generated5 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex |
6f38e357b337
rearranged directories and updated to new Isabelle
Christian Urban <urbanc@in.tum.de>
parents:
2742
diff
changeset
|
136 |
cp Slides/generated5/root.beamer.pdf Slides/slides5.pdf |
6f38e357b337
rearranged directories and updated to new Isabelle
Christian Urban <urbanc@in.tum.de>
parents:
2742
diff
changeset
|
137 |
|
2762 | 138 |
session6: Slides/ROOT6.ML \ |
139 |
Slides/document/root* \ |
|
140 |
Slides/Slides6.thy |
|
141 |
@$(USEDIR) -D generated6 -f ROOT6.ML HOL-Nominal Slides |
|
142 |
||
143 |
slides6: session6 |
|
144 |
rm -f Slides/generated6/*.aux # otherwise latex will fall over |
|
145 |
cd Slides/generated6 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex |
|
146 |
cd Slides/generated6 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex |
|
147 |
cp Slides/generated6/root.beamer.pdf Slides/slides6.pdf |
|
148 |
||
2772
c3ff26204d2a
added slides for beijing
Christian Urban <urbanc@in.tum.de>
parents:
2762
diff
changeset
|
149 |
session7: Slides/ROOT7.ML \ |
c3ff26204d2a
added slides for beijing
Christian Urban <urbanc@in.tum.de>
parents:
2762
diff
changeset
|
150 |
Slides/document/root* \ |
c3ff26204d2a
added slides for beijing
Christian Urban <urbanc@in.tum.de>
parents:
2762
diff
changeset
|
151 |
Slides/Slides6.thy |
c3ff26204d2a
added slides for beijing
Christian Urban <urbanc@in.tum.de>
parents:
2762
diff
changeset
|
152 |
@$(USEDIR) -D generated7 -f ROOT7.ML HOL Slides |
c3ff26204d2a
added slides for beijing
Christian Urban <urbanc@in.tum.de>
parents:
2762
diff
changeset
|
153 |
|
c3ff26204d2a
added slides for beijing
Christian Urban <urbanc@in.tum.de>
parents:
2762
diff
changeset
|
154 |
slides7: session7 |
c3ff26204d2a
added slides for beijing
Christian Urban <urbanc@in.tum.de>
parents:
2762
diff
changeset
|
155 |
rm -f Slides/generated7/*.aux # otherwise latex will fall over |
c3ff26204d2a
added slides for beijing
Christian Urban <urbanc@in.tum.de>
parents:
2762
diff
changeset
|
156 |
cd Slides/generated7 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex |
c3ff26204d2a
added slides for beijing
Christian Urban <urbanc@in.tum.de>
parents:
2762
diff
changeset
|
157 |
cd Slides/generated7 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex |
c3ff26204d2a
added slides for beijing
Christian Urban <urbanc@in.tum.de>
parents:
2762
diff
changeset
|
158 |
cp Slides/generated7/root.beamer.pdf Slides/slides7.pdf |
c3ff26204d2a
added slides for beijing
Christian Urban <urbanc@in.tum.de>
parents:
2762
diff
changeset
|
159 |
|
2785
c63ffe1735eb
added slides for copenhagen
Christian Urban <urbanc@in.tum.de>
parents:
2772
diff
changeset
|
160 |
session8: Slides/ROOT8.ML \ |
c63ffe1735eb
added slides for copenhagen
Christian Urban <urbanc@in.tum.de>
parents:
2772
diff
changeset
|
161 |
Slides/document/root* \ |
c63ffe1735eb
added slides for copenhagen
Christian Urban <urbanc@in.tum.de>
parents:
2772
diff
changeset
|
162 |
Slides/Slides6.thy |
2786 | 163 |
@$(USEDIR) -D generated8 -f ROOT8.ML HOL-Nominal Slides |
2772
c3ff26204d2a
added slides for beijing
Christian Urban <urbanc@in.tum.de>
parents:
2762
diff
changeset
|
164 |
|
2785
c63ffe1735eb
added slides for copenhagen
Christian Urban <urbanc@in.tum.de>
parents:
2772
diff
changeset
|
165 |
slides8: session8 |
c63ffe1735eb
added slides for copenhagen
Christian Urban <urbanc@in.tum.de>
parents:
2772
diff
changeset
|
166 |
rm -f Slides/generated8/*.aux # otherwise latex will fall over |
c63ffe1735eb
added slides for copenhagen
Christian Urban <urbanc@in.tum.de>
parents:
2772
diff
changeset
|
167 |
cd Slides/generated8 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex |
c63ffe1735eb
added slides for copenhagen
Christian Urban <urbanc@in.tum.de>
parents:
2772
diff
changeset
|
168 |
cd Slides/generated8 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex |
c63ffe1735eb
added slides for copenhagen
Christian Urban <urbanc@in.tum.de>
parents:
2772
diff
changeset
|
169 |
cp Slides/generated8/root.beamer.pdf Slides/slides8.pdf |
c63ffe1735eb
added slides for copenhagen
Christian Urban <urbanc@in.tum.de>
parents:
2772
diff
changeset
|
170 |
|
3052
41ec301eb062
slides for talk in Leicester
Christian Urban <urbanc@in.tum.de>
parents:
2996
diff
changeset
|
171 |
session9: Slides/ROOT9.ML \ |
41ec301eb062
slides for talk in Leicester
Christian Urban <urbanc@in.tum.de>
parents:
2996
diff
changeset
|
172 |
Slides/document/root* \ |
41ec301eb062
slides for talk in Leicester
Christian Urban <urbanc@in.tum.de>
parents:
2996
diff
changeset
|
173 |
Slides/Slides6.thy |
41ec301eb062
slides for talk in Leicester
Christian Urban <urbanc@in.tum.de>
parents:
2996
diff
changeset
|
174 |
@$(USEDIR) -D generated9 -f ROOT9.ML HOL-Nominal Slides |
41ec301eb062
slides for talk in Leicester
Christian Urban <urbanc@in.tum.de>
parents:
2996
diff
changeset
|
175 |
|
41ec301eb062
slides for talk in Leicester
Christian Urban <urbanc@in.tum.de>
parents:
2996
diff
changeset
|
176 |
slides9: session9 |
41ec301eb062
slides for talk in Leicester
Christian Urban <urbanc@in.tum.de>
parents:
2996
diff
changeset
|
177 |
rm -f Slides/generated9/*.aux # otherwise latex will fall over |
41ec301eb062
slides for talk in Leicester
Christian Urban <urbanc@in.tum.de>
parents:
2996
diff
changeset
|
178 |
cd Slides/generated9 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex |
41ec301eb062
slides for talk in Leicester
Christian Urban <urbanc@in.tum.de>
parents:
2996
diff
changeset
|
179 |
cd Slides/generated9 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex |
41ec301eb062
slides for talk in Leicester
Christian Urban <urbanc@in.tum.de>
parents:
2996
diff
changeset
|
180 |
cp Slides/generated9/root.beamer.pdf Slides/slides9.pdf |
41ec301eb062
slides for talk in Leicester
Christian Urban <urbanc@in.tum.de>
parents:
2996
diff
changeset
|
181 |
|
41ec301eb062
slides for talk in Leicester
Christian Urban <urbanc@in.tum.de>
parents:
2996
diff
changeset
|
182 |
|
41ec301eb062
slides for talk in Leicester
Christian Urban <urbanc@in.tum.de>
parents:
2996
diff
changeset
|
183 |
slides: slides1 slides2 slides3 slides4 slides5 slides6 slides7 slides8 slides8 |
2299 | 184 |
|
185 |
||
186 |
||
1975
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
1785
diff
changeset
|
187 |
|
1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
188 |
## clean |
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
189 |
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
190 |
clean: |
1772
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
parents:
1491
diff
changeset
|
191 |
@rm -f $(LOG)/HOL-Nominal2.gz $(LOG)/HOL-Pearl.gz |