src/HOL/IsaMakefile
changeset 7392 4137c951b36b
parent 7383 9c4ef0d3f36c
child 7393 c6ce498b4767
equal deleted inserted replaced
7391:b7ca64c8fa64 7392:4137c951b36b
     9 default: HOL
     9 default: HOL
    10 images: HOL HOL-Real TLA
    10 images: HOL HOL-Real TLA
    11 test: HOL-Subst HOL-Induct HOL-IMP HOL-Hoare HOL-Lex \
    11 test: HOL-Subst HOL-Induct HOL-IMP HOL-Hoare HOL-Lex \
    12   HOL-Auth HOL-UNITY HOL-Modelcheck HOL-Lambda HOL-W0 HOL-MiniML \
    12   HOL-Auth HOL-UNITY HOL-Modelcheck HOL-Lambda HOL-W0 HOL-MiniML \
    13   HOL-IOA HOL-AxClasses-Group HOL-AxClasses-Lattice \
    13   HOL-IOA HOL-AxClasses-Group HOL-AxClasses-Lattice \
    14   HOL-AxClasses-Tutorial HOL-Quot HOL-ex HOL-Isar_examples TLA-Inc \
    14   HOL-AxClasses-Tutorial HOL-Quot HOL-ex HOL-Isar_examples HOL-Real-Ex \
    15   TLA-Buffer TLA-Memory
    15   TLA-Inc TLA-Buffer TLA-Memory
    16 
    16 
    17 all: images test
    17 all: images test
    18 
    18 
    19 
    19 
    20 ## global settings
    20 ## global settings
    83   Real/Hyperreal/Filter.thy Real/Hyperreal/fuf.ML \
    83   Real/Hyperreal/Filter.thy Real/Hyperreal/fuf.ML \
    84   Real/Hyperreal/HyperDef.ML Real/Hyperreal/HyperDef.thy \
    84   Real/Hyperreal/HyperDef.ML Real/Hyperreal/HyperDef.thy \
    85   Real/Hyperreal/Zorn.ML Real/Hyperreal/Zorn.thy
    85   Real/Hyperreal/Zorn.ML Real/Hyperreal/Zorn.thy
    86 	@cd Real; $(ISATOOL) usedir -b $(OUT)/HOL HOL-Real
    86 	@cd Real; $(ISATOOL) usedir -b $(OUT)/HOL HOL-Real
    87 
    87 
       
    88 ## HOL-Real-Ex
       
    89 
       
    90 HOL-Real-Ex: HOL-Real $(LOG)/HOL-Real-Ex.gz
       
    91 
       
    92 $(LOG)/HOL-Real-Ex.gz: $(OUT)/HOL-Real Real/ex/ROOT.ML Real/ex/BinEx.ML
    88 
    93 
    89 ## HOL-Subst
    94 ## HOL-Subst
    90 
    95 
    91 HOL-Subst: HOL $(LOG)/HOL-Subst.gz
    96 HOL-Subst: HOL $(LOG)/HOL-Subst.gz
    92 
    97