diff options
Diffstat (limited to 'src/lib/libcrypto/conf/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/conf/Makefile.ssl | 44 |
1 files changed, 30 insertions, 14 deletions
diff --git a/src/lib/libcrypto/conf/Makefile.ssl b/src/lib/libcrypto/conf/Makefile.ssl index 9dbb2b276a..efbb578981 100644 --- a/src/lib/libcrypto/conf/Makefile.ssl +++ b/src/lib/libcrypto/conf/Makefile.ssl | |||
@@ -22,14 +22,14 @@ TEST= | |||
22 | APPS= | 22 | APPS= |
23 | 23 | ||
24 | LIB=$(TOP)/libcrypto.a | 24 | LIB=$(TOP)/libcrypto.a |
25 | LIBSRC= conf.c conf_err.c | 25 | LIBSRC= conf_err.c conf_lib.c conf_api.c conf_def.c |
26 | 26 | ||
27 | LIBOBJ= conf.o conf_err.o | 27 | LIBOBJ= conf_err.o conf_lib.o conf_api.o conf_def.o |
28 | 28 | ||
29 | SRC= $(LIBSRC) | 29 | SRC= $(LIBSRC) |
30 | 30 | ||
31 | EXHEADER= conf.h | 31 | EXHEADER= conf.h conf_api.h |
32 | HEADER= conf_lcl.h $(EXHEADER) | 32 | HEADER= conf_def.h $(EXHEADER) |
33 | 33 | ||
34 | ALL= $(GENERAL) $(SRC) $(HEADER) | 34 | ALL= $(GENERAL) $(SRC) $(HEADER) |
35 | 35 | ||
@@ -79,14 +79,30 @@ clean: | |||
79 | 79 | ||
80 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 80 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
81 | 81 | ||
82 | conf.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 82 | conf_api.o: ../../include/openssl/bio.h ../../include/openssl/conf.h |
83 | conf.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h | 83 | conf_api.o: ../../include/openssl/conf_api.h ../../include/openssl/crypto.h |
84 | conf.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h | 84 | conf_api.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h |
85 | conf.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | 85 | conf_api.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h |
86 | conf.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 86 | conf_api.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h |
87 | conf.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 87 | conf_api.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
88 | conf.o: ../cryptlib.h conf_lcl.h | 88 | conf_def.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h |
89 | conf_def.o: ../../include/openssl/conf.h ../../include/openssl/conf_api.h | ||
90 | conf_def.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h | ||
91 | conf_def.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | ||
92 | conf_def.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | ||
93 | conf_def.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | ||
94 | conf_def.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
95 | conf_def.o: conf_def.h | ||
89 | conf_err.o: ../../include/openssl/bio.h ../../include/openssl/conf.h | 96 | conf_err.o: ../../include/openssl/bio.h ../../include/openssl/conf.h |
90 | conf_err.o: ../../include/openssl/crypto.h ../../include/openssl/err.h | 97 | conf_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h |
91 | conf_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslv.h | 98 | conf_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h |
92 | conf_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 99 | conf_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h |
100 | conf_err.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | ||
101 | conf_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
102 | conf_lib.o: ../../include/openssl/bio.h ../../include/openssl/conf.h | ||
103 | conf_lib.o: ../../include/openssl/conf_api.h ../../include/openssl/crypto.h | ||
104 | conf_lib.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h | ||
105 | conf_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
106 | conf_lib.o: ../../include/openssl/opensslconf.h | ||
107 | conf_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | ||
108 | conf_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||