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