6 DEFS
= -I.
-I
$(INC_DIR
) -D
$(SYSTYPE
)
7 CFLAGS
= $(DEBUG
) $(OPT
) $(DEFS
)
10 INC_DIR
= ..
/..
/include
11 LIBS
= ..
/..
/lib
/libglobal.a ..
/..
/lib
/libutil.a
13 .c.o
:; $(CC
) $(CFLAGS
) -c
$*.c
15 $(PROG
): $(OBJS
) $(LIBS
)
16 $(CC
) $(CFLAGS
) -o
$@
$(OBJS
) $(LIBS
) $(SYSLIBS
)
18 $(OBJS
): ..
/..
/conf
/makedefs.out
21 cat ..
/..
/conf
/makedefs.out
$?
>$@
29 update
: ..
/..
/bin
/$(PROG
)
31 ..
/..
/bin
/$(PROG
): $(PROG
)
34 printfck
: $(OBJS
) $(PROG
)
37 sed
'1,/^# do not edit/!d' Makefile
>printfck
/Makefile
38 set
-e
; for i in
*.c
; do printfck
-f .printfck
$$i >printfck
/$$i; done
39 cd printfck
; make
"INC_DIR=../../../include" `cd ..; ls *.o`
42 lint
$(DEFS
) $(SRCS
) $(LINTFIX
)
45 rm -f
*.o
*core
$(PROG
) $(TESTPROG
) junk
51 (sed
'1,/^# do not edit/!d' Makefile.in
; \
52 set
-e
; for i in
[a-z
][a-z0-9
]*.c
; do \
53 $(CC
) -E
$(DEFS
) $(INCL
) $$i | grep
-v
'[<>]' | sed
-n
-e
'/^# *1 *"\([^"]*\)".*/{' \
54 -e
's//'`echo $$i|sed 's/c$$/o/'`': \1/' \
55 -e
's/o: \.\//o: /' -e p
-e
'}' ; \
56 done |
sort -u
) | grep
-v
'[.][o][:][ ][/]' >$$$$ && mv
$$$$ Makefile.in
57 @
$(EXPORT
) make
-f Makefile.in Makefile
1>&2
59 # do not edit below this line - it is generated by 'make depend'
60 sendmail.o
: ..
/..
/include/argv.h
61 sendmail.o
: ..
/..
/include/attr.h
62 sendmail.o
: ..
/..
/include/cleanup_user.h
63 sendmail.o
: ..
/..
/include/connect.h
64 sendmail.o
: ..
/..
/include/debug_process.h
65 sendmail.o
: ..
/..
/include/deliver_request.h
66 sendmail.o
: ..
/..
/include/dsn.h
67 sendmail.o
: ..
/..
/include/dsn_mask.h
68 sendmail.o
: ..
/..
/include/fullname.h
69 sendmail.o
: ..
/..
/include/header_opts.h
70 sendmail.o
: ..
/..
/include/iostuff.h
71 sendmail.o
: ..
/..
/include/mail_conf.h
72 sendmail.o
: ..
/..
/include/mail_flush.h
73 sendmail.o
: ..
/..
/include/mail_params.h
74 sendmail.o
: ..
/..
/include/mail_proto.h
75 sendmail.o
: ..
/..
/include/mail_queue.h
76 sendmail.o
: ..
/..
/include/mail_run.h
77 sendmail.o
: ..
/..
/include/mail_stream.h
78 sendmail.o
: ..
/..
/include/mail_task.h
79 sendmail.o
: ..
/..
/include/mail_version.h
80 sendmail.o
: ..
/..
/include/mime_state.h
81 sendmail.o
: ..
/..
/include/msg.h
82 sendmail.o
: ..
/..
/include/msg_stats.h
83 sendmail.o
: ..
/..
/include/msg_syslog.h
84 sendmail.o
: ..
/..
/include/msg_vstream.h
85 sendmail.o
: ..
/..
/include/mymalloc.h
86 sendmail.o
: ..
/..
/include/rec_streamlf.h
87 sendmail.o
: ..
/..
/include/rec_type.h
88 sendmail.o
: ..
/..
/include/recipient_list.h
89 sendmail.o
: ..
/..
/include/record.h
90 sendmail.o
: ..
/..
/include/resolve_clnt.h
91 sendmail.o
: ..
/..
/include/safe.h
92 sendmail.o
: ..
/..
/include/set_ugid.h
93 sendmail.o
: ..
/..
/include/split_at.h
94 sendmail.o
: ..
/..
/include/stringops.h
95 sendmail.o
: ..
/..
/include/sys_defs.h
96 sendmail.o
: ..
/..
/include/tok822.h
97 sendmail.o
: ..
/..
/include/user_acl.h
98 sendmail.o
: ..
/..
/include/username.h
99 sendmail.o
: ..
/..
/include/vbuf.h
100 sendmail.o
: ..
/..
/include/verp_sender.h
101 sendmail.o
: ..
/..
/include/vstream.h
102 sendmail.o
: ..
/..
/include/vstring.h
103 sendmail.o
: ..
/..
/include/vstring_vstream.h
104 sendmail.o
: sendmail.c