2 SRCS
= qmgr.c qmgr_active.c qmgr_transport.c qmgr_queue.c qmgr_entry.c \
3 qmgr_message.c qmgr_deliver.c qmgr_move.c \
4 qmgr_job.c qmgr_peer.c \
5 qmgr_defer.c qmgr_enable.c qmgr_scan.c qmgr_bounce.c qmgr_error.c \
7 OBJS
= qmgr.o qmgr_active.o qmgr_transport.o qmgr_queue.o qmgr_entry.o \
8 qmgr_message.o qmgr_deliver.o qmgr_move.o \
9 qmgr_job.o qmgr_peer.o \
10 qmgr_defer.o qmgr_enable.o qmgr_scan.o qmgr_bounce.o qmgr_error.o \
14 DEFS
= -I.
-I
$(INC_DIR
) -D
$(SYSTYPE
)
15 CFLAGS
= $(DEBUG
) $(OPT
) $(DEFS
)
18 INC_DIR
= ..
/..
/include
19 LIBS
= ..
/..
/lib
/libmaster.a ..
/..
/lib
/libglobal.a ..
/..
/lib
/libutil.a
21 .c.o
:; $(CC
) $(CFLAGS
) -c
$*.c
23 $(PROG
): $(OBJS
) $(LIBS
)
24 $(CC
) $(CFLAGS
) -o
$@
$(OBJS
) $(LIBS
) $(SYSLIBS
)
26 $(OBJS
): ..
/..
/conf
/makedefs.out
29 cat ..
/..
/conf
/makedefs.out
$?
>$@
37 update
: ..
/..
/libexec
/$(PROG
)
39 ..
/..
/libexec
/$(PROG
): $(PROG
)
40 cp
$(PROG
) ..
/..
/libexec
/$(PROG
)
42 printfck
: $(OBJS
) $(PROG
)
46 sed
'1,/^# do not edit/!d' Makefile
>printfck
/Makefile
47 set
-e
; for i in
*.c
; do printfck
-f .printfck
$$i >printfck
/$$i; done
48 cd printfck
; make
"INC_DIR=../../../include" `cd ..; ls *.o`
51 lint
$(DEFS
) $(SRCS
) $(LINTFIX
)
54 rm -f
*.o
*core
$(PROG
) $(TESTPROG
) junk
60 (sed
'1,/^# do not edit/!d' Makefile.in
; \
61 set
-e
; for i in
[a-z
][a-z0-9
]*.c
; do \
62 $(CC
) -E
$(DEFS
) $(INCL
) $$i | grep
-v
'[<>]' | sed
-n
-e
'/^# *1 *"\([^"]*\)".*/{' \
63 -e
's//'`echo $$i|sed 's/c$$/o/'`': \1/' \
64 -e
's/o: \.\//o: /' -e p
-e
'}' ; \
65 done |
sort -u
) | grep
-v
'[.][o][:][ ][/]' >$$$$ && mv
$$$$ Makefile.in
66 @
$(EXPORT
) make
-f Makefile.in Makefile
1>&2
68 # do not edit below this line - it is generated by 'make depend'
69 qmgr.o
: ..
/..
/include/argv.h
70 qmgr.o
: ..
/..
/include/attr.h
71 qmgr.o
: ..
/..
/include/dict.h
72 qmgr.o
: ..
/..
/include/dsn.h
73 qmgr.o
: ..
/..
/include/events.h
74 qmgr.o
: ..
/..
/include/flush_clnt.h
75 qmgr.o
: ..
/..
/include/iostuff.h
76 qmgr.o
: ..
/..
/include/mail_conf.h
77 qmgr.o
: ..
/..
/include/mail_flow.h
78 qmgr.o
: ..
/..
/include/mail_params.h
79 qmgr.o
: ..
/..
/include/mail_proto.h
80 qmgr.o
: ..
/..
/include/mail_queue.h
81 qmgr.o
: ..
/..
/include/mail_server.h
82 qmgr.o
: ..
/..
/include/mail_version.h
83 qmgr.o
: ..
/..
/include/master_proto.h
84 qmgr.o
: ..
/..
/include/msg.h
85 qmgr.o
: ..
/..
/include/recipient_list.h
86 qmgr.o
: ..
/..
/include/scan_dir.h
87 qmgr.o
: ..
/..
/include/sys_defs.h
88 qmgr.o
: ..
/..
/include/vbuf.h
89 qmgr.o
: ..
/..
/include/vstream.h
90 qmgr.o
: ..
/..
/include/vstring.h
93 qmgr_active.o
: ..
/..
/include/abounce.h
94 qmgr_active.o
: ..
/..
/include/attr.h
95 qmgr_active.o
: ..
/..
/include/bounce.h
96 qmgr_active.o
: ..
/..
/include/defer.h
97 qmgr_active.o
: ..
/..
/include/deliver_request.h
98 qmgr_active.o
: ..
/..
/include/dsn.h
99 qmgr_active.o
: ..
/..
/include/dsn_buf.h
100 qmgr_active.o
: ..
/..
/include/dsn_mask.h
101 qmgr_active.o
: ..
/..
/include/events.h
102 qmgr_active.o
: ..
/..
/include/mail_open_ok.h
103 qmgr_active.o
: ..
/..
/include/mail_params.h
104 qmgr_active.o
: ..
/..
/include/mail_queue.h
105 qmgr_active.o
: ..
/..
/include/msg.h
106 qmgr_active.o
: ..
/..
/include/msg_stats.h
107 qmgr_active.o
: ..
/..
/include/mymalloc.h
108 qmgr_active.o
: ..
/..
/include/qmgr_user.h
109 qmgr_active.o
: ..
/..
/include/rec_type.h
110 qmgr_active.o
: ..
/..
/include/recipient_list.h
111 qmgr_active.o
: ..
/..
/include/scan_dir.h
112 qmgr_active.o
: ..
/..
/include/sys_defs.h
113 qmgr_active.o
: ..
/..
/include/trace.h
114 qmgr_active.o
: ..
/..
/include/vbuf.h
115 qmgr_active.o
: ..
/..
/include/vstream.h
116 qmgr_active.o
: ..
/..
/include/vstring.h
117 qmgr_active.o
: qmgr.h
118 qmgr_active.o
: qmgr_active.c
119 qmgr_bounce.o
: ..
/..
/include/attr.h
120 qmgr_bounce.o
: ..
/..
/include/bounce.h
121 qmgr_bounce.o
: ..
/..
/include/deliver_completed.h
122 qmgr_bounce.o
: ..
/..
/include/deliver_request.h
123 qmgr_bounce.o
: ..
/..
/include/dsn.h
124 qmgr_bounce.o
: ..
/..
/include/dsn_buf.h
125 qmgr_bounce.o
: ..
/..
/include/msg_stats.h
126 qmgr_bounce.o
: ..
/..
/include/recipient_list.h
127 qmgr_bounce.o
: ..
/..
/include/scan_dir.h
128 qmgr_bounce.o
: ..
/..
/include/sys_defs.h
129 qmgr_bounce.o
: ..
/..
/include/vbuf.h
130 qmgr_bounce.o
: ..
/..
/include/vstream.h
131 qmgr_bounce.o
: ..
/..
/include/vstring.h
132 qmgr_bounce.o
: qmgr.h
133 qmgr_bounce.o
: qmgr_bounce.c
134 qmgr_defer.o
: ..
/..
/include/attr.h
135 qmgr_defer.o
: ..
/..
/include/bounce.h
136 qmgr_defer.o
: ..
/..
/include/defer.h
137 qmgr_defer.o
: ..
/..
/include/deliver_request.h
138 qmgr_defer.o
: ..
/..
/include/dsn.h
139 qmgr_defer.o
: ..
/..
/include/dsn_buf.h
140 qmgr_defer.o
: ..
/..
/include/iostuff.h
141 qmgr_defer.o
: ..
/..
/include/mail_proto.h
142 qmgr_defer.o
: ..
/..
/include/msg.h
143 qmgr_defer.o
: ..
/..
/include/msg_stats.h
144 qmgr_defer.o
: ..
/..
/include/recipient_list.h
145 qmgr_defer.o
: ..
/..
/include/scan_dir.h
146 qmgr_defer.o
: ..
/..
/include/sys_defs.h
147 qmgr_defer.o
: ..
/..
/include/vbuf.h
148 qmgr_defer.o
: ..
/..
/include/vstream.h
149 qmgr_defer.o
: ..
/..
/include/vstring.h
151 qmgr_defer.o
: qmgr_defer.c
152 qmgr_deliver.o
: ..
/..
/include/attr.h
153 qmgr_deliver.o
: ..
/..
/include/deliver_request.h
154 qmgr_deliver.o
: ..
/..
/include/dsb_scan.h
155 qmgr_deliver.o
: ..
/..
/include/dsn.h
156 qmgr_deliver.o
: ..
/..
/include/dsn_buf.h
157 qmgr_deliver.o
: ..
/..
/include/dsn_util.h
158 qmgr_deliver.o
: ..
/..
/include/events.h
159 qmgr_deliver.o
: ..
/..
/include/iostuff.h
160 qmgr_deliver.o
: ..
/..
/include/mail_params.h
161 qmgr_deliver.o
: ..
/..
/include/mail_proto.h
162 qmgr_deliver.o
: ..
/..
/include/mail_queue.h
163 qmgr_deliver.o
: ..
/..
/include/msg.h
164 qmgr_deliver.o
: ..
/..
/include/msg_stats.h
165 qmgr_deliver.o
: ..
/..
/include/mymalloc.h
166 qmgr_deliver.o
: ..
/..
/include/rcpt_print.h
167 qmgr_deliver.o
: ..
/..
/include/recipient_list.h
168 qmgr_deliver.o
: ..
/..
/include/scan_dir.h
169 qmgr_deliver.o
: ..
/..
/include/stringops.h
170 qmgr_deliver.o
: ..
/..
/include/sys_defs.h
171 qmgr_deliver.o
: ..
/..
/include/vbuf.h
172 qmgr_deliver.o
: ..
/..
/include/verp_sender.h
173 qmgr_deliver.o
: ..
/..
/include/vstream.h
174 qmgr_deliver.o
: ..
/..
/include/vstring.h
175 qmgr_deliver.o
: ..
/..
/include/vstring_vstream.h
176 qmgr_deliver.o
: qmgr.h
177 qmgr_deliver.o
: qmgr_deliver.c
178 qmgr_enable.o
: ..
/..
/include/dsn.h
179 qmgr_enable.o
: ..
/..
/include/msg.h
180 qmgr_enable.o
: ..
/..
/include/recipient_list.h
181 qmgr_enable.o
: ..
/..
/include/scan_dir.h
182 qmgr_enable.o
: ..
/..
/include/sys_defs.h
183 qmgr_enable.o
: ..
/..
/include/vbuf.h
184 qmgr_enable.o
: ..
/..
/include/vstream.h
185 qmgr_enable.o
: qmgr.h
186 qmgr_enable.o
: qmgr_enable.c
187 qmgr_entry.o
: ..
/..
/include/attr.h
188 qmgr_entry.o
: ..
/..
/include/deliver_request.h
189 qmgr_entry.o
: ..
/..
/include/dsn.h
190 qmgr_entry.o
: ..
/..
/include/events.h
191 qmgr_entry.o
: ..
/..
/include/mail_params.h
192 qmgr_entry.o
: ..
/..
/include/msg.h
193 qmgr_entry.o
: ..
/..
/include/msg_stats.h
194 qmgr_entry.o
: ..
/..
/include/mymalloc.h
195 qmgr_entry.o
: ..
/..
/include/recipient_list.h
196 qmgr_entry.o
: ..
/..
/include/scan_dir.h
197 qmgr_entry.o
: ..
/..
/include/sys_defs.h
198 qmgr_entry.o
: ..
/..
/include/vbuf.h
199 qmgr_entry.o
: ..
/..
/include/vstream.h
200 qmgr_entry.o
: ..
/..
/include/vstring.h
202 qmgr_entry.o
: qmgr_entry.c
203 qmgr_error.o
: ..
/..
/include/dsn.h
204 qmgr_error.o
: ..
/..
/include/mymalloc.h
205 qmgr_error.o
: ..
/..
/include/recipient_list.h
206 qmgr_error.o
: ..
/..
/include/scan_dir.h
207 qmgr_error.o
: ..
/..
/include/stringops.h
208 qmgr_error.o
: ..
/..
/include/sys_defs.h
209 qmgr_error.o
: ..
/..
/include/vbuf.h
210 qmgr_error.o
: ..
/..
/include/vstream.h
211 qmgr_error.o
: ..
/..
/include/vstring.h
213 qmgr_error.o
: qmgr_error.c
214 qmgr_feedback.o
: ..
/..
/include/dsn.h
215 qmgr_feedback.o
: ..
/..
/include/mail_conf.h
216 qmgr_feedback.o
: ..
/..
/include/mail_params.h
217 qmgr_feedback.o
: ..
/..
/include/msg.h
218 qmgr_feedback.o
: ..
/..
/include/mymalloc.h
219 qmgr_feedback.o
: ..
/..
/include/name_code.h
220 qmgr_feedback.o
: ..
/..
/include/recipient_list.h
221 qmgr_feedback.o
: ..
/..
/include/scan_dir.h
222 qmgr_feedback.o
: ..
/..
/include/stringops.h
223 qmgr_feedback.o
: ..
/..
/include/sys_defs.h
224 qmgr_feedback.o
: ..
/..
/include/vbuf.h
225 qmgr_feedback.o
: ..
/..
/include/vstream.h
226 qmgr_feedback.o
: ..
/..
/include/vstring.h
227 qmgr_feedback.o
: qmgr.h
228 qmgr_feedback.o
: qmgr_feedback.c
229 qmgr_job.o
: ..
/..
/include/dsn.h
230 qmgr_job.o
: ..
/..
/include/htable.h
231 qmgr_job.o
: ..
/..
/include/msg.h
232 qmgr_job.o
: ..
/..
/include/mymalloc.h
233 qmgr_job.o
: ..
/..
/include/recipient_list.h
234 qmgr_job.o
: ..
/..
/include/sane_time.h
235 qmgr_job.o
: ..
/..
/include/scan_dir.h
236 qmgr_job.o
: ..
/..
/include/sys_defs.h
237 qmgr_job.o
: ..
/..
/include/vbuf.h
238 qmgr_job.o
: ..
/..
/include/vstream.h
240 qmgr_job.o
: qmgr_job.c
241 qmgr_message.o
: ..
/..
/include/argv.h
242 qmgr_message.o
: ..
/..
/include/attr.h
243 qmgr_message.o
: ..
/..
/include/bounce.h
244 qmgr_message.o
: ..
/..
/include/canon_addr.h
245 qmgr_message.o
: ..
/..
/include/deliver_completed.h
246 qmgr_message.o
: ..
/..
/include/deliver_request.h
247 qmgr_message.o
: ..
/..
/include/dict.h
248 qmgr_message.o
: ..
/..
/include/dsn.h
249 qmgr_message.o
: ..
/..
/include/dsn_buf.h
250 qmgr_message.o
: ..
/..
/include/dsn_mask.h
251 qmgr_message.o
: ..
/..
/include/iostuff.h
252 qmgr_message.o
: ..
/..
/include/mail_params.h
253 qmgr_message.o
: ..
/..
/include/mail_proto.h
254 qmgr_message.o
: ..
/..
/include/mail_queue.h
255 qmgr_message.o
: ..
/..
/include/msg.h
256 qmgr_message.o
: ..
/..
/include/msg_stats.h
257 qmgr_message.o
: ..
/..
/include/myflock.h
258 qmgr_message.o
: ..
/..
/include/mymalloc.h
259 qmgr_message.o
: ..
/..
/include/opened.h
260 qmgr_message.o
: ..
/..
/include/qmgr_user.h
261 qmgr_message.o
: ..
/..
/include/rec_attr_map.h
262 qmgr_message.o
: ..
/..
/include/rec_type.h
263 qmgr_message.o
: ..
/..
/include/recipient_list.h
264 qmgr_message.o
: ..
/..
/include/record.h
265 qmgr_message.o
: ..
/..
/include/resolve_clnt.h
266 qmgr_message.o
: ..
/..
/include/rewrite_clnt.h
267 qmgr_message.o
: ..
/..
/include/sane_time.h
268 qmgr_message.o
: ..
/..
/include/scan_dir.h
269 qmgr_message.o
: ..
/..
/include/sent.h
270 qmgr_message.o
: ..
/..
/include/split_addr.h
271 qmgr_message.o
: ..
/..
/include/split_at.h
272 qmgr_message.o
: ..
/..
/include/stringops.h
273 qmgr_message.o
: ..
/..
/include/sys_defs.h
274 qmgr_message.o
: ..
/..
/include/valid_hostname.h
275 qmgr_message.o
: ..
/..
/include/vbuf.h
276 qmgr_message.o
: ..
/..
/include/verp_sender.h
277 qmgr_message.o
: ..
/..
/include/vstream.h
278 qmgr_message.o
: ..
/..
/include/vstring.h
279 qmgr_message.o
: qmgr.h
280 qmgr_message.o
: qmgr_message.c
281 qmgr_move.o
: ..
/..
/include/dsn.h
282 qmgr_move.o
: ..
/..
/include/mail_queue.h
283 qmgr_move.o
: ..
/..
/include/mail_scan_dir.h
284 qmgr_move.o
: ..
/..
/include/msg.h
285 qmgr_move.o
: ..
/..
/include/recipient_list.h
286 qmgr_move.o
: ..
/..
/include/scan_dir.h
287 qmgr_move.o
: ..
/..
/include/sys_defs.h
288 qmgr_move.o
: ..
/..
/include/vbuf.h
289 qmgr_move.o
: ..
/..
/include/vstream.h
290 qmgr_move.o
: ..
/..
/include/vstring.h
292 qmgr_move.o
: qmgr_move.c
293 qmgr_peer.o
: ..
/..
/include/dsn.h
294 qmgr_peer.o
: ..
/..
/include/htable.h
295 qmgr_peer.o
: ..
/..
/include/msg.h
296 qmgr_peer.o
: ..
/..
/include/mymalloc.h
297 qmgr_peer.o
: ..
/..
/include/recipient_list.h
298 qmgr_peer.o
: ..
/..
/include/scan_dir.h
299 qmgr_peer.o
: ..
/..
/include/sys_defs.h
300 qmgr_peer.o
: ..
/..
/include/vbuf.h
301 qmgr_peer.o
: ..
/..
/include/vstream.h
303 qmgr_peer.o
: qmgr_peer.c
304 qmgr_queue.o
: ..
/..
/include/attr.h
305 qmgr_queue.o
: ..
/..
/include/dsn.h
306 qmgr_queue.o
: ..
/..
/include/events.h
307 qmgr_queue.o
: ..
/..
/include/htable.h
308 qmgr_queue.o
: ..
/..
/include/iostuff.h
309 qmgr_queue.o
: ..
/..
/include/mail_params.h
310 qmgr_queue.o
: ..
/..
/include/mail_proto.h
311 qmgr_queue.o
: ..
/..
/include/msg.h
312 qmgr_queue.o
: ..
/..
/include/mymalloc.h
313 qmgr_queue.o
: ..
/..
/include/recipient_list.h
314 qmgr_queue.o
: ..
/..
/include/scan_dir.h
315 qmgr_queue.o
: ..
/..
/include/sys_defs.h
316 qmgr_queue.o
: ..
/..
/include/vbuf.h
317 qmgr_queue.o
: ..
/..
/include/vstream.h
319 qmgr_queue.o
: qmgr_queue.c
320 qmgr_scan.o
: ..
/..
/include/dsn.h
321 qmgr_scan.o
: ..
/..
/include/mail_scan_dir.h
322 qmgr_scan.o
: ..
/..
/include/msg.h
323 qmgr_scan.o
: ..
/..
/include/mymalloc.h
324 qmgr_scan.o
: ..
/..
/include/recipient_list.h
325 qmgr_scan.o
: ..
/..
/include/scan_dir.h
326 qmgr_scan.o
: ..
/..
/include/sys_defs.h
327 qmgr_scan.o
: ..
/..
/include/vbuf.h
328 qmgr_scan.o
: ..
/..
/include/vstream.h
330 qmgr_scan.o
: qmgr_scan.c
331 qmgr_transport.o
: ..
/..
/include/attr.h
332 qmgr_transport.o
: ..
/..
/include/dsn.h
333 qmgr_transport.o
: ..
/..
/include/events.h
334 qmgr_transport.o
: ..
/..
/include/htable.h
335 qmgr_transport.o
: ..
/..
/include/iostuff.h
336 qmgr_transport.o
: ..
/..
/include/mail_conf.h
337 qmgr_transport.o
: ..
/..
/include/mail_params.h
338 qmgr_transport.o
: ..
/..
/include/mail_proto.h
339 qmgr_transport.o
: ..
/..
/include/msg.h
340 qmgr_transport.o
: ..
/..
/include/mymalloc.h
341 qmgr_transport.o
: ..
/..
/include/recipient_list.h
342 qmgr_transport.o
: ..
/..
/include/scan_dir.h
343 qmgr_transport.o
: ..
/..
/include/sys_defs.h
344 qmgr_transport.o
: ..
/..
/include/vbuf.h
345 qmgr_transport.o
: ..
/..
/include/vstream.h
346 qmgr_transport.o
: qmgr.h
347 qmgr_transport.o
: qmgr_transport.c