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

« back to all changes in this revision

Viewing changes to src/lib-storage/index/shared/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
44
46
mkinstalldirs = $(install_sh) -d
45
47
CONFIG_HEADER = $(top_builddir)/config.h
46
48
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_VPATH_FILES =
47
50
LIBRARIES = $(noinst_LIBRARIES)
48
51
ARFLAGS = cru
49
52
libstorage_shared_a_AR = $(AR) $(ARFLAGS)
54
57
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
55
58
depcomp = $(SHELL) $(top_srcdir)/depcomp
56
59
am__depfiles_maybe = depfiles
 
60
am__mv = mv -f
57
61
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
58
62
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
59
63
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72
76
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
73
77
    *) f=$$p;; \
74
78
  esac;
75
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
79
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
80
am__install_max = 40
 
81
am__nobase_strip_setup = \
 
82
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
83
am__nobase_strip = \
 
84
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
85
am__nobase_list = $(am__nobase_strip_setup); \
 
86
  for p in $$list; do echo "$$p $$p"; done | \
 
87
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
88
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
89
    if (++n[$$2] == $(am__install_max)) \
 
90
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
91
    END { for (dir in files) print dir, files[dir] }'
 
92
am__base_list = \
 
93
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
94
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
76
95
am__installdirs = "$(DESTDIR)$(pkginc_libdir)"
77
 
pkginc_libHEADERS_INSTALL = $(INSTALL_HEADER)
78
96
HEADERS = $(noinst_HEADERS) $(pkginc_lib_HEADERS)
79
97
ETAGS = etags
80
98
CTAGS = ctags
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@
264
283
              exit 1;; \
265
284
          esac; \
266
285
        done; \
267
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib-storage/index/shared/Makefile'; \
268
 
        cd $(top_srcdir) && \
269
 
          $(AUTOMAKE) --foreign  src/lib-storage/index/shared/Makefile
 
286
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib-storage/index/shared/Makefile'; \
 
287
        $(am__cd) $(top_srcdir) && \
 
288
          $(AUTOMAKE) --foreign src/lib-storage/index/shared/Makefile
270
289
.PRECIOUS: Makefile
271
290
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
272
291
        @case '$?' in \
284
303
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285
304
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
286
305
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
306
$(am__aclocal_m4_deps):
287
307
 
288
308
clean-noinstLIBRARIES:
289
309
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
303
323
 
304
324
.c.o:
305
325
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
306
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
326
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
307
327
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
308
328
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
309
329
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
310
330
 
311
331
.c.obj:
312
332
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
313
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
333
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
314
334
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
315
335
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
316
336
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
317
337
 
318
338
.c.lo:
319
339
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
320
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
340
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
321
341
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
322
342
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
323
343
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
330
350
install-pkginc_libHEADERS: $(pkginc_lib_HEADERS)
331
351
        @$(NORMAL_INSTALL)
332
352
        test -z "$(pkginc_libdir)" || $(MKDIR_P) "$(DESTDIR)$(pkginc_libdir)"
333
 
        @list='$(pkginc_lib_HEADERS)'; for p in $$list; do \
 
353
        @list='$(pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
 
354
        for p in $$list; do \
334
355
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
335
 
          f=$(am__strip_dir) \
336
 
          echo " $(pkginc_libHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkginc_libdir)/$$f'"; \
337
 
          $(pkginc_libHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkginc_libdir)/$$f"; \
 
356
          echo "$$d$$p"; \
 
357
        done | $(am__base_list) | \
 
358
        while read files; do \
 
359
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkginc_libdir)'"; \
 
360
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkginc_libdir)" || exit $$?; \
338
361
        done
339
362
 
340
363
uninstall-pkginc_libHEADERS:
341
364
        @$(NORMAL_UNINSTALL)
342
 
        @list='$(pkginc_lib_HEADERS)'; for p in $$list; do \
343
 
          f=$(am__strip_dir) \
344
 
          echo " rm -f '$(DESTDIR)$(pkginc_libdir)/$$f'"; \
