~ubuntu-branches/ubuntu/utopic/openssl/utopic

« back to all changes in this revision

Viewing changes to crypto/store/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2011-04-02 13:19:19 UTC
  • mfrom: (1.2.1 upstream) (11.2.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: james.westby@ubuntu.com-20110402131919-anszuslper64ey9e
Tags: 1.0.0d-1
* New upstream version
  - Fixes CVE-2011-0014
* Make libssl-doc Replaces/Breaks with old libssl-dev packages
  (Closes: #607609)
* Only export the symbols we should, instead of all.
* Add symbol file.
* Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
all:    lib
36
36
 
37
37
lib:    $(LIBOBJ)
38
 
        $(ARX) $(LIB) $(LIBOBJ)
 
38
        $(AR) $(LIB) $(LIBOBJ)
39
39
        $(RANLIB) $(LIB) || echo Never mind.
40
40
        @touch lib
41
41
 
89
89
str_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
90
90
str_lib.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
91
91
str_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.h
92
 
str_lib.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
93
 
str_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
94
 
str_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
95
 
str_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
96
 
str_lib.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
97
 
str_lib.o: ../../include/openssl/stack.h ../../include/openssl/store.h
98
 
str_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
99
 
str_lib.o: ../../include/openssl/x509_vfy.h str_lib.c str_locl.h
 
92
str_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
 
93
str_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
 
94
str_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
 
95
str_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
 
96
str_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
 
97
str_lib.o: ../../include/openssl/store.h ../../include/openssl/symhacks.h
 
98
str_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
 
99
str_lib.o: str_lib.c str_locl.h
100
100
str_mem.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
101
101
str_mem.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
102
102
str_mem.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h