
## targets

default: Simplex
images: 
test: Simplex

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


## Simplex

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

$(LOG)/HOL-Simplex.gz: ## Simplex/ROOT.ML Simplex/document/root.tex Simplex/*.thy
	@$(USEDIR) HOL-PreSimplex Simplex


## clean

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