2 SRCS
= master.c master_conf.c master_ent.c master_sig.c master_avail.c \
3 master_spawn.c master_service.c master_status.c master_listen.c \
4 master_proto.c single_server.c multi_server.c master_vars.c \
5 master_wakeup.c master_flow.c master_watch.c mail_flow.c
6 OBJS
= master.o master_conf.o master_ent.o master_sig.o master_avail.o \
7 master_spawn.o master_service.o master_status.o master_listen.o \
8 master_vars.o master_wakeup.o master_watch.o master_flow.o
9 LIB_OBJ
= single_server.o multi_server.o trigger_server.o master_proto.o \
11 HDRS
= mail_server.h master_proto.h mail_flow.h
13 DEFS
= -I.
-I
$(INC_DIR
) -D
$(SYSTYPE
)
14 CFLAGS
= $(DEBUG
) $(OPT
) $(DEFS
)
18 LIBS
= ..
/..
/lib
/libglobal.a ..
/..
/lib
/libutil.a
20 INC_DIR
= ..
/..
/include
21 BIN_DIR
= ..
/..
/libexec
23 .c.o
:; $(CC
) $(CFLAGS
) -c
$*.c
27 $(OBJS
) $(LIB_OBJ
): ..
/..
/conf
/makedefs.out
30 cat ..
/..
/conf
/makedefs.out
$?
>$@
32 $(PROG
): $(OBJS
) $(LIBS
)
33 $(CC
) $(CFLAGS
) -o
$@
$(OBJS
) $(LIBS
) $(SYSLIBS
)
42 $(AR
) $(ARFL
) $(LIB
) $?
45 $(LIB_DIR
)/$(LIB
): $(LIB
)
46 cp
$(LIB
) $(LIB_DIR
)/$(LIB
)
47 $(RANLIB
) $(LIB_DIR
)/$(LIB
)
49 $(BIN_DIR
)/$(PROG
): $(PROG
)
52 update
: $(LIB_DIR
)/$(LIB
) $(BIN_DIR
)/$(PROG
)
55 cmp
-s
$$i $(INC_DIR
)/$$i 2>/dev
/null || cp
$$i $(INC_DIR
); \
57 cd
$(INC_DIR
); chmod
644 $(HDRS
)
59 printfck
: $(OBJS
) $(PROG
)
63 sed
'1,/^# do not edit/!d' Makefile
>printfck
/Makefile
64 set
-e
; for i in
*.c
; do printfck
-f .printfck
$$i >printfck
/$$i; done
65 cd printfck
; make
"INC_DIR=../../../include" `cd ..; ls *.o`
68 lint
$(DEFS
) $(SRCS
) $(LINTFIX
)
71 rm -f
*.o
*core
$(PROG
) junk
$(LIB
)
77 (sed
'1,/^# do not edit/!d' Makefile.in
; \
78 set
-e
; for i in
[a-z
][a-z0-9
]*.c
; do \
79 $(CC
) -E
$(DEFS
) $(INCL
) $$i | grep
-v
'[<>]' | sed
-n
-e
'/^# *1 *"\([^"]*\)".*/{' \
80 -e
's//'`echo $$i|sed 's/c$$/o/'`': \1/' \
81 -e
's/o: \.\//o: /' -e p
-e
'}' ; \
82 done |
sort -u
) | grep
-v
'[.][o][:][ ][/]' >$$$$ && mv
$$$$ Makefile.in
83 @
$(EXPORT
) make
-f Makefile.in Makefile
1>&2
85 # do not edit below this line - it is generated by 'make depend'
86 mail_flow.o
: ..
/..
/include/iostuff.h
87 mail_flow.o
: ..
/..
/include/msg.h
88 mail_flow.o
: ..
/..
/include/sys_defs.h
89 mail_flow.o
: mail_flow.c
90 mail_flow.o
: mail_flow.h
91 mail_flow.o
: master_proto.h
92 master.o
: ..
/..
/include/argv.h
93 master.o
: ..
/..
/include/clean_env.h
94 master.o
: ..
/..
/include/debug_process.h
95 master.o
: ..
/..
/include/events.h
96 master.o
: ..
/..
/include/inet_proto.h
97 master.o
: ..
/..
/include/iostuff.h
98 master.o
: ..
/..
/include/mail_conf.h
99 master.o
: ..
/..
/include/mail_params.h
100 master.o
: ..
/..
/include/mail_task.h
101 master.o
: ..
/..
/include/mail_version.h
102 master.o
: ..
/..
/include/msg.h
103 master.o
: ..
/..
/include/msg_syslog.h
104 master.o
: ..
/..
/include/myflock.h
105 master.o
: ..
/..
/include/mymalloc.h
106 master.o
: ..
/..
/include/open_lock.h
107 master.o
: ..
/..
/include/safe.h
108 master.o
: ..
/..
/include/set_eugid.h
109 master.o
: ..
/..
/include/set_ugid.h
110 master.o
: ..
/..
/include/stringops.h
111 master.o
: ..
/..
/include/sys_defs.h
112 master.o
: ..
/..
/include/vbuf.h
113 master.o
: ..
/..
/include/vstream.h
114 master.o
: ..
/..
/include/vstring.h
115 master.o
: ..
/..
/include/watchdog.h
118 master_avail.o
: ..
/..
/include/events.h
119 master_avail.o
: ..
/..
/include/msg.h
120 master_avail.o
: ..
/..
/include/sys_defs.h
121 master_avail.o
: master.h
122 master_avail.o
: master_avail.c
123 master_avail.o
: master_proto.h
124 master_conf.o
: ..
/..
/include/argv.h
125 master_conf.o
: ..
/..
/include/msg.h
126 master_conf.o
: ..
/..
/include/sys_defs.h
127 master_conf.o
: master.h
128 master_conf.o
: master_conf.c
129 master_ent.o
: ..
/..
/include/argv.h
130 master_ent.o
: ..
/..
/include/attr.h
131 master_ent.o
: ..
/..
/include/host_port.h
132 master_ent.o
: ..
/..
/include/inet_addr_host.h
133 master_ent.o
: ..
/..
/include/inet_addr_list.h
134 master_ent.o
: ..
/..
/include/iostuff.h
135 master_ent.o
: ..
/..
/include/mail_conf.h
136 master_ent.o
: ..
/..
/include/mail_params.h
137 master_ent.o
: ..
/..
/include/mail_proto.h
138 master_ent.o
: ..
/..
/include/match_service.h
139 master_ent.o
: ..
/..
/include/msg.h
140 master_ent.o
: ..
/..
/include/myaddrinfo.h
141 master_ent.o
: ..
/..
/include/mymalloc.h
142 master_ent.o
: ..
/..
/include/own_inet_addr.h
143 master_ent.o
: ..
/..
/include/readlline.h
144 master_ent.o
: ..
/..
/include/sock_addr.h
145 master_ent.o
: ..
/..
/include/stringops.h
146 master_ent.o
: ..
/..
/include/sys_defs.h
147 master_ent.o
: ..
/..
/include/vbuf.h
148 master_ent.o
: ..
/..
/include/vstream.h
149 master_ent.o
: ..
/..
/include/vstring.h
150 master_ent.o
: ..
/..
/include/wildcard_inet_addr.h
151 master_ent.o
: master.h
152 master_ent.o
: master_ent.c
153 master_ent.o
: master_proto.h
154 master_flow.o
: ..
/..
/include/iostuff.h
155 master_flow.o
: ..
/..
/include/msg.h
156 master_flow.o
: ..
/..
/include/sys_defs.h
157 master_flow.o
: master.h
158 master_flow.o
: master_flow.c
159 master_flow.o
: master_proto.h
160 master_listen.o
: ..
/..
/include/inet_addr_list.h
161 master_listen.o
: ..
/..
/include/iostuff.h
162 master_listen.o
: ..
/..
/include/listen.h
163 master_listen.o
: ..
/..
/include/mail_params.h
164 master_listen.o
: ..
/..
/include/msg.h
165 master_listen.o
: ..
/..
/include/myaddrinfo.h
166 master_listen.o
: ..
/..
/include/mymalloc.h
167 master_listen.o
: ..
/..
/include/set_eugid.h
168 master_listen.o
: ..
/..
/include/set_ugid.h
169 master_listen.o
: ..
/..
/include/sock_addr.h
170 master_listen.o
: ..
/..
/include/stringops.h
171 master_listen.o
: ..
/..
/include/sys_defs.h
172 master_listen.o
: ..
/..
/include/vbuf.h
173 master_listen.o
: ..
/..
/include/vstring.h
174 master_listen.o
: master.h
175 master_listen.o
: master_listen.c
176 master_proto.o
: ..
/..
/include/msg.h
177 master_proto.o
: ..
/..
/include/sys_defs.h
178 master_proto.o
: master_proto.c
179 master_proto.o
: master_proto.h
180 master_service.o
: ..
/..
/include/msg.h
181 master_service.o
: ..
/..
/include/mymalloc.h
182 master_service.o
: ..
/..
/include/sys_defs.h
183 master_service.o
: master.h
184 master_service.o
: master_service.c
185 master_sig.o
: ..
/..
/include/events.h
186 master_sig.o
: ..
/..
/include/iostuff.h
187 master_sig.o
: ..
/..
/include/killme_after.h
188 master_sig.o
: ..
/..
/include/msg.h
189 master_sig.o
: ..
/..
/include/posix_signals.h
190 master_sig.o
: ..
/..
/include/sys_defs.h
191 master_sig.o
: master.h
192 master_sig.o
: master_sig.c
193 master_spawn.o
: ..
/..
/include/argv.h
194 master_spawn.o
: ..
/..
/include/binhash.h
195 master_spawn.o
: ..
/..
/include/events.h
196 master_spawn.o
: ..
/..
/include/mail_conf.h
197 master_spawn.o
: ..
/..
/include/msg.h
198 master_spawn.o
: ..
/..
/include/mymalloc.h
199 master_spawn.o
: ..
/..
/include/sys_defs.h
200 master_spawn.o
: ..
/..
/include/vbuf.h
201 master_spawn.o
: ..
/..
/include/vstring.h
202 master_spawn.o
: master.h
203 master_spawn.o
: master_proto.h
204 master_spawn.o
: master_spawn.c
205 master_status.o
: ..
/..
/include/binhash.h
206 master_status.o
: ..
/..
/include/events.h
207 master_status.o
: ..
/..
/include/iostuff.h
208 master_status.o
: ..
/..
/include/msg.h
209 master_status.o
: ..
/..
/include/sys_defs.h
210 master_status.o
: master.h
211 master_status.o
: master_proto.h
212 master_status.o
: master_status.c
213 master_vars.o
: ..
/..
/include/mail_conf.h
214 master_vars.o
: ..
/..
/include/mail_params.h
215 master_vars.o
: ..
/..
/include/msg.h
216 master_vars.o
: ..
/..
/include/mymalloc.h
217 master_vars.o
: ..
/..
/include/stringops.h
218 master_vars.o
: ..
/..
/include/sys_defs.h
219 master_vars.o
: ..
/..
/include/vbuf.h
220 master_vars.o
: ..
/..
/include/vstring.h
221 master_vars.o
: master.h
222 master_vars.o
: master_vars.c
223 master_wakeup.o
: ..
/..
/include/attr.h
224 master_wakeup.o
: ..
/..
/include/events.h
225 master_wakeup.o
: ..
/..
/include/iostuff.h
226 master_wakeup.o
: ..
/..
/include/mail_params.h
227 master_wakeup.o
: ..
/..
/include/mail_proto.h
228 master_wakeup.o
: ..
/..
/include/msg.h
229 master_wakeup.o
: ..
/..
/include/set_eugid.h
230 master_wakeup.o
: ..
/..
/include/set_ugid.h
231 master_wakeup.o
: ..
/..
/include/sys_defs.h
232 master_wakeup.o
: ..
/..
/include/trigger.h
233 master_wakeup.o
: ..
/..
/include/vbuf.h
234 master_wakeup.o
: ..
/..
/include/vstream.h
235 master_wakeup.o
: mail_server.h
236 master_wakeup.o
: master.h
237 master_wakeup.o
: master_wakeup.c
238 master_watch.o
: ..
/..
/include/msg.h
239 master_watch.o
: ..
/..
/include/mymalloc.h
240 master_watch.o
: ..
/..
/include/sys_defs.h
241 master_watch.o
: master.h
242 master_watch.o
: master_watch.c
243 multi_server.o
: ..
/..
/include/chroot_uid.h
244 multi_server.o
: ..
/..
/include/debug_process.h
245 multi_server.o
: ..
/..
/include/events.h
246 multi_server.o
: ..
/..
/include/iostuff.h
247 multi_server.o
: ..
/..
/include/listen.h
248 multi_server.o
: ..
/..
/include/mail_conf.h
249 multi_server.o
: ..
/..
/include/mail_dict.h
250 multi_server.o
: ..
/..
/include/mail_params.h
251 multi_server.o
: ..
/..
/include/mail_task.h
252 multi_server.o
: ..
/..
/include/msg.h
253 multi_server.o
: ..
/..
/include/msg_syslog.h
254 multi_server.o
: ..
/..
/include/msg_vstream.h
255 multi_server.o
: ..
/..
/include/myflock.h
256 multi_server.o
: ..
/..
/include/mymalloc.h
257 multi_server.o
: ..
/..
/include/resolve_local.h
258 multi_server.o
: ..
/..
/include/safe_open.h
259 multi_server.o
: ..
/..
/include/sane_accept.h
260 multi_server.o
: ..
/..
/include/split_at.h
261 multi_server.o
: ..
/..
/include/stringops.h
262 multi_server.o
: ..
/..
/include/sys_defs.h
263 multi_server.o
: ..
/..
/include/timed_ipc.h
264 multi_server.o
: ..
/..
/include/vbuf.h
265 multi_server.o
: ..
/..
/include/vstream.h
266 multi_server.o
: ..
/..
/include/vstring.h
267 multi_server.o
: ..
/..
/include/watchdog.h
268 multi_server.o
: mail_flow.h
269 multi_server.o
: mail_server.h
270 multi_server.o
: master_proto.h
271 multi_server.o
: multi_server.c
272 single_server.o
: ..
/..
/include/chroot_uid.h
273 single_server.o
: ..
/..
/include/debug_process.h
274 single_server.o
: ..
/..
/include/events.h
275 single_server.o
: ..
/..
/include/iostuff.h
276 single_server.o
: ..
/..
/include/listen.h
277 single_server.o
: ..
/..
/include/mail_conf.h
278 single_server.o
: ..
/..
/include/mail_dict.h
279 single_server.o
: ..
/..
/include/mail_params.h
280 single_server.o
: ..
/..
/include/mail_task.h
281 single_server.o
: ..
/..
/include/msg.h
282 single_server.o
: ..
/..
/include/msg_syslog.h
283 single_server.o
: ..
/..
/include/msg_vstream.h
284 single_server.o
: ..
/..
/include/myflock.h
285 single_server.o
: ..
/..
/include/mymalloc.h
286 single_server.o
: ..
/..
/include/resolve_local.h
287 single_server.o
: ..
/..
/include/safe_open.h
288 single_server.o
: ..
/..
/include/sane_accept.h
289 single_server.o
: ..
/..
/include/split_at.h
290 single_server.o
: ..
/..
/include/stringops.h
291 single_server.o
: ..
/..
/include/sys_defs.h
292 single_server.o
: ..
/..
/include/timed_ipc.h
293 single_server.o
: ..
/..
/include/vbuf.h
294 single_server.o
: ..
/..
/include/vstream.h
295 single_server.o
: ..
/..
/include/vstring.h
296 single_server.o
: ..
/..
/include/watchdog.h
297 single_server.o
: mail_flow.h
298 single_server.o
: mail_server.h
299 single_server.o
: master_proto.h
300 single_server.o
: single_server.c
301 trigger_server.o
: ..
/..
/include/chroot_uid.h
302 trigger_server.o
: ..
/..
/include/debug_process.h
303 trigger_server.o
: ..
/..
/include/events.h
304 trigger_server.o
: ..
/..
/include/iostuff.h
305 trigger_server.o
: ..
/..
/include/listen.h
306 trigger_server.o
: ..
/..
/include/mail_conf.h
307 trigger_server.o
: ..
/..
/include/mail_dict.h
308 trigger_server.o
: ..
/..
/include/mail_params.h
309 trigger_server.o
: ..
/..
/include/mail_task.h
310 trigger_server.o
: ..
/..
/include/msg.h
311 trigger_server.o
: ..
/..
/include/msg_syslog.h
312 trigger_server.o
: ..
/..
/include/msg_vstream.h
313 trigger_server.o
: ..
/..
/include/myflock.h
314 trigger_server.o
: ..
/..
/include/mymalloc.h
315 trigger_server.o
: ..
/..
/include/resolve_local.h
316 trigger_server.o
: ..
/..
/include/safe_open.h
317 trigger_server.o
: ..
/..
/include/sane_accept.h
318 trigger_server.o
: ..
/..
/include/split_at.h
319 trigger_server.o
: ..
/..
/include/stringops.h
320 trigger_server.o
: ..
/..
/include/sys_defs.h
321 trigger_server.o
: ..
/..
/include/vbuf.h
322 trigger_server.o
: ..
/..
/include/vstream.h
323 trigger_server.o
: ..
/..
/include/vstring.h
324 trigger_server.o
: ..
/..
/include/watchdog.h
325 trigger_server.o
: mail_flow.h
326 trigger_server.o
: mail_server.h
327 trigger_server.o
: master_proto.h
328 trigger_server.o
: trigger_server.c