'make update'
[openssl.git] / crypto / bio / Makefile.ssl
1 #
2 # SSLeay/crypto/bio/Makefile
3 #
4
5 DIR=    bio
6 TOP=    ../..
7 CC=     cc
8 INCLUDES= -I.. -I../../include
9 CFLAG=-g
10 INSTALL_PREFIX=
11 OPENSSLDIR=     /usr/local/ssl
12 INSTALLTOP=/usr/local/ssl
13 MAKE=           make -f Makefile.ssl
14 MAKEDEPEND=     $(TOP)/util/domd $(TOP)
15 MAKEFILE=       Makefile.ssl
16 AR=             ar r
17
18 CFLAGS= $(INCLUDES) $(CFLAG)
19
20 GENERAL=Makefile
21 TEST=
22 APPS=
23
24 LIB=$(TOP)/libcrypto.a
25 LIBSRC= bio_lib.c bio_cb.c bio_err.c \
26         bss_mem.c bss_null.c bss_fd.c \
27         bss_file.c bss_sock.c bss_conn.c \
28         bf_null.c bf_buff.c b_print.c b_dump.c \
29         b_sock.c bss_acpt.c bf_nbio.c bss_log.c bss_bio.c
30 LIBOBJ= bio_lib.o bio_cb.o bio_err.o \
31         bss_mem.o bss_null.o bss_fd.o \
32         bss_file.o bss_sock.o bss_conn.o \
33         bf_null.o bf_buff.o b_print.o b_dump.o \
34         b_sock.o bss_acpt.o bf_nbio.o bss_log.o bss_bio.o
35
36 SRC= $(LIBSRC)
37
38 EXHEADER= bio.h
39 HEADER= bss_file.c $(EXHEADER)
40
41 ALL=    $(GENERAL) $(SRC) $(HEADER)
42
43 top:
44         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
45
46 all:    lib
47
48 lib:    $(LIBOBJ)
49         $(AR) $(LIB) $(LIBOBJ)
50         $(RANLIB) $(LIB)
51         @touch lib
52
53 files:
54         $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
55
56 links:
57         @$(TOP)/util/point.sh Makefile.ssl Makefile
58         @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
59         @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
60         @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
61
62 install:
63         @for i in $(EXHEADER); \
64         do  \
65         (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
66         chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
67         done;
68
69 tags:
70         ctags $(SRC)
71
72 tests:
73
74 lint:
75         lint -DLINT $(INCLUDES) $(SRC)>fluff
76
77 depend:
78         $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
79
80 dclean:
81         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
82         mv -f Makefile.new $(MAKEFILE)
83
84 clean:
85         rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
86
87 # DO NOT DELETE THIS LINE -- make depend depends on it.
88
89 b_dump.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
90 b_dump.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
91 b_dump.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
92 b_dump.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
93 b_dump.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
94 b_dump.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
95 b_dump.o: ../cryptlib.h
96 b_print.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
97 b_print.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
98 b_print.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
99 b_print.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
100 b_print.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
101 b_print.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
102 b_print.o: ../cryptlib.h
103 b_sock.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
104 b_sock.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
105 b_sock.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
106 b_sock.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
107 b_sock.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
108 b_sock.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
109 b_sock.o: ../cryptlib.h
110 bf_buff.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
111 bf_buff.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
112 bf_buff.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
113 bf_buff.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
114 bf_buff.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
115 bf_buff.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
116 bf_buff.o: ../../include/openssl/err.h ../../include/openssl/evp.h
117 bf_buff.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
118 bf_buff.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
119 bf_buff.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
120 bf_buff.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
121 bf_buff.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
122 bf_buff.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
123 bf_buff.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
124 bf_buff.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
125 bf_buff.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
126 bf_buff.o: ../../include/openssl/symhacks.h ../cryptlib.h
127 bf_nbio.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
128 bf_nbio.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
129 bf_nbio.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
130 bf_nbio.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
131 bf_nbio.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
132 bf_nbio.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
133 bf_nbio.o: ../../include/openssl/err.h ../../include/openssl/evp.h
134 bf_nbio.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
135 bf_nbio.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
136 bf_nbio.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
137 bf_nbio.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
138 bf_nbio.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
139 bf_nbio.o: ../../include/openssl/rand.h ../../include/openssl/rc2.h
140 bf_nbio.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
141 bf_nbio.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
142 bf_nbio.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
143 bf_nbio.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
144 bf_nbio.o: ../cryptlib.h
145 bf_null.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
146 bf_null.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
147 bf_null.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
148 bf_null.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
149 bf_null.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
150 bf_null.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
151 bf_null.o: ../../include/openssl/err.h ../../include/openssl/evp.h
152 bf_null.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
153 bf_null.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
154 bf_null.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
155 bf_null.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
156 bf_null.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
157 bf_null.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
158 bf_null.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
159 bf_null.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
160 bf_null.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
161 bf_null.o: ../../include/openssl/symhacks.h ../cryptlib.h
162 bio_cb.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
163 bio_cb.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
164 bio_cb.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
165 bio_cb.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
166 bio_cb.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
167 bio_cb.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
168 bio_cb.o: ../cryptlib.h
169 bio_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
170 bio_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
171 bio_err.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
172 bio_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
173 bio_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
174 bio_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
175 bio_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
176 bio_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
177 bio_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
178 bio_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
179 bio_lib.o: ../cryptlib.h
180 bss_acpt.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
181 bss_acpt.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
182 bss_acpt.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
183 bss_acpt.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
184 bss_acpt.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
185 bss_acpt.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
186 bss_acpt.o: ../cryptlib.h
187 bss_bio.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
188 bss_bio.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
189 bss_bio.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
190 bss_bio.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
191 bss_bio.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
192 bss_bio.o: ../../include/openssl/symhacks.h
193 bss_conn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
194 bss_conn.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
195 bss_conn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
196 bss_conn.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
197 bss_conn.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
198 bss_conn.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
199 bss_conn.o: ../cryptlib.h
200 bss_fd.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
201 bss_fd.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
202 bss_fd.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
203 bss_fd.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
204 bss_fd.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
205 bss_fd.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
206 bss_fd.o: ../cryptlib.h bss_sock.c
207 bss_file.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
208 bss_file.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
209 bss_file.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
210 bss_file.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
211 bss_file.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
212 bss_file.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
213 bss_file.o: ../cryptlib.h
214 bss_log.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
215 bss_log.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
216 bss_log.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
217 bss_log.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
218 bss_log.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
219 bss_log.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
220 bss_log.o: ../cryptlib.h
221 bss_mem.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
222 bss_mem.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
223 bss_mem.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
224 bss_mem.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
225 bss_mem.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
226 bss_mem.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
227 bss_mem.o: ../cryptlib.h
228 bss_null.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
229 bss_null.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
230 bss_null.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
231 bss_null.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
232 bss_null.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
233 bss_null.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
234 bss_null.o: ../cryptlib.h
235 bss_sock.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
236 bss_sock.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
237 bss_sock.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
238 bss_sock.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
239 bss_sock.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
240 bss_sock.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
241 bss_sock.o: ../cryptlib.h