src/Cube/IsaMakefile
author bulwahn
Fri, 27 Jan 2012 10:31:30 +0100
changeset 46343 6d9535e52915
parent 45860 93eda35a8377
permissions -rw-r--r--
adding some basic handling that unfolds a conjecture in a locale before testing it with quickcheck

#
# IsaMakefile for Cube
#

## targets

default: Pure-Cube
images:
test: Pure-Cube
all: images test
full: all
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