pres/IsaMakefile
author urbanc
Wed, 02 Feb 2011 06:05:12 +0000
changeset 56 b3898315e687
parent 30 f5db9e08effc
child 62 d94209ad2880
permissions -rw-r--r--
removed the inductive definition of Star and replaced it by a definition in terms of pow


## targets

default: ListP
images: ListP
test: 

all: images test


## global settings

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

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


## ListP

ListP: $(OUT)/ListP

$(OUT)/ListP: ROOT.ML document/root.tex *.thy
	@$(USEDIR) -b HOL ListP


## clean

clean:
	@rm -f $(OUT)/ListP