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

« back to all changes in this revision

Viewing changes to src/postconf/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:
7
7
CFLAGS  = $(DEBUG) $(OPT) $(DEFS)
8
8
TESTPROG= 
9
9
MAKES   = bool_table.h bool_vars.h int_table.h int_vars.h str_table.h \
10
 
        str_vars.h time_table.h time_vars.h raw_table.h raw_vars.h
 
10
        str_vars.h time_table.h time_vars.h raw_table.h raw_vars.h \
 
11
        nint_table.h nint_vars.h
11
12
AUTOS   = auto_table.h auto_vars.h
12
13
PROG    = postconf
13
14
SAMPLES = ../../conf/main.cf.default
43
44
        cp $(PROG) ../../bin
44
45
 
45
46
$(MAKES): $(INC_DIR)/mail_params.h ../global/mail_params.c
46
 
        $(AWK) -f extract.awk ../*/*.c
 
47
        $(AWK) -f extract.awk ../*/*.c | $(SHELL)
47
48
 
48
49
$(AUTOS): auto.awk
49
50
        $(AWK) -f auto.awk
78
79
postconf.o: ../../include/argv.h
79
80
postconf.o: ../../include/attr.h
80
81
postconf.o: ../../include/dict.h
 
82
postconf.o: ../../include/edit_file.h
81
83
postconf.o: ../../include/get_hostname.h
82
84
postconf.o: ../../include/htable.h
83
85
postconf.o: ../../include/inet_proto.h