doc-src/Codegen/IsaMakefile
author haftmann
Tue, 03 Mar 2009 11:00:51 +0100
changeset 30209 2f4684e2ea95
parent 28500 doc-src/IsarAdvanced/Codegen/IsaMakefile@4b79e5d3d0aa
child 30458 804de935c328
permissions -rw-r--r--
more canonical directory structure of manuals
haftmann@20948
     1
haftmann@20948
     2
## targets
haftmann@20948
     3
haftmann@20948
     4
default: Thy
haftmann@20948
     5
images: 
haftmann@20948
     6
test: Thy
haftmann@20948
     7
haftmann@20948
     8
all: images test
haftmann@20948
     9
haftmann@20948
    10
haftmann@20948
    11
## global settings
haftmann@20948
    12
haftmann@20948
    13
SRC = $(ISABELLE_HOME)/src
haftmann@20948
    14
OUT = $(ISABELLE_OUTPUT)
haftmann@20948
    15
LOG = $(OUT)/log
haftmann@20948
    16
wenzelm@28500
    17
USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document
haftmann@20948
    18
haftmann@20948
    19
haftmann@20948
    20
## Thy
haftmann@20948
    21
haftmann@20948
    22
THY = $(LOG)/HOL-Thy.gz
haftmann@20948
    23
haftmann@20948
    24
Thy: $(THY)
haftmann@20948
    25
haftmann@30209
    26
$(THY): Thy/ROOT.ML Thy/*.thy ../antiquote_setup.ML ../more_antiquote.ML
haftmann@20948
    27
	@$(USEDIR) HOL Thy
haftmann@20948
    28
haftmann@20948
    29
haftmann@20948
    30
## clean
haftmann@20948
    31
haftmann@20948
    32
clean:
haftmann@20948
    33
	@rm -f $(THY)