doc-src/IsarAdvanced/Functions/IsaMakefile
changeset 30242 aea5d7fa7ef5
parent 30241 3a1aef73b2b2
parent 30236 e70dae49dc57
child 30244 48543b307e99
child 30251 7aec011818e0
child 30257 06b2d7f9f64b
     1.1 --- a/doc-src/IsarAdvanced/Functions/IsaMakefile	Wed Mar 04 11:05:02 2009 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,33 +0,0 @@
     1.4 -
     1.5 -## targets
     1.6 -
     1.7 -default: Thy
     1.8 -images: 
     1.9 -test: Thy
    1.10 -
    1.11 -all: images test
    1.12 -
    1.13 -
    1.14 -## global settings
    1.15 -
    1.16 -SRC = $(ISABELLE_HOME)/src
    1.17 -OUT = $(ISABELLE_OUTPUT)
    1.18 -LOG = $(OUT)/log
    1.19 -
    1.20 -USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document
    1.21 -
    1.22 -
    1.23 -## Thy
    1.24 -
    1.25 -THY = $(LOG)/HOL-Thy.gz
    1.26 -
    1.27 -Thy: $(THY)
    1.28 -
    1.29 -$(THY): Thy/ROOT.ML Thy/Functions.thy
    1.30 -	@$(USEDIR) HOL Thy
    1.31 -
    1.32 -
    1.33 -## clean
    1.34 -
    1.35 -clean:
    1.36 -	@rm -f $(THY)