src/FOLP/IsaMakefile
changeset 28500 4b79e5d3d0aa
parent 26408 6964c4799f47
child 36862 952b2b102a0a
--- a/src/FOLP/IsaMakefile	Sat Oct 04 16:05:08 2008 +0200
+++ b/src/FOLP/IsaMakefile	Sat Oct 04 16:05:09 2008 +0200
@@ -24,11 +24,11 @@
 FOLP: Pure $(OUT)/FOLP
 
 Pure:
-	@cd $(SRC)/Pure; $(ISATOOL) make Pure
+	@cd $(SRC)/Pure; $(ISABELLE_TOOL) make Pure
 
 $(OUT)/FOLP: $(OUT)/Pure FOLP.thy IFOLP.thy ROOT.ML classical.ML	\
   hypsubst.ML intprover.ML simp.ML simpdata.ML
-	@$(ISATOOL) usedir -b $(OUT)/Pure FOLP
+	@$(ISABELLE_TOOL) usedir -b $(OUT)/Pure FOLP
 
 
 ## FOLP-ex
@@ -40,7 +40,7 @@
   ex/Prolog.ML ex/Prolog.thy ex/Propositional_Int.thy			\
   ex/Propositional_Cla.thy ex/Quantifiers_Int.thy			\
   ex/Quantifiers_Cla.thy
-	@$(ISATOOL) usedir $(OUT)/FOLP ex
+	@$(ISABELLE_TOOL) usedir $(OUT)/FOLP ex
 
 
 ## clean