~ubuntu-branches/ubuntu/maverick/postfix/maverick-security

« back to all changes in this revision

Viewing changes to src/util/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Wietse Venema, LaMont Jones
  • Date: 2009-06-03 14:17:08 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603141708-o9u59xlor7nmd2x1
[Wietse Venema]

* New upstream release: 2.6.2~rc1

[LaMont Jones]

* move postfix-add-{filter,policy} manpages to section 8, and deliver
* provide: default-mta on ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        vstream_popen.c vstring.c vstring_vstream.c watchdog.c writable.c \
33
33
        write_buf.c write_wait.c sane_basename.c format_tv.c allspace.c \
34
34
        allascii.c load_file.c killme_after.c vstream_tweak.c upass_connect.c \
35
 
        upass_listen.c upass_trigger.c
 
35
        upass_listen.c upass_trigger.c edit_file.c inet_windowsize.c
36
36
OBJS    = alldig.o allprint.o argv.o argv_split.o attr_clnt.o attr_print0.o \
37
37
        attr_print64.o attr_print_plain.o attr_scan0.o attr_scan64.o \
38
38
        attr_scan_plain.o auto_clnt.o base64_code.o basename.o binhash.o \
66
66
        vstream_popen.o vstring.o vstring_vstream.o watchdog.o writable.o \
67
67
        write_buf.o write_wait.o sane_basename.o format_tv.o allspace.o \
68
68
        allascii.o load_file.o killme_after.o vstream_tweak.o upass_connect.o \
69
 
        upass_listen.o upass_trigger.o
 
69
        upass_listen.o upass_trigger.o edit_file.o inet_windowsize.o
70
70
HDRS    = argv.h attr.h attr_clnt.h auto_clnt.h base64_code.h binhash.h \
71
71
        chroot_uid.h cidr_match.h clean_env.h connect.h ctable.h dict.h \
72
72
        dict_cdb.h dict_cidr.h dict_db.h dict_dbm.h dict_env.h dict_ht.h \
85
85
        sigdelay.h sock_addr.h spawn_command.h split_at.h stat_as.h \
86
86
        stringops.h sys_defs.h timed_connect.h timed_wait.h trigger.h \
87
87
        username.h valid_hostname.h vbuf.h vbuf_print.h vstream.h vstring.h \
88
 
        vstring_vstream.h watchdog.h format_tv.h load_file.h killme_after.h
 
88
        vstring_vstream.h watchdog.h format_tv.h load_file.h killme_after.h \
 
89
        edit_file.h
89
90
TESTSRC = fifo_open.c fifo_rdwr_bug.c fifo_rdonly_bug.c select_bug.c \
90
 
        stream_test.c dup2_pass_on_exec.c
 
91
        stream_test.c dup2_pass_on_exec.c 
91
92
DEFS    = -I. -D$(SYSTYPE)
92
93
CFLAGS  = $(DEBUG) $(OPT) $(DEFS)
93
94
FILES   = Makefile $(SRCS) $(HDRS)
460
461
        diff ctable.ref ctable.tmp
461
462
        rm -f ctable.tmp
462
463
 
 
464
# On Linux, following test may require "modprobe ipv6" to enable IPv6.
 
465
 
463
466
inet_addr_list_test: inet_addr_list
464
467
        ./inet_addr_list `cat inet_addr_list.in` >inet_addr_list.tmp 2>&1
465
468
        diff inet_addr_list.ref inet_addr_list.tmp
582
585
argv_split.o: argv.h
583
586
argv_split.o: argv_split.c
584
587
argv_split.o: mymalloc.h
 
588
argv_split.o: msg.h
585
589
argv_split.o: stringops.h
586
590
argv_split.o: sys_defs.h
587
591
argv_split.o: vbuf.h
973
977
duplex_pipe.o: iostuff.h
974
978
duplex_pipe.o: sane_socketpair.h
975
979
duplex_pipe.o: sys_defs.h
 
980
edit_file.o: edit_file.c
 
981
edit_file.o: edit_file.h
 
982
edit_file.o: msg.h
 
983
edit_file.o: myflock.h
 
984
edit_file.o: mymalloc.h
 
985
edit_file.o: stringops.h
 
986
edit_file.o: sys_defs.h
 
987
edit_file.o: vbuf.h
 
988
edit_file.o: vstream.h
 
989
edit_file.o: vstring.h
976
990
environ.o: environ.c
977
991
environ.o: sys_defs.h
978
992
events.o: events.c
1140
1154
inet_trigger.o: mymalloc.h
1141
1155
inet_trigger.o: sys_defs.h
1142
1156
inet_trigger.o: trigger.h
 
1157
inet_windowsize.o: inet_windowsize.c
 
1158
inet_windowsize.o: iostuff.h
 
1159
inet_windowsize.o: msg.h
 
1160
inet_windowsize.o: sys_defs.h
1143
1161
killme_after.o: killme_after.c
1144
1162
killme_after.o: killme_after.h
1145
1163
killme_after.o: sys_defs.h
1370
1388
safe_open.o: msg.h
1371
1389
safe_open.o: safe_open.c
1372
1390
safe_open.o: safe_open.h
 
1391
safe_open.o: stringops.h
1373
1392
safe_open.o: sys_defs.h
1374
1393
safe_open.o: vbuf.h
1375
1394
safe_open.o: vstream.h