ProgTutorial/Helper/IsaMakefile
author Christian Urban <urbanc@in.tum.de>
Mon, 07 Nov 2011 10:49:25 +0000
changeset 487 1c4250bc6258
parent 321 e450fa467e3f
permissions -rw-r--r--
more on theories


## targets

default: Command
images: 
test: Command

all: images test


## global settings

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

USEDIR = $(ISABELLE_TOOL) usedir -v true -i true -d pdf  ## -D generated


## Command

Command: $(LOG)/HOL-Command.gz

$(LOG)/HOL-Command.gz: Command/ROOT.ML Command/*.thy
	@$(USEDIR) HOL Command


## clean

clean:
	@rm -f $(LOG)/HOL-Command.gz