doc-src/IsarImplementation/IsaMakefile
author wenzelm
Thu, 09 Feb 2012 19:34:23 +0100
changeset 46295 2548a85b0e02
parent 39884 a16b18fd6299
permissions -rw-r--r--
basic setup for equational reasoning; updated rewrite_goals_tac and fold_goals_tac;


## targets

default: Thy
images: 
test: Thy

all: images test


## global settings

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

USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document


## sessions

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

$(LOG)/HOL-Thy.gz: Thy/ROOT.ML Thy/Base.thy Thy/Eq.thy			\
  Thy/Integration.thy Thy/Isar.thy Thy/Local_Theory.thy Thy/Logic.thy	\
  Thy/Prelim.thy Thy/Proof.thy Thy/Syntax.thy Thy/Tactic.thy		\
  Thy/ML.thy ../antiquote_setup.ML
	@$(USEDIR) HOL Thy
	@rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \
	 Thy/document/pdfsetup.sty Thy/document/session.tex


## clean

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