doc-src/IsarRef/IsaMakefile
author wenzelm
Wed, 11 Mar 2009 20:36:20 +0100
changeset 30458 804de935c328
parent 30456 d21bc48823b7
child 41721 eb5900951702
permissions -rw-r--r--
delete unused generated files;


## targets

default: HOL-IsarRef HOLCF-IsarRef ZF-IsarRef
images: 
test: HOL-IsarRef HOLCF-IsarRef ZF-IsarRef

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

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

$(LOG)/HOL-IsarRef.gz: Thy/ROOT.ML ../antiquote_setup.ML		\
  Thy/First_Order_Logic.thy Thy/Framework.thy Thy/Inner_Syntax.thy	\
  Thy/Introduction.thy Thy/Outer_Syntax.thy Thy/Spec.thy Thy/Proof.thy	\
  Thy/Misc.thy Thy/Document_Preparation.thy Thy/Generic.thy		\
  Thy/HOL_Specific.thy Thy/Quick_Reference.thy Thy/Symbols.thy		\
  Thy/ML_Tactic.thy
	@$(USEDIR) -s IsarRef HOL Thy
	@rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \
	 Thy/document/pdfsetup.sty Thy/document/session.tex


HOLCF-IsarRef: $(LOG)/HOLCF-IsarRef.gz

$(LOG)/HOLCF-IsarRef.gz: Thy/ROOT-HOLCF.ML ../antiquote_setup.ML	\
  Thy/HOLCF_Specific.thy
	@$(USEDIR) -s IsarRef -f ROOT-HOLCF.ML HOLCF Thy
	@rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \
	 Thy/document/pdfsetup.sty Thy/document/session.tex


ZF-IsarRef: $(LOG)/ZF-IsarRef.gz

$(LOG)/ZF-IsarRef.gz: Thy/ROOT-ZF.ML ../antiquote_setup.ML 		\
  Thy/ZF_Specific.thy
	@$(USEDIR) -s IsarRef -f ROOT-ZF.ML ZF 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-IsarRef.gz $(LOG)/HOLCF-IsarRef.gz $(LOG)/ZF-IsarRef.gz