345
 
          rm -f "$(DESTDIR)$(pkginc_libdir)/$$f"; \
346
 
        done
 
365
        @list='$(pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
 
366
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
367
        test -n "$$files" || exit 0; \
 
368
        echo " ( cd '$(DESTDIR)$(pkginc_libdir)' && rm -f" $$files ")"; \
 
369
        cd "$(DESTDIR)$(pkginc_libdir)" && rm -f $$files
347
370
 
348
371
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
349
372
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
357
380
 
358
381
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
359
382
                $(TAGS_FILES) $(LISP)
360
 
        tags=; \
 
383
        set x; \
361
384
        here=`pwd`; \
362
385
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
363
386
        unique=`for i in $$list; do \
365
388
          done | \
366
389
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367
390
              END { if (nonempty) { for (i in files) print i; }; }'`; \
368
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
391
        shift; \
 
392
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
369
393
          test -n "$$unique" || unique=$$empty_fix; \
370
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
371
 
            $$tags $$unique; \
 
394
          if test $$# -gt 0; then \
 
395
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
396
              "$$@" $$unique; \
 
397
          else \
 
398
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
399
              $$unique; \
 
400
          fi; \
372
401
        fi
373
402
ctags: CTAGS
374
403
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
375
404
                $(TAGS_FILES) $(LISP)
376
 
        tags=; \
377
405
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
378
406
        unique=`for i in $$list; do \
379
407
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380
408
          done | \
381
409
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
382
410
              END { if (nonempty) { for (i in files) print i; }; }'`; \
383
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
411
        test -z "$(CTAGS_ARGS)$$unique" \
384
412
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
385
 
             $$tags $$unique
 
413
             $$unique
386
414
 
387
415
GTAGS:
388
416
        here=`$(am__cd) $(top_builddir) && pwd` \
389
 
          && cd $(top_srcdir) \
390
 
          && gtags -i $(GTAGS_ARGS) $$here
 
417
          && $(am__cd) $(top_srcdir) \
 
418
          && gtags -i $(GTAGS_ARGS) "$$here"
391
419
 
392
420
distclean-tags:
393
421
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
408
436
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
409
437
          if test -d $$d/$$file; then \
410
438
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
439
            if test -d "$(distdir)/$$file"; then \
 
440
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
441
            fi; \
411
442
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
412
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
443
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
444
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
413
445
            fi; \
414
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
446
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
415
447
          else \
416
 
            test -f $(distdir)/$$file \
417
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
448
            test -f "$(distdir)/$$file" \
 
449
            || cp -p $$d/$$file "$(distdir)/$$file" \
418
450
            || exit 1; \
419
451
          fi; \
420
452
        done
445
477
 
446
478
distclean-generic:
447
479
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
480
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
448
481
 
449
482
maintainer-clean-generic:
450
483
        @echo "This command is intended for maintainers to use"
466
499
 
467
500
html: html-am
468
501
 
 
502
html-am:
 
503
 
469
504
info: info-am
470
505
 
471
506
info-am:
474
509
 
475
510
install-dvi: install-dvi-am
476
511
 
 
512
install-dvi-am:
 
513
 
477
514
install-exec-am:
478
515
 
479
516
install-html: install-html-am
480
517
 
 
518
install-html-am:
 
519
 
481
520
install-info: install-info-am
482
521
 
 
522
install-info-am:
 
523
 
483
524
install-man:
484
525
 
485
526
install-pdf: install-pdf-am
486
527
 
 
528
install-pdf-am:
 
529
 
487
530
install-ps: install-ps-am
488
531
 
 
532
install-ps-am:
 
533
 
489
534
installcheck-am:
490
535
 
491
536
maintainer-clean: maintainer-clean-am
524
569
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
525
570
        tags uninstall uninstall-am uninstall-pkginc_libHEADERS
526
571
 
 
572
 
527
573
# Tell versions [3.59,3.63) of GNU make to not export all variables.
528
574
# Otherwise a system limit (for SysV at least) may be exceeded.
529
575
.NOEXPORT: