ProgTutorial/Helper/IsaMakefile
author Christian Urban <urbanc@in.tum.de>
Sat, 10 Oct 2009 15:16:44 +0200
changeset 338 3bc732c9f7ff
parent 321 e450fa467e3f
permissions -rw-r--r--
more on the theorem section


## 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