src/Cube/IsaMakefile
author wenzelm
Mon, 07 Jul 1997 09:09:21 +0200
changeset 3505 1cb4ea47d967
parent 3118 24dae6222579
child 4447 b7ee449eb345
permissions -rw-r--r--
eliminated chmod -w;
     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 
    13 $(OUT)/Pure:
    14 	@cd ../Pure; $(ISATOOL) make
    15 
    16 test: ex/ROOT.ML ex/ex.ML $(OUT)/Cube
    17 	@$(ISATOOL) usedir $(OUT)/Cube ex
    18 
    19 .PRECIOUS: $(OUT)/Pure $(OUT)/Cube