src/LCF/IsaMakefile
author wenzelm
Fri, 25 Apr 1997 15:24:07 +0200
changeset 3057 a5a42ff18a40
parent 2821 b1dcacc4bc26
child 3118 24dae6222579
permissions -rw-r--r--
removed -c option;
     1 #
     2 # $Id$
     3 #
     4 # IsaMakefile for LCF
     5 #
     6 
     7 OUT = $(ISABELLE_OUTPUT_DIR)
     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