2492
|
1 |
#
|
|
2 |
# $Id$
|
|
3 |
#
|
|
4 |
# IsaMakefile for Sequents
|
|
5 |
#
|
|
6 |
|
3118
|
7 |
OUT = $(ISABELLE_OUTPUT)
|
2492
|
8 |
|
|
9 |
NAMES = ILL LK S4 S43 T
|
|
10 |
FILES = ROOT.ML Sequents.thy prover.ML $(NAMES:%=%.thy) $(NAMES:%=%.ML)
|
|
11 |
|
|
12 |
ILL_NAMES = ILL_predlog washing
|
|
13 |
EX_FILES = ex/ROOT.ML \
|
|
14 |
ex/LK/ROOT.ML ex/LK/hardquant.ML ex/LK/prop.ML ex/LK/quant.ML \
|
|
15 |
ex/Modal/ROOT.ML ex/Modal/S43thms.ML ex/Modal/S4thms.ML ex/Modal/Tthms.ML \
|
|
16 |
ex/ILL/ILL_kleene_lemmas.ML \
|
|
17 |
$(ILL_NAMES:%=ex/ILL/%.thy) $(ILL_NAMES:%=ex/ILL/%.ML)
|
|
18 |
|
|
19 |
$(OUT)/Sequents: $(OUT)/Pure $(FILES)
|
2831
|
20 |
@$(ISATOOL) usedir -b $(OUT)/Pure Sequents
|
2492
|
21 |
@chmod -w $@
|
|
22 |
|
|
23 |
$(OUT)/Pure:
|
|
24 |
@cd ../Pure; $(ISATOOL) make
|
|
25 |
|
|
26 |
test: $(OUT)/Sequents $(EX_FILES)
|
2831
|
27 |
@$(ISATOOL) usedir $(OUT)/Sequents ex
|
2492
|
28 |
|
|
29 |
.PRECIOUS: $(OUT)/Pure $(OUT)/Sequents
|