make it actually RUN the real examples
authorpaulson
Mon, 30 Aug 1999 17:18:20 +0200
changeset 7393 c6ce498b4767
parent 7392 4137c951b36b
child 7394 0fc6f18da7c5
make it actually RUN the real examples
src/HOL/IsaMakefile
src/HOL/Real/ex/ROOT.ML
--- a/src/HOL/IsaMakefile	Mon Aug 30 15:25:16 1999 +0200
+++ b/src/HOL/IsaMakefile	Mon Aug 30 17:18:20 1999 +0200
@@ -11,7 +11,7 @@
 test: HOL-Subst HOL-Induct HOL-IMP HOL-Hoare HOL-Lex \
   HOL-Auth HOL-UNITY HOL-Modelcheck HOL-Lambda HOL-W0 HOL-MiniML \
   HOL-IOA HOL-AxClasses-Group HOL-AxClasses-Lattice \
-  HOL-AxClasses-Tutorial HOL-Quot HOL-ex HOL-Isar_examples HOL-Real-Ex \
+  HOL-AxClasses-Tutorial HOL-Quot HOL-ex HOL-Isar_examples HOL-Real-ex \
   TLA-Inc TLA-Buffer TLA-Memory
 
 all: images test
@@ -85,11 +85,12 @@
   Real/Hyperreal/Zorn.ML Real/Hyperreal/Zorn.thy
 	@cd Real; $(ISATOOL) usedir -b $(OUT)/HOL HOL-Real
 
-## HOL-Real-Ex
+## HOL-Real-ex
 
-HOL-Real-Ex: HOL-Real $(LOG)/HOL-Real-Ex.gz
+HOL-Real-ex: HOL-Real $(LOG)/HOL-Real-ex.gz
 
-$(LOG)/HOL-Real-Ex.gz: $(OUT)/HOL-Real Real/ex/ROOT.ML Real/ex/BinEx.ML
+$(LOG)/HOL-Real-ex.gz: $(OUT)/HOL-Real Real/ex/ROOT.ML Real/ex/BinEx.ML
+	@cd Real; $(ISATOOL) usedir $(OUT)/HOL-Real ex
 
 ## HOL-Subst
 
--- a/src/HOL/Real/ex/ROOT.ML	Mon Aug 30 15:25:16 1999 +0200
+++ b/src/HOL/Real/ex/ROOT.ML	Mon Aug 30 17:18:20 1999 +0200
@@ -10,3 +10,4 @@
 
 set proof_timing;
 
+time_use     "BinEx.ML";