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 |
|
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
|
7 |
all: tests paper 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
|
ac7dff1194e8
introduced a general procedure for structural inductions; simplified reflexivity proof
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
24 |
@cd Nominal; $(USEDIR) -b -d "" HOL Nominal
|
1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
25 |
|
1772
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
26 |
## Nominal2 Paper
|
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
27 |
|
1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
28 |
paper: $(LOG)/HOL-Nominal2-Paper.gz
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
29 |
|
1775
|
30 |
$(LOG)/HOL-Nominal2-Paper.gz: Paper/ROOT.ML Paper/document/root.* Paper/*.thy
|
2519
|
31 |
@$(USEDIR) -f ROOTa.ML -D generated HOL Paper
|
2479
|
32 |
@$(USEDIR) -D generated HOL Paper
|
1484
|
33 |
$(ISABELLE_TOOL) document -o pdf Paper/generated
|
1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
34 |
@cp Paper/document.pdf paper.pdf
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
35 |
|
1785
|
36 |
## Pearl Paper ITP
|
1772
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
37 |
|
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
38 |
pearl: $(LOG)/HOL-Pearl.gz
|
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
39 |
|
1775
|
40 |
$(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
|
41 |
@$(USEDIR) -D generated HOL Pearl
|
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
42 |
$(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
|
43 |
@cp Pearl/document.pdf pearl.pdf
|
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
44 |
|
1785
|
45 |
## Pearl Journal Paper
|
|
46 |
|
2742
|
47 |
$(LOG)/HOL-Pearl-jv.gz: Pearl-jv/ROOT.ML Nominal/*.thy
|
|
48 |
@cd Pearl-jv; $(USEDIR) -b -f ROOT.ML HOL HOL-Pearl-jv
|
1785
|
49 |
|
2742
|
50 |
pearl-jv: $(LOG)/HOL-Pearl-jv.gz Pearl-jv/ROOT2.ML Pearl-jv/document/root.* Pearl-jv/*.thy
|
|
51 |
@$(USEDIR) -f ROOT2.ML -D generated HOL-Pearl-jv Pearl-jv
|
|
52 |
@$(ISABELLE_TOOL) document -o pdf Pearl-jv/generated
|
|
53 |
@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
|
54 |
|
1975
|
55 |
## Quotient Paper
|
|
56 |
|
|
57 |
qpaper: $(LOG)/HOL-QPaper.gz
|
|
58 |
|
|
59 |
$(LOG)/HOL-QPaper.gz: Quotient-Paper/ROOT.ML Quotient-Paper/document/root.* Quotient-Paper/*.thy
|
|
60 |
@$(USEDIR) -D generated HOL Quotient-Paper
|
|
61 |
$(ISABELLE_TOOL) document -o pdf Quotient-Paper/generated
|
|
62 |
@cp Quotient-Paper/document.pdf qpaper.pdf
|
|
63 |
|
2299
|
64 |
## Slides
|
|
65 |
|
2351
|
66 |
session1: Slides/ROOT1.ML \
|
2299
|
67 |
Slides/document/root* \
|
|
68 |
Slides/Slides1.thy
|
2351
|
69 |
@$(USEDIR) -D generated1 -f ROOT1.ML HOL-Nominal Slides
|
2299
|
70 |
|
|
71 |
slides1: session1
|
|
72 |
rm -f Slides/generated1/*.aux # otherwise latex will fall over
|
|
73 |
cd Slides/generated1 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
74 |
cd Slides/generated1 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
2351
|
75 |
cp Slides/generated1/root.beamer.pdf Slides/slides1.pdf
|
|
76 |
|
|
77 |
session2: Slides/ROOT2.ML \
|
|
78 |
Slides/document/root* \
|
|
79 |
Slides/Slides2.thy
|
|
80 |
@$(USEDIR) -D generated2 -f ROOT2.ML HOL-Nominal Slides
|
|
81 |
|
|
82 |
slides2: session2
|
|
83 |
rm -f Slides/generated2/*.aux # otherwise latex will fall over
|
|
84 |
cd Slides/generated2 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
85 |
cd Slides/generated2 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
86 |
cp Slides/generated2/root.beamer.pdf Slides/slides2.pdf
|
|
87 |
|
|
88 |
session3: Slides/ROOT3.ML \
|
|
89 |
Slides/document/root* \
|
|
90 |
Slides/Slides3.thy
|
|
91 |
@$(USEDIR) -D generated3 -f ROOT3.ML HOL-Nominal Slides
|
|
92 |
|
|
93 |
slides3: session3
|
|
94 |
rm -f Slides/generated3/*.aux # otherwise latex will fall over
|
|
95 |
cd Slides/generated3 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
96 |
cd Slides/generated3 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
97 |
cp Slides/generated3/root.beamer.pdf Slides/slides3.pdf
|
2299
|
98 |
|
2459
|
99 |
session4: Slides/ROOT4.ML \
|
|
100 |
Slides/document/root* \
|
|
101 |
Slides/Slides4.thy
|
|
102 |
@$(USEDIR) -D generated4 -f ROOT4.ML HOL-Nominal Slides
|
|
103 |
|
|
104 |
slides4: session4
|
|
105 |
rm -f Slides/generated4/*.aux # otherwise latex will fall over
|
|
106 |
cd Slides/generated4 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
107 |
cd Slides/generated4 ; $(ISABELLE_TOOL) latex -o pdf root.beamer.tex
|
|
108 |
cp Slides/generated4/root.beamer.pdf Slides/slides4.pdf
|
|
109 |
|
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
|
110 |
slides: slides1 slides2 slides3 slides4
|
2299
|
111 |
|
|
112 |
|
|
113 |
|
1975
|
114 |
|
1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
115 |
## clean
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
116 |
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
117 |
clean:
|
1772
48c2eb84d5ce
merged pearl paper with this repository; started litrature subdirectory
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
118 |
@rm -f $(LOG)/HOL-Nominal2.gz $(LOG)/HOL-Pearl.gz
|