added Modelcheck example;
authormueller
Fri, 16 May 1997 16:08:38 +0200
changeset 3218 44f01b718eab
parent 3217 d30d62128fe5
child 3219 9854e3ea09e7
added Modelcheck example;
src/HOL/IsaMakefile
--- a/src/HOL/IsaMakefile	Fri May 16 15:57:11 1997 +0200
+++ b/src/HOL/IsaMakefile	Fri May 16 16:08:38 1997 +0200
@@ -92,6 +92,16 @@
 	@$(ISATOOL) usedir $(OUT)/HOL Auth
 
 
+## Modelchecker invocation
+
+MC_FILES = Modelcheck/CTL.thy Modelcheck/Example.ML \
+  Modelcheck/Example.thy Modelcheck/MCSyn.ML Modelcheck/MCSyn.thy \
+  Modelcheck/MuCalculus.ML Modelcheck/MuCalculus.thy Modelcheck/ROOT.ML
+
+Modelcheck: $(OUT)/HOL $(MC_FILES)
+	@$(ISATOOL) usedir $(OUT)/HOL Modelcheck
+
+
 ## Properties of substitutions
 
 SUBST_NAMES = AList Subst Unifier UTerm Unify
@@ -197,7 +207,7 @@
 ## Full test
 
 test:	$(OUT)/HOL \
-		Subst Induct IMP Hoare Lex Integ Auth Lambda  \
+		Subst Induct IMP Hoare Lex Integ Auth Modelcheck Lambda  \
 		W0 MiniML IOA AxClasses Quot ex
 	echo 'Test examples ran successfully' > test