~ubuntu-branches/ubuntu/raring/postfix/raring

« back to all changes in this revision

Viewing changes to src/verify/Makefile.in

Tags: upstream-2.2.6
ImportĀ upstreamĀ versionĀ 2.2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
$(PROG): $(OBJS) $(LIBS)
16
16
        $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS) $(SYSLIBS)
17
17
 
 
18
$(OBJS): ../../conf/makedefs.out
 
19
 
18
20
Makefile: Makefile.in
19
 
        (set -e; echo "# DO NOT EDIT"; $(OPTS) $(SHELL) ../../makedefs && cat $?) >$@
 
21
        (cat ../../conf/makedefs.out $?) >$@
20
22
 
21
23
test:   $(TESTPROG)
22
24
 
46
48
depend: $(MAKES)
47
49
        (sed '1,/^# do not edit/!d' Makefile.in; \
48
50
        set -e; for i in [a-z][a-z0-9]*.c; do \
49
 
            $(CC) -E $(DEFS) $(INCL) $$i | sed -n -e '/^# *1 *"\([^"]*\)".*/{' \
 
51
            $(CC) -E $(DEFS) $(INCL) $$i | grep -v '[<>]' | sed -n -e '/^# *1 *"\([^"]*\)".*/{' \
50
52
            -e 's//'`echo $$i|sed 's/c$$/o/'`': \1/' -e 'p' -e '}'; \
51
53
        done) | grep -v '[.][o][:][ ][/]' >$$$$ && mv $$$$ Makefile.in
52
54
        @$(EXPORT) make -f Makefile.in Makefile 1>&2
63
65
verify.o: ../../include/vbuf.h
64
66
verify.o: ../../include/argv.h
65
67
verify.o: ../../include/split_at.h
 
68
verify.o: ../../include/stringops.h
 
69
verify.o: ../../include/vstring.h
66
70
verify.o: ../../include/mail_conf.h
67
71
verify.o: ../../include/mail_params.h
68
72
verify.o: ../../include/mail_proto.h
72
76
verify.o: ../../include/cleanup_user.h
73
77
verify.o: ../../include/verify_clnt.h
74
78
verify.o: ../../include/deliver_request.h
75
 
verify.o: ../../include/vstring.h
76
79
verify.o: ../../include/recipient_list.h
77
80
verify.o: ../../include/mail_server.h