isatool usedir;
authorwenzelm
Thu, 20 Mar 1997 11:24:05 +0100
changeset 2823 1262592be579
parent 2822 50bac845de6f
child 2824 ec170ea5243e
isatool usedir;
src/CTT/IsaMakefile
src/FOLP/IsaMakefile
--- a/src/CTT/IsaMakefile	Thu Mar 20 11:23:19 1997 +0100
+++ b/src/CTT/IsaMakefile	Thu Mar 20 11:24:05 1997 +0100
@@ -12,14 +12,13 @@
 EX_FILES = ex/ROOT.ML ex/elim.ML ex/equal.ML ex/synth.ML ex/typechk.ML
 
 $(OUT)/CTT: $(OUT)/Pure $(FILES)
-	@$(ISABELLE) -e "make_html := $(ISABELLE_HTML);" -qu $(OUT)/Pure CTT
+	@$(ISATOOL) usedir -b $(OUT)/Pure CTT
 	@chmod -w $@
 
 $(OUT)/Pure:
 	@cd ../Pure; $(ISATOOL) make
 
 test: ex/ROOT.ML $(OUT)/CTT $(EX_FILES)
-	@$(ISABELLE) -e 'make_html := $(ISABELLE_HTML); exit_use"ex/ROOT.ML"; quit();' \
-	  -rq $(OUT)/CTT
+	@$(ISATOOL) usedir $(OUT)/CTT ex
 
 .PRECIOUS: $(OUT)/Pure $(OUT)/CTT
--- a/src/FOLP/IsaMakefile	Thu Mar 20 11:23:19 1997 +0100
+++ b/src/FOLP/IsaMakefile	Thu Mar 20 11:24:05 1997 +0100
@@ -14,13 +14,13 @@
 	   ex/prop.ML ex/quant.ML
 
 $(OUT)/FOLP: $(OUT)/Pure $(FILES)
-	@$(ISABELLE) -e "make_html := $(ISABELLE_HTML);" -qu $(OUT)/Pure FOLP
+	@$(ISATOOL) usedir -b $(OUT)/Pure FOLP
 	@chmod -w $@
 
 $(OUT)/Pure:
 	@cd ../Pure; $(ISATOOL) make
 
 test: ex/ROOT.ML $(OUT)/FOLP $(EX_FILES)
-	@$(ISATOOL) testdir $(OUT)/FOLP ex
+	@$(ISATOOL) usedir $(OUT)/FOLP ex
 
 .PRECIOUS: $(OUT)/Pure $(OUT)/FOLP