doc-src/Classes/IsaMakefile
author haftmann
Tue, 03 Mar 2009 11:00:51 +0100
changeset 30209 2f4684e2ea95
parent 28714 doc-src/IsarAdvanced/Classes/IsaMakefile@1992553cccfe
child 30458 804de935c328
permissions -rw-r--r--
more canonical directory structure of manuals
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
haftmann@20946
    28
haftmann@20946
    29
haftmann@20946
    30
## clean
haftmann@20946
    31
haftmann@20946
    32
clean:
haftmann@20946
    33
	@rm -f $(THY)