doc-src/Functions/IsaMakefile
author Walther Neuper <neuper@ist.tugraz.at>
Thu, 12 Aug 2010 15:03:34 +0200
branchisac-from-Isabelle2009-2
changeset 37913 20e3616b2d9c
parent 30458 804de935c328
child 39986 ec6dfd9ce573
permissions -rw-r--r--
prepare reactivation of isac-update-Isa09-2
krauss@21212
     1
krauss@21212
     2
## targets
krauss@21212
     3
krauss@21212
     4
default: Thy
krauss@21212
     5
images: 
krauss@21212
     6
test: Thy
krauss@21212
     7
krauss@21212
     8
all: images test
krauss@21212
     9
krauss@21212
    10
krauss@21212
    11
## global settings
krauss@21212
    12
krauss@21212
    13
SRC = $(ISABELLE_HOME)/src
krauss@21212
    14
OUT = $(ISABELLE_OUTPUT)
krauss@21212
    15
LOG = $(OUT)/log
krauss@21212
    16
wenzelm@28500
    17
USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document
krauss@21212
    18
krauss@21212
    19
krauss@21212
    20
## Thy
krauss@21212
    21
krauss@21212
    22
THY = $(LOG)/HOL-Thy.gz
krauss@21212
    23
krauss@21212
    24
Thy: $(THY)
krauss@21212
    25
krauss@21212
    26
$(THY): Thy/ROOT.ML Thy/Functions.thy
krauss@21212
    27
	@$(USEDIR) HOL Thy
wenzelm@30458
    28
	@rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \
wenzelm@30458
    29
	 Thy/document/pdfsetup.sty Thy/document/session.tex
krauss@21212
    30
krauss@21212
    31
krauss@21212
    32
## clean
krauss@21212
    33
krauss@21212
    34
clean:
krauss@21212
    35
	@rm -f $(THY)