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

Side by Side Diff: openssl/crypto/krb5/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/jpake/jpaketest.c ('k') | openssl/crypto/lhash/Makefile » ('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/krb5/Makefile 2 # OpenSSL/krb5/Makefile
3 # 3 #
4 4
5 DIR= krb5 5 DIR= krb5
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 16 matching lines...) Expand all
27 HEADER= $(EXHEADER) 27 HEADER= $(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 27 matching lines...) Expand all
75 75
76 # DO NOT DELETE THIS LINE -- make depend depends on it. 76 # DO NOT DELETE THIS LINE -- make depend depends on it.
77 77
78 krb5_asn.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h 78 krb5_asn.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
79 krb5_asn.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h 79 krb5_asn.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
80 krb5_asn.o: ../../include/openssl/e_os2.h ../../include/openssl/krb5_asn.h 80 krb5_asn.o: ../../include/openssl/e_os2.h ../../include/openssl/krb5_asn.h
81 krb5_asn.o: ../../include/openssl/opensslconf.h 81 krb5_asn.o: ../../include/openssl/opensslconf.h
82 krb5_asn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 82 krb5_asn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
83 krb5_asn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h 83 krb5_asn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
84 krb5_asn.o: ../../include/openssl/symhacks.h krb5_asn.c 84 krb5_asn.o: ../../include/openssl/symhacks.h krb5_asn.c
OLDNEW
« no previous file with comments | « openssl/crypto/jpake/jpaketest.c ('k') | openssl/crypto/lhash/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698