src/Cube/IsaMakefile
author wenzelm
Tue, 06 May 1997 15:27:35 +0200
changeset 3118 24dae6222579
parent 2819 ebeacfa0e56b
child 3505 1cb4ea47d967
permissions -rw-r--r--
fixed ISABELLE_OUTPUT, ISABELLE_PATH (finally?);
     1 #
     2 # $Id$
     3 #
     4 # IsaMakefile for Cube
     5 #
     6 
     7 OUT = $(ISABELLE_OUTPUT)
     8 FILES =	ROOT.ML Cube.thy Cube.ML
     9 
    10 $(OUT)/Cube: $(OUT)/Pure $(FILES)
    11 	@$(ISATOOL) usedir -b $(OUT)/Pure Cube
    12 	@chmod -w $@
    13 
    14 $(OUT)/Pure:
    15 	@cd ../Pure; $(ISATOOL) make
    16 
    17 test: ex/ROOT.ML ex/ex.ML $(OUT)/Cube
    18 	@$(ISATOOL) usedir $(OUT)/Cube ex
    19 
    20 .PRECIOUS: $(OUT)/Pure $(OUT)/Cube