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>
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
|
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 |
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
16 |
USEDIR = $(ISABELLE_TOOL) usedir -v true -t true ##-D generated
|
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
|
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>
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
|
26 |
## ESOP Paper
|
1772
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
27 |
|
2748
|
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
|
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
|
32 |
$(ISABELLE_TOOL) document -o pdf ESOP-Paper/generated
|
|
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 |
|
1785
|
35 |
## Pearl Paper ITP
|
1772
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
36 |
|
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
37 |
pearl: $(LOG)/HOL-Pearl.gz
|
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
38 |
|
1775
|
39 |
$(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
|
40 |
@$(USEDIR) -D generated HOL Pearl
|
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
41 |
$(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
|
42 |
@cp Pearl/document.pdf pearl.pdf
|
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
43 |
|
1785
|
44 |
## Pearl Journal Paper
|
|
45 |
|
2742
|
46 |
$(LOG)/HOL-Pearl-jv.gz: Pearl-jv/ROOT.ML Nominal/*.thy
|
|
47 |
@cd Pearl-jv; $(USEDIR) -b -f ROOT.ML HOL HOL-Pearl-jv
|
1785
|
48 |
|
2742
|
49 |
pearl-jv: $(LOG)/HOL-Pearl-jv.gz Pearl-jv/ROOT2.ML Pearl-jv/document/root.* Pearl-jv/*.thy
|
|
50 |
@$(USEDIR) -f ROOT2.ML -D generated HOL-Pearl-jv Pearl-jv
|
|
51 |
@$(ISABELLE_TOOL) document -o pdf Pearl-jv/generated
|
|
52 |
@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
|
53 |
|
1975
|
54 |
## Quotient Paper
|
|
55 |
|
|
56 |
qpaper: $(LOG)/HOL-QPaper.gz
|
|
57 |
|
|
58 |
$(LOG)/HOL-QPaper.gz: Quotient-Paper/ROOT.ML Quotient-Paper/document/root.* Quotient-Paper/*.thy
|
|
59 |
@$(USEDIR) -D generated HOL Quotient-Paper
|
|
60 |
$(ISABELLE_TOOL) document -o pdf Quotient-Paper/generated
|
|
61 |
@cp Quotient-Paper/document.pdf qpaper.pdf
|
|
62 |
|
2299
|
63 |
## Slides
|
|
64 |
|
2351
|
65 |
session1: Slides/ROOT1.ML \
|
2299
|
66 |
Slides/document/root* \
|
|
67 |
Slides/Slides1.thy
|
2351
|
68 |
@$(USEDIR) -D generated1 -f ROOT1.ML HOL-Nominal Slides
|
2299
|
69 |
|
|
70 |
slides1: session1
|
|
71 |
rm -f Slides/generated1/*.aux # otherwise latex will fall over
|
|
72 |
cd Slides/generated1 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
73 |
cd Slides/generated1 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
2351
|
74 |
cp Slides/generated1/root.beamer.pdf Slides/slides1.pdf
|
|
75 |
|
|
76 |
session2: Slides/ROOT2.ML \
|
|
77 |
Slides/document/root* \
|
|
78 |
Slides/Slides2.thy
|
|
79 |
@$(USEDIR) -D generated2 -f ROOT2.ML HOL-Nominal Slides
|
|
80 |
|
|
81 |
slides2: session2
|
|
82 |
rm -f Slides/generated2/*.aux # otherwise latex will fall over
|
|
83 |
cd Slides/generated2 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
84 |
cd Slides/generated2 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
85 |
cp Slides/generated2/root.beamer.pdf Slides/slides2.pdf
|
|
86 |
|
|
87 |
session3: Slides/ROOT3.ML \
|
|
88 |
Slides/document/root* \
|
|
89 |
Slides/Slides3.thy
|
|
90 |
@$(USEDIR) -D generated3 -f ROOT3.ML HOL-Nominal Slides
|
|
91 |
|
|
92 |
slides3: session3
|
|
93 |
rm -f Slides/generated3/*.aux # otherwise latex will fall over
|
|
94 |
cd Slides/generated3 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
95 |
cd Slides/generated3 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
96 |
cp Slides/generated3/root.beamer.pdf Slides/slides3.pdf
|
2299
|
97 |
|
2459
|
98 |
session4: Slides/ROOT4.ML \
|
|
99 |
Slides/document/root* \
|
|
100 |
Slides/Slides4.thy
|
|
101 |
@$(USEDIR) -D generated4 -f ROOT4.ML HOL-Nominal Slides
|
|
102 |
|
|
103 |
slides4: session4
|
|
104 |
rm -f Slides/generated4/*.aux # otherwise latex will fall over
|
|
105 |
cd Slides/generated4 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
106 |
cd Slides/generated4 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
107 |
cp Slides/generated4/root.beamer.pdf Slides/slides4.pdf
|
|
108 |
|
2748
|
109 |
session5: Slides/ROOT5.ML \
|
|
110 |
Slides/document/root* \
|
|
111 |
Slides/Slides5.thy
|
|
112 |
@$(USEDIR) -D generated5 -f ROOT5.ML HOL-Nominal Slides
|
|
113 |
|
|
114 |
slides5: session5
|
|
115 |
rm -f Slides/generated5/*.aux # otherwise latex will fall over
|
|
116 |
cd Slides/generated5 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
117 |
cd Slides/generated5 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
118 |
cp Slides/generated5/root.beamer.pdf Slides/slides5.pdf
|
|
119 |
|
2762
|
120 |
session6: Slides/ROOT6.ML \
|
|
121 |
Slides/document/root* \
|
|
122 |
Slides/Slides6.thy
|
|
123 |
@$(USEDIR) -D generated6 -f ROOT6.ML HOL-Nominal Slides
|
|
124 |
|
|
125 |
slides6: session6
|
|
126 |
rm -f Slides/generated6/*.aux # otherwise latex will fall over
|
|
127 |
cd Slides/generated6 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
128 |
cd Slides/generated6 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
129 |
cp Slides/generated6/root.beamer.pdf Slides/slides6.pdf
|
|
130 |
|
2772
|
131 |
session7: Slides/ROOT7.ML \
|
|
132 |
Slides/document/root* \
|
|
133 |
Slides/Slides6.thy
|
|
134 |
@$(USEDIR) -D generated7 -f ROOT7.ML HOL Slides
|
|
135 |
|
|
136 |
slides7: session7
|
|
137 |
rm -f Slides/generated7/*.aux # otherwise latex will fall over
|
|
138 |
cd Slides/generated7 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
139 |
cd Slides/generated7 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
140 |
cp Slides/generated7/root.beamer.pdf Slides/slides7.pdf
|
|
141 |
|
2785
|
142 |
session8: Slides/ROOT8.ML \
|
|
143 |
Slides/document/root* \
|
|
144 |
Slides/Slides6.thy
|
|
145 |
@$(USEDIR) -D generated8 -f ROOT8.ML HOL Slides
|
2772
|
146 |
|
2785
|
147 |
slides8: session8
|
|
148 |
rm -f Slides/generated8/*.aux # otherwise latex will fall over
|
|
149 |
cd Slides/generated8 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
150 |
cd Slides/generated8 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
151 |
cp Slides/generated8/root.beamer.pdf Slides/slides8.pdf
|
|
152 |
|
|
153 |
slides: slides1 slides2 slides3 slides4 slides5 slides6 slides7 slides8
|
2299
|
154 |
|
|
155 |
|
|
156 |
|
1975
|
157 |
|
1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
158 |
## clean
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
159 |
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
160 |
clean:
|
1772
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
161 |
@rm -f $(LOG)/HOL-Nominal2.gz $(LOG)/HOL-Pearl.gz
|