~ubuntu-branches/ubuntu/trusty/postfix/trusty-updates

« back to all changes in this revision

Viewing changes to src/postdrop/Makefile.in

Tags: upstream-2.3.1
ImportĀ upstreamĀ versionĀ 2.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
test:   $(TESTPROG)
24
24
 
25
 
tests:  test
 
25
tests:
 
26
 
 
27
root_tests:
26
28
 
27
29
update: ../../bin/$(PROG)
28
30
 
49
51
        (sed '1,/^# do not edit/!d' Makefile.in; \
50
52
        set -e; for i in [a-z][a-z0-9]*.c; do \
51
53
            $(CC) -E $(DEFS) $(INCL) $$i | grep -v '[<>]' | sed -n -e '/^# *1 *"\([^"]*\)".*/{' \
52
 
            -e 's//'`echo $$i|sed 's/c$$/o/'`': \1/' -e 'p' -e '}'; \
53
 
        done) | grep -v '[.][o][:][ ][/]' >$$$$ && mv $$$$ Makefile.in
 
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
54
57
        @$(EXPORT) make -f Makefile.in Makefile 1>&2
55
58
 
56
59
# do not edit below this line - it is generated by 'make depend'
57
 
postdrop.o: postdrop.c
58
 
postdrop.o: ../../include/sys_defs.h
59
 
postdrop.o: ../../include/msg.h
60
 
postdrop.o: ../../include/mymalloc.h
61
 
postdrop.o: ../../include/vstream.h
62
 
postdrop.o: ../../include/vbuf.h
63
 
postdrop.o: ../../include/vstring.h
64
 
postdrop.o: ../../include/msg_vstream.h
65
 
postdrop.o: ../../include/msg_syslog.h
66
60
postdrop.o: ../../include/argv.h
 
61
postdrop.o: ../../include/attr.h
 
62
postdrop.o: ../../include/clean_env.h
 
63
postdrop.o: ../../include/cleanup_user.h
67
64
postdrop.o: ../../include/iostuff.h
68
 
postdrop.o: ../../include/stringops.h
 
65
postdrop.o: ../../include/mail_conf.h
 
66
postdrop.o: ../../include/mail_params.h
69
67
postdrop.o: ../../include/mail_proto.h
70
 
postdrop.o: ../../include/attr.h
71
68
postdrop.o: ../../include/mail_queue.h
72
 
postdrop.o: ../../include/mail_params.h
73
 
postdrop.o: ../../include/mail_conf.h
 
69
postdrop.o: ../../include/mail_stream.h
74
70
postdrop.o: ../../include/mail_task.h
75
 
postdrop.o: ../../include/clean_env.h
76
 
postdrop.o: ../../include/mail_stream.h
77
 
postdrop.o: ../../include/cleanup_user.h
 
71
postdrop.o: ../../include/msg.h
 
72
postdrop.o: ../../include/msg_syslog.h
 
73
postdrop.o: ../../include/msg_vstream.h
 
74
postdrop.o: ../../include/mymalloc.h
 
75
postdrop.o: ../../include/rec_attr_map.h
 
76
postdrop.o: ../../include/rec_type.h
78
77
postdrop.o: ../../include/record.h
79
 
postdrop.o: ../../include/rec_type.h
 
78
postdrop.o: ../../include/stringops.h
 
79
postdrop.o: ../../include/sys_defs.h
80
80
postdrop.o: ../../include/user_acl.h
 
81
postdrop.o: ../../include/vbuf.h
 
82
postdrop.o: ../../include/vstream.h
 
83
postdrop.o: ../../include/vstring.h
 
84
postdrop.o: postdrop.c