More extension code. Incomplete support for subject and issuer alt
[openssl.git] / crypto / rand / Makefile.ssl
index d04f0a9b43ba258c6a9cfaea1feafa0ebe64a99a..f02ccc63966b6423c6b311c2046d2d9a5133b99a 100644 (file)
@@ -9,7 +9,7 @@ INCLUDES=
 CFLAG=-g
 INSTALLTOP=/usr/local/ssl
 MAKE=          make -f Makefile.ssl
-MAKEDEPEND=    makedepend -f Makefile.ssl
+MAKEDEPEND=    $(TOP)/util/domd $(TOP)
 MAKEFILE=      Makefile.ssl
 AR=            ar r
 
@@ -20,8 +20,8 @@ TEST= randtest.c
 APPS=
 
 LIB=$(TOP)/libcrypto.a
-LIBSRC=md_rand.c randfile.c
-LIBOBJ=md_rand.o randfile.o
+LIBSRC=md_rand.c randfile.c rand_lib.c
+LIBOBJ=md_rand.o randfile.o rand_lib.o
 
 SRC= $(LIBSRC)
 
@@ -78,3 +78,8 @@ clean:
 errors:
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.
+
+md_rand.o: ../../include/e_os.h ../../include/md5.h ../../include/stack.h
+md_rand.o: ../crypto.h rand.h
+rand_lib.o: rand.h
+randfile.o: ../../include/e_os.h rand.h