diff -r 097004a470fb -r b7ee449eb345 src/FOLP/IsaMakefile --- a/src/FOLP/IsaMakefile Fri Dec 19 10:18:03 1997 +0100 +++ b/src/FOLP/IsaMakefile Fri Dec 19 10:18:58 1997 +0100 @@ -5,6 +5,7 @@ # OUT = $(ISABELLE_OUTPUT) +LOG = $(OUT)/log FILES = ROOT.ML IFOLP.thy IFOLP.ML FOLP.thy FOLP.ML intprover.ML simpdata.ML \ hypsubst.ML classical.ML simp.ML @@ -19,7 +20,13 @@ $(OUT)/Pure: @cd ../Pure; $(ISATOOL) make -test: ex/ROOT.ML $(OUT)/FOLP $(EX_FILES) +$(LOG)/FOLP-ex.gz: ex/ROOT.ML $(OUT)/FOLP $(EX_FILES) @$(ISATOOL) usedir $(OUT)/FOLP ex +test: $(OUT)/FOLP $(LOG)/FOLP-ex.gz + +clean: + @rm -f $(OUT)/FOLP $(LOG)/FOLP-ex.gz + + .PRECIOUS: $(OUT)/Pure $(OUT)/FOLP