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

Side by Side Diff: openssl/crypto/ui/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/txt_db/txt_db.c ('k') | openssl/crypto/ui/ui.h » ('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/ui/Makefile 2 # OpenSSL/crypto/ui/Makefile
3 # 3 #
4 4
5 DIR= ui 5 DIR= ui
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 19 matching lines...) Expand all
30 HEADER= $(EXHEADER) ui_locl.h 30 HEADER= $(EXHEADER) ui_locl.h
31 31
32 ALL= $(GENERAL) $(SRC) $(HEADER) 32 ALL= $(GENERAL) $(SRC) $(HEADER)
33 33
34 top: 34 top:
35 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) 35 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
36 36
37 all: lib 37 all: lib
38 38
39 lib: $(LIBOBJ) 39 lib: $(LIBOBJ)
40 » $(ARX) $(LIB) $(LIBOBJ) 40 » $(AR) $(LIB) $(LIBOBJ)
41 $(RANLIB) $(LIB) || echo Never mind. 41 $(RANLIB) $(LIB) || echo Never mind.
42 @touch lib 42 @touch lib
43 43
44 files: 44 files:
45 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO 45 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
46 46
47 links: 47 links:
48 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) 48 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
49 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) 49 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
50 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) 50 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 ui_openssl.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h 102 ui_openssl.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
103 ui_openssl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 103 ui_openssl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
104 ui_openssl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h 104 ui_openssl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
105 ui_openssl.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h 105 ui_openssl.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
106 ui_openssl.o: ../cryptlib.h ui_locl.h ui_openssl.c 106 ui_openssl.o: ../cryptlib.h ui_locl.h ui_openssl.c
107 ui_util.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h 107 ui_util.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
108 ui_util.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h 108 ui_util.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
109 ui_util.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h 109 ui_util.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
110 ui_util.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h 110 ui_util.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
111 ui_util.o: ../../include/openssl/ui.h ui_locl.h ui_util.c 111 ui_util.o: ../../include/openssl/ui.h ui_locl.h ui_util.c
OLDNEW
« no previous file with comments | « openssl/crypto/txt_db/txt_db.c ('k') | openssl/crypto/ui/ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698