~ubuntu-branches/ubuntu/saucy/sendmail/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/cf/Makefile

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-05-22 15:21:02 UTC
  • mfrom: (9.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120522152102-7lu2d2zvagerhz6f
Tags: 8.14.4-2.1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Fix FTBFS with ld --as-needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
NORMAL_UNINSTALL = :
32
32
PRE_UNINSTALL = :
33
33
POST_UNINSTALL = :
34
 
build_triplet = i686-pc-linux-gnu
35
 
host_triplet = i686-pc-linux-gnu
36
 
target_triplet = i686-pc-linux-gnu
 
34
build_triplet = x86_64-pc-linux-gnu
 
35
host_triplet = x86_64-pc-linux-gnu
 
36
target_triplet = x86_64-pc-linux-gnu
37
37
subdir = cf
38
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46
46
SOURCES =
47
47
DIST_SOURCES =
48
48
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
49
 
ACLOCAL = ${SHELL} /scratch/packages/tmp/sendmail-8.14.4/debian/build/missing --run aclocal-1.11
50
 
AMTAR = ${SHELL} /scratch/packages/tmp/sendmail-8.14.4/debian/build/missing --run tar
51
 
AUTOCONF = ${SHELL} /scratch/packages/tmp/sendmail-8.14.4/debian/build/missing --run autoconf
52
 
AUTOHEADER = ${SHELL} /scratch/packages/tmp/sendmail-8.14.4/debian/build/missing --run autoheader
53
 
AUTOMAKE = ${SHELL} /scratch/packages/tmp/sendmail-8.14.4/debian/build/missing --run automake-1.11
 
49
ACLOCAL = ${SHELL} /home/src/sendmail/sendmail-8.14.4/debian/build/missing --run aclocal-1.11
 
50
AMTAR = ${SHELL} /home/src/sendmail/sendmail-8.14.4/debian/build/missing --run tar
 
51
AUTOCONF = ${SHELL} /home/src/sendmail/sendmail-8.14.4/debian/build/missing --run autoconf
 
52
AUTOHEADER = ${SHELL} /home/src/sendmail/sendmail-8.14.4/debian/build/missing --run autoheader
 
53
AUTOMAKE = ${SHELL} /home/src/sendmail/sendmail-8.14.4/debian/build/missing --run automake-1.11
54
54
AWK = gawk
55
 
CC = ccache gcc
 
55
CC = gcc
56
56
CCDEPMODE = depmode=none
57
57
CFLAGS = -g -O2 -g -Wall -O2 -fPIC -fstack-protector-all
58
 
CPP = ccache gcc -E
 
58
CPP = gcc -E
59
59
CPPFLAGS = -g -O2 -g -Wall -O2 -fPIC -fstack-protector-all
60
60
CYGPATH_W = echo
61
61
DEBIAN = yes
62
62
DEBIAN_DH = 1
63
 
DEB_BUILD_ARCH = i386
64
 
DEB_BUILD_GNU_CPU = i686
 
63
DEB_BUILD_ARCH = amd64
 
64
DEB_BUILD_GNU_CPU = x86_64
65
65
DEB_BUILD_GNU_SYSTEM = linux-gnu
66
 
DEB_BUILD_GNU_TYPE = i686-linux-gnu
67
 
DEB_HOST_ARCH = i386
68
 
DEB_HOST_GNU_CPU = i686
 
66
DEB_BUILD_GNU_TYPE = x86_64-linux-gnu
 
67
DEB_HOST_ARCH = amd64
 
68
DEB_HOST_GNU_CPU = x86_64
69
69
DEB_HOST_GNU_SYSTEM = linux-gnu
70
 
DEB_HOST_GNU_TYPE = i686-linux-gnu
 
70
DEB_HOST_GNU_TYPE = x86_64-linux-gnu
71
71
DEFS = -DPACKAGE_NAME=\"Sendmail\" -DPACKAGE_TARNAME=\"sendmail\" -DPACKAGE_VERSION=\"8.14.4\" -DPACKAGE_STRING=\"Sendmail\ 8.14.4\" -DPACKAGE_BUGREPORT=\"bug/reportbug\ or\ sendmail@packages.debian.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sendmail\" -DVERSION=\"8.14.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBMILTER_MFAPI_H=1 -DHAVE_REGEX_H=1 -DHAVE_DB_H=1 -DHAVE_DB_185_H=1 -DHAVE_RPCSVC_YPCLNT_H=1 -DHAVE_RPCSVC_NIS_H=1 -DHAVE_LDAP_H=1 -DHAVE_RESOLV_H=1 -DHAVE_TCPD_H=1 -DHAVE_NETINET_IP6_H=1 -DHAVE_GETADDRINFO=1 -DHAVE_MAILLOCK_H=1 -DHAVE_SASL_SASL_H=1 -DHAVE_OPENSSL_SSL_H=1
72
72
DEPDIR = .deps
73
73
ECHO_C = 
81
81
INSTALL_PROGRAM = ${INSTALL}
82
82
INSTALL_SCRIPT = ${INSTALL}
83
83
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
84
 
LDFLAGS = -Wl,-Bsymbolic-functions -pie -Wl,-z,noexecstack,-z,relro,-z,now -Wl,--warn-shared-textrel
 
84
LDFLAGS =  -pie -Wl,-z,noexecstack,-z,relro,-z,now -Wl,--warn-shared-textrel
85
85
LIBOBJS = 
86
86
LIBS = 
87
87
LN_S = ln -s
88
88
LTLIBOBJS = 
89
89
MAINT = #
90
 
MAKEINFO = ${SHELL} /scratch/packages/tmp/sendmail-8.14.4/debian/build/missing --run makeinfo
 
90
MAKEINFO = ${SHELL} /home/src/sendmail/sendmail-8.14.4/debian/build/missing --run makeinfo
91
91
MKDIR_P = /bin/mkdir -p
92
92
OBJEXT = o
93
93
PACKAGE = sendmail
99
99
PACKAGE_VERSION = 8.14.4
100
100
PATH_SEPARATOR = :
101
101
SET_MAKE = 
102
 
SHELL = /bin/bash
 
102
SHELL = /bin/sh
103
103
SM_CPYRT = 2010
104
104
SM_DATE = 2010-10-11 17:53:00
105
105
SM_MAXVERS = 9.0.0
107
107
SM_VERS = 8.14.4
108
108
STRIP = 
109
109
VERSION = 8.14.4
110
 
abs_builddir = /scratch/packages/tmp/sendmail-8.14.4/debian/cf
111
 
abs_srcdir = /scratch/packages/tmp/sendmail-8.14.4/debian/cf
112
 
abs_top_builddir = /scratch/packages/tmp/sendmail-8.14.4/debian
113
 
abs_top_srcdir = /scratch/packages/tmp/sendmail-8.14.4/debian
114
 
ac_ct_CC = ccache gcc
 
110
abs_builddir = /home/src/sendmail/sendmail-8.14.4/debian/cf
 
111
abs_srcdir = /home/src/sendmail/sendmail-8.14.4/debian/cf
 
112
abs_top_builddir = /home/src/sendmail/sendmail-8.14.4/debian
 
113
abs_top_srcdir = /home/src/sendmail/sendmail-8.14.4/debian
 
114
ac_ct_CC = gcc
115
115
ac_version = 2.67
116
116
am__include = include
117
117
am__leading_dot = .
120
120
am__untar = ${AMTAR} xf -
121
121
am_version = 1.11
122
122
bindir = /usr/bin
123
 
build = i686-pc-linux-gnu
124
 
build_alias = i686-linux-gnu
125
 
build_cpu = i686
 
123
build = x86_64-pc-linux-gnu
 
124
build_alias = x86_64-linux-gnu
 
125
build_cpu = x86_64
126
126
build_os = linux-gnu
127
127
build_vendor = pc
128
128
builddir = .
132
132
docdir = /usr/share/doc
133
133
dvidir = ${docdir}
134
134
exec_prefix = /usr
135
 
host = i686-pc-linux-gnu
 
135
host = x86_64-pc-linux-gnu
136
136
host_alias = 
137
 
host_cpu = i686
 
137
host_cpu = x86_64
138
138
host_os = linux-gnu
139
139
host_vendor = pc
140
140
htmldir = ${docdir}
141
141
includedir = /usr/include
142
142
infodir = /usr/share/info
143
 
install_sh = ${SHELL} /scratch/packages/tmp/sendmail-8.14.4/debian/build/install-sh
 
143
install_sh = ${SHELL} /home/src/sendmail/sendmail-8.14.4/debian/build/install-sh
144
144
libdir = /usr/lib
145
145
libexecdir = /usr/lib/sm.bin
146
146
localedir = ${datarootdir}/locale
155
155
sbindir = /usr/sbin
156
156
sharedstatedir = /usr/com
157
157
sm_auth_lib = 2
158
 
sm_badepends = , libdb4.8-dev, libldap2-dev, libwrap0-dev, liblockfile-dev, libsasl2-dev, libssl-dev
159
 
sm_build_arch = i386
 
158
sm_badepends = , libdb-dev, libldap2-dev, libwrap0-dev, liblockfile-dev, libsasl2-dev, libssl-dev
 
159
sm_build_arch = amd64
160
160
sm_custom = 
161
161
sm_custom_s = 
162
162
sm_databases = REGEX, DB, NIS, NIS+, LDAP, DNS
163
 
sm_date = 2011-01-10
 
163
sm_date = 2010-11-03
164
164
sm_depends = 
165
165
sm_dist_name = Debian
166
166
sm_dist_vers = squeeze/sid
167
167
sm_editmap_envdef = 
168
 
sm_editmap_libs =  -ldb-4.8 -lldap -llber
 
168
sm_editmap_libs =  -ldb -lldap -llber
169
169
sm_enable_auth = yes
170
170
sm_enable_bind = no
171
171
sm_enable_hesiod = no
186
186
sm_features = TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL)
187
187
sm_ffr =  -D_FFR_QUEUE_SCHED_DBG -D_FFR_SKIP_DOMAINS -D_FFR_GROUPREADABLEAUTHINFOFILE -D_FFR_DAEMON_NETUNIX -D_FFR_NO_PIPE -D_FFR_SHM_STATUS -D_FFR_RHS -D_FFR_MAIL_MACRO -D_FFR_QUEUEDELAY=1 -D_FFR_BADRCPT_SHUTDOWN -D_FFR_RESET_MACRO_GLOBALS -D_FFR_TLS_1 -D_FFR_DEAL_WITH_ERROR_SSL
188
188
sm_hesiod_parms = 
189
 
