2492
|
1 |
#
|
|
2 |
# $Id$
|
|
3 |
#
|
|
4 |
# IsaMakefile for Sequents
|
|
5 |
#
|
|
6 |
|
4518
|
7 |
## targets
|
|
8 |
|
|
9 |
default: Sequents
|
|
10 |
images: Sequents
|
21426
|
11 |
test: Sequents-LK
|
4518
|
12 |
all: images test
|
|
13 |
|
|
14 |
|
|
15 |
## global settings
|
|
16 |
|
|
17 |
SRC = $(ISABELLE_HOME)/src
|
3118
|
18 |
OUT = $(ISABELLE_OUTPUT)
|
4447
|
19 |
LOG = $(OUT)/log
|
2492
|
20 |
|
4518
|
21 |
|
|
22 |
## Sequents
|
|
23 |
|
|
24 |
Sequents: Pure $(OUT)/Sequents
|
2492
|
25 |
|
4518
|
26 |
Pure:
|
|
27 |
@cd $(SRC)/Pure; $(ISATOOL) make Pure
|
2492
|
28 |
|
21427
|
29 |
$(OUT)/Sequents: $(OUT)/Pure ILL.thy LK0.thy LK.thy \
|
21426
|
30 |
modal.ML ROOT.ML simpdata.ML S4.thy S43.thy Sequents.thy T.thy prover.ML \
|
|
31 |
ILL_predlog.thy Washing.thy
|
2831
|
32 |
@$(ISATOOL) usedir -b $(OUT)/Pure Sequents
|
2492
|
33 |
|
4518
|
34 |
|
6252
|
35 |
## Sequents-LK
|
2492
|
36 |
|
6252
|
37 |
Sequents-LK: Sequents $(LOG)/Sequents-LK.gz
|
|
38 |
|
21426
|
39 |
$(LOG)/Sequents-LK.gz: $(OUT)/Sequents LK/ROOT.ML LK/Hard_Quantifiers.thy \
|
|
40 |
LK/Propositional.thy LK/Quantifiers.thy LK/Nat.thy
|
6252
|
41 |
@$(ISATOOL) usedir $(OUT)/Sequents LK
|
|
42 |
|
|
43 |
|
4518
|
44 |
## clean
|
4447
|
45 |
|
|
46 |
clean:
|
21426
|
47 |
@rm -f $(OUT)/Sequents $(LOG)/Sequents.gz $(LOG)/Sequents-LK.gz
|