Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant
[oweals/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 depend:
61         @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
62         $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
63
64 dclean:
65         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
66         mv -f Makefile.new $(MAKEFILE)
67
68 clean:
69         rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
70
71 # DO NOT DELETE THIS LINE -- make depend depends on it.
72
73 b_dump.o: ../../e_os.h ../../include/openssl/bio.h
74 b_dump.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
75 b_dump.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
76 b_dump.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
77 b_dump.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
78 b_dump.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
79 b_dump.o: ../../include/openssl/symhacks.h ../cryptlib.h b_dump.c bio_lcl.h
80 b_print.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
81 b_print.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
82 b_print.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
83 b_print.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
84 b_print.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
85 b_print.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
86 b_print.o: ../../include/openssl/symhacks.h ../cryptlib.h b_print.c
87 b_sock.o: ../../e_os.h ../../include/openssl/bio.h
88 b_sock.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
89 b_sock.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
90 b_sock.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
91 b_sock.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
92 b_sock.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
93 b_sock.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
94 b_sock.o: ../cryptlib.h b_sock.c
95 bf_buff.o: ../../e_os.h ../../include/openssl/bio.h
96 bf_buff.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
97 bf_buff.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
98 bf_buff.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
99 bf_buff.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
100 bf_buff.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
101 bf_buff.o: ../../include/openssl/symhacks.h ../cryptlib.h bf_buff.c
102 bf_nbio.o: ../../e_os.h ../../include/openssl/bio.h
103 bf_nbio.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
104 bf_nbio.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
105 bf_nbio.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
106 bf_nbio.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
107 bf_nbio.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
108 bf_nbio.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
109 bf_nbio.o: ../cryptlib.h bf_nbio.c
110 bf_null.o: ../../e_os.h ../../include/openssl/bio.h
111 bf_null.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
112 bf_null.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
113 bf_null.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
114 bf_null.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
115 bf_null.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
116 bf_null.o: ../../include/openssl/symhacks.h ../cryptlib.h bf_null.c
117 bio_cb.o: ../../e_os.h ../../include/openssl/bio.h
118 bio_cb.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
119 bio_cb.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
120 bio_cb.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
121 bio_cb.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
122 bio_cb.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
123 bio_cb.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_cb.c
124 bio_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
125 bio_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
126 bio_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
127 bio_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
128 bio_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
129 bio_err.o: ../../include/openssl/symhacks.h bio_err.c
130 bio_lib.o: ../../e_os.h ../../include/openssl/bio.h
131 bio_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
132 bio_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
133 bio_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
134 bio_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
135 bio_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
136 bio_lib.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_lib.c
137 bss_acpt.o: ../../e_os.h ../../include/openssl/bio.h
138 bss_acpt.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
139 bss_acpt.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
140 bss_acpt.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
141 bss_acpt.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
142 bss_acpt.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
143 bss_acpt.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_acpt.c
144 bss_bio.o: ../../e_os.h ../../include/openssl/bio.h
145 bss_bio.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
146 bss_bio.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
147 bss_bio.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
148 bss_bio.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
149 bss_bio.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
150 bss_bio.o: bss_bio.c
151 bss_conn.o: ../../e_os.h ../../include/openssl/bio.h
152 bss_conn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
153 bss_conn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
154 bss_conn.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
155 bss_conn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
156 bss_conn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
157 bss_conn.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_conn.c
158 bss_dgram.o: ../../e_os.h ../../include/openssl/bio.h
159 bss_dgram.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
160 bss_dgram.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
161 bss_dgram.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
162 bss_dgram.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
163 bss_dgram.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
164 bss_dgram.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_dgram.c
165 bss_fd.o: ../../e_os.h ../../include/openssl/bio.h
166 bss_fd.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
167 bss_fd.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
168 bss_fd.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
169 bss_fd.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
170 bss_fd.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
171 bss_fd.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_lcl.h bss_fd.c
172 bss_file.o: ../../e_os.h ../../include/openssl/bio.h
173 bss_file.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
174 bss_file.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
175 bss_file.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
176 bss_file.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
177 bss_file.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
178 bss_file.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_lcl.h bss_file.c
179 bss_log.o: ../../e_os.h ../../include/openssl/bio.h
180 bss_log.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
181 bss_log.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
182 bss_log.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
183 bss_log.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
184 bss_log.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
185 bss_log.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_log.c
186 bss_mem.o: ../../e_os.h ../../include/openssl/bio.h
187 bss_mem.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
188 bss_mem.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
189 bss_mem.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
190 bss_mem.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
191 bss_mem.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
192 bss_mem.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_mem.c
193 bss_null.o: ../../e_os.h ../../include/openssl/bio.h
194 bss_null.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
195 bss_null.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
196 bss_null.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
197 bss_null.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
198 bss_null.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
199 bss_null.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_null.c
200 bss_sock.o: ../../e_os.h ../../include/openssl/bio.h
201 bss_sock.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
202 bss_sock.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
203 bss_sock.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
204 bss_sock.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
205 bss_sock.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
206 bss_sock.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_sock.c