sm_host_arch = i386
 
189
sm_host_arch = amd64
190
190
sm_incdirs =  
191
191
sm_ldap_lib = -lldap -llber
192
192
sm_libmilter_envdef = -fPIC -DSM_CONF_POLL=1 -D_FFR_MULTILINE -D_FFR_SMFI_PROGRESS
205
205
sm_mailstats_envdef = 
206
206
sm_mailstats_libs =  -lldap -llber
207
207
sm_makemap_envdef = 
208
 
sm_makemap_libs =  -ldb-4.8 -lldap -llber
 
208
sm_makemap_libs =  -ldb -lldap -llber
209
209
sm_mapdef =  -DSOCKETMAP -DMAP_REGEX -DNEWDB -DNIS -DNISPLUS -DLDAPMAP
210
 
sm_newdb_lib = -ldb-4.8
 
210
sm_newdb_lib = -ldb
211
211
sm_praliases_envdef = 
212
 
sm_praliases_libs =  -ldb-4.8 -lldap -llber
 
212
sm_praliases_libs =  -ldb -lldap -llber
213
213
sm_recommends = 
214
 
sm_revision = -2ubuntu1
 
214
sm_revision = -2
215
215
sm_rmail_envdef = 
216
216
sm_rmail_libs =  -lldap -llber
217
217
sm_sendmail_envdef =  -D_PATH_SENDMAILPID=\"/var/run/sendmail/mta/sendmail.pid\" -DIP_SRCROUTE=1 -DLDAP_REFERRALS -D_FFR_LDAP_URI -D_FFR_LDAP_SETVERSION -DLDAP_DEPRECATED  -DTCPWRAPPERS -DSASL -I/usr/include/sasl -DSTARTTLS  -D_FFR_QUEUE_SCHED_DBG -D_FFR_SKIP_DOMAINS -D_FFR_GROUPREADABLEAUTHINFOFILE -D_FFR_DAEMON_NETUNIX -D_FFR_NO_PIPE -D_FFR_SHM_STATUS -D_FFR_RHS -D_FFR_MAIL_MACRO -D_FFR_QUEUEDELAY=1 -D_FFR_BADRCPT_SHUTDOWN -D_FFR_RESET_MACRO_GLOBALS -D_FFR_TLS_1 -D_FFR_DEAL_WITH_ERROR_SSL
218
 
