src/LCF/IsaMakefile
author wenzelm
Tue, 06 May 1997 15:27:35 +0200
changeset 3118 24dae6222579
parent 3057 a5a42ff18a40
child 3505 1cb4ea47d967
permissions -rw-r--r--
fixed ISABELLE_OUTPUT, ISABELLE_PATH (finally?);
     1 #
     2 # $Id$
     3 #
     4 # IsaMakefile for LCF
     5 #
     6 
     7 OUT = $(ISABELLE_OUTPUT)
     8 FILES =	ROOT.ML LCF.thy LCF.ML simpdata.ML pair.ML fix.ML
     9 
    10 $(OUT)/LCF: $(OUT)/FOL $(FILES)
    11 	@$(ISATOOL) usedir -b $(OUT)/FOL LCF
    12 	@chmod -w $@
    13 
    14 $(OUT)/FOL:
    15 	@cd ../FOL; $(ISATOOL) make
    16 
    17 test: ex/ROOT.ML ex/ex.ML $(OUT)/LCF
    18 	@$(ISATOOL) usedir $(OUT)/LCF ex
    19 
    20 .PRECIOUS: $(OUT)/FOL $(OUT)/LCF