src/Cube/IsaMakefile
author wenzelm
Fri, 07 Mar 1997 11:48:46 +0100
changeset 2754 59bd96046ad6
parent 2487 4f0bf2936bc0
child 2819 ebeacfa0e56b
permissions -rw-r--r--
moved settings comment to build;

#
# $Id$
#
# IsaMakefile for Cube
#

OUT = $(ISABELLE_OUTPUT_DIR)
FILES =	ROOT.ML Cube.thy Cube.ML

$(OUT)/Cube: $(OUT)/Pure $(FILES)
	@$(ISABELLE) -e "make_html := $(ISABELLE_HTML);" -qu $(OUT)/Pure Cube
	@chmod -w $@

$(OUT)/Pure:
	@cd ../Pure; $(ISATOOL) make

test: ex.ML $(OUT)/Cube
	@$(ISABELLE) -e 'make_html := $(ISABELLE_HTML); use"ex.ML"; quit();' \
	  -rq $(OUT)/Cube

.PRECIOUS: $(OUT)/Pure $(OUT)/Cube