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

Side by Side Diff: openssl/crypto/ecdh/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/ec/ectest.c ('k') | openssl/crypto/ecdh/ecdhtest.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 # crypto/ecdh/Makefile 2 # crypto/ecdh/Makefile
3 # 3 #
4 4
5 DIR= ecdh 5 DIR= ecdh
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 -Wall 9 CFLAG=-g -Wall
10 MAKEFILE= Makefile 10 MAKEFILE= Makefile
(...skipping 16 matching lines...) Expand all
27 HEADER= ech_locl.h $(EXHEADER) 27 HEADER= ech_locl.h $(EXHEADER)
28 28
29 ALL= $(GENERAL) $(SRC) $(HEADER) 29 ALL= $(GENERAL) $(SRC) $(HEADER)
30 30
31 top: 31 top:
32 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) 32 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
33 33
34 all: lib 34 all: lib
35 35
36 lib: $(LIBOBJ) 36 lib: $(LIBOBJ)
37 » $(ARX) $(LIB) $(LIBOBJ) 37 » $(AR) $(LIB) $(LIBOBJ)
38 $(RANLIB) $(LIB) || echo Never mind. 38 $(RANLIB) $(LIB) || echo Never mind.
39 @touch lib 39 @touch lib
40 40
41 files: 41 files:
42 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO 42 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
43 43
44 links: 44 links:
45 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) 45 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
46 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) 46 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
47 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) 47 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 ech_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h 81 ech_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
82 ech_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h 82 ech_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
83 ech_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h 83 ech_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
84 ech_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h 84 ech_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
85 ech_err.o: ech_err.c 85 ech_err.o: ech_err.c
86 ech_key.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h 86 ech_key.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
87 ech_key.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h 87 ech_key.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
88 ech_key.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h 88 ech_key.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
89 ech_key.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h 89 ech_key.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
90 ech_key.o: ../../include/openssl/engine.h ../../include/openssl/evp.h 90 ech_key.o: ../../include/openssl/engine.h ../../include/openssl/evp.h
91 ech_key.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h 91 ech_key.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
92 ech_key.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h 92 ech_key.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
93 ech_key.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h 93 ech_key.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
94 ech_key.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h 94 ech_key.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
95 ech_key.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h 95 ech_key.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
96 ech_key.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h 96 ech_key.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
97 ech_key.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h 97 ech_key.o: ../../include/openssl/x509_vfy.h ech_key.c ech_locl.h
98 ech_key.o: ech_key.c ech_locl.h
99 ech_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h 98 ech_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
100 ech_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h 99 ech_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
101 ech_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h 100 ech_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
102 ech_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h 101 ech_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
103 ech_lib.o: ../../include/openssl/engine.h ../../include/openssl/err.h 102 ech_lib.o: ../../include/openssl/engine.h ../../include/openssl/err.h
104 ech_lib.o: ../../include/openssl/evp.h ../../include/openssl/fips.h 103 ech_lib.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
105 ech_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h 104 ech_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
106 ech_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h 105 ech_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
107 ech_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 106 ech_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
108 ech_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h 107 ech_lib.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
109 ech_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h 108 ech_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
110 ech_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h 109 ech_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
111 ech_lib.o: ../../include/openssl/x509_vfy.h ech_lib.c ech_locl.h 110 ech_lib.o: ech_lib.c ech_locl.h
112 ech_ossl.o: ../../e_os.h ../../include/openssl/asn1.h 111 ech_ossl.o: ../../e_os.h ../../include/openssl/asn1.h
113 ech_ossl.o: ../../include/openssl/bio.h ../../include/openssl/bn.h 112 ech_ossl.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
114 ech_ossl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h 113 ech_ossl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
115 ech_ossl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h 114 ech_ossl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
116 ech_ossl.o: ../../include/openssl/ecdh.h ../../include/openssl/err.h 115 ech_ossl.o: ../../include/openssl/ecdh.h ../../include/openssl/err.h
117 ech_ossl.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h 116 ech_ossl.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
118 ech_ossl.o: ../../include/openssl/opensslconf.h 117 ech_ossl.o: ../../include/openssl/opensslconf.h
119 ech_ossl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 118 ech_ossl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
120 ech_ossl.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h 119 ech_ossl.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
121 ech_ossl.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h 120 ech_ossl.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
122 ech_ossl.o: ../cryptlib.h ech_locl.h ech_ossl.c 121 ech_ossl.o: ../cryptlib.h ech_locl.h ech_ossl.c
OLDNEW
« no previous file with comments | « openssl/crypto/ec/ectest.c ('k') | openssl/crypto/ecdh/ecdhtest.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698