doc-src/System/IsaMakefile
author wenzelm
Sun, 30 Nov 2008 14:03:46 +0100
changeset 28916 0a802cdda340
parent 28838 d5db6dfcb34a
child 30456 d21bc48823b7
permissions -rw-r--r--
removed obsolete isabelle-interface executable and ISABELLE_INTERFACE setting;
separate chapter on interfaces as Isabelle tools;
     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 ## IsarRef 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 
    28 
    29 ## clean
    30 
    31 clean:
    32 	@rm -f $(LOG)/Pure-System.gz