Added Auth to the test target
authorpaulson
Tue, 10 Sep 1996 11:37:52 +0200
changeset 1972 cc65911dceef
parent 1971 30fe5ac5c04e
child 1973 8c94c9a5be10
Added Auth to the test target
src/HOL/Makefile
--- a/src/HOL/Makefile	Tue Sep 10 11:35:23 1996 +0200
+++ b/src/HOL/Makefile	Tue Sep 10 11:37:52 1996 +0200
@@ -131,6 +131,19 @@
 	     echo 'exit_use_dir"IOA/ABP";quit();' | $(LOGIC); \
         fi
 
+
+##Authentication & Security Protocols
+Auth_NAMES = Message Shared NS_Shared OtwayRees
+
+AUTH_FILES = Auth/ROOT.ML $(AUTH_NAMES:%=Auth/%.thy) $(AUTH_NAMES:%=Auth/%.ML)
+
+Auth:   $(BIN)/HOL  $(AUTH_FILES)
+	if [ "$${MAKE_HTML-undefined}" != "undefined" ]; \
+        then echo 'make_html := true; exit_use_dir"Auth";quit();' | $(LOGIC);\
+        else echo 'exit_use_dir"Auth";quit();' | $(LOGIC); \
+        fi
+
+
 ##Properties of substitutions
 SUBST_NAMES = AList Setplus Subst Unifier UTerm UTLemmas
 
@@ -195,7 +208,7 @@
         fi
 
 #Full test.
-test:   $(BIN)/HOL IMP Hoare Lex Integ Subst Lambda MiniML IOA ex
+test:   $(BIN)/HOL IMP Hoare Lex Integ Auth Subst Lambda MiniML IOA ex
 	echo 'Test examples ran successfully' > test
 
 .PRECIOUS:  $(BIN)/Pure $(BIN)/HOL