## targets
default: utm
images: utm
test: 
all: images test
## global settings
SRC = $(ISABELLE_HOME)/src
OUT = $(ISABELLE_OUTPUT)
LOG = $(OUT)/log
USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -D generated
## utm
utm: $(OUT)/utm
$(OUT)/utm: *.thy
	@$(USEDIR) -f ROOT.ML -b HOL UTM
paper:  ROOT.ML \
	document/root* \
	*.thy
	rm -rf generated # otherwise latex will fall over 
	@$(USEDIR) -f ROOT1.ML UTM .
	$(ISABELLE_TOOL) document -o pdf  generated
	cp generated/root.pdf paper.pdf  
## clean
clean:
	@rm -f $(OUT)/utm