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

« back to all changes in this revision

Viewing changes to crypto/md2/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:
33
33
all:    lib
34
34
 
35
35
lib:    $(LIBOBJ)
36
 
        $(AR) $(LIB) $(LIBOBJ)
 
36
        $(ARX) $(LIB) $(LIBOBJ)
37
37
        $(RANLIB) $(LIB) || echo Never mind.
38
38
        @touch lib
39
39
 
74
74
 
75
75
# DO NOT DELETE THIS LINE -- make depend depends on it.
76
76
 
77
 
md2_dgst.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
 
77
md2_dgst.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
 
78
md2_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
 
79
md2_dgst.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
78
80
md2_dgst.o: ../../include/openssl/md2.h ../../include/openssl/opensslconf.h
79
81
md2_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
80
82
md2_dgst.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h