doc-src/IsarAdvanced/Functions/IsaMakefile
author nipkow
Sun, 22 Feb 2009 17:25:28 +0100
changeset 30056 0a35bee25c20
parent 28500 4b79e5d3d0aa
permissions -rw-r--r--
added lemmas
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
21212
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
     1
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
     2
## targets
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
     3
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
     4
default: Thy
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
     5
images: 
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
     6
test: Thy
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
     7
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
     8
all: images test
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
     9
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    10
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    11
## global settings
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    12
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    13
SRC = $(ISABELLE_HOME)/src
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    14
OUT = $(ISABELLE_OUTPUT)
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    15
LOG = $(OUT)/log
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    16
28500
4b79e5d3d0aa replaced ISATOOL by ISABELLE_TOOL;
wenzelm
parents: 21212
diff changeset
    17
USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document
21212
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    18
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    19
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    20
## Thy
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    21
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    22
THY = $(LOG)/HOL-Thy.gz
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    23
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    24
Thy: $(THY)
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    25
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    26
$(THY): Thy/ROOT.ML Thy/Functions.thy
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    27
	@$(USEDIR) HOL Thy
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    28
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    29
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    30
## clean
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    31
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    32
clean:
547224bf9348 Added a (stub of a) function tutorial
krauss
parents:
diff changeset
    33
	@rm -f $(THY)