doc-src/Classes/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 39988 93a10347e356
permissions -rw-r--r--
prepare reactivation of isac-update-Isa09-2
haftmann@20946
     1
haftmann@20946
     2
## targets
haftmann@20946
     3
haftmann@20946
     4
default: Thy
haftmann@20946
     5
images: 
haftmann@20946
     6
test: Thy
haftmann@20946
     7
haftmann@20946
     8
all: images test
haftmann@20946
     9
haftmann@20946
    10
haftmann@20946
    11
## global settings
haftmann@20946
    12
haftmann@20946
    13
SRC = $(ISABELLE_HOME)/src
haftmann@20946
    14
OUT = $(ISABELLE_OUTPUT)
haftmann@20946
    15
LOG = $(OUT)/log
haftmann@20946
    16
wenzelm@28500
    17
USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document
haftmann@20946
    18
haftmann@20946
    19
haftmann@20946
    20
## Thy
haftmann@20946
    21
haftmann@20946
    22
THY = $(LOG)/HOL-Thy.gz
haftmann@20946
    23
haftmann@20946
    24
Thy: $(THY)
haftmann@20946
    25
haftmann@30209
    26
$(THY): Thy/ROOT.ML Thy/Setup.thy Thy/Classes.thy ../antiquote_setup.ML ../more_antiquote.ML
haftmann@20946
    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
haftmann@20946
    30
haftmann@20946
    31
haftmann@20946
    32
## clean
haftmann@20946
    33
haftmann@20946
    34
clean:
haftmann@20946
    35
	@rm -f $(THY)