src/Cube/IsaMakefile
author krauss
Sun, 27 Mar 2011 17:32:25 +0200
changeset 42138 e54a985daa61
parent 36862 952b2b102a0a
child 45860 93eda35a8377
permissions -rw-r--r--
added make target 'smlnj' to refer to what can/should be tested using smlnj -- allows the use of "isabelle makeall smlnj"; adapted test configuration SML_makeall

#
# IsaMakefile for Cube
#

## targets

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


## 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