doc-src/IsarRef/IsaMakefile
author wenzelm
Wed, 07 May 2008 12:38:55 +0200
changeset 26840 ec46381f149d
parent 26782 19363c70b5c4
child 26846 2e6726015771
permissions -rw-r--r--
added logic-specific sessions;
     1 
     2 ## targets
     3 
     4 default: HOL-IsarRef HOLCF-IsarRef ZF-IsarRef
     5 images: 
     6 test: HOL-IsarRef HOLCF-IsarRef ZF-IsarRef
     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 = $(ISATOOL) usedir -v true -i false -d false -C false -D document
    18 
    19 
    20 ## IsarRef sessions
    21 
    22 HOL-IsarRef: $(LOG)/HOL-IsarRef.gz
    23 
    24 $(LOG)/HOL-IsarRef.gz: Thy/ROOT.ML ../antiquote_setup.ML Thy/intro.thy \
    25   Thy/syntax.thy Thy/pure.thy Thy/Generic.thy Thy/Quick_Reference.thy
    26 	@$(USEDIR) -s IsarRef HOL Thy
    27 
    28 
    29 HOLCF-IsarRef: $(LOG)/HOLCF-IsarRef.gz
    30 
    31 $(LOG)/HOLCF-IsarRef.gz: Thy/ROOT-HOLCF.ML ../antiquote_setup.ML Thy/HOLCF_Specific.thy
    32 	@$(USEDIR) -s IsarRef -f ROOT-HOLCF.ML HOLCF Thy
    33 
    34 
    35 ZF-IsarRef: $(LOG)/ZF-IsarRef.gz
    36 
    37 $(LOG)/ZF-IsarRef.gz: Thy/ROOT-ZF.ML ../antiquote_setup.ML Thy/ZF_Specific.thy
    38 	@$(USEDIR) -s IsarRef -f ROOT-ZF.ML ZF Thy
    39 
    40 
    41 ## clean
    42 
    43 clean:
    44 	@rm -f $(LOG)/HOL-IsarRef.gz $(LOG)/HOLCF-IsarRef.gz $(LOG)/ZF-IsarRef.gz