author | wenzelm |
Mon, 07 Jul 1997 09:09:21 +0200 | |
changeset 3505 | 1cb4ea47d967 |
parent 3118 | 24dae6222579 |
child 4447 | b7ee449eb345 |
permissions | -rw-r--r-- |
2487 | 1 |
# |
2 |
# $Id$ |
|
3 |
# |
|
4 |
# IsaMakefile for Cube |
|
5 |
# |
|
6 |
||
3118 | 7 |
OUT = $(ISABELLE_OUTPUT) |
2487 | 8 |
FILES = ROOT.ML Cube.thy Cube.ML |
9 |
||
10 |
$(OUT)/Cube: $(OUT)/Pure $(FILES) |
|
2819 | 11 |
@$(ISATOOL) usedir -b $(OUT)/Pure Cube |
2487 | 12 |
|
13 |
$(OUT)/Pure: |
|
14 |
@cd ../Pure; $(ISATOOL) make |
|
15 |
||
2819 | 16 |
test: ex/ROOT.ML ex/ex.ML $(OUT)/Cube |
17 |
@$(ISATOOL) usedir $(OUT)/Cube ex |
|
2487 | 18 |
|
19 |
.PRECIOUS: $(OUT)/Pure $(OUT)/Cube |