No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / postqueue / Makefile.in
blob4e80a3c811f70a8f82032cb48cefce178e64ef02
1 SHELL = /bin/sh
2 SRCS = postqueue.c
3 OBJS = postqueue.o
4 HDRS =
5 TESTSRC =
6 DEFS = -I. -I$(INC_DIR) -D$(SYSTYPE)
7 CFLAGS = $(DEBUG) $(OPT) $(DEFS)
8 TESTPROG=
9 PROG = postqueue
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
20 Makefile: Makefile.in
21 cat ../../conf/makedefs.out $? >$@
23 test: $(TESTPROG)
25 tests:
27 root_tests:
29 update: ../../bin/$(PROG)
31 ../../bin/$(PROG): $(PROG)
32 cp $(PROG) ../../bin
34 printfck: $(OBJS) $(PROG)
35 rm -rf printfck
36 mkdir printfck
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`
41 lint:
42 lint $(DEFS) $(SRCS) $(LINTFIX)
44 clean:
45 rm -f *.o *core $(PROG) $(TESTPROG) junk
46 rm -rf printfck
48 tidy: clean
50 depend: $(MAKES)
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 postqueue.o: ../../include/argv.h
61 postqueue.o: ../../include/attr.h
62 postqueue.o: ../../include/clean_env.h
63 postqueue.o: ../../include/connect.h
64 postqueue.o: ../../include/flush_clnt.h
65 postqueue.o: ../../include/iostuff.h
66 postqueue.o: ../../include/mail_conf.h
67 postqueue.o: ../../include/mail_dict.h
68 postqueue.o: ../../include/mail_flush.h
69 postqueue.o: ../../include/mail_params.h
70 postqueue.o: ../../include/mail_proto.h
71 postqueue.o: ../../include/mail_queue.h
72 postqueue.o: ../../include/mail_run.h
73 postqueue.o: ../../include/mail_task.h
74 postqueue.o: ../../include/mail_version.h
75 postqueue.o: ../../include/msg.h
76 postqueue.o: ../../include/msg_syslog.h
77 postqueue.o: ../../include/msg_vstream.h
78 postqueue.o: ../../include/mymalloc.h
79 postqueue.o: ../../include/safe.h
80 postqueue.o: ../../include/smtp_stream.h
81 postqueue.o: ../../include/sys_defs.h
82 postqueue.o: ../../include/user_acl.h
83 postqueue.o: ../../include/valid_hostname.h
84 postqueue.o: ../../include/valid_mailhost_addr.h
85 postqueue.o: ../../include/vbuf.h
86 postqueue.o: ../../include/vstream.h
87 postqueue.o: ../../include/vstring.h
88 postqueue.o: postqueue.c