]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/bio/Makefile
make depend
[thirdparty/openssl.git] / crypto / bio / Makefile
CommitLineData
d02b48c6 1#
15ac9716 2# OpenSSL/crypto/bio/Makefile
d02b48c6
RE
3#
4
5DIR= bio
6TOP= ../..
7CC= cc
41d2a336 8INCLUDES= -I.. -I$(TOP) -I../../include
d02b48c6 9CFLAG=-g
42ba5d23 10MAKEFILE= Makefile
d02b48c6
RE
11AR= ar r
12
13CFLAGS= $(INCLUDES) $(CFLAG)
14
d02b48c6 15GENERAL=Makefile
d02b48c6
RE
16
17LIB=$(TOP)/libcrypto.a
73934800 18LIBSRC= bio_lib.c bio_cb.c bio_err.c \
d02b48c6
RE
19 bss_mem.c bss_null.c bss_fd.c \
20 bss_file.c bss_sock.c bss_conn.c \
21 bf_null.c bf_buff.c b_print.c b_dump.c \
36d16f8e
BL
22 b_sock.c bss_acpt.c bf_nbio.c bss_log.c bss_bio.c \
23 bss_dgram.c
645749ef 24# bf_lbuf.c
73934800 25LIBOBJ= bio_lib.o bio_cb.o bio_err.o \
d02b48c6
RE
26 bss_mem.o bss_null.o bss_fd.o \
27 bss_file.o bss_sock.o bss_conn.o \
28 bf_null.o bf_buff.o b_print.o b_dump.o \
36d16f8e
BL
29 b_sock.o bss_acpt.o bf_nbio.o bss_log.o bss_bio.o \
30 bss_dgram.o
645749ef 31# bf_lbuf.o
d02b48c6
RE
32
33SRC= $(LIBSRC)
34
a80e33b9 35HEADER= bio_lcl.h
d02b48c6
RE
36
37ALL= $(GENERAL) $(SRC) $(HEADER)
38
39top:
40 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
41
42all: lib
43
44lib: $(LIBOBJ)
f072785e 45 $(AR) $(LIB) $(LIBOBJ)
4e20b1a6 46 $(RANLIB) $(LIB) || echo Never mind.
d02b48c6
RE
47 @touch lib
48
49files:
42ba5d23 50 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
d02b48c6 51
d02b48c6
RE
52tags:
53 ctags $(SRC)
54
55tests:
56
57lint:
58 lint -DLINT $(INCLUDES) $(SRC)>fluff
59
60depend:
ce92b6eb 61 @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
001ab3ab 62 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
d02b48c6
RE
63
64dclean:
99aab161 65 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
d02b48c6
RE
66 mv -f Makefile.new $(MAKEFILE)
67
68clean:
bb8f3c58 69 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
d02b48c6 70
d02b48c6 71# DO NOT DELETE THIS LINE -- make depend depends on it.
6242bb9c 72
41d2a336
RL
73b_dump.o: ../../e_os.h ../../include/openssl/bio.h
74b_dump.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
7e701817 75b_dump.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
1c4f90a0 76b_dump.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
c57bc2dc
GT
77b_dump.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
78b_dump.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
a3aadb2d
RL
79b_dump.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
80b_dump.o: b_dump.c bio_lcl.h
7ef6e3fe 81b_print.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
41d2a336 82b_print.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
7e701817 83b_print.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
1c4f90a0 84b_print.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
c57bc2dc
GT
85b_print.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
86b_print.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
a3aadb2d
RL
87b_print.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
88b_print.o: b_print.c
41d2a336
RL
89b_sock.o: ../../e_os.h ../../include/openssl/bio.h
90b_sock.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
3b408d83
UM
91b_sock.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
92b_sock.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
93b_sock.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
94b_sock.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
95b_sock.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
a3aadb2d 96b_sock.o: ../include/internal/cryptlib.h b_sock.c
d66ace9d 97bf_buff.o: ../../e_os.h ../../include/openssl/bio.h
dbad1690 98bf_buff.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
dbad1690 99bf_buff.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
d66ace9d 100bf_buff.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
c57bc2dc
GT
101bf_buff.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
102bf_buff.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
a3aadb2d
RL
103bf_buff.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
104bf_buff.o: bf_buff.c
d66ace9d 105bf_nbio.o: ../../e_os.h ../../include/openssl/bio.h
dbad1690 106bf_nbio.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
dbad1690 107bf_nbio.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
d66ace9d 108bf_nbio.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
f8000b93
RL
109bf_nbio.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
110bf_nbio.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
111bf_nbio.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
a3aadb2d 112bf_nbio.o: ../include/internal/cryptlib.h bf_nbio.c
d66ace9d 113bf_null.o: ../../e_os.h ../../include/openssl/bio.h
dbad1690 114bf_null.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
dbad1690 115bf_null.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
d66ace9d 116bf_null.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
c57bc2dc
GT
117bf_null.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
118bf_null.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
a3aadb2d
RL
119bf_null.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
120bf_null.o: bf_null.c
41d2a336
RL
121bio_cb.o: ../../e_os.h ../../include/openssl/bio.h
122bio_cb.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
7e701817 123bio_cb.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
1c4f90a0 124bio_cb.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
c57bc2dc
GT
125bio_cb.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
126bio_cb.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
a3aadb2d
RL
127bio_cb.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
128bio_cb.o: bio_cb.c
bf57da07 129bio_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
cf1b7d96
RL
130bio_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
131bio_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
c57bc2dc
GT
132bio_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
133bio_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
134bio_err.o: ../../include/openssl/symhacks.h bio_err.c
41d2a336
RL
135bio_lib.o: ../../e_os.h ../../include/openssl/bio.h
136bio_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
7e701817 137bio_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
1c4f90a0 138bio_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
c57bc2dc
GT
139bio_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
140bio_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
a3aadb2d
RL
141bio_lib.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
142bio_lib.o: bio_lib.c
41d2a336
RL
143bss_acpt.o: ../../e_os.h ../../include/openssl/bio.h
144bss_acpt.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
7e701817 145bss_acpt.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
1c4f90a0 146bss_acpt.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
c57bc2dc
GT
147bss_acpt.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
148bss_acpt.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
a3aadb2d
RL
149bss_acpt.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
150bss_acpt.o: bss_acpt.c
41d2a336
RL
151bss_bio.o: ../../e_os.h ../../include/openssl/bio.h
152bss_bio.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
cf1b7d96
RL
153bss_bio.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
154bss_bio.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
c57bc2dc
GT
155bss_bio.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
156bss_bio.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
157bss_bio.o: bss_bio.c
41d2a336
RL
158bss_conn.o: ../../e_os.h ../../include/openssl/bio.h
159bss_conn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
7e701817 160bss_conn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
1c4f90a0 161bss_conn.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
c57bc2dc
GT
162bss_conn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
163bss_conn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
a3aadb2d
RL
164bss_conn.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
165bss_conn.o: bss_conn.c
0d5ea761
BM
166bss_dgram.o: ../../e_os.h ../../include/openssl/bio.h
167bss_dgram.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
168bss_dgram.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
169bss_dgram.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
170bss_dgram.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
171bss_dgram.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
a3aadb2d
RL
172bss_dgram.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
173bss_dgram.o: bss_dgram.c
41d2a336
RL
174bss_fd.o: ../../e_os.h ../../include/openssl/bio.h
175bss_fd.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
7e701817 176bss_fd.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
1c4f90a0 177bss_fd.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
c57bc2dc
GT
178bss_fd.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
179bss_fd.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
a3aadb2d
RL
180bss_fd.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
181bss_fd.o: bio_lcl.h bss_fd.c
41d2a336
RL
182bss_file.o: ../../e_os.h ../../include/openssl/bio.h
183bss_file.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
7e701817 184bss_file.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
1c4f90a0 185bss_file.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
c57bc2dc
GT
186bss_file.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
187bss_file.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
a3aadb2d
RL
188bss_file.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
189bss_file.o: bio_lcl.h bss_file.c
41d2a336
RL
190bss_log.o: ../../e_os.h ../../include/openssl/bio.h
191bss_log.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
7e701817 192bss_log.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
1c4f90a0 193bss_log.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
c57bc2dc
GT
194bss_log.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
195bss_log.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
a3aadb2d
RL
196bss_log.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
197bss_log.o: bss_log.c
41d2a336
RL
198bss_mem.o: ../../e_os.h ../../include/openssl/bio.h
199bss_mem.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
7e701817 200bss_mem.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
1c4f90a0 201bss_mem.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
c57bc2dc
GT
202bss_mem.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
203bss_mem.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
a3aadb2d
RL
204bss_mem.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
205bss_mem.o: bss_mem.c
41d2a336
RL
206bss_null.o: ../../e_os.h ../../include/openssl/bio.h
207bss_null.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
7e701817 208bss_null.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
1c4f90a0 209bss_null.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
c57bc2dc
GT
210bss_null.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
211bss_null.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
a3aadb2d
RL
212bss_null.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
213bss_null.o: bss_null.c
41d2a336
RL
214bss_sock.o: ../../e_os.h ../../include/openssl/bio.h
215bss_sock.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
7e701817 216bss_sock.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
1c4f90a0 217bss_sock.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
c57bc2dc
GT
218bss_sock.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
219bss_sock.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
a3aadb2d
RL
220bss_sock.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
221bss_sock.o: bss_sock.c