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