2490
|
1 |
#
|
|
2 |
# $Id$
|
|
3 |
#
|
|
4 |
# IsaMakefile for FOLP
|
|
5 |
#
|
|
6 |
|
|
7 |
OUT = $(ISABELLE_OUTPUT_DIR)
|
|
8 |
|
|
9 |
FILES = ROOT.ML IFOLP.thy IFOLP.ML FOLP.thy FOLP.ML intprover.ML simpdata.ML \
|
|
10 |
hypsubst.ML classical.ML simp.ML
|
|
11 |
|
|
12 |
EX_FILES = ex/ROOT.ML ex/cla.ML ex/foundn.ML ex/If.ML ex/If.thy ex/int.ML \
|
|
13 |
ex/intro.ML ex/Nat.ML ex/Nat.thy ex/Prolog.ML ex/Prolog.thy \
|
|
14 |
ex/prop.ML ex/quant.ML
|
|
15 |
|
|
16 |
$(OUT)/FOLP: $(OUT)/Pure $(FILES)
|
2823
|
17 |
@$(ISATOOL) usedir -b $(OUT)/Pure FOLP
|
2490
|
18 |
@chmod -w $@
|
|
19 |
|
|
20 |
$(OUT)/Pure:
|
|
21 |
@cd ../Pure; $(ISATOOL) make
|
|
22 |
|
|
23 |
test: ex/ROOT.ML $(OUT)/FOLP $(EX_FILES)
|
2823
|
24 |
@$(ISATOOL) usedir $(OUT)/FOLP ex
|
2490
|
25 |
|
|
26 |
.PRECIOUS: $(OUT)/Pure $(OUT)/FOLP
|