src/Cube/IsaMakefile
author kleing
Fri, 27 May 2005 01:09:44 +0200
changeset 16095 f6af6b265d20
parent 11260 b736de4cb913
child 17252 e352f65d5893
permissions -rw-r--r--
put global isatest settings in one file, sourced by the other scripts

#
# $Id$
#
# IsaMakefile for Cube
#

## targets

default: Cube
images: Cube
test: Cube-ex
all: images test


## global settings

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


## Cube

Cube: Pure $(OUT)/Cube

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

$(OUT)/Cube: $(OUT)/Pure Base.ML Base.thy CC.ML CC.thy Cube.thy L2.ML \
  L2.thy Lomega2.ML Lomega2.thy LP.ML LP.thy LP2.ML LP2.thy LPomega.ML \
  LPomega.thy Lomega.ML Lomega.thy ROOT.ML
	@$(ISATOOL) usedir -b $(OUT)/Pure Cube


## Cube-ex

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

$(LOG)/Cube-ex.gz: $(OUT)/Cube ex/ex.ML ex/ex.thy ex/ROOT.ML
	@$(ISATOOL) usedir $(OUT)/Cube ex


## clean

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