summaryrefslogtreecommitdiffstats
path: root/crypto/dh
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-01-19 21:36:31 +0000
committerBen Laurie <ben@openssl.org>1999-01-19 21:36:31 +0000
commit8039257dbcd1d2e96e1d57b607b49cdf0ae78636 (patch)
tree5689dcf67c9bff1b069e1c785c9da80e413703f3 /crypto/dh
parentb13a1554925a173e04bb9802cbc123b40746a6fc (diff)
Finally lay dependencies to rest (I hope!).
Diffstat (limited to 'crypto/dh')
-rw-r--r--crypto/dh/Makefile.ssl14
1 files changed, 13 insertions, 1 deletions
diff --git a/crypto/dh/Makefile.ssl b/crypto/dh/Makefile.ssl
index e634731aa3..128bd5fed5 100644
--- a/crypto/dh/Makefile.ssl
+++ b/crypto/dh/Makefile.ssl
@@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include
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
@@ -84,3 +84,15 @@ $(ERRC).c: $(ERR).err
perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+dh_check.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+dh_check.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+dh_check.o: ../cryptlib.h ../crypto.h dh.h ../../include/err.h dh.h
+dh_gen.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+dh_gen.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+dh_gen.o: ../cryptlib.h ../crypto.h dh.h ../../include/bio.h ../../include/bn.h
+dh_key.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+dh_key.o: ../../include/rand.h ../../include/stack.h ../cryptlib.h ../crypto.h
+dh_key.o: dh.h ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+dh_lib.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+dh_lib.o: ../cryptlib.h ../crypto.h dh.h