# HG changeset patch # User wenzelm # Date 852731386 -3600 # Node ID 55e940d84cdc906481380fcb5116c2b2fc14295e # Parent 7834b26775512510422115562f05f9423a904261 IsaMakefile for FOLP; diff -r 7834b2677551 -r 55e940d84cdc src/FOLP/IsaMakefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/FOLP/IsaMakefile Wed Jan 08 14:49:46 1997 +0100 @@ -0,0 +1,26 @@ +# +# $Id$ +# +# IsaMakefile for FOLP +# + +OUT = $(ISABELLE_OUTPUT_DIR) + +FILES = ROOT.ML IFOLP.thy IFOLP.ML FOLP.thy FOLP.ML intprover.ML simpdata.ML \ + hypsubst.ML classical.ML simp.ML + +EX_FILES = ex/ROOT.ML ex/cla.ML ex/foundn.ML ex/If.ML ex/If.thy ex/int.ML \ + ex/intro.ML ex/Nat.ML ex/Nat.thy ex/Prolog.ML ex/Prolog.thy \ + ex/prop.ML ex/quant.ML + +$(OUT)/FOLP: $(OUT)/Pure $(FILES) + @$(ISABELLE) -e "make_html := $(ISABELLE_HTML);" -qu $(OUT)/Pure FOLP + @chmod -w $@ + +$(OUT)/Pure: + @cd ../Pure; $(ISATOOL) make + +test: ex/ROOT.ML $(OUT)/FOLP $(EX_FILES) + @$(ISATOOL) testdir $(OUT)/FOLP ex + +.PRECIOUS: $(OUT)/Pure $(OUT)/FOLP