~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): 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
 
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