author | paulson |
Wed, 03 Dec 1997 10:48:16 +0100 | |
changeset 4349 | 50403e5a44c0 |
parent 3817 | f20f193d42b4 |
child 4447 | b7ee449eb345 |
permissions | -rw-r--r-- |
2433 | 1 |
# |
2 |
# $Id$ |
|
3 |
# |
|
4 |
# IsaMakefile for FOL |
|
5 |
# |
|
6 |
||
3118 | 7 |
OUT = $(ISABELLE_OUTPUT) |
2433 | 8 |
|
3233 | 9 |
PROVERS = hypsubst.ML classical.ML blast.ML \ |
10 |
simplifier.ML splitter.ML ind.ML |
|
11 |
||
2433 | 12 |
FILES = ROOT.ML IFOL.thy IFOL.ML FOL.thy FOL.ML intprover.ML simpdata.ML \ |
4349
50403e5a44c0
Instantiated the one-point-rule quantifier simpprocs for FOL
paulson
parents:
3817
diff
changeset
|
13 |
fologic.ML cladata.ML $(PROVERS:%=../Provers/%) |
2433 | 14 |
|
3817 | 15 |
EX_NAMES = If List Nat Nat2 Prolog IffOracle |
2433 | 16 |
EX_FILES = ex/ROOT.ML ex/cla.ML ex/foundn.ML ex/int.ML ex/intro.ML \ |
17 |
ex/prop.ML ex/quant.ML $(EX_NAMES:%=ex/%.thy) $(EX_NAMES:%=ex/%.ML) |
|
18 |
||
19 |
||
20 |
$(OUT)/FOL: $(OUT)/Pure $(FILES) |
|
2821 | 21 |
@$(ISATOOL) usedir -b $(OUT)/Pure FOL |
2433 | 22 |
|
23 |
$(OUT)/Pure: |
|
2472 | 24 |
@cd ../Pure; $(ISATOOL) make |
2433 | 25 |
|
26 |
test: ex/ROOT.ML $(OUT)/FOL $(EX_FILES) |
|
2821 | 27 |
@$(ISATOOL) usedir $(OUT)/FOL ex |
2433 | 28 |
|
29 |
.PRECIOUS: $(OUT)/Pure $(OUT)/FOL |