Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(382)

Side by Side Diff: openssl/crypto/bio/Makefile

Issue 9254031: Upgrade chrome's OpenSSL to same version Android ships with. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « openssl/crypto/bf/blowfish.h ('k') | openssl/crypto/bio/b_print.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # OpenSSL/crypto/bio/Makefile 2 # OpenSSL/crypto/bio/Makefile
3 # 3 #
4 4
5 DIR= bio 5 DIR= bio
6 TOP= ../.. 6 TOP= ../..
7 CC= cc 7 CC= cc
8 INCLUDES= -I.. -I$(TOP) -I../../include 8 INCLUDES= -I.. -I$(TOP) -I../../include
9 CFLAG=-g 9 CFLAG=-g
10 MAKEFILE= Makefile 10 MAKEFILE= Makefile
(...skipping 27 matching lines...) Expand all
38 HEADER= bio_lcl.h $(EXHEADER) 38 HEADER= bio_lcl.h $(EXHEADER)
39 39
40 ALL= $(GENERAL) $(SRC) $(HEADER) 40 ALL= $(GENERAL) $(SRC) $(HEADER)
41 41
42 top: 42 top:
43 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) 43 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
44 44
45 all: lib 45 all: lib
46 46
47 lib: $(LIBOBJ) 47 lib: $(LIBOBJ)
48 » $(ARX) $(LIB) $(LIBOBJ) 48 » $(AR) $(LIB) $(LIBOBJ)
49 $(RANLIB) $(LIB) || echo Never mind. 49 $(RANLIB) $(LIB) || echo Never mind.
50 @touch lib 50 @touch lib
51 51
52 files: 52 files:
53 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO 53 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
54 54
55 links: 55 links:
56 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) 56 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
57 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) 57 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
58 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) 58 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 b_dump.o: ../../include/openssl/symhacks.h ../cryptlib.h b_dump.c bio_lcl.h 95 b_dump.o: ../../include/openssl/symhacks.h ../cryptlib.h b_dump.c bio_lcl.h
96 b_print.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h 96 b_print.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
97 b_print.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h 97 b_print.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
98 b_print.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h 98 b_print.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
99 b_print.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h 99 b_print.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
100 b_print.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 100 b_print.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
101 b_print.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h 101 b_print.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
102 b_print.o: ../../include/openssl/symhacks.h ../cryptlib.h b_print.c 102 b_print.o: ../../include/openssl/symhacks.h ../cryptlib.h b_print.c
103 b_sock.o: ../../e_os.h ../../include/openssl/bio.h 103 b_sock.o: ../../e_os.h ../../include/openssl/bio.h
104 b_sock.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h 104 b_sock.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
105 b_sock.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h 105 b_sock.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
106 b_sock.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h 106 b_sock.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
107 b_sock.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 107 b_sock.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
108 b_sock.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h 108 b_sock.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
109 b_sock.o: ../../include/openssl/symhacks.h ../cryptlib.h b_sock.c 109 b_sock.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
110 b_sock.o: ../cryptlib.h b_sock.c
110 bf_buff.o: ../../e_os.h ../../include/openssl/bio.h 111 bf_buff.o: ../../e_os.h ../../include/openssl/bio.h
111 bf_buff.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h 112 bf_buff.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
112 bf_buff.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h 113 bf_buff.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
113 bf_buff.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h 114 bf_buff.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
114 bf_buff.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 115 bf_buff.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
115 bf_buff.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h 116 bf_buff.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
116 bf_buff.o: ../../include/openssl/symhacks.h ../cryptlib.h bf_buff.c 117 bf_buff.o: ../../include/openssl/symhacks.h ../cryptlib.h bf_buff.c
117 bf_nbio.o: ../../e_os.h ../../include/openssl/bio.h 118 bf_nbio.o: ../../e_os.h ../../include/openssl/bio.h
118 bf_nbio.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h 119 bf_nbio.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
119 bf_nbio.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h 120 bf_nbio.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 bss_null.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 213 bss_null.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
213 bss_null.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h 214 bss_null.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
214 bss_null.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_null.c 215 bss_null.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_null.c
215 bss_sock.o: ../../e_os.h ../../include/openssl/bio.h 216 bss_sock.o: ../../e_os.h ../../include/openssl/bio.h
216 bss_sock.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h 217 bss_sock.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
217 bss_sock.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h 218 bss_sock.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
218 bss_sock.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h 219 bss_sock.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
219 bss_sock.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 220 bss_sock.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
220 bss_sock.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h 221 bss_sock.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
221 bss_sock.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_sock.c 222 bss_sock.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_sock.c
OLDNEW
« no previous file with comments | « openssl/crypto/bf/blowfish.h ('k') | openssl/crypto/bio/b_print.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698