doc-src/System/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 44450 9864182c6bad
permissions -rw-r--r--
prepare reactivation of isac-update-Isa09-2
     1 
     2 ## targets
     3 
     4 default: Pure-System
     5 images: 
     6 test: Pure-System
     7 
     8 all: images test
     9 
    10 
    11 ## global settings
    12 
    13 SRC = $(ISABELLE_HOME)/src
    14 OUT = $(ISABELLE_OUTPUT)
    15 LOG = $(OUT)/log
    16 
    17 USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document
    18 
    19 
    20 ## sessions
    21 
    22 Pure-System: $(LOG)/Pure-System.gz
    23 
    24 $(LOG)/Pure-System.gz: Thy/ROOT.ML ../antiquote_setup.ML		\
    25   Thy/Basics.thy Thy/Misc.thy Thy/Interfaces.thy Thy/Presentation.thy
    26 	@$(USEDIR) -s System Pure Thy
    27 	@rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \
    28 	 Thy/document/pdfsetup.sty Thy/document/session.tex
    29 
    30 
    31 ## clean
    32 
    33 clean:
    34 	@rm -f $(LOG)/Pure-System.gz