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

Side by Side Diff: openssl/crypto/ripemd/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/rc5/rc5_skey.c ('k') | openssl/crypto/ripemd/asm/rmd-586.pl » ('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/ripemd/Makefile 2 # OpenSSL/crypto/ripemd/Makefile
3 # 3 #
4 4
5 DIR= ripemd 5 DIR= ripemd
6 TOP= ../.. 6 TOP= ../..
7 CC= cc 7 CC= cc
8 CPP= $(CC) -E 8 CPP= $(CC) -E
9 INCLUDES= 9 INCLUDES=
10 CFLAG=-g 10 CFLAG=-g
(...skipping 20 matching lines...) Expand all
31 HEADER= rmd_locl.h rmdconst.h $(EXHEADER) 31 HEADER= rmd_locl.h rmdconst.h $(EXHEADER)
32 32
33 ALL= $(GENERAL) $(SRC) $(HEADER) 33 ALL= $(GENERAL) $(SRC) $(HEADER)
34 34
35 top: 35 top:
36 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) 36 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
37 37
38 all: lib 38 all: lib
39 39
40 lib: $(LIBOBJ) 40 lib: $(LIBOBJ)
41 » $(ARX) $(LIB) $(LIBOBJ) 41 » $(AR) $(LIB) $(LIBOBJ)
42 $(RANLIB) $(LIB) || echo Never mind. 42 $(RANLIB) $(LIB) || echo Never mind.
43 @touch lib 43 @touch lib
44 44
45 # ELF 45 rmd-586.s:» asm/rmd-586.pl ../perlasm/x86asm.pl
46 rm86-elf.s: asm/rmd-586.pl ../perlasm/x86asm.pl 46 » $(PERL) asm/rmd-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
47 » (cd asm; $(PERL) rmd-586.pl elf $(CFLAGS) > ../$@)
48 # COFF
49 rm86-cof.s: asm/rmd-586.pl ../perlasm/x86asm.pl
50 » (cd asm; $(PERL) rmd-586.pl coff $(CFLAGS) > ../$@)
51 # a.out
52 rm86-out.s: asm/rmd-586.pl ../perlasm/x86asm.pl
53 » (cd asm; $(PERL) rmd-586.pl a.out $(CFLAGS) > ../$@)
54 47
55 files: 48 files:
56 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO 49 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
57 50
58 links: 51 links:
59 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) 52 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
60 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) 53 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
61 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) 54 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
62 55
63 install: 56 install:
(...skipping 18 matching lines...) Expand all
82 75
83 dclean: 76 dclean:
84 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKE FILE) >Makefile.new 77 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKE FILE) >Makefile.new
85 mv -f Makefile.new $(MAKEFILE) 78 mv -f Makefile.new $(MAKEFILE)
86 79
87 clean: 80 clean:
88 rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff 81 rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
89 82
90 # DO NOT DELETE THIS LINE -- make depend depends on it. 83 # DO NOT DELETE THIS LINE -- make depend depends on it.
91 84
92 rmd_dgst.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h 85 rmd_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
93 rmd_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h 86 rmd_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/ripemd.h
94 rmd_dgst.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
95 rmd_dgst.o: ../../include/openssl/opensslconf.h
96 rmd_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
97 rmd_dgst.o: ../../include/openssl/ripemd.h ../../include/openssl/safestack.h
98 rmd_dgst.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
99 rmd_dgst.o: ../md32_common.h rmd_dgst.c rmd_locl.h rmdconst.h 87 rmd_dgst.o: ../md32_common.h rmd_dgst.c rmd_locl.h rmdconst.h
100 rmd_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h 88 rmd_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
101 rmd_one.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h 89 rmd_one.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
102 rmd_one.o: ../../include/openssl/ossl_typ.h ../../include/openssl/ripemd.h 90 rmd_one.o: ../../include/openssl/ossl_typ.h ../../include/openssl/ripemd.h
103 rmd_one.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h 91 rmd_one.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
104 rmd_one.o: ../../include/openssl/symhacks.h rmd_one.c 92 rmd_one.o: ../../include/openssl/symhacks.h rmd_one.c
OLDNEW
« no previous file with comments | « openssl/crypto/rc5/rc5_skey.c ('k') | openssl/crypto/ripemd/asm/rmd-586.pl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698