diff options
author | Ben Laurie <ben@openssl.org> | 1999-01-19 22:36:31 +0100 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-01-19 22:36:31 +0100 |
commit | 8039257dbcd1d2e96e1d57b607b49cdf0ae78636 (patch) | |
tree | 5689dcf67c9bff1b069e1c785c9da80e413703f3 /crypto/dsa/Makefile.ssl | |
parent | Spelling mistake. (diff) | |
download | openssl-8039257dbcd1d2e96e1d57b607b49cdf0ae78636.tar.xz openssl-8039257dbcd1d2e96e1d57b607b49cdf0ae78636.zip |
Finally lay dependencies to rest (I hope!).
Diffstat (limited to 'crypto/dsa/Makefile.ssl')
-rw-r--r-- | crypto/dsa/Makefile.ssl | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/crypto/dsa/Makefile.ssl b/crypto/dsa/Makefile.ssl index 3482f6d652..30dab47d76 100644 --- a/crypto/dsa/Makefile.ssl +++ b/crypto/dsa/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,28 @@ $(ERRC).c: $(ERR).err perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c # DO NOT DELETE THIS LINE -- make depend depends on it. + +dsa_err.o: ../../include/bn.h ../../include/err.h dsa.h ../../include/bio.h +dsa_gen.o: ../../include/bn.h ../../include/buffer.h ../../include/e_os.h +dsa_gen.o: ../../include/err.h ../../include/rand.h ../../include/sha.h +dsa_gen.o: ../../include/stack.h ../cryptlib.h ../crypto.h dsa.h +dsa_key.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h +dsa_key.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h +dsa_key.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h +dsa_key.o: dsa.h ../../include/asn1.h ../../include/bio.h ../../include/bn.h +dsa_lib.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +dsa_lib.o: ../../include/stack.h ../cryptlib.h ../crypto.h dsa.h +dsa_sign.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h +dsa_sign.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +dsa_sign.o: ../../include/rand.h ../../include/stack.h ../cryptlib.h +dsa_sign.o: ../crypto.h dsa.h ../../include/asn1.h ../../include/asn1_mac.h +dsa_vrf.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +dsa_vrf.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +dsa_vrf.o: ../../include/dh.h ../../include/e_os.h ../../include/err.h +dsa_vrf.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +dsa_vrf.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +dsa_vrf.o: ../../include/pkcs7.h ../../include/rand.h ../../include/rc2.h +dsa_vrf.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +dsa_vrf.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +dsa_vrf.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +dsa_vrf.o: ../crypto.h dsa.h |