Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / qmqpd / Makefile.in
blobef50fda86dbe3a1fc5d6b05aded7163171a5e97e
1 SHELL = /bin/sh
2 SRCS = qmqpd.c qmqpd_state.c qmqpd_peer.c
3 OBJS = qmqpd.o qmqpd_state.o qmqpd_peer.o
4 HDRS =
5 TESTSRC =
6 DEFS = -I. -I$(INC_DIR) -D$(SYSTYPE)
7 CFLAGS = $(DEBUG) $(OPT) $(DEFS)
8 TESTPROG=
9 PROG = qmqpd
10 INC_DIR = ../../include
11 LIBS = ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libdns.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: ../../libexec/$(PROG)
31 ../../libexec/$(PROG): $(PROG)
32 cp $(PROG) ../../libexec
34 printfck: $(OBJS) $(PROG)
35 rm -rf printfck
36 mkdir printfck
37 cp *.h printfck
38 sed '1,/^# do not edit/!d' Makefile >printfck/Makefile
39 set -e; for i in *.c; do printfck -f .printfck $$i >printfck/$$i; done
40 cd printfck; make "INC_DIR=../../../include" `cd ..; ls *.o`
42 lint:
43 lint $(DEFS) $(SRCS) $(LINTFIX)
45 clean:
46 rm -f *.o *core $(PROG) $(TESTPROG) junk *.db *.out *.tmp
47 rm -rf printfck
49 tidy: clean
51 depend: $(MAKES)
52 (sed '1,/^# do not edit/!d' Makefile.in; \
53 set -e; for i in [a-z][a-z0-9]*.c; do \
54 $(CC) -E $(DEFS) $(INCL) $$i | grep -v '[<>]' | sed -n -e '/^# *1 *"\([^"]*\)".*/{' \
55 -e 's//'`echo $$i|sed 's/c$$/o/'`': \1/' \
56 -e 's/o: \.\//o: /' -e p -e '}' ; \
57 done | sort -u) | grep -v '[.][o][:][ ][/]' >$$$$ && mv $$$$ Makefile.in
58 @$(EXPORT) make -f Makefile.in Makefile 1>&2
60 # do not edit below this line - it is generated by 'make depend'
61 qmqpd.o: ../../include/argv.h
62 qmqpd.o: ../../include/attr.h
63 qmqpd.o: ../../include/cleanup_user.h
64 qmqpd.o: ../../include/debug_peer.h
65 qmqpd.o: ../../include/dict.h
66 qmqpd.o: ../../include/input_transp.h
67 qmqpd.o: ../../include/iostuff.h
68 qmqpd.o: ../../include/lex_822.h
69 qmqpd.o: ../../include/mail_conf.h
70 qmqpd.o: ../../include/mail_date.h
71 qmqpd.o: ../../include/mail_params.h
72 qmqpd.o: ../../include/mail_proto.h
73 qmqpd.o: ../../include/mail_server.h
74 qmqpd.o: ../../include/mail_stream.h
75 qmqpd.o: ../../include/mail_version.h
76 qmqpd.o: ../../include/match_list.h
77 qmqpd.o: ../../include/match_ops.h
78 qmqpd.o: ../../include/match_parent_style.h
79 qmqpd.o: ../../include/msg.h
80 qmqpd.o: ../../include/mymalloc.h
81 qmqpd.o: ../../include/namadr_list.h
82 qmqpd.o: ../../include/netstring.h
83 qmqpd.o: ../../include/quote_822_local.h
84 qmqpd.o: ../../include/quote_flags.h
85 qmqpd.o: ../../include/rec_type.h
86 qmqpd.o: ../../include/record.h
87 qmqpd.o: ../../include/sys_defs.h
88 qmqpd.o: ../../include/vbuf.h
89 qmqpd.o: ../../include/verp_sender.h
90 qmqpd.o: ../../include/vstream.h
91 qmqpd.o: ../../include/vstring.h
92 qmqpd.o: qmqpd.c
93 qmqpd.o: qmqpd.h
94 qmqpd_peer.o: ../../include/attr.h
95 qmqpd_peer.o: ../../include/inet_proto.h
96 qmqpd_peer.o: ../../include/iostuff.h
97 qmqpd_peer.o: ../../include/mail_params.h
98 qmqpd_peer.o: ../../include/mail_proto.h
99 qmqpd_peer.o: ../../include/mail_stream.h
100 qmqpd_peer.o: ../../include/msg.h
101 qmqpd_peer.o: ../../include/myaddrinfo.h
102 qmqpd_peer.o: ../../include/mymalloc.h
103 qmqpd_peer.o: ../../include/sock_addr.h
104 qmqpd_peer.o: ../../include/stringops.h
105 qmqpd_peer.o: ../../include/sys_defs.h
106 qmqpd_peer.o: ../../include/valid_hostname.h
107 qmqpd_peer.o: ../../include/valid_mailhost_addr.h
108 qmqpd_peer.o: ../../include/vbuf.h
109 qmqpd_peer.o: ../../include/vstream.h
110 qmqpd_peer.o: ../../include/vstring.h
111 qmqpd_peer.o: qmqpd.h
112 qmqpd_peer.o: qmqpd_peer.c
113 qmqpd_state.o: ../../include/attr.h
114 qmqpd_state.o: ../../include/cleanup_user.h
115 qmqpd_state.o: ../../include/iostuff.h
116 qmqpd_state.o: ../../include/mail_proto.h
117 qmqpd_state.o: ../../include/mail_stream.h
118 qmqpd_state.o: ../../include/mymalloc.h
119 qmqpd_state.o: ../../include/sys_defs.h
120 qmqpd_state.o: ../../include/vbuf.h
121 qmqpd_state.o: ../../include/vstream.h
122 qmqpd_state.o: ../../include/vstring.h
123 qmqpd_state.o: qmqpd.h
124 qmqpd_state.o: qmqpd_state.c