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

« back to all changes in this revision

Viewing changes to crypto/buffer/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:
17
17
APPS=
18
18
 
19
19
LIB=$(TOP)/libcrypto.a
20
 
LIBSRC= buffer.c buf_err.c
21
 
LIBOBJ= buffer.o buf_err.o
 
20
LIBSRC= buffer.c buf_str.c buf_err.c
 
21
LIBOBJ= buffer.o buf_str.o buf_err.o
22
22
 
23
23
SRC= $(LIBSRC)
24
24
 
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
 
81
81
buf_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
82
82
buf_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
83
83
buf_err.o: buf_err.c
 
84
buf_str.o: ../../e_os.h ../../include/openssl/bio.h
 
85
buf_str.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
 
86
buf_str.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
 
87
buf_str.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
 
88
buf_str.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
 
89
buf_str.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
 
90
buf_str.o: ../../include/openssl/symhacks.h ../cryptlib.h buf_str.c
84
91
buffer.o: ../../e_os.h ../../include/openssl/bio.h
85
92
buffer.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
86
93
buffer.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h