xref: /netbsd-src/external/ibm-public/postfix/dist/src/cleanup/Makefile.in (revision fb5eed702691094bd687fbf1ded189c87457cd35)
1SHELL	= /bin/sh
2SRCS	= cleanup.c cleanup_out.c cleanup_envelope.c cleanup_message.c \
3	cleanup_extracted.c cleanup_state.c cleanup_rewrite.c \
4	cleanup_map11.c cleanup_map1n.c cleanup_masquerade.c \
5	cleanup_out_recipient.c cleanup_init.c cleanup_api.c \
6	cleanup_addr.c cleanup_bounce.c cleanup_milter.c \
7	cleanup_body_edit.c cleanup_region.c cleanup_final.c
8OBJS	= cleanup.o cleanup_out.o cleanup_envelope.o cleanup_message.o \
9	cleanup_extracted.o cleanup_state.o cleanup_rewrite.o \
10	cleanup_map11.o cleanup_map1n.o cleanup_masquerade.o \
11	cleanup_out_recipient.o cleanup_init.o cleanup_api.o \
12	cleanup_addr.o cleanup_bounce.o cleanup_milter.o \
13	cleanup_body_edit.o cleanup_region.o cleanup_final.o
14HDRS	=
15TESTSRC	=
16DEFS	= -I. -I$(INC_DIR) -D$(SYSTYPE)
17CFLAGS	= $(DEBUG) $(OPT) $(DEFS)
18TESTPROG= cleanup_masquerade cleanup_milter
19PROG	= cleanup
20INC_DIR	= ../../include
21LIBS	= ../../lib/lib$(LIB_PREFIX)master$(LIB_SUFFIX) \
22	../../lib/libmilter.a \
23	../../lib/lib$(LIB_PREFIX)global$(LIB_SUFFIX) \
24	../../lib/lib$(LIB_PREFIX)util$(LIB_SUFFIX)
25
26.c.o:;	$(CC) $(CFLAGS) -c $*.c
27
28$(PROG):	$(OBJS) $(LIBS)
29	$(CC) $(CFLAGS) $(SHLIB_RPATH) -o $@ $(OBJS) $(LIBS) $(SYSLIBS)
30
31$(OBJS): ../../conf/makedefs.out
32
33Makefile: Makefile.in
34	cat ../../conf/makedefs.out $? >$@
35
36test:	$(TESTPROG)
37
38update: ../../libexec/$(PROG)
39
40../../libexec/$(PROG): $(PROG)
41	cp $(PROG) ../../libexec
42
43printfck: $(OBJS) $(PROG)
44	rm -rf printfck
45	mkdir printfck
46	cp *.h printfck
47	sed '1,/^# do not edit/!d' Makefile > printfck/Makefile
48	set -e; for i in *.c; do printfck -f .printfck $$i >printfck/$$i; done
49	cd printfck; make "INC_DIR=../../../include" `cd ..; ls *.o`
50
51lint:
52	lint $(DEFS) $(SRCS) $(LINTFIX)
53
54clean:
55	rm -f *.o *core $(PROG) $(TESTPROG) junk
56	rm -rf printfck
57
58tidy:	clean
59
60cleanup_masquerade: cleanup_masquerade.o
61	mv cleanup_masquerade.o junk
62	$(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIBS) $(SYSLIBS)
63	mv junk cleanup_masquerade.o
64
65CLEANUP_MILTER_OBJS = cleanup_state.o cleanup_out.o cleanup_addr.o \
66	cleanup_out_recipient.o cleanup_body_edit.o cleanup_region.o
67cleanup_milter: cleanup_milter.o $(CLEANUP_MILTER_OBJS) $(LIBS)
68	mv cleanup_milter.o junk
69	$(CC) $(CFLAGS) -DTEST -o $@ $@.c $(CLEANUP_MILTER_OBJS) $(LIBS) $(SYSLIBS)
70	mv junk cleanup_milter.o
71
72tests:	cleanup_masquerade_test milter_tests
73
74milter_tests: cleanup_milter_test bug_tests \
75	cleanup_milter_test2 cleanup_milter_test3 cleanup_milter_test4 \
76	cleanup_milter_test5 cleanup_milter_test6 cleanup_milter_test7 \
77	cleanup_milter_test8 cleanup_milter_test9 cleanup_milter_test10a \
78	cleanup_milter_test10b cleanup_milter_test10c cleanup_milter_test10d \
79	cleanup_milter_test10e cleanup_milter_test11 cleanup_milter_test12 \
80	cleanup_milter_test13a cleanup_milter_test13b cleanup_milter_test13c \
81	cleanup_milter_test13d cleanup_milter_test13e cleanup_milter_test13f \
82	cleanup_milter_test13g cleanup_milter_test13h cleanup_milter_test13i \
83	cleanup_milter_test14a cleanup_milter_test14b cleanup_milter_test14c \
84	cleanup_milter_test14d cleanup_milter_test14e cleanup_milter_test14f \
85	cleanup_milter_test14g \
86	cleanup_milter_test15a cleanup_milter_test15b cleanup_milter_test15c \
87	cleanup_milter_test15d cleanup_milter_test15e cleanup_milter_test15f \
88	cleanup_milter_test15g cleanup_milter_test15h cleanup_milter_test15i \
89	cleanup_milter_test16a cleanup_milter_test16b
90
91root_tests:
92
93cleanup_masquerade_test: cleanup_masquerade cleanup_masq.ref
94	rm -f cleanup_masq.tmp
95	$(SHLIB_ENV) ./cleanup_masquerade '' a.b.c,b.c xxx@aa.a.b.c    >>cleanup_masq.tmp
96	$(SHLIB_ENV) ./cleanup_masquerade '' A.B.C,B.C xxx@aa.a.b.c    >>cleanup_masq.tmp
97	$(SHLIB_ENV) ./cleanup_masquerade '' a.b.c,b.c xxx@AA.A.B.C    >>cleanup_masq.tmp
98	$(SHLIB_ENV) ./cleanup_masquerade 'xxx' a.b.c,b.c xxx@aa.a.b.c >>cleanup_masq.tmp
99	$(SHLIB_ENV) ./cleanup_masquerade 'yyy' a.b.c,b.c xxx@aa.a.b.c >>cleanup_masq.tmp
100	$(SHLIB_ENV) ./cleanup_masquerade '' !a.b.c,b.c xxx@aa.a.b.c   >>cleanup_masq.tmp
101	$(SHLIB_ENV) ./cleanup_masquerade '' a.b.c,b.c xxx@a.b.c       >>cleanup_masq.tmp
102	$(SHLIB_ENV) ./cleanup_masquerade '' !a.b.c,b.c xxx@a.b.c      >>cleanup_masq.tmp
103	$(SHLIB_ENV) ./cleanup_masquerade '' a.b.c,b.c xxx@aaa.b.c     >>cleanup_masq.tmp
104	$(SHLIB_ENV) ./cleanup_masquerade '' a.b.c,b.c xxx@b.c         >>cleanup_masq.tmp
105	$(SHLIB_ENV) ./cleanup_masquerade 'fail:whatever' xy xxx@b.c   >>cleanup_masq.tmp
106	diff cleanup_masq.ref cleanup_masq.tmp
107	rm -f cleanup_masq.tmp
108
109bug_tests: bug1_test bug2_test bug3_test
110
111../postcat/postcat:
112	cd ../postcat; make
113
114bug1_test: cleanup_milter bug1.file bug1.in bug1.ref bug1.text.ref \
115	../postcat/postcat
116	cp bug1.file bug1.file.tmp
117	chmod u+w bug1.file.tmp
118	$(SHLIB_ENV) ./cleanup_milter <bug1.in
119	$(SHLIB_ENV) ../postcat/postcat -ov bug1.file.tmp 2>/dev/null >bug1.tmp
120	diff bug1.ref bug1.tmp
121	$(SHLIB_ENV) ../postcat/postcat bug1.file.tmp 2>/dev/null >bug1.tmp
122	diff bug1.text.ref bug1.tmp
123	rm -f bug1.file.tmp bug1.tmp
124
125bug2_test: cleanup_milter bug2.file bug2.in bug2.ref bug2.text.ref \
126	../postcat/postcat
127	cp bug2.file bug2.file.tmp
128	chmod u+w bug2.file.tmp
129	$(SHLIB_ENV) ./cleanup_milter <bug2.in
130	$(SHLIB_ENV) ../postcat/postcat -ov bug2.file.tmp 2>/dev/null >bug2.tmp
131	diff bug2.ref bug2.tmp
132	$(SHLIB_ENV) ../postcat/postcat bug2.file.tmp 2>/dev/null >bug2.tmp
133	diff bug2.text.ref bug2.tmp
134	rm -f bug2.file.tmp bug2.tmp
135
136bug3_test: cleanup_milter bug3.file bug3.in bug3.ref bug3.text.ref \
137	../postcat/postcat
138	cp bug3.file bug3.file.tmp
139	chmod u+w bug3.file.tmp
140	$(SHLIB_ENV) ./cleanup_milter <bug3.in
141	$(SHLIB_ENV) ../postcat/postcat -ov bug3.file.tmp 2>/dev/null >bug3.tmp
142	diff bug3.ref bug3.tmp
143	$(SHLIB_ENV) ../postcat/postcat bug3.file.tmp 2>/dev/null >bug3.tmp
144	diff bug3.text.ref bug3.tmp
145	rm -f bug3.file.tmp bug3.tmp
146
147# Test queue file editing routines.
148
149cleanup_milter_test: cleanup_milter test-queue-file cleanup_milter.in1 \
150	cleanup_milter.ref1 ../postcat/postcat
151	cp test-queue-file test-queue-file.tmp
152	chmod u+w test-queue-file.tmp
153	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in1
154	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file.tmp 2>/dev/null >cleanup_milter.tmp
155	diff cleanup_milter.ref1 cleanup_milter.tmp
156	rm -f test-queue-file.tmp cleanup_milter.tmp
157
158cleanup_milter_test2: cleanup_milter test-queue-file2 cleanup_milter.in2 \
159	cleanup_milter.ref2 ../postcat/postcat
160	cp test-queue-file2 test-queue-file2.tmp
161	chmod u+w test-queue-file2.tmp
162	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in2
163	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file2.tmp 2>/dev/null >cleanup_milter.tmp
164	diff cleanup_milter.ref2 cleanup_milter.tmp
165	rm -f test-queue-file2.tmp cleanup_milter.tmp
166
167cleanup_milter_test3: cleanup_milter test-queue-file3 cleanup_milter.in3 \
168	cleanup_milter.ref3 ../postcat/postcat
169	cp test-queue-file3 test-queue-file3.tmp
170	chmod u+w test-queue-file3.tmp
171	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in3
172	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file3.tmp 2>/dev/null >cleanup_milter.tmp
173	diff cleanup_milter.ref3 cleanup_milter.tmp
174	rm -f test-queue-file3.tmp cleanup_milter.tmp
175
176cleanup_milter_test4: cleanup_milter test-queue-file4 cleanup_milter.in4a \
177	cleanup_milter.in4b cleanup_milter.in4c cleanup_milter.ref4 \
178	test-queue-file4 ../postcat/postcat
179	cp test-queue-file4 test-queue-file4.tmp
180	chmod u+w test-queue-file4.tmp
181	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in4a
182	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file4.tmp 2>/dev/null >cleanup_milter.tmp
183	diff cleanup_milter.ref4 cleanup_milter.tmp
184	cp test-queue-file4 test-queue-file4.tmp
185	chmod u+w test-queue-file4.tmp
186	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in4b
187	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file4.tmp 2>/dev/null >cleanup_milter.tmp
188	diff cleanup_milter.ref4 cleanup_milter.tmp
189	cp test-queue-file4 test-queue-file4.tmp
190	chmod u+w test-queue-file4.tmp
191	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in4c
192	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file4.tmp 2>/dev/null >cleanup_milter.tmp
193	diff cleanup_milter.ref4 cleanup_milter.tmp
194	rm -f test-queue-file4.tmp cleanup_milter.tmp
195
196cleanup_milter_test5: cleanup_milter test-queue-file5 cleanup_milter.in5 \
197	cleanup_milter.ref5 ../postcat/postcat
198	cp test-queue-file5 test-queue-file5.tmp
199	chmod u+w test-queue-file5.tmp
200	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in5
201	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file5.tmp 2>/dev/null >cleanup_milter.tmp
202	diff cleanup_milter.ref5 cleanup_milter.tmp
203	rm -f test-queue-file5.tmp cleanup_milter.tmp
204
205cleanup_milter_test6: cleanup_milter_test6a cleanup_milter_test6b cleanup_milter_test6c
206	rm -f test-queue-file6.tmp cleanup_milter.tmp
207
208cleanup_milter_test6a: cleanup_milter test-queue-file6 cleanup_milter.in6a \
209	cleanup_milter.ref6a test-queue-file6 ../postcat/postcat
210	cp test-queue-file6 test-queue-file6.tmp
211	chmod u+w test-queue-file6.tmp
212	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in6a
213	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file6.tmp 2>/dev/null >cleanup_milter.tmp
214	diff cleanup_milter.ref6a cleanup_milter.tmp
215	rm -f test-queue-file6.tmp cleanup_milter.tmp
216
217cleanup_milter_test6b: cleanup_milter test-queue-file6 cleanup_milter.in6b \
218	cleanup_milter.ref6b ../postcat/postcat
219	cp test-queue-file6 test-queue-file6.tmp
220	chmod u+w test-queue-file6.tmp
221	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in6b
222	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file6.tmp 2>/dev/null >cleanup_milter.tmp
223	diff cleanup_milter.ref6b cleanup_milter.tmp
224	rm -f test-queue-file6.tmp cleanup_milter.tmp
225
226cleanup_milter_test6c: cleanup_milter test-queue-file6 cleanup_milter.in6c \
227	cleanup_milter.ref6c ../postcat/postcat
228	cp test-queue-file6 test-queue-file6.tmp
229	chmod u+w test-queue-file6.tmp
230	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in6c
231	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file6.tmp 2>/dev/null >cleanup_milter.tmp
232	diff cleanup_milter.ref6c cleanup_milter.tmp
233	rm -f test-queue-file6.tmp cleanup_milter.tmp
234
235cleanup_milter_test7: cleanup_milter test-queue-file7 cleanup_milter.in7 \
236	cleanup_milter.ref7 ../postcat/postcat
237	cp test-queue-file7 test-queue-file7.tmp
238	chmod u+w test-queue-file7.tmp
239	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in7
240	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file7.tmp 2>/dev/null >cleanup_milter.tmp
241	diff cleanup_milter.ref7 cleanup_milter.tmp
242	rm -f test-queue-file7.tmp cleanup_milter.tmp
243
244cleanup_milter_test8: cleanup_milter test-queue-file8 cleanup_milter.in8 \
245	cleanup_milter.ref8 ../postcat/postcat
246	cp test-queue-file8 test-queue-file8.tmp
247	chmod u+w test-queue-file8.tmp
248	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in8
249	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file8.tmp 2>/dev/null >cleanup_milter.tmp
250	diff cleanup_milter.ref8 cleanup_milter.tmp
251	rm -f test-queue-file8.tmp cleanup_milter.tmp
252
253cleanup_milter_test9: cleanup_milter test-queue-file9 cleanup_milter.in9 \
254	cleanup_milter.ref9 ../postcat/postcat
255	cp test-queue-file9 test-queue-file9.tmp
256	chmod u+w test-queue-file9.tmp
257	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in9
258	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file9.tmp 2>/dev/null >cleanup_milter.tmp
259	diff cleanup_milter.ref9 cleanup_milter.tmp
260	rm -f test-queue-file9.tmp cleanup_milter.tmp
261
262cleanup_milter_test10a: cleanup_milter test-queue-file10 cleanup_milter.in10a \
263	cleanup_milter.ref10a ../postcat/postcat
264	cp test-queue-file10 test-queue-file10.tmp
265	chmod u+w test-queue-file10.tmp
266	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in10a
267	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file10.tmp 2>/dev/null >cleanup_milter.tmp
268	diff cleanup_milter.ref10a cleanup_milter.tmp
269	rm -f test-queue-file10.tmp cleanup_milter.tmp
270
271cleanup_milter_test10b: cleanup_milter test-queue-file10 cleanup_milter.in10b \
272	cleanup_milter.ref10b ../postcat/postcat
273	cp test-queue-file10 test-queue-file10.tmp
274	chmod u+w test-queue-file10.tmp
275	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in10b
276	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file10.tmp 2>/dev/null >cleanup_milter.tmp
277	diff cleanup_milter.ref10b cleanup_milter.tmp
278	rm -f test-queue-file10.tmp cleanup_milter.tmp
279
280cleanup_milter_test10c: cleanup_milter test-queue-file10 cleanup_milter.in10c \
281	cleanup_milter.ref10c ../postcat/postcat
282	cp test-queue-file10 test-queue-file10.tmp
283	chmod u+w test-queue-file10.tmp
284	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in10c
285	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file10.tmp 2>/dev/null >cleanup_milter.tmp
286	diff cleanup_milter.ref10c cleanup_milter.tmp
287	rm -f test-queue-file10.tmp cleanup_milter.tmp
288
289cleanup_milter_test10d: cleanup_milter test-queue-file10 cleanup_milter.in10c \
290	cleanup_milter.ref10d ../postcat/postcat
291	cp test-queue-file10 test-queue-file10.tmp
292	chmod u+w test-queue-file10.tmp
293	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in10d
294	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file10.tmp 2>/dev/null >cleanup_milter.tmp
295	diff cleanup_milter.ref10d cleanup_milter.tmp
296	rm -f test-queue-file10.tmp cleanup_milter.tmp
297
298cleanup_milter_test10e: cleanup_milter test-queue-file10 cleanup_milter.in10c \
299	cleanup_milter.ref10e ../postcat/postcat
300	cp test-queue-file10 test-queue-file10.tmp
301	chmod u+w test-queue-file10.tmp
302	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in10e
303	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file10.tmp 2>/dev/null >cleanup_milter.tmp
304	diff cleanup_milter.ref10e cleanup_milter.tmp
305	rm -f test-queue-file10.tmp cleanup_milter.tmp
306
307cleanup_milter_test11: cleanup_milter test-queue-file11 cleanup_milter.in11 \
308	cleanup_milter.ref11 ../postcat/postcat
309	cp test-queue-file11 test-queue-file11.tmp
310	chmod u+w test-queue-file11.tmp
311	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in11
312	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file11.tmp 2>/dev/null >cleanup_milter.tmp
313	diff cleanup_milter.ref11 cleanup_milter.tmp
314	rm -f test-queue-file11.tmp cleanup_milter.tmp
315
316cleanup_milter_test12: cleanup_milter test-queue-file12 cleanup_milter.in12 \
317	cleanup_milter.ref12 ../postcat/postcat
318	cp test-queue-file12 test-queue-file12.tmp
319	chmod u+w test-queue-file12.tmp
320	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in12
321	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file12.tmp 2>/dev/null >cleanup_milter.tmp
322	diff cleanup_milter.ref12 cleanup_milter.tmp
323	rm -f test-queue-file12.tmp cleanup_milter.tmp
324
325cleanup_milter_test13a: cleanup_milter test-queue-file13a cleanup_milter.in13a \
326	cleanup_milter.ref13a ../postcat/postcat
327	cp test-queue-file13a test-queue-file13a.tmp
328	chmod u+w test-queue-file13a.tmp
329	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in13a
330	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file13a.tmp 2>/dev/null >cleanup_milter.tmp
331	diff cleanup_milter.ref13a cleanup_milter.tmp
332	rm -f test-queue-file13a.tmp cleanup_milter.tmp
333
334cleanup_milter_test13b: cleanup_milter test-queue-file13b cleanup_milter.in13b \
335	cleanup_milter.ref13b ../postcat/postcat
336	cp test-queue-file13b test-queue-file13b.tmp
337	chmod u+w test-queue-file13b.tmp
338	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in13b
339	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file13b.tmp 2>/dev/null >cleanup_milter.tmp
340	diff cleanup_milter.ref13b cleanup_milter.tmp
341	rm -f test-queue-file13b.tmp cleanup_milter.tmp
342
343cleanup_milter_test13c: cleanup_milter test-queue-file13c cleanup_milter.in13c \
344	cleanup_milter.ref13c ../postcat/postcat
345	cp test-queue-file13c test-queue-file13c.tmp
346	chmod u+w test-queue-file13c.tmp
347	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in13c
348	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file13c.tmp 2>/dev/null >cleanup_milter.tmp
349	diff cleanup_milter.ref13c cleanup_milter.tmp
350	rm -f test-queue-file13c.tmp cleanup_milter.tmp
351
352cleanup_milter_test13d: cleanup_milter test-queue-file13d cleanup_milter.in13d \
353	cleanup_milter.ref13d ../postcat/postcat
354	cp test-queue-file13d test-queue-file13d.tmp
355	chmod u+w test-queue-file13d.tmp
356	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in13d
357	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file13d.tmp 2>/dev/null >cleanup_milter.tmp
358	diff cleanup_milter.ref13d cleanup_milter.tmp
359	rm -f test-queue-file13d.tmp cleanup_milter.tmp
360
361cleanup_milter_test13e: cleanup_milter test-queue-file13e cleanup_milter.in13e \
362	cleanup_milter.ref13e ../postcat/postcat
363	cp test-queue-file13e test-queue-file13e.tmp
364	chmod u+w test-queue-file13e.tmp
365	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in13e
366	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file13e.tmp 2>/dev/null >cleanup_milter.tmp
367	diff cleanup_milter.ref13e cleanup_milter.tmp
368	rm -f test-queue-file13e.tmp cleanup_milter.tmp
369
370cleanup_milter_test13g: cleanup_milter test-queue-file13g cleanup_milter.in13g \
371	cleanup_milter.ref13g ../postcat/postcat
372	cp test-queue-file13g test-queue-file13g.tmp
373	chmod u+w test-queue-file13g.tmp
374	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in13g
375	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file13g.tmp 2>/dev/null >cleanup_milter.tmp
376	diff cleanup_milter.ref13g cleanup_milter.tmp
377	rm -f test-queue-file13g.tmp cleanup_milter.tmp
378
379cleanup_milter_test13h: cleanup_milter test-queue-file13h cleanup_milter.in13h \
380	cleanup_milter.ref13h ../postcat/postcat
381	cp test-queue-file13h test-queue-file13h.tmp
382	chmod u+w test-queue-file13h.tmp
383	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in13h
384	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file13h.tmp 2>/dev/null >cleanup_milter.tmp
385	diff cleanup_milter.ref13h cleanup_milter.tmp
386	rm -f test-queue-file13h.tmp cleanup_milter.tmp
387
388cleanup_milter_test13i: cleanup_milter test-queue-file13i cleanup_milter.in13i \
389	cleanup_milter.ref13i ../postcat/postcat
390	cp test-queue-file13i test-queue-file13i.tmp
391	chmod u+w test-queue-file13i.tmp
392	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in13i
393	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file13i.tmp 2>/dev/null >cleanup_milter.tmp
394	diff cleanup_milter.ref13i cleanup_milter.tmp
395	rm -f test-queue-file13i.tmp cleanup_milter.tmp
396
397cleanup_milter_test13f: cleanup_milter test-queue-file13f cleanup_milter.in13f \
398	cleanup_milter.ref13f ../postcat/postcat
399	cp test-queue-file13f test-queue-file13f.tmp
400	chmod u+w test-queue-file13f.tmp
401	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in13f
402	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file13f.tmp 2>/dev/null >cleanup_milter.tmp
403	diff cleanup_milter.ref13f cleanup_milter.tmp
404	rm -f test-queue-file13f.tmp cleanup_milter.tmp
405
406cleanup_milter_test14a: cleanup_milter test-queue-file14 cleanup_milter.in14a \
407	cleanup_milter.ref14a1 ../postcat/postcat cleanup_milter.ref14a2 \
408	cleanup_milter.reg14a
409	cp test-queue-file14 test-queue-file14a.tmp
410	chmod u+w test-queue-file14a.tmp
411	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in14a 2>cleanup_milter.tmp1
412	diff cleanup_milter.ref14a1 cleanup_milter.tmp1
413	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file14a.tmp 2>/dev/null >cleanup_milter.tmp2
414	diff cleanup_milter.ref14a2 cleanup_milter.tmp2
415	rm -f test-queue-file14a.tmp cleanup_milter.tmp1 cleanup_milter.tmp2
416
417cleanup_milter_test14b: cleanup_milter test-queue-file14 cleanup_milter.in14b \
418	cleanup_milter.ref14b1 ../postcat/postcat cleanup_milter.ref14b2 \
419	cleanup_milter.reg14b
420	cp test-queue-file14 test-queue-file14b.tmp
421	chmod u+w test-queue-file14b.tmp
422	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in14b 2>cleanup_milter.tmp1
423	diff cleanup_milter.ref14b1 cleanup_milter.tmp1
424	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file14b.tmp 2>/dev/null >cleanup_milter.tmp2
425	diff cleanup_milter.ref14b2 cleanup_milter.tmp2
426	rm -f test-queue-file14b.tmp cleanup_milter.tmp1 cleanup_milter.tmp2
427
428cleanup_milter_test14c: cleanup_milter test-queue-file14 cleanup_milter.in14c \
429	cleanup_milter.ref14c1 ../postcat/postcat cleanup_milter.ref14c2 \
430	cleanup_milter.reg14c
431	cp test-queue-file14 test-queue-file14c.tmp
432	chmod u+w test-queue-file14c.tmp
433	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in14c 2>cleanup_milter.tmp1
434	diff cleanup_milter.ref14c1 cleanup_milter.tmp1
435	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file14c.tmp 2>/dev/null >cleanup_milter.tmp2
436	diff cleanup_milter.ref14c2 cleanup_milter.tmp2
437	rm -f test-queue-file14c.tmp cleanup_milter.tmp1 cleanup_milter.tmp2
438
439cleanup_milter_test14d: cleanup_milter test-queue-file14 cleanup_milter.in14d \
440	cleanup_milter.ref14d1 ../postcat/postcat cleanup_milter.ref14d2 \
441	cleanup_milter.reg14d
442	cp test-queue-file14 test-queue-file14d.tmp
443	chmod u+w test-queue-file14d.tmp
444	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in14d 2>cleanup_milter.tmp1
445	diff cleanup_milter.ref14d1 cleanup_milter.tmp1
446	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file14d.tmp 2>/dev/null >cleanup_milter.tmp2
447	diff cleanup_milter.ref14d2 cleanup_milter.tmp2
448	rm -f test-queue-file14d.tmp cleanup_milter.tmp1 cleanup_milter.tmp2
449
450cleanup_milter_test14e: cleanup_milter test-queue-file14 cleanup_milter.in14e \
451	cleanup_milter.ref14e1 ../postcat/postcat cleanup_milter.ref14e2 \
452	cleanup_milter.reg14e
453	cp test-queue-file14 test-queue-file14e.tmp
454	chmod u+w test-queue-file14e.tmp
455	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in14e 2>cleanup_milter.tmp1
456	diff cleanup_milter.ref14e1 cleanup_milter.tmp1
457	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file14e.tmp 2>/dev/null >cleanup_milter.tmp2
458	diff cleanup_milter.ref14e2 cleanup_milter.tmp2
459	rm -f test-queue-file14e.tmp cleanup_milter.tmp1 cleanup_milter.tmp2
460
461cleanup_milter_test14f: cleanup_milter test-queue-file14 cleanup_milter.in14f \
462	cleanup_milter.ref14f1 ../postcat/postcat cleanup_milter.ref14f2 \
463	cleanup_milter.reg14f
464	cp test-queue-file14 test-queue-file14f.tmp
465	chmod u+w test-queue-file14f.tmp
466	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in14f 2>cleanup_milter.tmp1
467	diff cleanup_milter.ref14f1 cleanup_milter.tmp1
468	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file14f.tmp 2>/dev/null >cleanup_milter.tmp2
469	diff cleanup_milter.ref14f2 cleanup_milter.tmp2
470	rm -f test-queue-file14f.tmp cleanup_milter.tmp1 cleanup_milter.tmp2
471
472cleanup_milter_test14g: cleanup_milter test-queue-file14 cleanup_milter.in14g \
473	cleanup_milter.ref14g1 ../postcat/postcat cleanup_milter.ref14g2 \
474	cleanup_milter.reg14g
475	cp test-queue-file14 test-queue-file14g.tmp
476	chmod u+w test-queue-file14g.tmp
477	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in14g 2>cleanup_milter.tmp1
478	diff cleanup_milter.ref14g1 cleanup_milter.tmp1
479	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file14g.tmp 2>/dev/null >cleanup_milter.tmp2
480	diff cleanup_milter.ref14g2 cleanup_milter.tmp2
481	rm -f test-queue-file14g.tmp cleanup_milter.tmp1 cleanup_milter.tmp2
482
483cleanup_milter_test15a: cleanup_milter test-queue-file15 cleanup_milter.in15a \
484	cleanup_milter.ref15a1 ../postcat/postcat cleanup_milter.ref15a2 \
485	cleanup_milter.reg15a
486	cp test-queue-file15 test-queue-file15a.tmp
487	chmod u+w test-queue-file15a.tmp
488	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in15a 2>cleanup_milter.tmp1
489	diff cleanup_milter.ref15a1 cleanup_milter.tmp1
490	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file15a.tmp 2>/dev/null >cleanup_milter.tmp2
491	diff cleanup_milter.ref15a2 cleanup_milter.tmp2
492	rm -f test-queue-file15a.tmp cleanup_milter.tmp1 cleanup_milter.tmp2
493
494cleanup_milter_test15b: cleanup_milter test-queue-file15 cleanup_milter.in15b \
495	cleanup_milter.ref15b1 ../postcat/postcat cleanup_milter.ref15b2 \
496	cleanup_milter.reg15b
497	cp test-queue-file15 test-queue-file15b.tmp
498	chmod u+w test-queue-file15b.tmp
499	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in15b 2>cleanup_milter.tmp1
500	diff cleanup_milter.ref15b1 cleanup_milter.tmp1
501	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file15b.tmp 2>/dev/null >cleanup_milter.tmp2
502	diff cleanup_milter.ref15b2 cleanup_milter.tmp2
503	rm -f test-queue-file15b.tmp cleanup_milter.tmp1 cleanup_milter.tmp2
504
505cleanup_milter_test15c: cleanup_milter test-queue-file15 cleanup_milter.in15c \
506	cleanup_milter.ref15c1 ../postcat/postcat cleanup_milter.ref15c2 \
507	cleanup_milter.reg15c
508	cp test-queue-file15 test-queue-file15c.tmp
509	chmod u+w test-queue-file15c.tmp
510	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in15c 2>cleanup_milter.tmp1
511	diff cleanup_milter.ref15c1 cleanup_milter.tmp1
512	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file15c.tmp 2>/dev/null >cleanup_milter.tmp2
513	diff cleanup_milter.ref15c2 cleanup_milter.tmp2
514	rm -f test-queue-file15c.tmp cleanup_milter.tmp1 cleanup_milter.tmp2
515
516cleanup_milter_test15d: cleanup_milter test-queue-file15 cleanup_milter.in15d \
517	cleanup_milter.ref15d1 ../postcat/postcat cleanup_milter.ref15d2 \
518	cleanup_milter.reg15d
519	cp test-queue-file15 test-queue-file15d.tmp
520	chmod u+w test-queue-file15d.tmp
521	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in15d 2>cleanup_milter.tmp1
522	diff cleanup_milter.ref15d1 cleanup_milter.tmp1
523	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file15d.tmp 2>/dev/null >cleanup_milter.tmp2
524	diff cleanup_milter.ref15d2 cleanup_milter.tmp2
525	rm -f test-queue-file15d.tmp cleanup_milter.tmp1 cleanup_milter.tmp2
526
527cleanup_milter_test15e: cleanup_milter test-queue-file15 cleanup_milter.in15e \
528	cleanup_milter.ref15e1 ../postcat/postcat cleanup_milter.ref15e2 \
529	cleanup_milter.reg15e
530	cp test-queue-file15 test-queue-file15e.tmp
531	chmod u+w test-queue-file15e.tmp
532	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in15e 2>cleanup_milter.tmp1
533	diff cleanup_milter.ref15e1 cleanup_milter.tmp1
534	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file15e.tmp 2>/dev/null >cleanup_milter.tmp2
535	diff cleanup_milter.ref15e2 cleanup_milter.tmp2
536	rm -f test-queue-file15e.tmp cleanup_milter.tmp1 cleanup_milter.tmp2
537
538cleanup_milter_test15f: cleanup_milter test-queue-file15 cleanup_milter.in15f \
539	cleanup_milter.ref15f1 ../postcat/postcat cleanup_milter.ref15f2 \
540	cleanup_milter.reg15f
541	cp test-queue-file15 test-queue-file15f.tmp
542	chmod u+w test-queue-file15f.tmp
543	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in15f 2>cleanup_milter.tmp1
544	diff cleanup_milter.ref15f1 cleanup_milter.tmp1
545	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file15f.tmp 2>/dev/null >cleanup_milter.tmp2
546	diff cleanup_milter.ref15f2 cleanup_milter.tmp2
547	rm -f test-queue-file15f.tmp cleanup_milter.tmp1 cleanup_milter.tmp2
548
549cleanup_milter_test15g: cleanup_milter test-queue-file15 cleanup_milter.in15g \
550	cleanup_milter.ref15g1 ../postcat/postcat cleanup_milter.ref15g2 \
551	cleanup_milter.reg15g
552	cp test-queue-file15 test-queue-file15g.tmp
553	chmod u+w test-queue-file15g.tmp
554	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in15g 2>cleanup_milter.tmp1
555	diff cleanup_milter.ref15g1 cleanup_milter.tmp1
556	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file15g.tmp 2>/dev/null >cleanup_milter.tmp2
557	diff cleanup_milter.ref15g2 cleanup_milter.tmp2
558	rm -f test-queue-file15g.tmp cleanup_milter.tmp1 cleanup_milter.tmp2
559
560cleanup_milter_test15h: cleanup_milter test-queue-file15 cleanup_milter.in15h \
561	cleanup_milter.ref15h1 ../postcat/postcat cleanup_milter.ref15h2 \
562	cleanup_milter.reg15h
563	cp test-queue-file15 test-queue-file15h.tmp
564	chmod u+w test-queue-file15h.tmp
565	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in15h 2>cleanup_milter.tmp1
566	diff cleanup_milter.ref15h1 cleanup_milter.tmp1
567	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file15h.tmp 2>/dev/null >cleanup_milter.tmp2
568	diff cleanup_milter.ref15h2 cleanup_milter.tmp2
569	rm -f test-queue-file15h.tmp cleanup_milter.tmp1 cleanup_milter.tmp2
570
571cleanup_milter_test15i: cleanup_milter test-queue-file15 cleanup_milter.in15i \
572	cleanup_milter.ref15i1 ../postcat/postcat cleanup_milter.ref15i2 \
573	cleanup_milter.reg15i
574	cp test-queue-file15 test-queue-file15i.tmp
575	chmod u+w test-queue-file15i.tmp
576	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in15i 2>cleanup_milter.tmp1
577	diff cleanup_milter.ref15i1 cleanup_milter.tmp1
578	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file15i.tmp 2>/dev/null >cleanup_milter.tmp2
579	diff cleanup_milter.ref15i2 cleanup_milter.tmp2
580	rm -f test-queue-file15i.tmp cleanup_milter.tmp1 cleanup_milter.tmp2
581
582cleanup_milter_test16a: cleanup_milter test-queue-file16 cleanup_milter.in16a \
583	cleanup_milter.ref16a1 ../postcat/postcat cleanup_milter.ref16a2
584	cp test-queue-file16 test-queue-file16a.tmp
585	chmod u+w test-queue-file16a.tmp
586	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in16a 2>cleanup_milter.tmp1
587	diff cleanup_milter.ref16a1 cleanup_milter.tmp1
588	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file16a.tmp 2>/dev/null >cleanup_milter.tmp2
589	diff cleanup_milter.ref16a2 cleanup_milter.tmp2
590	rm -f test-queue-file16a.tmp cleanup_milter.tmp1 cleanup_milter.tmp2
591
592cleanup_milter_test16b: cleanup_milter test-queue-file16 cleanup_milter.in16b \
593	cleanup_milter.ref16b1 ../postcat/postcat cleanup_milter.ref16b2
594	cp test-queue-file16 test-queue-file16b.tmp
595	chmod u+w test-queue-file16b.tmp
596	$(SHLIB_ENV) ./cleanup_milter <cleanup_milter.in16b 2>cleanup_milter.tmp1
597	diff cleanup_milter.ref16b1 cleanup_milter.tmp1
598	$(SHLIB_ENV) ../postcat/postcat -ov test-queue-file16b.tmp 2>/dev/null >cleanup_milter.tmp2
599	diff cleanup_milter.ref16b2 cleanup_milter.tmp2
600	rm -f test-queue-file16b.tmp cleanup_milter.tmp1 cleanup_milter.tmp2
601
602depend: $(MAKES)
603	(sed '1,/^# do not edit/!d' Makefile.in; \
604	set -e; for i in [a-z][a-z0-9]*.c; do \
605	    $(CC) -E $(DEFS) $(INCL) $$i | grep -v '[<>]' | sed -n -e '/^# *1 *"\([^"]*\)".*/{' \
606	    -e 's//'`echo $$i|sed 's/c$$/o/'`': \1/' \
607	    -e 's/o: \.\//o: /' -e p -e '}' ; \
608	done | LANG=C sort -u) | grep -v '[.][o][:][ ][/]' >$$$$ && mv $$$$ Makefile.in
609	@$(EXPORT) make -f Makefile.in Makefile 1>&2
610
611# do not edit below this line - it is generated by 'make depend'
612cleanup.o: ../../include/argv.h
613cleanup.o: ../../include/attr.h
614cleanup.o: ../../include/been_here.h
615cleanup.o: ../../include/check_arg.h
616cleanup.o: ../../include/cleanup_user.h
617cleanup.o: ../../include/dict.h
618cleanup.o: ../../include/dsn_mask.h
619cleanup.o: ../../include/header_body_checks.h
620cleanup.o: ../../include/header_opts.h
621cleanup.o: ../../include/htable.h
622cleanup.o: ../../include/iostuff.h
623cleanup.o: ../../include/mail_conf.h
624cleanup.o: ../../include/mail_params.h
625cleanup.o: ../../include/mail_proto.h
626cleanup.o: ../../include/mail_server.h
627cleanup.o: ../../include/mail_stream.h
628cleanup.o: ../../include/mail_version.h
629cleanup.o: ../../include/maps.h
630cleanup.o: ../../include/match_list.h
631cleanup.o: ../../include/milter.h
632cleanup.o: ../../include/mime_state.h
633cleanup.o: ../../include/msg.h
634cleanup.o: ../../include/myflock.h
635cleanup.o: ../../include/mymalloc.h
636cleanup.o: ../../include/nvtable.h
637cleanup.o: ../../include/rec_type.h
638cleanup.o: ../../include/record.h
639cleanup.o: ../../include/resolve_clnt.h
640cleanup.o: ../../include/string_list.h
641cleanup.o: ../../include/sys_defs.h
642cleanup.o: ../../include/tok822.h
643cleanup.o: ../../include/vbuf.h
644cleanup.o: ../../include/vstream.h
645cleanup.o: ../../include/vstring.h
646cleanup.o: cleanup.c
647cleanup.o: cleanup.h
648cleanup_addr.o: ../../include/argv.h
649cleanup_addr.o: ../../include/attr.h
650cleanup_addr.o: ../../include/been_here.h
651cleanup_addr.o: ../../include/canon_addr.h
652cleanup_addr.o: ../../include/check_arg.h
653cleanup_addr.o: ../../include/cleanup_user.h
654cleanup_addr.o: ../../include/dict.h
655cleanup_addr.o: ../../include/dsn_mask.h
656cleanup_addr.o: ../../include/ext_prop.h
657cleanup_addr.o: ../../include/header_body_checks.h
658cleanup_addr.o: ../../include/header_opts.h
659cleanup_addr.o: ../../include/htable.h
660cleanup_addr.o: ../../include/iostuff.h
661cleanup_addr.o: ../../include/mail_addr.h
662cleanup_addr.o: ../../include/mail_addr_find.h
663cleanup_addr.o: ../../include/mail_addr_form.h
664cleanup_addr.o: ../../include/mail_conf.h
665cleanup_addr.o: ../../include/mail_params.h
666cleanup_addr.o: ../../include/mail_proto.h
667cleanup_addr.o: ../../include/mail_stream.h
668cleanup_addr.o: ../../include/maps.h
669cleanup_addr.o: ../../include/match_list.h
670cleanup_addr.o: ../../include/milter.h
671cleanup_addr.o: ../../include/mime_state.h
672cleanup_addr.o: ../../include/msg.h
673cleanup_addr.o: ../../include/myflock.h
674cleanup_addr.o: ../../include/mymalloc.h
675cleanup_addr.o: ../../include/nvtable.h
676cleanup_addr.o: ../../include/rec_type.h
677cleanup_addr.o: ../../include/record.h
678cleanup_addr.o: ../../include/resolve_clnt.h
679cleanup_addr.o: ../../include/smtputf8.h
680cleanup_addr.o: ../../include/string_list.h
681cleanup_addr.o: ../../include/stringops.h
682cleanup_addr.o: ../../include/sys_defs.h
683cleanup_addr.o: ../../include/tok822.h
684cleanup_addr.o: ../../include/vbuf.h
685cleanup_addr.o: ../../include/vstream.h
686cleanup_addr.o: ../../include/vstring.h
687cleanup_addr.o: cleanup.h
688cleanup_addr.o: cleanup_addr.c
689cleanup_api.o: ../../include/argv.h
690cleanup_api.o: ../../include/attr.h
691cleanup_api.o: ../../include/been_here.h
692cleanup_api.o: ../../include/bounce.h
693cleanup_api.o: ../../include/check_arg.h
694cleanup_api.o: ../../include/cleanup_user.h
695cleanup_api.o: ../../include/deliver_request.h
696cleanup_api.o: ../../include/dict.h
697cleanup_api.o: ../../include/dsn.h
698cleanup_api.o: ../../include/dsn_buf.h
699cleanup_api.o: ../../include/dsn_mask.h
700cleanup_api.o: ../../include/header_body_checks.h
701cleanup_api.o: ../../include/header_opts.h
702cleanup_api.o: ../../include/htable.h
703cleanup_api.o: ../../include/iostuff.h
704cleanup_api.o: ../../include/mail_conf.h
705cleanup_api.o: ../../include/mail_flow.h
706cleanup_api.o: ../../include/mail_params.h
707cleanup_api.o: ../../include/mail_proto.h
708cleanup_api.o: ../../include/mail_queue.h
709cleanup_api.o: ../../include/mail_stream.h
710cleanup_api.o: ../../include/maps.h
711cleanup_api.o: ../../include/match_list.h
712cleanup_api.o: ../../include/milter.h
713cleanup_api.o: ../../include/mime_state.h
714cleanup_api.o: ../../include/msg.h
715cleanup_api.o: ../../include/msg_stats.h
716cleanup_api.o: ../../include/myflock.h
717cleanup_api.o: ../../include/mymalloc.h
718cleanup_api.o: ../../include/nvtable.h
719cleanup_api.o: ../../include/rec_type.h
720cleanup_api.o: ../../include/recipient_list.h
721cleanup_api.o: ../../include/resolve_clnt.h
722cleanup_api.o: ../../include/smtputf8.h
723cleanup_api.o: ../../include/string_list.h
724cleanup_api.o: ../../include/sys_defs.h
725cleanup_api.o: ../../include/tok822.h
726cleanup_api.o: ../../include/vbuf.h
727cleanup_api.o: ../../include/vstream.h
728cleanup_api.o: ../../include/vstring.h
729cleanup_api.o: cleanup.h
730cleanup_api.o: cleanup_api.c
731cleanup_body_edit.o: ../../include/argv.h
732cleanup_body_edit.o: ../../include/attr.h
733cleanup_body_edit.o: ../../include/been_here.h
734cleanup_body_edit.o: ../../include/check_arg.h
735cleanup_body_edit.o: ../../include/cleanup_user.h
736cleanup_body_edit.o: ../../include/dict.h
737cleanup_body_edit.o: ../../include/dsn_mask.h
738cleanup_body_edit.o: ../../include/header_body_checks.h
739cleanup_body_edit.o: ../../include/header_opts.h
740cleanup_body_edit.o: ../../include/htable.h
741cleanup_body_edit.o: ../../include/mail_conf.h
742cleanup_body_edit.o: ../../include/mail_stream.h
743cleanup_body_edit.o: ../../include/maps.h
744cleanup_body_edit.o: ../../include/match_list.h
745cleanup_body_edit.o: ../../include/milter.h
746cleanup_body_edit.o: ../../include/mime_state.h
747cleanup_body_edit.o: ../../include/msg.h
748cleanup_body_edit.o: ../../include/myflock.h
749cleanup_body_edit.o: ../../include/mymalloc.h
750cleanup_body_edit.o: ../../include/nvtable.h
751cleanup_body_edit.o: ../../include/rec_type.h
752cleanup_body_edit.o: ../../include/record.h
753cleanup_body_edit.o: ../../include/resolve_clnt.h
754cleanup_body_edit.o: ../../include/string_list.h
755cleanup_body_edit.o: ../../include/sys_defs.h
756cleanup_body_edit.o: ../../include/tok822.h
757cleanup_body_edit.o: ../../include/vbuf.h
758cleanup_body_edit.o: ../../include/vstream.h
759cleanup_body_edit.o: ../../include/vstring.h
760cleanup_body_edit.o: cleanup.h
761cleanup_body_edit.o: cleanup_body_edit.c
762cleanup_bounce.o: ../../include/argv.h
763cleanup_bounce.o: ../../include/attr.h
764cleanup_bounce.o: ../../include/been_here.h
765cleanup_bounce.o: ../../include/bounce.h
766cleanup_bounce.o: ../../include/check_arg.h
767cleanup_bounce.o: ../../include/cleanup_user.h
768cleanup_bounce.o: ../../include/deliver_request.h
769cleanup_bounce.o: ../../include/dict.h
770cleanup_bounce.o: ../../include/dsn.h
771cleanup_bounce.o: ../../include/dsn_buf.h
772cleanup_bounce.o: ../../include/dsn_mask.h
773cleanup_bounce.o: ../../include/dsn_util.h
774cleanup_bounce.o: ../../include/header_body_checks.h
775cleanup_bounce.o: ../../include/header_opts.h
776cleanup_bounce.o: ../../include/htable.h
777cleanup_bounce.o: ../../include/iostuff.h
778cleanup_bounce.o: ../../include/mail_conf.h
779cleanup_bounce.o: ../../include/mail_params.h
780cleanup_bounce.o: ../../include/mail_proto.h
781cleanup_bounce.o: ../../include/mail_queue.h
782cleanup_bounce.o: ../../include/mail_stream.h
783cleanup_bounce.o: ../../include/maps.h
784cleanup_bounce.o: ../../include/match_list.h
785cleanup_bounce.o: ../../include/milter.h
786cleanup_bounce.o: ../../include/mime_state.h
787cleanup_bounce.o: ../../include/msg.h
788cleanup_bounce.o: ../../include/msg_stats.h
789cleanup_bounce.o: ../../include/myflock.h
790cleanup_bounce.o: ../../include/mymalloc.h
791cleanup_bounce.o: ../../include/nvtable.h
792cleanup_bounce.o: ../../include/rec_attr_map.h
793cleanup_bounce.o: ../../include/rec_type.h
794cleanup_bounce.o: ../../include/recipient_list.h
795cleanup_bounce.o: ../../include/record.h
796cleanup_bounce.o: ../../include/resolve_clnt.h
797cleanup_bounce.o: ../../include/string_list.h
798cleanup_bounce.o: ../../include/stringops.h
799cleanup_bounce.o: ../../include/sys_defs.h
800cleanup_bounce.o: ../../include/tok822.h
801cleanup_bounce.o: ../../include/vbuf.h
802cleanup_bounce.o: ../../include/vstream.h
803cleanup_bounce.o: ../../include/vstring.h
804cleanup_bounce.o: cleanup.h
805cleanup_bounce.o: cleanup_bounce.c
806cleanup_envelope.o: ../../include/argv.h
807cleanup_envelope.o: ../../include/attr.h
808cleanup_envelope.o: ../../include/been_here.h
809cleanup_envelope.o: ../../include/check_arg.h
810cleanup_envelope.o: ../../include/cleanup_user.h
811cleanup_envelope.o: ../../include/deliver_request.h
812cleanup_envelope.o: ../../include/dict.h
813cleanup_envelope.o: ../../include/dsn.h
814cleanup_envelope.o: ../../include/dsn_mask.h
815cleanup_envelope.o: ../../include/header_body_checks.h
816cleanup_envelope.o: ../../include/header_opts.h
817cleanup_envelope.o: ../../include/htable.h
818cleanup_envelope.o: ../../include/iostuff.h
819cleanup_envelope.o: ../../include/mail_conf.h
820cleanup_envelope.o: ../../include/mail_params.h
821cleanup_envelope.o: ../../include/mail_proto.h
822cleanup_envelope.o: ../../include/mail_stream.h
823cleanup_envelope.o: ../../include/maps.h
824cleanup_envelope.o: ../../include/match_list.h
825cleanup_envelope.o: ../../include/milter.h
826cleanup_envelope.o: ../../include/mime_state.h
827cleanup_envelope.o: ../../include/msg.h
828cleanup_envelope.o: ../../include/msg_stats.h
829cleanup_envelope.o: ../../include/myflock.h
830cleanup_envelope.o: ../../include/mymalloc.h
831cleanup_envelope.o: ../../include/nvtable.h
832cleanup_envelope.o: ../../include/qmgr_user.h
833cleanup_envelope.o: ../../include/rec_attr_map.h
834cleanup_envelope.o: ../../include/rec_type.h
835cleanup_envelope.o: ../../include/recipient_list.h
836cleanup_envelope.o: ../../include/record.h
837cleanup_envelope.o: ../../include/resolve_clnt.h
838cleanup_envelope.o: ../../include/smtputf8.h
839cleanup_envelope.o: ../../include/string_list.h
840cleanup_envelope.o: ../../include/stringops.h
841cleanup_envelope.o: ../../include/sys_defs.h
842cleanup_envelope.o: ../../include/tok822.h
843cleanup_envelope.o: ../../include/vbuf.h
844cleanup_envelope.o: ../../include/verp_sender.h
845cleanup_envelope.o: ../../include/vstream.h
846cleanup_envelope.o: ../../include/vstring.h
847cleanup_envelope.o: cleanup.h
848cleanup_envelope.o: cleanup_envelope.c
849cleanup_extracted.o: ../../include/argv.h
850cleanup_extracted.o: ../../include/attr.h
851cleanup_extracted.o: ../../include/been_here.h
852cleanup_extracted.o: ../../include/check_arg.h
853cleanup_extracted.o: ../../include/cleanup_user.h
854cleanup_extracted.o: ../../include/dict.h
855cleanup_extracted.o: ../../include/dsn_mask.h
856cleanup_extracted.o: ../../include/header_body_checks.h
857cleanup_extracted.o: ../../include/header_opts.h
858cleanup_extracted.o: ../../include/htable.h
859cleanup_extracted.o: ../../include/iostuff.h
860cleanup_extracted.o: ../../include/mail_conf.h
861cleanup_extracted.o: ../../include/mail_params.h
862cleanup_extracted.o: ../../include/mail_proto.h
863cleanup_extracted.o: ../../include/mail_stream.h
864cleanup_extracted.o: ../../include/maps.h
865cleanup_extracted.o: ../../include/match_list.h
866cleanup_extracted.o: ../../include/milter.h
867cleanup_extracted.o: ../../include/mime_state.h
868cleanup_extracted.o: ../../include/msg.h
869cleanup_extracted.o: ../../include/myflock.h
870cleanup_extracted.o: ../../include/mymalloc.h
871cleanup_extracted.o: ../../include/nvtable.h
872cleanup_extracted.o: ../../include/qmgr_user.h
873cleanup_extracted.o: ../../include/rec_attr_map.h
874cleanup_extracted.o: ../../include/rec_type.h
875cleanup_extracted.o: ../../include/record.h
876cleanup_extracted.o: ../../include/resolve_clnt.h
877cleanup_extracted.o: ../../include/string_list.h
878cleanup_extracted.o: ../../include/stringops.h
879cleanup_extracted.o: ../../include/sys_defs.h
880cleanup_extracted.o: ../../include/tok822.h
881cleanup_extracted.o: ../../include/vbuf.h
882cleanup_extracted.o: ../../include/vstream.h
883cleanup_extracted.o: ../../include/vstring.h
884cleanup_extracted.o: cleanup.h
885cleanup_extracted.o: cleanup_extracted.c
886cleanup_final.o: ../../include/argv.h
887cleanup_final.o: ../../include/attr.h
888cleanup_final.o: ../../include/been_here.h
889cleanup_final.o: ../../include/check_arg.h
890cleanup_final.o: ../../include/cleanup_user.h
891cleanup_final.o: ../../include/dict.h
892cleanup_final.o: ../../include/dsn_mask.h
893cleanup_final.o: ../../include/header_body_checks.h
894cleanup_final.o: ../../include/header_opts.h
895cleanup_final.o: ../../include/htable.h
896cleanup_final.o: ../../include/mail_conf.h
897cleanup_final.o: ../../include/mail_stream.h
898cleanup_final.o: ../../include/maps.h
899cleanup_final.o: ../../include/match_list.h
900cleanup_final.o: ../../include/milter.h
901cleanup_final.o: ../../include/mime_state.h
902cleanup_final.o: ../../include/msg.h
903cleanup_final.o: ../../include/myflock.h
904cleanup_final.o: ../../include/mymalloc.h
905cleanup_final.o: ../../include/nvtable.h
906cleanup_final.o: ../../include/rec_type.h
907cleanup_final.o: ../../include/resolve_clnt.h
908cleanup_final.o: ../../include/string_list.h
909cleanup_final.o: ../../include/sys_defs.h
910cleanup_final.o: ../../include/tok822.h
911cleanup_final.o: ../../include/vbuf.h
912cleanup_final.o: ../../include/vstream.h
913cleanup_final.o: ../../include/vstring.h
914cleanup_final.o: cleanup.h
915cleanup_final.o: cleanup_final.c
916cleanup_init.o: ../../include/argv.h
917cleanup_init.o: ../../include/attr.h
918cleanup_init.o: ../../include/been_here.h
919cleanup_init.o: ../../include/check_arg.h
920cleanup_init.o: ../../include/cleanup_user.h
921cleanup_init.o: ../../include/dict.h
922cleanup_init.o: ../../include/dsn_mask.h
923cleanup_init.o: ../../include/ext_prop.h
924cleanup_init.o: ../../include/flush_clnt.h
925cleanup_init.o: ../../include/header_body_checks.h
926cleanup_init.o: ../../include/header_opts.h
927cleanup_init.o: ../../include/htable.h
928cleanup_init.o: ../../include/iostuff.h
929cleanup_init.o: ../../include/mail_addr.h
930cleanup_init.o: ../../include/mail_conf.h
931cleanup_init.o: ../../include/mail_params.h
932cleanup_init.o: ../../include/mail_stream.h
933cleanup_init.o: ../../include/mail_version.h
934cleanup_init.o: ../../include/maps.h
935cleanup_init.o: ../../include/match_list.h
936cleanup_init.o: ../../include/milter.h
937cleanup_init.o: ../../include/mime_state.h
938cleanup_init.o: ../../include/msg.h
939cleanup_init.o: ../../include/myflock.h
940cleanup_init.o: ../../include/mymalloc.h
941cleanup_init.o: ../../include/name_code.h
942cleanup_init.o: ../../include/name_mask.h
943cleanup_init.o: ../../include/nvtable.h
944cleanup_init.o: ../../include/resolve_clnt.h
945cleanup_init.o: ../../include/string_list.h
946cleanup_init.o: ../../include/stringops.h
947cleanup_init.o: ../../include/sys_defs.h
948cleanup_init.o: ../../include/tok822.h
949cleanup_init.o: ../../include/vbuf.h
950cleanup_init.o: ../../include/vstream.h
951cleanup_init.o: ../../include/vstring.h
952cleanup_init.o: cleanup.h
953cleanup_init.o: cleanup_init.c
954cleanup_map11.o: ../../include/argv.h
955cleanup_map11.o: ../../include/attr.h
956cleanup_map11.o: ../../include/been_here.h
957cleanup_map11.o: ../../include/check_arg.h
958cleanup_map11.o: ../../include/cleanup_user.h
959cleanup_map11.o: ../../include/dict.h
960cleanup_map11.o: ../../include/dsn_mask.h
961cleanup_map11.o: ../../include/header_body_checks.h
962cleanup_map11.o: ../../include/header_opts.h
963cleanup_map11.o: ../../include/htable.h
964cleanup_map11.o: ../../include/mail_addr_form.h
965cleanup_map11.o: ../../include/mail_addr_map.h
966cleanup_map11.o: ../../include/mail_conf.h
967cleanup_map11.o: ../../include/mail_stream.h
968cleanup_map11.o: ../../include/maps.h
969cleanup_map11.o: ../../include/match_list.h
970cleanup_map11.o: ../../include/milter.h
971cleanup_map11.o: ../../include/mime_state.h
972cleanup_map11.o: ../../include/msg.h
973cleanup_map11.o: ../../include/myflock.h
974cleanup_map11.o: ../../include/mymalloc.h
975cleanup_map11.o: ../../include/nvtable.h
976cleanup_map11.o: ../../include/quote_822_local.h
977cleanup_map11.o: ../../include/quote_flags.h
978cleanup_map11.o: ../../include/resolve_clnt.h
979cleanup_map11.o: ../../include/string_list.h
980cleanup_map11.o: ../../include/stringops.h
981cleanup_map11.o: ../../include/sys_defs.h
982cleanup_map11.o: ../../include/tok822.h
983cleanup_map11.o: ../../include/vbuf.h
984cleanup_map11.o: ../../include/vstream.h
985cleanup_map11.o: ../../include/vstring.h
986cleanup_map11.o: cleanup.h
987cleanup_map11.o: cleanup_map11.c
988cleanup_map1n.o: ../../include/argv.h
989cleanup_map1n.o: ../../include/attr.h
990cleanup_map1n.o: ../../include/been_here.h
991cleanup_map1n.o: ../../include/check_arg.h
992cleanup_map1n.o: ../../include/cleanup_user.h
993cleanup_map1n.o: ../../include/dict.h
994cleanup_map1n.o: ../../include/dsn_mask.h
995cleanup_map1n.o: ../../include/header_body_checks.h
996cleanup_map1n.o: ../../include/header_opts.h
997cleanup_map1n.o: ../../include/htable.h
998cleanup_map1n.o: ../../include/mail_addr_form.h
999cleanup_map1n.o: ../../include/mail_addr_map.h
1000cleanup_map1n.o: ../../include/mail_conf.h
1001cleanup_map1n.o: ../../include/mail_params.h
1002cleanup_map1n.o: ../../include/mail_stream.h
1003cleanup_map1n.o: ../../include/maps.h
1004cleanup_map1n.o: ../../include/match_list.h
1005cleanup_map1n.o: ../../include/milter.h
1006cleanup_map1n.o: ../../include/mime_state.h
1007cleanup_map1n.o: ../../include/msg.h
1008cleanup_map1n.o: ../../include/myflock.h
1009cleanup_map1n.o: ../../include/mymalloc.h
1010cleanup_map1n.o: ../../include/nvtable.h
1011cleanup_map1n.o: ../../include/quote_822_local.h
1012cleanup_map1n.o: ../../include/quote_flags.h
1013cleanup_map1n.o: ../../include/resolve_clnt.h
1014cleanup_map1n.o: ../../include/string_list.h
1015cleanup_map1n.o: ../../include/stringops.h
1016cleanup_map1n.o: ../../include/sys_defs.h
1017cleanup_map1n.o: ../../include/tok822.h
1018cleanup_map1n.o: ../../include/vbuf.h
1019cleanup_map1n.o: ../../include/vstream.h
1020cleanup_map1n.o: ../../include/vstring.h
1021cleanup_map1n.o: cleanup.h
1022cleanup_map1n.o: cleanup_map1n.c
1023cleanup_masquerade.o: ../../include/argv.h
1024cleanup_masquerade.o: ../../include/attr.h
1025cleanup_masquerade.o: ../../include/been_here.h
1026cleanup_masquerade.o: ../../include/check_arg.h
1027cleanup_masquerade.o: ../../include/cleanup_user.h
1028cleanup_masquerade.o: ../../include/dict.h
1029cleanup_masquerade.o: ../../include/dsn_mask.h
1030cleanup_masquerade.o: ../../include/header_body_checks.h
1031cleanup_masquerade.o: ../../include/header_opts.h
1032cleanup_masquerade.o: ../../include/htable.h
1033cleanup_masquerade.o: ../../include/mail_conf.h
1034cleanup_masquerade.o: ../../include/mail_params.h
1035cleanup_masquerade.o: ../../include/mail_stream.h
1036cleanup_masquerade.o: ../../include/maps.h
1037cleanup_masquerade.o: ../../include/match_list.h
1038cleanup_masquerade.o: ../../include/milter.h
1039cleanup_masquerade.o: ../../include/mime_state.h
1040cleanup_masquerade.o: ../../include/msg.h
1041cleanup_masquerade.o: ../../include/myflock.h
1042cleanup_masquerade.o: ../../include/mymalloc.h
1043cleanup_masquerade.o: ../../include/nvtable.h
1044cleanup_masquerade.o: ../../include/quote_822_local.h
1045cleanup_masquerade.o: ../../include/quote_flags.h
1046cleanup_masquerade.o: ../../include/resolve_clnt.h
1047cleanup_masquerade.o: ../../include/string_list.h
1048cleanup_masquerade.o: ../../include/stringops.h
1049cleanup_masquerade.o: ../../include/sys_defs.h
1050cleanup_masquerade.o: ../../include/tok822.h
1051cleanup_masquerade.o: ../../include/vbuf.h
1052cleanup_masquerade.o: ../../include/vstream.h
1053cleanup_masquerade.o: ../../include/vstring.h
1054cleanup_masquerade.o: cleanup.h
1055cleanup_masquerade.o: cleanup_masquerade.c
1056cleanup_message.o: ../../include/argv.h
1057cleanup_message.o: ../../include/attr.h
1058cleanup_message.o: ../../include/been_here.h
1059cleanup_message.o: ../../include/check_arg.h
1060cleanup_message.o: ../../include/cleanup_user.h
1061cleanup_message.o: ../../include/conv_time.h
1062cleanup_message.o: ../../include/dict.h
1063cleanup_message.o: ../../include/dsn_mask.h
1064cleanup_message.o: ../../include/dsn_util.h
1065cleanup_message.o: ../../include/ext_prop.h
1066cleanup_message.o: ../../include/header_body_checks.h
1067cleanup_message.o: ../../include/header_opts.h
1068cleanup_message.o: ../../include/htable.h
1069cleanup_message.o: ../../include/info_log_addr_form.h
1070cleanup_message.o: ../../include/iostuff.h
1071cleanup_message.o: ../../include/is_header.h
1072cleanup_message.o: ../../include/lex_822.h
1073cleanup_message.o: ../../include/mail_addr.h
1074cleanup_message.o: ../../include/mail_conf.h
1075cleanup_message.o: ../../include/mail_date.h
1076cleanup_message.o: ../../include/mail_params.h
1077cleanup_message.o: ../../include/mail_proto.h
1078cleanup_message.o: ../../include/mail_stream.h
1079cleanup_message.o: ../../include/maps.h
1080cleanup_message.o: ../../include/match_list.h
1081cleanup_message.o: ../../include/milter.h
1082cleanup_message.o: ../../include/mime_state.h
1083cleanup_message.o: ../../include/msg.h
1084cleanup_message.o: ../../include/myflock.h
1085cleanup_message.o: ../../include/mymalloc.h
1086cleanup_message.o: ../../include/nvtable.h
1087cleanup_message.o: ../../include/quote_822_local.h
1088cleanup_message.o: ../../include/quote_flags.h
1089cleanup_message.o: ../../include/rec_type.h
1090cleanup_message.o: ../../include/record.h
1091cleanup_message.o: ../../include/resolve_clnt.h
1092cleanup_message.o: ../../include/split_at.h
1093cleanup_message.o: ../../include/string_list.h
1094cleanup_message.o: ../../include/stringops.h
1095cleanup_message.o: ../../include/sys_defs.h
1096cleanup_message.o: ../../include/tok822.h
1097cleanup_message.o: ../../include/vbuf.h
1098cleanup_message.o: ../../include/vstream.h
1099cleanup_message.o: ../../include/vstring.h
1100cleanup_message.o: cleanup.h
1101cleanup_message.o: cleanup_message.c
1102cleanup_milter.o: ../../include/argv.h
1103cleanup_milter.o: ../../include/attr.h
1104cleanup_milter.o: ../../include/been_here.h
1105cleanup_milter.o: ../../include/check_arg.h
1106cleanup_milter.o: ../../include/cleanup_user.h
1107cleanup_milter.o: ../../include/dict.h
1108cleanup_milter.o: ../../include/dsn_mask.h
1109cleanup_milter.o: ../../include/dsn_util.h
1110cleanup_milter.o: ../../include/header_body_checks.h
1111cleanup_milter.o: ../../include/header_opts.h
1112cleanup_milter.o: ../../include/htable.h
1113cleanup_milter.o: ../../include/inet_proto.h
1114cleanup_milter.o: ../../include/info_log_addr_form.h
1115cleanup_milter.o: ../../include/iostuff.h
1116cleanup_milter.o: ../../include/is_header.h
1117cleanup_milter.o: ../../include/lex_822.h
1118cleanup_milter.o: ../../include/mail_conf.h
1119cleanup_milter.o: ../../include/mail_params.h
1120cleanup_milter.o: ../../include/mail_proto.h
1121cleanup_milter.o: ../../include/mail_stream.h
1122cleanup_milter.o: ../../include/maps.h
1123cleanup_milter.o: ../../include/match_list.h
1124cleanup_milter.o: ../../include/milter.h
1125cleanup_milter.o: ../../include/mime_state.h
1126cleanup_milter.o: ../../include/msg.h
1127cleanup_milter.o: ../../include/myflock.h
1128cleanup_milter.o: ../../include/mymalloc.h
1129cleanup_milter.o: ../../include/nvtable.h
1130cleanup_milter.o: ../../include/off_cvt.h
1131cleanup_milter.o: ../../include/quote_821_local.h
1132cleanup_milter.o: ../../include/quote_flags.h
1133cleanup_milter.o: ../../include/rec_attr_map.h
1134cleanup_milter.o: ../../include/rec_type.h
1135cleanup_milter.o: ../../include/record.h
1136cleanup_milter.o: ../../include/resolve_clnt.h
1137cleanup_milter.o: ../../include/string_list.h
1138cleanup_milter.o: ../../include/stringops.h
1139cleanup_milter.o: ../../include/sys_defs.h
1140cleanup_milter.o: ../../include/tok822.h
1141cleanup_milter.o: ../../include/vbuf.h
1142cleanup_milter.o: ../../include/vstream.h
1143cleanup_milter.o: ../../include/vstring.h
1144cleanup_milter.o: ../../include/xtext.h
1145cleanup_milter.o: cleanup.h
1146cleanup_milter.o: cleanup_milter.c
1147cleanup_out.o: ../../include/argv.h
1148cleanup_out.o: ../../include/attr.h
1149cleanup_out.o: ../../include/been_here.h
1150cleanup_out.o: ../../include/check_arg.h
1151cleanup_out.o: ../../include/cleanup_user.h
1152cleanup_out.o: ../../include/dict.h
1153cleanup_out.o: ../../include/dsn_mask.h
1154cleanup_out.o: ../../include/header_body_checks.h
1155cleanup_out.o: ../../include/header_opts.h
1156cleanup_out.o: ../../include/htable.h
1157cleanup_out.o: ../../include/lex_822.h
1158cleanup_out.o: ../../include/mail_conf.h
1159cleanup_out.o: ../../include/mail_params.h
1160cleanup_out.o: ../../include/mail_stream.h
1161cleanup_out.o: ../../include/maps.h
1162cleanup_out.o: ../../include/match_list.h
1163cleanup_out.o: ../../include/milter.h
1164cleanup_out.o: ../../include/mime_state.h
1165cleanup_out.o: ../../include/msg.h
1166cleanup_out.o: ../../include/myflock.h
1167cleanup_out.o: ../../include/mymalloc.h
1168cleanup_out.o: ../../include/nvtable.h
1169cleanup_out.o: ../../include/rec_type.h
1170cleanup_out.o: ../../include/record.h
1171cleanup_out.o: ../../include/resolve_clnt.h
1172cleanup_out.o: ../../include/smtputf8.h
1173cleanup_out.o: ../../include/split_at.h
1174cleanup_out.o: ../../include/string_list.h
1175cleanup_out.o: ../../include/stringops.h
1176cleanup_out.o: ../../include/sys_defs.h
1177cleanup_out.o: ../../include/tok822.h
1178cleanup_out.o: ../../include/vbuf.h
1179cleanup_out.o: ../../include/vstream.h
1180cleanup_out.o: ../../include/vstring.h
1181cleanup_out.o: cleanup.h
1182cleanup_out.o: cleanup_out.c
1183cleanup_out_recipient.o: ../../include/argv.h
1184cleanup_out_recipient.o: ../../include/attr.h
1185cleanup_out_recipient.o: ../../include/been_here.h
1186cleanup_out_recipient.o: ../../include/bounce.h
1187cleanup_out_recipient.o: ../../include/check_arg.h
1188cleanup_out_recipient.o: ../../include/cleanup_user.h
1189cleanup_out_recipient.o: ../../include/deliver_request.h
1190cleanup_out_recipient.o: ../../include/dict.h
1191cleanup_out_recipient.o: ../../include/dsn.h
1192cleanup_out_recipient.o: ../../include/dsn_buf.h
1193cleanup_out_recipient.o: ../../include/dsn_mask.h
1194cleanup_out_recipient.o: ../../include/ext_prop.h
1195cleanup_out_recipient.o: ../../include/header_body_checks.h
1196cleanup_out_recipient.o: ../../include/header_opts.h
1197cleanup_out_recipient.o: ../../include/htable.h
1198cleanup_out_recipient.o: ../../include/iostuff.h
1199cleanup_out_recipient.o: ../../include/mail_conf.h
1200cleanup_out_recipient.o: ../../include/mail_params.h
1201cleanup_out_recipient.o: ../../include/mail_proto.h
1202cleanup_out_recipient.o: ../../include/mail_queue.h
1203cleanup_out_recipient.o: ../../include/mail_stream.h
1204cleanup_out_recipient.o: ../../include/maps.h
1205cleanup_out_recipient.o: ../../include/match_list.h
1206cleanup_out_recipient.o: ../../include/milter.h
1207cleanup_out_recipient.o: ../../include/mime_state.h
1208cleanup_out_recipient.o: ../../include/msg.h
1209cleanup_out_recipient.o: ../../include/msg_stats.h
1210cleanup_out_recipient.o: ../../include/myflock.h
1211cleanup_out_recipient.o: ../../include/mymalloc.h
1212cleanup_out_recipient.o: ../../include/nvtable.h
1213cleanup_out_recipient.o: ../../include/rec_type.h
1214cleanup_out_recipient.o: ../../include/recipient_list.h
1215cleanup_out_recipient.o: ../../include/resolve_clnt.h
1216cleanup_out_recipient.o: ../../include/string_list.h
1217cleanup_out_recipient.o: ../../include/sys_defs.h
1218cleanup_out_recipient.o: ../../include/tok822.h
1219cleanup_out_recipient.o: ../../include/trace.h
1220cleanup_out_recipient.o: ../../include/vbuf.h
1221cleanup_out_recipient.o: ../../include/verify.h
1222cleanup_out_recipient.o: ../../include/vstream.h
1223cleanup_out_recipient.o: ../../include/vstring.h
1224cleanup_out_recipient.o: cleanup.h
1225cleanup_out_recipient.o: cleanup_out_recipient.c
1226cleanup_region.o: ../../include/argv.h
1227cleanup_region.o: ../../include/attr.h
1228cleanup_region.o: ../../include/been_here.h
1229cleanup_region.o: ../../include/check_arg.h
1230cleanup_region.o: ../../include/cleanup_user.h
1231cleanup_region.o: ../../include/dict.h
1232cleanup_region.o: ../../include/dsn_mask.h
1233cleanup_region.o: ../../include/header_body_checks.h
1234cleanup_region.o: ../../include/header_opts.h
1235cleanup_region.o: ../../include/htable.h
1236cleanup_region.o: ../../include/mail_conf.h
1237cleanup_region.o: ../../include/mail_stream.h
1238cleanup_region.o: ../../include/maps.h
1239cleanup_region.o: ../../include/match_list.h
1240cleanup_region.o: ../../include/milter.h
1241cleanup_region.o: ../../include/mime_state.h
1242cleanup_region.o: ../../include/msg.h
1243cleanup_region.o: ../../include/myflock.h
1244cleanup_region.o: ../../include/mymalloc.h
1245cleanup_region.o: ../../include/nvtable.h
1246cleanup_region.o: ../../include/resolve_clnt.h
1247cleanup_region.o: ../../include/string_list.h
1248cleanup_region.o: ../../include/sys_defs.h
1249cleanup_region.o: ../../include/tok822.h
1250cleanup_region.o: ../../include/vbuf.h
1251cleanup_region.o: ../../include/vstream.h
1252cleanup_region.o: ../../include/vstring.h
1253cleanup_region.o: ../../include/warn_stat.h
1254cleanup_region.o: cleanup.h
1255cleanup_region.o: cleanup_region.c
1256cleanup_rewrite.o: ../../include/argv.h
1257cleanup_rewrite.o: ../../include/attr.h
1258cleanup_rewrite.o: ../../include/been_here.h
1259cleanup_rewrite.o: ../../include/check_arg.h
1260cleanup_rewrite.o: ../../include/cleanup_user.h
1261cleanup_rewrite.o: ../../include/dict.h
1262cleanup_rewrite.o: ../../include/dsn_mask.h
1263cleanup_rewrite.o: ../../include/header_body_checks.h
1264cleanup_rewrite.o: ../../include/header_opts.h
1265cleanup_rewrite.o: ../../include/htable.h
1266cleanup_rewrite.o: ../../include/iostuff.h
1267cleanup_rewrite.o: ../../include/mail_conf.h
1268cleanup_rewrite.o: ../../include/mail_proto.h
1269cleanup_rewrite.o: ../../include/mail_stream.h
1270cleanup_rewrite.o: ../../include/maps.h
1271cleanup_rewrite.o: ../../include/match_list.h
1272cleanup_rewrite.o: ../../include/milter.h
1273cleanup_rewrite.o: ../../include/mime_state.h
1274cleanup_rewrite.o: ../../include/msg.h
1275cleanup_rewrite.o: ../../include/myflock.h
1276cleanup_rewrite.o: ../../include/mymalloc.h
1277cleanup_rewrite.o: ../../include/nvtable.h
1278cleanup_rewrite.o: ../../include/quote_822_local.h
1279cleanup_rewrite.o: ../../include/quote_flags.h
1280cleanup_rewrite.o: ../../include/resolve_clnt.h
1281cleanup_rewrite.o: ../../include/rewrite_clnt.h
1282cleanup_rewrite.o: ../../include/string_list.h
1283cleanup_rewrite.o: ../../include/sys_defs.h
1284cleanup_rewrite.o: ../../include/tok822.h
1285cleanup_rewrite.o: ../../include/vbuf.h
1286cleanup_rewrite.o: ../../include/vstream.h
1287cleanup_rewrite.o: ../../include/vstring.h
1288cleanup_rewrite.o: cleanup.h
1289cleanup_rewrite.o: cleanup_rewrite.c
1290cleanup_state.o: ../../include/argv.h
1291cleanup_state.o: ../../include/attr.h
1292cleanup_state.o: ../../include/been_here.h
1293cleanup_state.o: ../../include/check_arg.h
1294cleanup_state.o: ../../include/cleanup_user.h
1295cleanup_state.o: ../../include/dict.h
1296cleanup_state.o: ../../include/dsn_mask.h
1297cleanup_state.o: ../../include/header_body_checks.h
1298cleanup_state.o: ../../include/header_opts.h
1299cleanup_state.o: ../../include/htable.h
1300cleanup_state.o: ../../include/iostuff.h
1301cleanup_state.o: ../../include/mail_conf.h
1302cleanup_state.o: ../../include/mail_params.h
1303cleanup_state.o: ../../include/mail_proto.h
1304cleanup_state.o: ../../include/mail_stream.h
1305cleanup_state.o: ../../include/maps.h
1306cleanup_state.o: ../../include/match_list.h
1307cleanup_state.o: ../../include/milter.h
1308cleanup_state.o: ../../include/mime_state.h
1309cleanup_state.o: ../../include/myflock.h
1310cleanup_state.o: ../../include/mymalloc.h
1311cleanup_state.o: ../../include/nvtable.h
1312cleanup_state.o: ../../include/resolve_clnt.h
1313cleanup_state.o: ../../include/string_list.h
1314cleanup_state.o: ../../include/sys_defs.h
1315cleanup_state.o: ../../include/tok822.h
1316cleanup_state.o: ../../include/vbuf.h
1317cleanup_state.o: ../../include/vstream.h
1318cleanup_state.o: ../../include/vstring.h
1319cleanup_state.o: cleanup.h
1320cleanup_state.o: cleanup_state.c
1321