ProgTutorial/Helper/IsaMakefile
author schropp <schropp@in.tum.de>
Mon, 31 May 2010 23:29:06 +0200
changeset 431 17f70e2834f5
parent 321 e450fa467e3f
permissions -rw-r--r--
added some further ho-pat-unif examples but commented out (missing response check)


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