Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / tls / Makefile.in
blob1a8e26da7a3c1442c7c6c44352c537749c4f63fe
1 SHELL = /bin/sh
2 SRCS = tls_prng_dev.c tls_prng_egd.c tls_prng_file.c \
3 tls_prng_exch.c tls_stream.c tls_bio_ops.c tls_misc.c tls_dh.c \
4 tls_rsa.c tls_verify.c tls_certkey.c tls_session.c \
5 tls_client.c tls_server.c tls_scache.c tls_mgr.c tls_seed.c \
6 tls_level.c
7 OBJS = tls_prng_dev.o tls_prng_egd.o tls_prng_file.o \
8 tls_prng_exch.o tls_stream.o tls_bio_ops.o tls_misc.o tls_dh.o \
9 tls_rsa.o tls_verify.o tls_certkey.o tls_session.o \
10 tls_client.o tls_server.o tls_scache.o tls_mgr.o tls_seed.o \
11 tls_level.o
12 HDRS = tls.h tls_prng.h tls_scache.h tls_mgr.h
13 TESTSRC =
14 DEFS = -I. -I$(INC_DIR) -D$(SYSTYPE)
15 CFLAGS = $(DEBUG) $(OPT) $(DEFS)
16 INCL =
17 LIB = libtls.a
18 TESTPROG= tls_dh tls_mgr
20 LIBS = ../../lib/libglobal.a ../../lib/libutil.a
21 LIB_DIR = ../../lib
22 INC_DIR = ../../include
23 MAKES =
25 .c.o:; $(CC) $(CFLAGS) -c $*.c
27 all: $(LIB)
29 $(OBJS): ../../conf/makedefs.out
31 Makefile: Makefile.in
32 cat ../../conf/makedefs.out $? >$@
34 test: $(TESTPROG)
36 tests:
38 root_tests:
40 $(LIB): $(OBJS)
41 $(AR) $(ARFL) $(LIB) $?
42 $(RANLIB) $(LIB)
44 $(LIB_DIR)/$(LIB): $(LIB)
45 cp $(LIB) $(LIB_DIR)
46 $(RANLIB) $(LIB_DIR)/$(LIB)
48 update: $(LIB_DIR)/$(LIB) $(HDRS)
49 -for i in $(HDRS); \
50 do \
51 cmp -s $$i $(INC_DIR)/$$i 2>/dev/null || cp $$i $(INC_DIR); \
52 done
53 cd $(INC_DIR); chmod 644 $(HDRS)
55 printfck: $(OBJS) $(PROG)
56 rm -rf printfck
57 mkdir printfck
58 cp *.h printfck
59 sed '1,/^# do not edit/!d' Makefile >printfck/Makefile
60 set -e; for i in *.c; do printfck -f .printfck $$i >printfck/$$i; done
61 cd printfck; make "INC_DIR=../../../include" `cd ..; ls *.o`
63 lint:
64 lint $(DEFS) $(SRCS) $(LINTFIX)
66 clean:
67 rm -f *.o $(LIB) *core $(TESTPROG) junk
68 rm -rf printfck
70 tidy: clean
72 tls_dh: $(LIB) $(LIBS)
73 mv $@.o junk
74 $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(LIBS) $(SYSLIBS)
75 mv junk $@.o
77 tls_mgr: $(LIB) $(LIBS)
78 mv $@.o junk
79 $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(LIBS) $(SYSLIBS)
80 mv junk $@.o
82 depend: $(MAKES)
83 (sed '1,/^# do not edit/!d' Makefile.in; \
84 set -e; for i in [a-z][a-z0-9]*.c; do \
85 $(CC) -E $(DEFS) $(INCL) $$i | grep -v '[<>]' | sed -n -e '/^# *1 *"\([^"]*\)".*/{' \
86 -e 's//'`echo $$i|sed 's/c$$/o/'`': \1/' \
87 -e 's/o: \.\//o: /' -e p -e '}' ; \
88 done | sort -u) | grep -v '[.][o][:][ ][/]' >$$$$ && mv $$$$ Makefile.in
89 @$(EXPORT) make -f Makefile.in Makefile 1>&2
91 # do not edit below this line - it is generated by 'make depend'
92 tls_bio_ops.o: ../../include/argv.h
93 tls_bio_ops.o: ../../include/iostuff.h
94 tls_bio_ops.o: ../../include/msg.h
95 tls_bio_ops.o: ../../include/name_code.h
96 tls_bio_ops.o: ../../include/name_mask.h
97 tls_bio_ops.o: ../../include/sys_defs.h
98 tls_bio_ops.o: ../../include/vbuf.h
99 tls_bio_ops.o: ../../include/vstream.h
100 tls_bio_ops.o: ../../include/vstring.h
101 tls_bio_ops.o: tls.h
102 tls_bio_ops.o: tls_bio_ops.c
103 tls_certkey.o: ../../include/argv.h
104 tls_certkey.o: ../../include/msg.h
105 tls_certkey.o: ../../include/name_code.h
106 tls_certkey.o: ../../include/name_mask.h
107 tls_certkey.o: ../../include/sys_defs.h
108 tls_certkey.o: ../../include/vbuf.h
109 tls_certkey.o: ../../include/vstream.h
110 tls_certkey.o: ../../include/vstring.h
111 tls_certkey.o: tls.h
112 tls_certkey.o: tls_certkey.c
113 tls_client.o: ../../include/argv.h
114 tls_client.o: ../../include/mail_params.h
115 tls_client.o: ../../include/msg.h
116 tls_client.o: ../../include/mymalloc.h
117 tls_client.o: ../../include/name_code.h
118 tls_client.o: ../../include/name_mask.h
119 tls_client.o: ../../include/stringops.h
120 tls_client.o: ../../include/sys_defs.h
121 tls_client.o: ../../include/vbuf.h
122 tls_client.o: ../../include/vstream.h
123 tls_client.o: ../../include/vstring.h
124 tls_client.o: tls.h
125 tls_client.o: tls_client.c
126 tls_client.o: tls_mgr.h
127 tls_dh.o: ../../include/argv.h
128 tls_dh.o: ../../include/mail_params.h
129 tls_dh.o: ../../include/msg.h
130 tls_dh.o: ../../include/name_code.h
131 tls_dh.o: ../../include/name_mask.h
132 tls_dh.o: ../../include/sys_defs.h
133 tls_dh.o: ../../include/vbuf.h
134 tls_dh.o: ../../include/vstream.h
135 tls_dh.o: ../../include/vstring.h
136 tls_dh.o: tls.h
137 tls_dh.o: tls_dh.c
138 tls_level.o: ../../include/argv.h
139 tls_level.o: ../../include/name_code.h
140 tls_level.o: ../../include/name_mask.h
141 tls_level.o: ../../include/sys_defs.h
142 tls_level.o: ../../include/vbuf.h
143 tls_level.o: ../../include/vstream.h
144 tls_level.o: ../../include/vstring.h
145 tls_level.o: tls.h
146 tls_level.o: tls_level.c
147 tls_mgr.o: ../../include/attr.h
148 tls_mgr.o: ../../include/attr_clnt.h
149 tls_mgr.o: ../../include/iostuff.h
150 tls_mgr.o: ../../include/mail_params.h
151 tls_mgr.o: ../../include/mail_proto.h
152 tls_mgr.o: ../../include/msg.h
153 tls_mgr.o: ../../include/sys_defs.h
154 tls_mgr.o: ../../include/vbuf.h
155 tls_mgr.o: ../../include/vstream.h
156 tls_mgr.o: ../../include/vstring.h
157 tls_mgr.o: tls_mgr.c
158 tls_mgr.o: tls_mgr.h
159 tls_misc.o: ../../include/argv.h
160 tls_misc.o: ../../include/mail_conf.h
161 tls_misc.o: ../../include/mail_params.h
162 tls_misc.o: ../../include/msg.h
163 tls_misc.o: ../../include/mymalloc.h
164 tls_misc.o: ../../include/name_code.h
165 tls_misc.o: ../../include/name_mask.h
166 tls_misc.o: ../../include/stringops.h
167 tls_misc.o: ../../include/sys_defs.h
168 tls_misc.o: ../../include/vbuf.h
169 tls_misc.o: ../../include/vstream.h
170 tls_misc.o: ../../include/vstring.h
171 tls_misc.o: tls.h
172 tls_misc.o: tls_misc.c
173 tls_prng_dev.o: ../../include/connect.h
174 tls_prng_dev.o: ../../include/iostuff.h
175 tls_prng_dev.o: ../../include/msg.h
176 tls_prng_dev.o: ../../include/mymalloc.h
177 tls_prng_dev.o: ../../include/sys_defs.h
178 tls_prng_dev.o: tls_prng.h
179 tls_prng_dev.o: tls_prng_dev.c
180 tls_prng_egd.o: ../../include/connect.h
181 tls_prng_egd.o: ../../include/iostuff.h
182 tls_prng_egd.o: ../../include/msg.h
183 tls_prng_egd.o: ../../include/mymalloc.h
184 tls_prng_egd.o: ../../include/sys_defs.h
185 tls_prng_egd.o: tls_prng.h
186 tls_prng_egd.o: tls_prng_egd.c
187 tls_prng_exch.o: ../../include/iostuff.h
188 tls_prng_exch.o: ../../include/msg.h
189 tls_prng_exch.o: ../../include/myflock.h
190 tls_prng_exch.o: ../../include/mymalloc.h
191 tls_prng_exch.o: ../../include/sys_defs.h
192 tls_prng_exch.o: tls_prng.h
193 tls_prng_exch.o: tls_prng_exch.c
194 tls_prng_file.o: ../../include/connect.h
195 tls_prng_file.o: ../../include/iostuff.h
196 tls_prng_file.o: ../../include/msg.h
197 tls_prng_file.o: ../../include/mymalloc.h
198 tls_prng_file.o: ../../include/sys_defs.h
199 tls_prng_file.o: tls_prng.h
200 tls_prng_file.o: tls_prng_file.c
201 tls_rsa.o: ../../include/argv.h
202 tls_rsa.o: ../../include/name_code.h
203 tls_rsa.o: ../../include/name_mask.h
204 tls_rsa.o: ../../include/sys_defs.h
205 tls_rsa.o: ../../include/vbuf.h
206 tls_rsa.o: ../../include/vstream.h
207 tls_rsa.o: ../../include/vstring.h
208 tls_rsa.o: tls.h
209 tls_rsa.o: tls_rsa.c
210 tls_scache.o: ../../include/argv.h
211 tls_scache.o: ../../include/dict.h
212 tls_scache.o: ../../include/hex_code.h
213 tls_scache.o: ../../include/msg.h
214 tls_scache.o: ../../include/myflock.h
215 tls_scache.o: ../../include/mymalloc.h
216 tls_scache.o: ../../include/stringops.h
217 tls_scache.o: ../../include/sys_defs.h
218 tls_scache.o: ../../include/vbuf.h
219 tls_scache.o: ../../include/vstream.h
220 tls_scache.o: ../../include/vstring.h
221 tls_scache.o: tls_scache.c
222 tls_scache.o: tls_scache.h
223 tls_seed.o: ../../include/argv.h
224 tls_seed.o: ../../include/msg.h
225 tls_seed.o: ../../include/name_code.h
226 tls_seed.o: ../../include/name_mask.h
227 tls_seed.o: ../../include/sys_defs.h
228 tls_seed.o: ../../include/vbuf.h
229 tls_seed.o: ../../include/vstream.h
230 tls_seed.o: ../../include/vstring.h
231 tls_seed.o: tls.h
232 tls_seed.o: tls_mgr.h
233 tls_seed.o: tls_seed.c
234 tls_server.o: ../../include/argv.h
235 tls_server.o: ../../include/dict.h
236 tls_server.o: ../../include/hex_code.h
237 tls_server.o: ../../include/mail_params.h
238 tls_server.o: ../../include/msg.h
239 tls_server.o: ../../include/mymalloc.h
240 tls_server.o: ../../include/name_code.h
241 tls_server.o: ../../include/name_mask.h
242 tls_server.o: ../../include/stringops.h
243 tls_server.o: ../../include/sys_defs.h
244 tls_server.o: ../../include/vbuf.h
245 tls_server.o: ../../include/vstream.h
246 tls_server.o: ../../include/vstring.h
247 tls_server.o: tls.h
248 tls_server.o: tls_mgr.h
249 tls_server.o: tls_server.c
250 tls_session.o: ../../include/argv.h
251 tls_session.o: ../../include/msg.h
252 tls_session.o: ../../include/mymalloc.h
253 tls_session.o: ../../include/name_code.h
254 tls_session.o: ../../include/name_mask.h
255 tls_session.o: ../../include/sys_defs.h
256 tls_session.o: ../../include/vbuf.h
257 tls_session.o: ../../include/vstream.h
258 tls_session.o: ../../include/vstring.h
259 tls_session.o: tls.h
260 tls_session.o: tls_session.c
261 tls_stream.o: ../../include/argv.h
262 tls_stream.o: ../../include/iostuff.h
263 tls_stream.o: ../../include/msg.h
264 tls_stream.o: ../../include/name_code.h
265 tls_stream.o: ../../include/name_mask.h
266 tls_stream.o: ../../include/sys_defs.h
267 tls_stream.o: ../../include/vbuf.h
268 tls_stream.o: ../../include/vstream.h
269 tls_stream.o: ../../include/vstring.h
270 tls_stream.o: tls.h
271 tls_stream.o: tls_stream.c
272 tls_verify.o: ../../include/argv.h
273 tls_verify.o: ../../include/msg.h
274 tls_verify.o: ../../include/mymalloc.h
275 tls_verify.o: ../../include/name_code.h
276 tls_verify.o: ../../include/name_mask.h
277 tls_verify.o: ../../include/stringops.h
278 tls_verify.o: ../../include/sys_defs.h
279 tls_verify.o: ../../include/vbuf.h
280 tls_verify.o: ../../include/vstream.h
281 tls_verify.o: ../../include/vstring.h
282 tls_verify.o: tls.h
283 tls_verify.o: tls_verify.c