~ubuntu-branches/ubuntu/trusty/dovecot/trusty-security

« back to all changes in this revision

Viewing changes to pigeonhole/src/lib-managesieve/Makefile.in

  • Committer: Package Import Robot
  • Author(s): James Page, James Page, Ante Karamatic
  • Date: 2013-02-11 12:41:24 UTC
  • mfrom: (4.1.33 sid)
  • Revision ID: package-import@ubuntu.com-20130211124124-v7bdegzftlhw7yfr
Tags: 1:2.1.7-7ubuntu1
[ James Page ]
* Merge from Debian unstable (LP: #1117613, #1075456), remaining changes:
  + Add mail-stack-delivery package:
    - Update d/rules
    - d/control: convert existing dovecot-postfix package to a dummy
      package and add new mail-stack-delivery package.
    - Update maintainer scripts.
    - Rename d/dovecot-postfix.* to debian/mail-stack-delivery.*
    - d/mail-stack-delivery.preinst: Move previously installed backups and
      config files to a new package namespace.
    - d/mail-stack-delivery.prerm: Added to handle downgrades.
  + Use Snakeoil SSL certificates by default:
    - d/control: Depend on ssl-cert.
    - d/dovecot-core.postinst: Relax grep for SSL_* a bit.
  + Add autopkgtest to debian/tests/*.
  + Add ufw integration:
    - d/dovecot-core.ufw.profile: new ufw profile.
    - d/rules: install profile in dovecot-core.
    - d/control: dovecot-core - suggest ufw.
  + d/dovecot-core.dirs: Added usr/share/doc/dovecot-core
  + Add apport hook:
    - d/rules, d/source_dovecot.py
  + Add upstart job:
    - d/rules, d/dovecot-core.dovecot.upstart, d/control,
      d/dovecot-core.dirs, dovecot-imapd.{postrm, postinst, prerm},
      d/dovecot-pop3d.{postinst, postrm, prerm}.
      d/mail-stack-deliver.postinst: Convert init script to upstart.
  + d/control: Added Pre-Depends: dpkg (>= 1.15.6) to dovecot-dbg to support
    xz compression in Ubuntu.
  + d/control: Demote dovecot-common Recommends: to Suggests: to prevent
    install of extra packages on upgrade.
  + d/patches/dovecot-drac.patch: Updated with version for dovecot >= 2.0.0.
* Dropped changes, included in Debian:
  + d/{control,rules}: enable PIE hardening.
  + d/control: Drop B-D on systemd.
* d/p/mail-stack-delivery.postinst: Updated to ensure that configured SSL
  cert and key locations are used when configuring postfix, sorted out
  formatting.
* d/p/dovecot-core.postinst: Create compat links to old style, existing
  SSL cert and key if found.
* d/rules: Don't pass hardening flags for DRAC plugin.
* d/dovecot-{pop3d,imapd}.prerm: Re-sync with Debian.
* d/dovecot-core.lintian-overrides: Drop override for DRAC plugin as not
  required in Ubuntu.
* d/01-mail-stack-delivery: Renamed 99-mail-stack-delivery to ensure that
  the mail-stack-delivery configuration overrides configuration options
  set elsewhere, updated with new cert/key file locations.

[ Ante Karamatic ]
* Change configuration file for LDA on new installs and upgrades
  (LP: #671065).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
18
18
 
19
19
VPATH = @srcdir@
20
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
21
22
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
25
install_sh_DATA = $(install_sh) -c -m 644
25
26
install_sh_PROGRAM = $(install_sh) -c
48
49
CONFIG_HEADER = $(top_builddir)/dummy-config.h \
49
50
        $(top_builddir)/pigeonhole-config.h
50
51
CONFIG_CLEAN_FILES =
 
52
CONFIG_CLEAN_VPATH_FILES =
51
53
LIBRARIES = $(noinst_LIBRARIES)
52
54
ARFLAGS = cru
53
55
libmanagesieve_a_AR = $(AR) $(ARFLAGS)
58
60
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
59
61
depcomp = $(SHELL) $(top_srcdir)/depcomp
60
62
am__depfiles_maybe = depfiles
 
63
am__mv = mv -f
61
64
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62
65
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63
66
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89
92
DEFS = @DEFS@
90
93
DEPDIR = @DEPDIR@
91
94
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
95
DLLTOOL = @DLLTOOL@
92
96
DOVECOT_CFLAGS = @DOVECOT_CFLAGS@
93
97
DOVECOT_LIBS = @DOVECOT_LIBS@
 
98
DOVECOT_SQL_LIBS = @DOVECOT_SQL_LIBS@
94
99
DOVECOT_SSL_LIBS = @DOVECOT_SSL_LIBS@
95
100
DSYMUTIL = @DSYMUTIL@
96
101
DUMPBIN = @DUMPBIN@
132
137
LTLIBOBJS = @LTLIBOBJS@
133
138
MAINT = @MAINT@
134
139
MAKEINFO = @MAKEINFO@
 
140
MANIFEST_TOOL = @MANIFEST_TOOL@
135
141
MKDIR_P = @MKDIR_P@
136
142
NM = @NM@
137
143
NMEDIT = @NMEDIT@
157
163
abs_srcdir = @abs_srcdir@
158
164
abs_top_builddir = @abs_top_builddir@
159
165
abs_top_srcdir = @abs_top_srcdir@
 
166
ac_ct_AR = @ac_ct_AR@
160
167
ac_ct_CC = @ac_ct_CC@
161
168
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
162
169
am__include = @am__include@
179
186
dovecot_pkgincludedir = @dovecot_pkgincludedir@
180
187
dovecot_pkglibdir = @dovecot_pkglibdir@
181
188
dovecot_pkglibexecdir = @dovecot_pkglibexecdir@
 
189
dovecotdir = @dovecotdir@
182
190
dvidir = @dvidir@
183
191
exec_prefix = @exec_prefix@
184
192
host = @host@
194
202
libexecdir = @libexecdir@
195
203
localedir = @localedir@
196
204
localstatedir = @localstatedir@
197
 
lt_ECHO = @lt_ECHO@
198
205
mandir = @mandir@
199
206
mkdir_p = @mkdir_p@
200
207
moduledir = @moduledir@
240
247
              exit 1;; \
241
248
          esac; \
242
249
        done; \
243
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib-managesieve/Makefile'; \
244
 
        cd $(top_srcdir) && \
245
 
          $(AUTOMAKE) --foreign  src/lib-managesieve/Makefile
 
250
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib-managesieve/Makefile'; \
 
251
        $(am__cd) $(top_srcdir) && \
 
252
          $(AUTOMAKE) --foreign src/lib-managesieve/Makefile
246
253
.PRECIOUS: Makefile
247
254
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
248
255
        @case '$?' in \
260
267
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261
268
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
262
269
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
270
$(am__aclocal_m4_deps):
263
271
 
264
272
clean-noinstLIBRARIES:
265
273
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
266
 
libmanagesieve.a: $(libmanagesieve_a_OBJECTS) $(libmanagesieve_a_DEPENDENCIES) 
 
274
libmanagesieve.a: $(libmanagesieve_a_OBJECTS) $(libmanagesieve_a_DEPENDENCIES) $(EXTRA_libmanagesieve_a_DEPENDENCIES) 
267
275
        -rm -f libmanagesieve.a
268
276
        $(libmanagesieve_a_AR) libmanagesieve.a $(libmanagesieve_a_OBJECTS) $(libmanagesieve_a_LIBADD)
269
277
        $(RANLIB) libmanagesieve.a
280
288
 
281
289
.c.o:
282
290
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
283
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
291
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
284
292
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
285
293
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
286
294
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
287
295
 
288
296
.c.obj:
289
297
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
290
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
298
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
291
299
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
292
300
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
293
301
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
294
302
 
295
303
.c.lo:
296
304
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
297
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
305
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
298
306
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
299
307
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
300
308
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
317
325
 
318
326
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
319
327
                $(TAGS_FILES) $(LISP)
320
 
        tags=; \
 
328
        set x; \
321
329
        here=`pwd`; \
322
330
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
323
331
        unique=`for i in $$list; do \
325
333
          done | \
326
334
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
327
335
              END { if (nonempty) { for (i in files) print i; }; }'`; \
328
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
336
        shift; \
 
337
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
329
338
          test -n "$$unique" || unique=$$empty_fix; \
330
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
331
 
            $$tags $$unique; \
 
339
          if test $$# -gt 0; then \
 
340
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
341
              "$$@" $$unique; \
 
342
          else \
 
343
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
344
              $$unique; \
 
345
          fi; \
332
346
        fi
333
347
ctags: CTAGS
334
348
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
335
349
                $(TAGS_FILES) $(LISP)
336
 
        tags=; \
337
350
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
338
351
        unique=`for i in $$list; do \
339
352
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
340
353
          done | \
341
354
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
342
355
              END { if (nonempty) { for (i in files) print i; }; }'`; \
343
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
356
        test -z "$(CTAGS_ARGS)$$unique" \
344
357
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
345
 
             $$tags $$unique
 
358
             $$unique
346
359
 
347
360
GTAGS:
348
361
        here=`$(am__cd) $(top_builddir) && pwd` \
349
 
          && cd $(top_srcdir) \
350
 
          && gtags -i $(GTAGS_ARGS) $$here
 
362
          && $(am__cd) $(top_srcdir) \
 
363
          && gtags -i $(GTAGS_ARGS) "$$here"
351
364
 
352
365
distclean-tags:
353
366
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
368
381
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
369
382
          if test -d $$d/$$file; then \
370
383
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
384
            if test -d "$(distdir)/$$file"; then \
 
385
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
386
            fi; \
371
387
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
372
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
388
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
389
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
373
390
            fi; \
374
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
391
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
375
392
          else \
376
 
            test -f $(distdir)/$$file \
377
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
393
            test -f "$(distdir)/$$file" \
 
394
            || cp -p $$d/$$file "$(distdir)/$$file" \
378
395
            || exit 1; \
379
396
          fi; \
380
397
        done
392
409
 
393
410
installcheck: installcheck-am
394
411
install-strip:
395
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
396
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
397
 
          `test -z '$(STRIP)' || \
398
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
412
        if test -z '$(STRIP)'; then \
 
413
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
414
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
415
              install; \
 
416
        else \
 
417
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
418
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
419
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
420
        fi
399
421
mostlyclean-generic:
400
422
 
401
423
clean-generic:
402
424
 
403
425
distclean-generic:
404
426
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
427
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
405
428
 
406
429
maintainer-clean-generic:
407
430
        @echo "This command is intended for maintainers to use"
492
515
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
493
516
        pdf pdf-am ps ps-am tags uninstall uninstall-am
494
517
 
 
518
 
495
519
# Tell versions [3.59,3.63) of GNU make to not export all variables.
496
520
# Otherwise a system limit (for SysV at least) may be exceeded.
497
521
.NOEXPORT: