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