author | wenzelm |
Thu, 20 Mar 1997 10:49:44 +0100 | |
changeset 2819 | ebeacfa0e56b |
parent 2487 | 4f0bf2936bc0 |
child 3118 | 24dae6222579 |
permissions | -rw-r--r-- |
2487 | 1 |
# |
2 |
# $Id$ |
|
3 |
# |
|
4 |
# IsaMakefile for Cube |
|
5 |
# |
|
6 |
||
7 |
OUT = $(ISABELLE_OUTPUT_DIR) |
|
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 |
@chmod -w $@ |
13 |
||
14 |
$(OUT)/Pure: |
|
15 |
@cd ../Pure; $(ISATOOL) make |
|
16 |
||
2819 | 17 |
test: ex/ROOT.ML ex/ex.ML $(OUT)/Cube |
18 |
@$(ISATOOL) usedir $(OUT)/Cube ex |
|
2487 | 19 |
|
20 |
.PRECIOUS: $(OUT)/Pure $(OUT)/Cube |