make update
[openssl.git] / crypto / bio / Makefile
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
14 MAKEDEPPROG=    makedepend
15 MAKEDEPEND=     $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
16 MAKEFILE=       Makefile
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         bss_dgram.c
32 #       bf_lbuf.c
33 LIBOBJ= bio_lib.o bio_cb.o bio_err.o \
34         bss_mem.o bss_null.o bss_fd.o \
35         bss_file.o bss_sock.o bss_conn.o \
36         bf_null.o bf_buff.o b_print.o b_dump.o \
37         b_sock.o bss_acpt.o bf_nbio.o bss_log.o bss_bio.o \
38         bss_dgram.o
39 #       bf_lbuf.o
40
41 SRC= $(LIBSRC)
42
43 EXHEADER= bio.h
44 HEADER= bss_file.c $(EXHEADER)
45
46 ALL=    $(GENERAL) $(SRC) $(HEADER)
47
48 top:
49         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
50
51 all:    lib
52
53 lib:    $(LIBOBJ)
54         $(AR) $(LIB) $(LIBOBJ)
55         $(RANLIB) $(LIB) || echo Never mind.
56         @touch lib
57
58 files:
59         $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
60
61 links:
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         @headerlist="$(EXHEADER)"; for i in $$headerlist; \
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) -- $(CFLAG) $(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/ossl_typ.h
98 b_dump.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
99 b_dump.o: ../../include/openssl/symhacks.h ../cryptlib.h b_dump.c
100 b_print.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.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/ossl_typ.h
105 b_print.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
106 b_print.o: ../../include/openssl/symhacks.h ../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/ossl_typ.h
112 b_sock.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
113 b_sock.o: ../../include/openssl/symhacks.h ../cryptlib.h b_sock.c
114 bf_buff.o: ../../e_os.h ../../include/openssl/bio.h
115 bf_buff.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
116 bf_buff.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
117 bf_buff.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
118 bf_buff.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
119 bf_buff.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
120 bf_buff.o: ../../include/openssl/symhacks.h ../cryptlib.h bf_buff.c
121 bf_nbio.o: ../../e_os.h ../../include/openssl/bio.h
122 bf_nbio.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
123 bf_nbio.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
124 bf_nbio.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
125 bf_nbio.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
126 bf_nbio.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
127 bf_nbio.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
128 bf_nbio.o: ../cryptlib.h bf_nbio.c
129 bf_null.o: ../../e_os.h ../../include/openssl/bio.h
130 bf_null.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
131 bf_null.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
132 bf_null.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
133 bf_null.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
134 bf_null.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
135 bf_null.o: ../../include/openssl/symhacks.h ../cryptlib.h bf_null.c
136 bio_cb.o: ../../e_os.h ../../include/openssl/bio.h
137 bio_cb.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
138 bio_cb.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
139 bio_cb.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
140 bio_cb.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
141 bio_cb.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
142 bio_cb.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_cb.c
143 bio_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
144 bio_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
145 bio_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
146 bio_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
147 bio_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
148 bio_err.o: ../../include/openssl/symhacks.h bio_err.c
149 bio_lib.o: ../../e_os.h ../../include/openssl/bio.h
150 bio_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
151 bio_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
152 bio_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
153 bio_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
154 bio_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
155 bio_lib.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_lib.c
156 bss_acpt.o: ../../e_os.h ../../include/openssl/bio.h
157 bss_acpt.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
158 bss_acpt.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
159 bss_acpt.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
160 bss_acpt.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
161 bss_acpt.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
162 bss_acpt.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_acpt.c
163 bss_bio.o: ../../e_os.h ../../include/openssl/bio.h
164 bss_bio.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
165 bss_bio.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
166 bss_bio.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
167 bss_bio.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
168 bss_bio.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
169 bss_bio.o: bss_bio.c
170 bss_conn.o: ../../e_os.h ../../include/openssl/bio.h
171 bss_conn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
172 bss_conn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
173 bss_conn.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
174 bss_conn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
175 bss_conn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
176 bss_conn.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_conn.c
177 bss_dgram.o: ../../e_os.h ../../include/openssl/bio.h
178 bss_dgram.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
179 bss_dgram.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
180 bss_dgram.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
181 bss_dgram.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
182 bss_dgram.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
183 bss_dgram.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_dgram.c
184 bss_fd.o: ../../e_os.h ../../include/openssl/bio.h
185 bss_fd.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
186 bss_fd.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
187 bss_fd.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
188 bss_fd.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
189 bss_fd.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
190 bss_fd.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_fd.c
191 bss_file.o: ../../e_os.h ../../include/openssl/bio.h
192 bss_file.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
193 bss_file.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
194 bss_file.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
195 bss_file.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
196 bss_file.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
197 bss_file.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_file.c
198 bss_log.o: ../../e_os.h ../../include/openssl/bio.h
199 bss_log.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
200 bss_log.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
201 bss_log.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
202 bss_log.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
203 bss_log.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
204 bss_log.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_log.c
205 bss_mem.o: ../../e_os.h ../../include/openssl/bio.h
206 bss_mem.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
207 bss_mem.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
208 bss_mem.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
209 bss_mem.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
210 bss_mem.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
211 bss_mem.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_mem.c
212 bss_null.o: ../../e_os.h ../../include/openssl/bio.h
213 bss_null.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
214 bss_null.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
215 bss_null.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
216 bss_null.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
217 bss_null.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
218 bss_null.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_null.c
219 bss_sock.o: ../../e_os.h ../../include/openssl/bio.h
220 bss_sock.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
221 bss_sock.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
222 bss_sock.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
223 bss_sock.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
224 bss_sock.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
225 bss_sock.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_sock.c