diff options
Diffstat (limited to 'src/lib/libcrypto/Attic/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Attic/Makefile | 36 |
1 files changed, 20 insertions, 16 deletions
diff --git a/src/lib/libcrypto/Attic/Makefile b/src/lib/libcrypto/Attic/Makefile index b980f54dba..3c4cf3ea9a 100644 --- a/src/lib/libcrypto/Attic/Makefile +++ b/src/lib/libcrypto/Attic/Makefile | |||
| @@ -27,7 +27,7 @@ LIBS= | |||
| 27 | 27 | ||
| 28 | SDIRS= md2 md5 sha mdc2 hmac ripemd \ | 28 | SDIRS= 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 | ||
| 40 | SRC= $(LIBSRC) | 40 | SRC= $(LIBSRC) |
| 41 | 41 | ||
| 42 | EXHEADER= crypto.h tmdiff.h opensslv.h opensslconf.h ebcdic.h | 42 | EXHEADER= crypto.h tmdiff.h opensslv.h opensslconf.h ebcdic.h symhacks.h |
| 43 | HEADER= cryptlib.h buildinf.h md32_common.h $(EXHEADER) | 43 | HEADER= cryptlib.h buildinf.h md32_common.h $(EXHEADER) |
| 44 | 44 | ||
| 45 | ALL= $(GENERAL) $(SRC) $(HEADER) | 45 | ALL= $(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 | ||
| 158 | cpt_err.o: ../include/openssl/crypto.h ../include/openssl/err.h | 158 | cpt_err.o: ../include/openssl/bio.h ../include/openssl/crypto.h |
| 159 | cpt_err.o: ../include/openssl/err.h ../include/openssl/lhash.h | ||
| 159 | cpt_err.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h | 160 | cpt_err.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h |
| 160 | cpt_err.o: ../include/openssl/stack.h | 161 | cpt_err.o: ../include/openssl/stack.h ../include/openssl/symhacks.h |
| 161 | cryptlib.o: ../include/openssl/bio.h ../include/openssl/buffer.h | 162 | cryptlib.o: ../include/openssl/bio.h ../include/openssl/buffer.h |
| 162 | cryptlib.o: ../include/openssl/crypto.h ../include/openssl/e_os.h | 163 | cryptlib.o: ../include/openssl/crypto.h ../include/openssl/e_os.h |
| 163 | cryptlib.o: ../include/openssl/e_os2.h ../include/openssl/err.h | 164 | cryptlib.o: ../include/openssl/e_os2.h ../include/openssl/err.h |
| 164 | cryptlib.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h | 165 | cryptlib.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h |
| 165 | cryptlib.o: ../include/openssl/safestack.h ../include/openssl/stack.h | 166 | cryptlib.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h |
| 166 | cryptlib.o: cryptlib.h | 167 | cryptlib.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.h |
| 167 | cversion.o: ../include/openssl/bio.h ../include/openssl/buffer.h | 168 | cversion.o: ../include/openssl/bio.h ../include/openssl/buffer.h |
| 168 | cversion.o: ../include/openssl/crypto.h ../include/openssl/e_os.h | 169 | cversion.o: ../include/openssl/crypto.h ../include/openssl/e_os.h |
| 169 | cversion.o: ../include/openssl/e_os2.h ../include/openssl/err.h | 170 | cversion.o: ../include/openssl/e_os2.h ../include/openssl/err.h |
| 170 | cversion.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h | 171 | cversion.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h |
| 171 | cversion.o: ../include/openssl/safestack.h ../include/openssl/stack.h | 172 | cversion.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h |
| 172 | cversion.o: buildinf.h cryptlib.h | 173 | cversion.o: ../include/openssl/stack.h ../include/openssl/symhacks.h buildinf.h |
| 174 | cversion.o: cryptlib.h | ||
| 173 | ex_data.o: ../include/openssl/bio.h ../include/openssl/buffer.h | 175 | ex_data.o: ../include/openssl/bio.h ../include/openssl/buffer.h |
| 174 | ex_data.o: ../include/openssl/crypto.h ../include/openssl/e_os.h | 176 | ex_data.o: ../include/openssl/crypto.h ../include/openssl/e_os.h |
| 175 | ex_data.o: ../include/openssl/e_os2.h ../include/openssl/err.h | 177 | ex_data.o: ../include/openssl/e_os2.h ../include/openssl/err.h |
| 176 | ex_data.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h | 178 | ex_data.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h |
| 177 | ex_data.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h | 179 | ex_data.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h |
| 178 | ex_data.o: ../include/openssl/stack.h cryptlib.h | 180 | ex_data.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.h |
| 179 | mem.o: ../include/openssl/bio.h ../include/openssl/buffer.h | 181 | mem.o: ../include/openssl/bio.h ../include/openssl/buffer.h |
| 180 | mem.o: ../include/openssl/crypto.h ../include/openssl/e_os.h | 182 | mem.o: ../include/openssl/crypto.h ../include/openssl/e_os.h |
| 181 | mem.o: ../include/openssl/e_os2.h ../include/openssl/err.h | 183 | mem.o: ../include/openssl/e_os2.h ../include/openssl/err.h |
| 182 | mem.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h | 184 | mem.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h |
| 183 | mem.o: ../include/openssl/safestack.h ../include/openssl/stack.h cryptlib.h | 185 | mem.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h |
| 186 | mem.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.h | ||
| 184 | mem_dbg.o: ../include/openssl/bio.h ../include/openssl/buffer.h | 187 | mem_dbg.o: ../include/openssl/bio.h ../include/openssl/buffer.h |
| 185 | mem_dbg.o: ../include/openssl/crypto.h ../include/openssl/e_os.h | 188 | mem_dbg.o: ../include/openssl/crypto.h ../include/openssl/e_os.h |
| 186 | mem_dbg.o: ../include/openssl/e_os2.h ../include/openssl/err.h | 189 | mem_dbg.o: ../include/openssl/e_os2.h ../include/openssl/err.h |
| 187 | mem_dbg.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h | 190 | mem_dbg.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h |
| 188 | mem_dbg.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h | 191 | mem_dbg.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h |
| 189 | mem_dbg.o: ../include/openssl/stack.h cryptlib.h | 192 | mem_dbg.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.h |
| 190 | tmdiff.o: ../include/openssl/bio.h ../include/openssl/buffer.h | 193 | tmdiff.o: ../include/openssl/bio.h ../include/openssl/buffer.h |
| 191 | tmdiff.o: ../include/openssl/crypto.h ../include/openssl/e_os.h | 194 | tmdiff.o: ../include/openssl/crypto.h ../include/openssl/e_os.h |
| 192 | tmdiff.o: ../include/openssl/e_os2.h ../include/openssl/err.h | 195 | tmdiff.o: ../include/openssl/e_os2.h ../include/openssl/err.h |
| 193 | tmdiff.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h | 196 | tmdiff.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h |
| 194 | tmdiff.o: ../include/openssl/safestack.h ../include/openssl/stack.h | 197 | tmdiff.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h |
| 198 | tmdiff.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | ||
| 195 | tmdiff.o: ../include/openssl/tmdiff.h cryptlib.h | 199 | tmdiff.o: ../include/openssl/tmdiff.h cryptlib.h |
