diff options
Diffstat (limited to 'src/lib/libcrypto/buffer/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/buffer/Makefile.ssl | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/lib/libcrypto/buffer/Makefile.ssl b/src/lib/libcrypto/buffer/Makefile.ssl index a64681fd22..b8b6439503 100644 --- a/src/lib/libcrypto/buffer/Makefile.ssl +++ b/src/lib/libcrypto/buffer/Makefile.ssl | |||
@@ -5,13 +5,14 @@ | |||
5 | DIR= buffer | 5 | DIR= buffer |
6 | TOP= ../.. | 6 | TOP= ../.. |
7 | CC= cc | 7 | CC= cc |
8 | INCLUDES= -I.. -I../../include | 8 | INCLUDES= -I.. -I$(TOP) -I../../include |
9 | CFLAG=-g | 9 | CFLAG=-g |
10 | INSTALL_PREFIX= | 10 | INSTALL_PREFIX= |
11 | OPENSSLDIR= /usr/local/ssl | 11 | OPENSSLDIR= /usr/local/ssl |
12 | INSTALLTOP=/usr/local/ssl | 12 | INSTALLTOP=/usr/local/ssl |
13 | MAKE= make -f Makefile.ssl | 13 | MAKE= make -f Makefile.ssl |
14 | MAKEDEPEND= $(TOP)/util/domd $(TOP) | 14 | MAKEDEPPROG= makedepend |
15 | MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) | ||
15 | MAKEFILE= Makefile.ssl | 16 | MAKEFILE= Makefile.ssl |
16 | AR= ar r | 17 | AR= ar r |
17 | 18 | ||
@@ -39,8 +40,7 @@ all: lib | |||
39 | 40 | ||
40 | lib: $(LIBOBJ) | 41 | lib: $(LIBOBJ) |
41 | $(AR) $(LIB) $(LIBOBJ) | 42 | $(AR) $(LIB) $(LIBOBJ) |
42 | @echo You may get an error following this line. Please ignore. | 43 | $(RANLIB) $(LIB) || echo Never mind. |
43 | - $(RANLIB) $(LIB) | ||
44 | @touch lib | 44 | @touch lib |
45 | 45 | ||
46 | files: | 46 | files: |
@@ -80,14 +80,15 @@ clean: | |||
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 | buf_err.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 82 | buf_err.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h |
83 | buf_err.o: ../../include/openssl/crypto.h ../../include/openssl/err.h | 83 | buf_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
84 | buf_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslv.h | 84 | buf_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h |
85 | buf_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
85 | buf_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 86 | buf_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
86 | buf_err.o: ../../include/openssl/symhacks.h | 87 | buf_err.o: ../../include/openssl/symhacks.h buf_err.c |
87 | buffer.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 88 | buffer.o: ../../e_os.h ../../include/openssl/bio.h |
88 | buffer.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h | 89 | buffer.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
89 | buffer.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 90 | buffer.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h |
90 | buffer.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | 91 | buffer.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h |
91 | buffer.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | 92 | buffer.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h |
92 | buffer.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 93 | buffer.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
93 | buffer.o: ../cryptlib.h | 94 | buffer.o: ../cryptlib.h buffer.c |