sm_sendmail_libs =  -ldb-4.8 -lnsl -lldap -llber -lresolv -lwrap -lsasl2 -lcrypto -lssl
 
218
sm_sendmail_libs =  -ldb -lnsl -lldap -llber -lresolv -lwrap -lsasl2 -lcrypto -lssl
219
219
sm_smrsh_envdef =  -DCMDDIR=\"/etc/mail/smrsh\" -DPATH=\"/usr/bin:/bin\"
220
220
sm_smrsh_libs =  -lldap -llber
221
221
sm_suggests = , sasl2-bin, libsasl2-modules, openssl
222
 
sm_time = 21:34:56
 
222
sm_time = 22:21:32
223
223
sm_utc = +0000
224
224
sm_vacation_envdef = 
225
 
sm_vacation_libs =  -ldb-4.8 -lldap -llber
 
225
sm_vacation_libs =  -ldb -lldap -llber
226
226
sm_version = 8.14.4
227
227
sm_version_beta = 
228
228
sm_version_major = 8.14
232
232
sm_version_v = 8
233
233
srcdir = .
234
234
sysconfdir = /etc
235
 
target = i686-pc-linux-gnu
 
235
target = x86_64-pc-linux-gnu
236
236
target_alias = 
237
 
target_cpu = i686
 
