src/Cube/IsaMakefile
author haftmann
Wed, 01 Sep 2010 11:09:50 +0200
changeset 38968 e55deaa22fff
parent 36862 952b2b102a0a
child 42138 e54a985daa61
permissions -rw-r--r--
do not print object frame around Scala includes -- this is in the responsibility of the user

#
# IsaMakefile for Cube
#

## targets

default: Pure-Cube
images:
test: Pure-Cube
all: images test


## global settings

SRC = $(ISABELLE_HOME)/src
OUT = $(ISABELLE_OUTPUT)
LOG = $(OUT)/log


## Pure-Cube

Pure-Cube: Pure $(LOG)/Pure-Cube.gz

Pure:
	@cd $(SRC)/Pure; $(ISABELLE_TOOL) make Pure

$(LOG)/Pure-Cube.gz: $(OUT)/Pure Cube.thy Example.thy ROOT.ML
	@cd ..; $(ISABELLE_TOOL) usedir $(OUT)/Pure Cube


## clean

clean:
	@rm -f $(LOG)/Pure-Cube.gz