IsaMakefile for Cube;
authorwenzelm
Wed, 08 Jan 1997 12:48:46 +0100
changeset 2487 4f0bf2936bc0
parent 2486 750499529c05
child 2488 8fa554c7a0bc
IsaMakefile for Cube;
src/Cube/IsaMakefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/Cube/IsaMakefile	Wed Jan 08 12:48:46 1997 +0100
@@ -0,0 +1,21 @@
+#
+# $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