~ubuntu-branches/ubuntu/lucid/openssl/lucid-proposed

« back to all changes in this revision

Viewing changes to crypto/md5/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-06-13 18:15:46 UTC
  • mto: (11.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090613181546-vbfntai3b009dl1u
Tags: upstream-0.9.8k
ImportĀ upstreamĀ versionĀ 0.9.8k

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
all:    lib
39
39
 
40
40
lib:    $(LIBOBJ)
41
 
        $(AR) $(LIB) $(LIBOBJ)
 
41
        $(ARX) $(LIB) $(LIBOBJ)
42
42
        $(RANLIB) $(LIB) || echo Never mind.
43
43
        @touch lib
44
44
 
52
52
mx86-out.s: asm/md5-586.pl ../perlasm/x86asm.pl
53
53
        (cd asm; $(PERL) md5-586.pl a.out $(CFLAGS) > ../$@)
54
54
 
55
 
md5-sparcv8plus.o: asm/md5-sparcv9.S
56
 
        $(CC) $(ASFLAGS) -DMD5_BLOCK_DATA_ORDER -c \
57
 
                -o md5-sparcv8plus.o asm/md5-sparcv9.S
58
 
 
59
 
# Old GNU assembler doesn't understand V9 instructions, so we
60
 
# hire /usr/ccs/bin/as to do the job. Note that option is called
61
 
# *-gcc27, but even gcc 2>=8 users may experience similar problem
62
 
# if they didn't bother to upgrade GNU assembler. Such users should
63
 
# not choose this option, but be adviced to *remove* GNU assembler
64
 
# or upgrade it.
65
 
md5-sparcv8plus-gcc27.o: asm/md5-sparcv9.S
66
 
        $(CC) $(ASFLAGS) -DMD5_BLOCK_DATA_ORDER -E asm/md5-sparcv9.S | \
67
 
                /usr/ccs/bin/as -xarch=v8plus - -o md5-sparcv8plus-gcc27.o
68
 
 
69
 
md5-sparcv9.o: asm/md5-sparcv9.S
70
 
        $(CC) $(ASFLAGS) -DMD5_BLOCK_DATA_ORDER -c \
71
 
                -o md5-sparcv9.o asm/md5-sparcv9.S
72
 
 
73
55
md5-x86_64.s:   asm/md5-x86_64.pl;      $(PERL) asm/md5-x86_64.pl $@
74
56
 
75
57
files:
109
91
 
110
92
# DO NOT DELETE THIS LINE -- make depend depends on it.
111
93
 
112
 
md5_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/md5.h
113
 
md5_dgst.o: ../../include/openssl/opensslconf.h
114
 
md5_dgst.o: ../../include/openssl/opensslv.h ../md32_common.h md5_dgst.c
 
94
md5_dgst.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
 
95
md5_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
 
96
md5_dgst.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
 
97
md5_dgst.o: ../../include/openssl/md5.h ../../include/openssl/opensslconf.h
 
98
md5_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
 
99
md5_dgst.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
 
100
md5_dgst.o: ../../include/openssl/symhacks.h ../md32_common.h md5_dgst.c
115
101
md5_dgst.o: md5_locl.h
116
102
md5_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
117
103
md5_one.o: ../../include/openssl/md5.h ../../include/openssl/opensslconf.h