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

« back to all changes in this revision

Viewing changes to crypto/ecdh/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:
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
 
84
84
ech_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
85
85
ech_err.o: ech_err.c
86
86
ech_key.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
87
 
ech_key.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
88
 
ech_key.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
89
 
ech_key.o: ../../include/openssl/engine.h ../../include/openssl/opensslconf.h
90
 
ech_key.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
91
 
ech_key.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
92
 
ech_key.o: ../../include/openssl/symhacks.h ech_key.c ech_locl.h
 
87
ech_key.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
 
88
ech_key.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
 
89
ech_key.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
 
90
ech_key.o: ../../include/openssl/engine.h ../../include/openssl/evp.h
 
91
ech_key.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
 
92
ech_key.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
 
93
ech_key.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
 
94
ech_key.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
 
95
ech_key.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
 
96
ech_key.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
 
97
ech_key.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
 
98
ech_key.o: ech_key.c ech_locl.h
93
99
ech_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
94
 
ech_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
95
 
ech_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
 
100
ech_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
 
101
ech_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
 
102
ech_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
96
103
ech_lib.o: ../../include/openssl/engine.h ../../include/openssl/err.h
97
 
ech_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
 
104
ech_lib.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
 
105
ech_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
 
106
ech_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
98
107
ech_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
99
 
ech_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
100
 
ech_lib.o: ../../include/openssl/symhacks.h ech_lib.c ech_locl.h
 
108
ech_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
 
109
ech_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
 
110
ech_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
 
111
ech_lib.o: ../../include/openssl/x509_vfy.h ech_lib.c ech_locl.h
101
112
ech_ossl.o: ../../e_os.h ../../include/openssl/asn1.h
102
113
ech_ossl.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
103
114
ech_ossl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h