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

« back to all changes in this revision

Viewing changes to crypto/bf/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:
40
40
all:    lib
41
41
 
42
42
lib:    $(LIBOBJ)
43
 
        $(AR) $(LIB) $(LIBOBJ)
 
43
        $(ARX) $(LIB) $(LIBOBJ)
44
44
        $(RANLIB) $(LIB) || echo Never mind.
45
45
        @touch lib
46
46
 
103
103
bf_enc.o: ../../include/openssl/opensslconf.h bf_enc.c bf_locl.h
104
104
bf_ofb64.o: ../../include/openssl/blowfish.h ../../include/openssl/e_os2.h
105
105
bf_ofb64.o: ../../include/openssl/opensslconf.h bf_locl.h bf_ofb64.c
106
 
bf_skey.o: ../../include/openssl/blowfish.h ../../include/openssl/e_os2.h
107
 
bf_skey.o: ../../include/openssl/opensslconf.h bf_locl.h bf_pi.h bf_skey.c
 
106
bf_skey.o: ../../include/openssl/blowfish.h ../../include/openssl/crypto.h
 
107
bf_skey.o: ../../include/openssl/e_os2.h ../../include/openssl/fips.h
 
108
bf_skey.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
 
109
bf_skey.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
 
110
bf_skey.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
 
111
bf_skey.o: bf_locl.h bf_pi.h bf_skey.c