summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/Makefile.ssl')
-rw-r--r--src/lib/libcrypto/Makefile.ssl36
1 files changed, 20 insertions, 16 deletions
diff --git a/src/lib/libcrypto/Makefile.ssl b/src/lib/libcrypto/Makefile.ssl
index f9b33586be..05e3bb701e 100644
--- a/src/lib/libcrypto/Makefile.ssl
+++ b/src/lib/libcrypto/Makefile.ssl
@@ -27,7 +27,7 @@ LIBS=
27 27
28SDIRS= md2 md5 sha mdc2 hmac ripemd \ 28SDIRS= md2 md5 sha mdc2 hmac ripemd \
29 des rc2 rc4 rc5 idea bf cast \ 29 des rc2 rc4 rc5 idea bf cast \
30 bn rsa dsa dh \ 30 bn rsa dsa dh dso engine \
31 buffer bio stack lhash rand err objects \ 31 buffer bio stack lhash rand err objects \
32 evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp 32 evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp
33 33
@@ -39,7 +39,7 @@ LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdi
39 39
40SRC= $(LIBSRC) 40SRC= $(LIBSRC)
41 41
42EXHEADER= crypto.h tmdiff.h opensslv.h opensslconf.h ebcdic.h 42EXHEADER= crypto.h tmdiff.h opensslv.h opensslconf.h ebcdic.h symhacks.h
43HEADER= cryptlib.h buildinf.h md32_common.h $(EXHEADER) 43HEADER= cryptlib.h buildinf.h md32_common.h $(EXHEADER)
44 44
45ALL= $(GENERAL) $(SRC) $(HEADER) 45ALL= $(GENERAL) $(SRC) $(HEADER)
@@ -155,41 +155,45 @@ dclean:
155 155
156# DO NOT DELETE THIS LINE -- make depend depends on it. 156# DO NOT DELETE THIS LINE -- make depend depends on it.
157 157
158cpt_err.o: ../include/openssl/crypto.h ../include/openssl/err.h 158cpt_err.o: ../include/openssl/bio.h ../include/openssl/crypto.h
159cpt_err.o: ../include/openssl/err.h ../include/openssl/lhash.h
159cpt_err.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h 160cpt_err.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h
160cpt_err.o: ../include/openssl/stack.h 161cpt_err.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
161cryptlib.o: ../include/openssl/bio.h ../include/openssl/buffer.h 162cryptlib.o: ../include/openssl/bio.h ../include/openssl/buffer.h
162cryptlib.o: ../include/openssl/crypto.h ../include/openssl/e_os.h 163cryptlib.o: ../include/openssl/crypto.h ../include/openssl/e_os.h
163cryptlib.o: ../include/openssl/e_os2.h ../include/openssl/err.h 164cryptlib.o: ../include/openssl/e_os2.h ../include/openssl/err.h
164cryptlib.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h 165cryptlib.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h
165cryptlib.o: ../include/openssl/safestack.h ../include/openssl/stack.h 166cryptlib.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h
166cryptlib.o: cryptlib.h 167cryptlib.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.h
167cversion.o: ../include/openssl/bio.h ../include/openssl/buffer.h 168cversion.o: ../include/openssl/bio.h ../include/openssl/buffer.h
168cversion.o: ../include/openssl/crypto.h ../include/openssl/e_os.h 169cversion.o: ../include/openssl/crypto.h ../include/openssl/e_os.h
169cversion.o: ../include/openssl/e_os2.h ../include/openssl/err.h 170cversion.o: ../include/openssl/e_os2.h ../include/openssl/err.h
170cversion.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h 171cversion.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h
171cversion.o: ../include/openssl/safestack.h ../include/openssl/stack.h 172cversion.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h
172cversion.o: buildinf.h cryptlib.h 173cversion.o: ../include/openssl/stack.h ../include/openssl/symhacks.h buildinf.h
174cversion.o: cryptlib.h
173ex_data.o: ../include/openssl/bio.h ../include/openssl/buffer.h 175ex_data.o: ../include/openssl/bio.h ../include/openssl/buffer.h
174ex_data.o: ../include/openssl/crypto.h ../include/openssl/e_os.h 176ex_data.o: ../include/openssl/crypto.h ../include/openssl/e_os.h
175ex_data.o: ../include/openssl/e_os2.h ../include/openssl/err.h 177ex_data.o: ../include/openssl/e_os2.h ../include/openssl/err.h
176ex_data.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h 178ex_data.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h
177ex_data.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h 179ex_data.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h
178ex_data.o: ../include/openssl/stack.h cryptlib.h 180ex_data.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.h
179mem.o: ../include/openssl/bio.h ../include/openssl/buffer.h 181mem.o: ../include/openssl/bio.h ../include/openssl/buffer.h
180mem.o: ../include/openssl/crypto.h ../include/openssl/e_os.h 182mem.o: ../include/openssl/crypto.h ../include/openssl/e_os.h
181mem.o: ../include/openssl/e_os2.h ../include/openssl/err.h 183mem.o: ../include/openssl/e_os2.h ../include/openssl/err.h
182mem.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h 184mem.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h
183mem.o: ../include/openssl/safestack.h ../include/openssl/stack.h cryptlib.h 185mem.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h
186mem.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.h
184mem_dbg.o: ../include/openssl/bio.h ../include/openssl/buffer.h 187mem_dbg.o: ../include/openssl/bio.h ../include/openssl/buffer.h
185mem_dbg.o: ../include/openssl/crypto.h ../include/openssl/e_os.h 188mem_dbg.o: ../include/openssl/crypto.h ../include/openssl/e_os.h
186mem_dbg.o: ../include/openssl/e_os2.h ../include/openssl/err.h 189mem_dbg.o: ../include/openssl/e_os2.h ../include/openssl/err.h
187mem_dbg.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h 190mem_dbg.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h
188mem_dbg.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h 191mem_dbg.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h
189mem_dbg.o: ../include/openssl/stack.h cryptlib.h 192mem_dbg.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.h
190tmdiff.o: ../include/openssl/bio.h ../include/openssl/buffer.h 193tmdiff.o: ../include/openssl/bio.h ../include/openssl/buffer.h
191tmdiff.o: ../include/openssl/crypto.h ../include/openssl/e_os.h 194tmdiff.o: ../include/openssl/crypto.h ../include/openssl/e_os.h
192tmdiff.o: ../include/openssl/e_os2.h ../include/openssl/err.h 195tmdiff.o: ../include/openssl/e_os2.h ../include/openssl/err.h
193tmdiff.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h 196tmdiff.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h
194tmdiff.o: ../include/openssl/safestack.h ../include/openssl/stack.h 197tmdiff.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h
198tmdiff.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
195tmdiff.o: ../include/openssl/tmdiff.h cryptlib.h 199tmdiff.o: ../include/openssl/tmdiff.h cryptlib.h