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

« back to all changes in this revision

Viewing changes to crypto/md4/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Valcárcel Scerpella (Canonical)
  • Date: 2009-12-06 20:16:24 UTC
  • mfrom: (11.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091206201624-u126qjpqm2n2uuhu
Tags: 0.9.8k-7ubuntu1
* Merge from debian unstable, remaining changes (LP: #493392):
  - Link using -Bsymbolic-functions
  - Add support for lpia
  - Disable SSLv2 during compile
  - Ship documentation in openssl-doc, suggested by the package.
  - Use a different priority for libssl0.9.8/restart-services
    depending on whether a desktop, or server dist-upgrade is being
    performed.
  - Display a system restart required notification bubble on libssl0.9.8
    upgrade.
  - Replace duplicate files in the doc directory with symlinks.
  - Move runtime libraries to /lib, for the benefit of wpasupplicant
* Strip the patches out of the source into quilt patches
* Disable CVE-2009-3555.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
all:    lib
35
35
 
36
36
lib:    $(LIBOBJ)
37
 
        $(AR) $(LIB) $(LIBOBJ)
 
37
        $(ARX) $(LIB) $(LIBOBJ)
38
38
        $(RANLIB) $(LIB) || echo Never mind.
39
39
        @touch lib
40
40
 
75
75
 
76
76
# DO NOT DELETE THIS LINE -- make depend depends on it.
77
77
 
78
 
md4_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/md4.h
79
 
md4_dgst.o: ../../include/openssl/opensslconf.h
80
 
md4_dgst.o: ../../include/openssl/opensslv.h ../md32_common.h md4_dgst.c
 
78
md4_dgst.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
 
79
md4_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
 
80
md4_dgst.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
 
81
md4_dgst.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h
 
82
md4_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
 
83
md4_dgst.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
 
84
md4_dgst.o: ../../include/openssl/symhacks.h ../md32_common.h md4_dgst.c
81
85
md4_dgst.o: md4_locl.h
82
86
md4_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
83
87
md4_one.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h