src/FOLP/IsaMakefile
author wenzelm
Tue, 06 May 1997 15:27:35 +0200
changeset 3118 24dae6222579
parent 2823 1262592be579
child 3505 1cb4ea47d967
permissions -rw-r--r--
fixed ISABELLE_OUTPUT, ISABELLE_PATH (finally?);
     1 #
     2 # $Id$
     3 #
     4 # IsaMakefile for FOLP
     5 #
     6 
     7 OUT = $(ISABELLE_OUTPUT)
     8 
     9 FILES =	ROOT.ML IFOLP.thy IFOLP.ML FOLP.thy FOLP.ML intprover.ML simpdata.ML \
    10 	hypsubst.ML classical.ML simp.ML
    11 
    12 EX_FILES = ex/ROOT.ML ex/cla.ML ex/foundn.ML ex/If.ML ex/If.thy ex/int.ML \
    13 	   ex/intro.ML ex/Nat.ML ex/Nat.thy ex/Prolog.ML ex/Prolog.thy \
    14 	   ex/prop.ML ex/quant.ML
    15 
    16 $(OUT)/FOLP: $(OUT)/Pure $(FILES)
    17 	@$(ISATOOL) usedir -b $(OUT)/Pure FOLP
    18 	@chmod -w $@
    19 
    20 $(OUT)/Pure:
    21 	@cd ../Pure; $(ISATOOL) make
    22 
    23 test: ex/ROOT.ML $(OUT)/FOLP $(EX_FILES)
    24 	@$(ISATOOL) usedir $(OUT)/FOLP ex
    25 
    26 .PRECIOUS: $(OUT)/Pure $(OUT)/FOLP