237
target_cpu = x86_64
238
238
target_os = linux-gnu
239
239
target_vendor = pc
240
240
top_build_prefix = ../
245
245
#------------------------------------------------------------------------------
246
246
# vim: syntax=make
247
247
#
248
 
# $Sendmail: Makefile,v 8.14.4 2011-01-10 21:34:56 cowboy Exp $
 
248
# $Sendmail: Makefile,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $
249
249
#
250
250
# Copyright (c) 1998-2010 Richard Nelson.  All Rights Reserved.
251
251
#
252
252
# cf/Makefile.  Generated from Makefile.in by configure.
253
253
#
254
 
# Rules file for Sendmail 8.14.4-2ubuntu1(527876)
 
254
# Rules file for Sendmail 8.14.4-2(527876)
255
255
#                        on  Debian squeeze/sid
256
256
#                        via Debhelper V1
257
257
#
259
259
#               on Debian slink, potato, woody, testing, sid, ...
260
260
#               but the generated file is customized to the version noted above.
261
261
#
262
 
# Richard Nelson <cowboy@debian.org> 2011-01-10 21:34:56 (+0000)
 
262
# Richard Nelson <cowboy@debian.org> 2010-11-03 22:21:32 (+0000)
263
263
#------------------------------------------------------------------------------
264
264
#
265
265
# Shipped data