added entry for running HOLLight
authorobua
Mon, 26 Sep 2005 02:27:59 +0200
changeset 17645 940371ea0ff3
parent 17644 bd59bfd4bf37
child 17646 c5a4fe81857e
added entry for running HOLLight
src/HOL/IsaMakefile
--- a/src/HOL/IsaMakefile	Mon Sep 26 02:27:14 2005 +0200
+++ b/src/HOL/IsaMakefile	Mon Sep 26 02:27:59 2005 +0200
@@ -6,7 +6,7 @@
 
 default: HOL
 generate: HOL-Complex-Generate-HOL HOL-Complex-Generate-HOLLight
-images: HOL HOL-Algebra HOL-Complex HOL-Complex-Matrix TLA HOL4
+images: HOL HOL-Algebra HOL-Complex HOL-Complex-Matrix TLA
 
 #Note: keep targets sorted (except for HOL-Library)
 test: \
@@ -300,6 +300,13 @@
   Import/HOL/HOL4Word32.thy Import/HOL/HOL4.thy Import/HOL/ROOT.ML
 	@cd Import/HOL; $(ISATOOL) usedir -b $(OUT)/HOL-Complex HOL4
 
+HOLLight: HOL-Complex $(LOG)/HOLLight.gz
+
+$(LOG)/HOLLight.gz: $(OUT)/HOL-Complex $(IMPORTER_HOLLIGHT_FILES) \
+  Import/HOLLight/hollight.imp Import/HOLLight/HOLLight.thy \
+  Import/HOLLight/ROOT.ML
+	@cd Import/HOLLight; $(ISATOOL) usedir -b $(OUT)/HOL-Complex HOLLight
+
 
 ## HOL-NumberTheory