~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002101901

« back to all changes in this revision

Viewing changes to src/plugins/zlib/Makefile.in

  • Committer: Chuck Short
  • Date: 2010-01-21 20:21:25 UTC
  • mfrom: (4.1.11 squeeze)
  • Revision ID: zulcss@ubuntu.com-20100121202125-pme73o491kfwj5nc
* Merge from debian testing, remaining changes:
  + Add new binary pkg dovecot-postfix that integrates postfix and dovecot
    automatically: (LP: #164837)
  + debian/control:
    - add new binary with short description
    - set Architecture all for dovecot-postfix (LP: #329878)
  + debian/dovecot-postfix.postinst:
    - create initial certificate symlinks to snakeoil.
    - set up postfix with postconf to:
      - use Maildir/ as the default mailbox.
      - use dovecot as the sasl authentication server.
      - use dovecot LDA (deliver).
      - use tls for smtp{d} services.
    - fix certificates paths in postfix' main.cf
    - add reject_unauth_destination to postfix' recipient restrictions
    - add reject_unknown_sender_domain to postfix' sender restriction
    - rename configuration name on remove, delete on purge
    - restart dovecot after linking certificates
    - handle use case when postfix is unconfigurated
  + debian/dovecot-postfix.dirs: create backup directory for postfix's config
    configuration
  + restart postfix and dovecot.
  + debian/dovecot-postfix.postrm:
    - remove all dovecot related configuration from postfix.
    - restart postfix and dovecot.
  + debian/dovecot-common.init:
    - check if /etc/dovecot/dovecot-postfix.conf exists and use it
      as the configuration file if so.
  + debian/patches/warning-ubuntu-postfix.dpatch
    - add warning about dovecot-postfix.conf in dovecot default
      configuration file
  + debian/patches/dovecot-postfix.conf.diff:
    - Ubuntu server custom changes to the default dovecot configuration for
      better interfation with postfix.
    - enable sieve plugin.
    - Ubuntu server custom changes to the default dovecot configuration for
      better integration with postfix:
      - enable imap, pop3, imaps, pop3s and managesieve by default.
      - enable dovecot LDA (deliver).
      - enable SASL auth socket in postfix private directory
   + debian/rules:
     - copy, patch and install dovecot-postfix.conf in /etc/dovecot/.
     - build architecure independent packages too
   + Use Snakeoil SSL certificates by default.
     - debian/control: Depend on ssl-cert.
     - debian/patches/ssl-cert-snakeoil.dpatch: Change default SSL cert
       paths to snakeoil.
     - debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
   + Add autopkgtest to debian/tests/*.
   + Fast TearDown: Update the lsb init header to not stop in level 6.
   + Add ufw integration:
     - Created debian/dovecot-common.ufw.profile.
     - debian/rules: install profile.
     - debian/control: suggest ufw.
   + debian/{control,rules}: enable PIE hardening.
   + dovecot-imapd, dovecot-pop3: Replaces dovecot-common (<< 1:1.1). (LP: #254721)
   + debian/control: Update Vcs-* headers.
   + Add SMTP-AUTH support for Outlook (login auth mechanism)
* New upstream release.
* debian/patches/gold-fix.patch: Removed. Fixed upstream.
* Moved libexec to lib corrections in dovecot-managesieve.patch and
  dovecot-managesieve-dist.patch to dovecot-example.patch
* debian/patches/dovecot-mboxlocking.patch: Regenerated to avoid FTBFS
  when quilt isn't installed.
* debian/patches/quota-mountpoint.patch: Removed. Not needed anymore.
* debian/patches/dovecot-quota.patch: Removed. Quotas aren't properly
  enabled unless mail_plugins = quota imap_quota.
* debian/patches/gold-fix.patch: Fixed configure script to build even
  with binutils-gold or --no-add-needed linker flag (Closes: #554306)
* debian/dovecot-common.init: fixed LSB headers. Thanks to Pascal Volk.
  (Closes: #558040)
* debian/changelog: added CVE references to previous changelog entry.
* debian/rules: checked up the build system. It's not fragile anymore.
  (Closes: 493803)
* debian/dovecot-common.postinst: Now invoking dpkg-reconfigure
  on dovecot-common is enough to generate new certificates
  if the previous ones were removed. (Closes: #545582)
* debian/rules: No longer install convert-tool in /usr/bin.
  It isn't an user utility and it should stay in /usr/lib/dovecot
  like all other similar tool.
* New upstream release. (Closes: #557601)
* [SECURITY] Fixes local information disclosure and denial of service.
  (see: http://www.dovecot.org/list/dovecot-news/2009-November/000143.html
  and CVE-2009-3897)
* Added myself to uploaders.
* Switched to the new source format "3.0 (quilt)":
  - removed dpatch from build-depends
  - removed debian/README.source because now we use only standard
    dpkg features
  - regenerated all patches
* Prepared to switch to multi-origin source:
  - recreated dovecot-libsieve.patch and dovecot-managesieve-dist.patch
    starting from the upstream tarball
  - removed all autotools related build-depends and build-conflict
  - renamed dovecot-libsieve and dovecot-managesieve directories
    to libsieve and managesieve.
* debian/rules: Moved the configuration of libsieve and managesieve from
  the build phase to the configuration phase
* Added dovecot-dbg package  with debugging symbols.  Thanks Stephan Bosch.
  (Closes: #554710)
* Fixed some stray libexec'isms in the default configuration.
* New upstream release.
* debian/dovecot-common.init:
  - use $CONF when starting the daemon. (Closes: #549944)
  - always output start/stop messages. (Closes: #523810)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
43
45
mkinstalldirs = $(install_sh) -d
44
46
CONFIG_HEADER = $(top_builddir)/config.h
45
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
46
49
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47
50
am__vpath_adj = case $$p in \
48
51
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49
52
    *) f=$$p;; \
50
53
  esac;
51
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
54
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
55
am__install_max = 40
 
56
am__nobase_strip_setup = \
 
57
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
58
am__nobase_strip = \
 
59
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
60
am__nobase_list = $(am__nobase_strip_setup); \
 
61
  for p in $$list; do echo "$$p $$p"; done | \
 
62
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
63
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
64
    if (++n[$$2] == $(am__install_max)) \
 
65
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
66
    END { for (dir in files) print dir, files[dir] }'
 
67
am__base_list = \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
69
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
52
70
am__installdirs = "$(DESTDIR)$(moduledir)"
53
 
moduleLTLIBRARIES_INSTALL = $(INSTALL)
54
71
LTLIBRARIES = $(module_LTLIBRARIES)
55
72
am__DEPENDENCIES_1 =
56
73
lib20_zlib_plugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
64
81
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
65
82
depcomp = $(SHELL) $(top_srcdir)/depcomp
66
83
am__depfiles_maybe = depfiles
 
84
am__mv = mv -f
67
85
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68
86
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69
87
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
151
169
PACKAGE_NAME = @PACKAGE_NAME@
152
170
PACKAGE_STRING = @PACKAGE_STRING@
153
171
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
172
PACKAGE_URL = @PACKAGE_URL@
154
173
PACKAGE_VERSION = @PACKAGE_VERSION@
155
174
PATH_SEPARATOR = @PATH_SEPARATOR@
156
175
PGSQL_CFLAGS = @PGSQL_CFLAGS@
269
288
              exit 1;; \
270
289
          esac; \
271
290
        done; \
272
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/plugins/zlib/Makefile'; \
273
 
        cd $(top_srcdir) && \
274
 
          $(AUTOMAKE) --foreign  src/plugins/zlib/Makefile
 
291
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/zlib/Makefile'; \
 
292
        $(am__cd) $(top_srcdir) && \
 
293
          $(AUTOMAKE) --foreign src/plugins/zlib/Makefile
275
294
.PRECIOUS: Makefile
276
295
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
277
296
        @case '$?' in \
289
308
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290
309
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
291
310
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
311
$(am__aclocal_m4_deps):
292
312
install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
293
313
        @$(NORMAL_INSTALL)
294
314
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
295
 
        @list='$(module_LTLIBRARIES)'; for p in $$list; do \
 
315
        @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
 
316
        list2=; for p in $$list; do \
296
317
          if test -f $$p; then \
297
 
            f=$(am__strip_dir) \
298
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(moduledir)/$$f'"; \
299
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(moduledir)/$$f"; \
 
318
            list2="$$list2 $$p"; \
300
319
          else :; fi; \
301
 
        done
 
320
        done; \
 
321
        test -z "$$list2" || { \
 
322
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
 
323
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
 
324
        }
302
325
 
303
326
uninstall-moduleLTLIBRARIES:
304
327
        @$(NORMAL_UNINSTALL)
305
 
        @list='$(module_LTLIBRARIES)'; for p in $$list; do \
306
 
          p=$(am__strip_dir) \
307
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$p'"; \
308
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$p"; \
 
328
        @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
 
329
        for p in $$list; do \
 
330
          $(am__strip_dir) \
 
331
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$f'"; \
 
332
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$f"; \
309
333
        done
310
334
 
311
335
clean-moduleLTLIBRARIES:
331
355
 
332
356
.c.o:
333
357
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
334
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
358
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
335
359
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
336
360
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
337
361
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
338
362
 
339
363
.c.obj:
340
364
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
341
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
365
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
342
366
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
343
367
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
344
368
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
345
369
 
346
370
.c.lo:
347
371
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
348
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
372
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
349
373
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
350
374
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
351
375
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
368
392
 
369
393
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
370
394
                $(TAGS_FILES) $(LISP)
371
 
        tags=; \
 
395
        set x; \
372
396
        here=`pwd`; \
373
397
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
374
398
        unique=`for i in $$list; do \
376
400
          done | \
377
401
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
378
402
              END { if (nonempty) { for (i in files) print i; }; }'`; \
379
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
403
        shift; \
 
404
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
380
405
          test -n "$$unique" || unique=$$empty_fix; \
381
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
382
 
            $$tags $$unique; \
 
406
          if test $$# -gt 0; then \
 
407
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
408
              "$$@" $$unique; \
 
409
          else \
 
410
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
411
              $$unique; \
 
412
          fi; \
383
413
        fi
384
414
ctags: CTAGS
385
415
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
386
416
                $(TAGS_FILES) $(LISP)
387
 
        tags=; \
388
417
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
389
418
        unique=`for i in $$list; do \
390
419
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
391
420
          done | \
392
421
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393
422
              END { if (nonempty) { for (i in files) print i; }; }'`; \
394
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
423
        test -z "$(CTAGS_ARGS)$$unique" \
395
424
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
396
 
             $$tags $$unique
 
425
             $$unique
397
426
 
398
427
GTAGS:
399
428
        here=`$(am__cd) $(top_builddir) && pwd` \
400
 
          && cd $(top_srcdir) \
401
 
          && gtags -i $(GTAGS_ARGS) $$here
 
429
          && $(am__cd) $(top_srcdir) \
 
430
          && gtags -i $(GTAGS_ARGS) "$$here"
402
431
 
403
432
distclean-tags:
404
433
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
419
448
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
420
449
          if test -d $$d/$$file; then \
421
450
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
451
            if test -d "$(distdir)/$$file"; then \
 
452
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
453
            fi; \
422
454
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
423
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
455
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
456
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
424
457
            fi; \
425
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
458
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
426
459
          else \
427
 
            test -f $(distdir)/$$file \
428
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
460
            test -f "$(distdir)/$$file" \
 
461
            || cp -p $$d/$$file "$(distdir)/$$file" \
429
462
            || exit 1; \
430
463
          fi; \
431
464
        done
456
489
 
457
490
distclean-generic:
458
491
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
492
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
459
493
 
460
494
maintainer-clean-generic:
461
495
        @echo "This command is intended for maintainers to use"
477
511
 
478
512
html: html-am
479
513
 
 
514
html-am:
 
515
 
480
516
info: info-am
481
517
 
482
518
info-am:
485
521
 
486
522
install-dvi: install-dvi-am
487
523
 
 
524
install-dvi-am:
 
525
 
488
526
install-exec-am: install-exec-local
489
527
 
490
528
install-html: install-html-am
491
529
 
 
530
install-html-am:
 
531
 
492
532
install-info: install-info-am
493
533
 
 
534
install-info-am:
 
535
 
494
536
install-man:
495
537
 
496
538
install-pdf: install-pdf-am
497
539
 
 
540
install-pdf-am:
 
541
 
498
542
install-ps: install-ps-am
499
543
 
 
544
install-ps-am:
 
545
 
500
546
installcheck-am:
501
547
 
502
548
maintainer-clean: maintainer-clean-am
542
588
          rm -f $(DESTDIR)$(moduledir)/$$d/lib20_zlib_plugin$(MODULE_SUFFIX); \
543
589
          $(LN_S) ../lib20_zlib_plugin$(MODULE_SUFFIX) $(DESTDIR)$(moduledir)/$$d; \
544
590
        done
 
591
 
545
592
# Tell versions [3.59,3.63) of GNU make to not export all variables.
546
593
# Otherwise a system limit (for SysV at least) may be exceeded.
547
594
.NOEXPORT: