src/FOL/IsaMakefile
author wenzelm
Thu, 20 Mar 1997 11:11:53 +0100
changeset 2821 b1dcacc4bc26
parent 2472 e5b407ff3100
child 2889 a86f3b5f3cc7
permissions -rw-r--r--
isatool usedir;
     1 #
     2 # $Id$
     3 #
     4 # IsaMakefile for FOL
     5 #
     6 
     7 OUT = $(ISABELLE_OUTPUT_DIR)
     8 
     9 FILES =	ROOT.ML IFOL.thy IFOL.ML FOL.thy FOL.ML intprover.ML simpdata.ML \
    10 	thy_data.ML cladata.ML \
    11 	../Provers/hypsubst.ML ../Provers/classical.ML \
    12 	../Provers/simplifier.ML ../Provers/splitter.ML ../Provers/ind.ML
    13 
    14 EX_NAMES = If List Nat Nat2 Prolog declIffOracle IffOracle
    15 EX_FILES = ex/ROOT.ML ex/cla.ML ex/foundn.ML ex/int.ML ex/intro.ML \
    16 	   ex/prop.ML ex/quant.ML $(EX_NAMES:%=ex/%.thy) $(EX_NAMES:%=ex/%.ML)
    17 
    18 
    19 $(OUT)/FOL: $(OUT)/Pure $(FILES)
    20 	@$(ISATOOL) usedir -b $(OUT)/Pure FOL
    21 	@chmod -w $@
    22 
    23 $(OUT)/Pure:
    24 	@cd ../Pure; $(ISATOOL) make
    25 
    26 test: ex/ROOT.ML $(OUT)/FOL $(EX_FILES)
    27 	@$(ISATOOL) usedir $(OUT)/FOL ex
    28 
    29 .PRECIOUS: $(OUT)/Pure $(OUT)/FOL