author | wenzelm |
Wed, 08 Jan 1997 12:48:46 +0100 | |
changeset 2487 | 4f0bf2936bc0 |
child 2819 | ebeacfa0e56b |
permissions | -rw-r--r-- |
# # $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