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

« back to all changes in this revision

Viewing changes to src/lib/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
liblib_a_AR = $(AR) $(ARFLAGS)
94
97
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
95
98
depcomp = $(SHELL) $(top_srcdir)/depcomp
96
99
am__depfiles_maybe = depfiles
 
100
am__mv = mv -f
97
101
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
98
102
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99
103
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
154
158
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
155
159
    *) f=$$p;; \
156
160
  esac;
157
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
161
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
162
am__install_max = 40
 
163
am__nobase_strip_setup = \
 
164
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
165
am__nobase_strip = \
 
166
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
167
am__nobase_list = $(am__nobase_strip_setup); \
 
168
  for p in $$list; do echo "$$p $$p"; done | \
 
169
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
170
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
171
    if (++n[$$2] == $(am__install_max)) \
 
172
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
173
    END { for (dir in files) print dir, files[dir] }'
 
174
am__base_list = \
 
175
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
176
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
158
177
am__installdirs = "$(DESTDIR)$(pkginc_libdir)"
159
 
pkginc_libHEADERS_INSTALL = $(INSTALL_HEADER)
160
178
HEADERS = $(noinst_HEADERS) $(pkginc_lib_HEADERS)
161
179
ETAGS = etags
162
180
CTAGS = ctags
233
251
PACKAGE_NAME = @PACKAGE_NAME@
234
252
PACKAGE_STRING = @PACKAGE_STRING@
235
253
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
254
PACKAGE_URL = @PACKAGE_URL@
236
255
PACKAGE_VERSION = @PACKAGE_VERSION@
237
256
PATH_SEPARATOR = @PATH_SEPARATOR@
238
257
PGSQL_CFLAGS = @PGSQL_CFLAGS@
315
334
top_srcdir = @top_srcdir@
316
335
noinst_LIBRARIES = liblib.a
317
336
BUILT_SOURCES = unicodemap.c
318
 
EXTRA_DIST = unicodemap.c unicodemap.pl
 
337
EXTRA_DIST = unicodemap.c unicodemap.pl UnicodeData.txt
319
338
liblib_a_SOURCES = \
320
339
        array.c \
321
340
        aqueue.c \
525
544
              exit 1;; \
526
545
          esac; \
527
546
        done; \
528
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/Makefile'; \
529
 
        cd $(top_srcdir) && \
530
 
          $(AUTOMAKE) --foreign  src/lib/Makefile
 
547
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/Makefile'; \
 
548
        $(am__cd) $(top_srcdir) && \
 
549
          $(AUTOMAKE) --foreign src/lib/Makefile
531
550
.PRECIOUS: Makefile
532
551
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
533
552
        @case '$?' in \
545
564
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
546
565
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
547
566
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
567
$(am__aclocal_m4_deps):
548
568
 
549
569
clean-noinstLIBRARIES:
550
570
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
662
682
 
663
683
.c.o:
664
684
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
665
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
685
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
666
686
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
667
687
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
668
688
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
669
689
 
670
690
.c.obj:
671
691
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
672
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
692
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
673
693
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
674
694
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
675
695
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
676
696
 
677
697
.c.lo:
678
698
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
679
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
699
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
680
700
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
681
701
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
682
702
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
689
709
install-pkginc_libHEADERS: $(pkginc_lib_HEADERS)
690
710
        @$(NORMAL_INSTALL)
691
711
        test -z "$(pkginc_libdir)" || $(MKDIR_P) "$(DESTDIR)$(pkginc_libdir)"
692
 
        @list='$(pkginc_lib_HEADERS)'; for p in $$list; do \
 
712
        @list='$(pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
 
713
        for p in $$list; do \
693
714
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
694
 
          f=$(am__strip_dir) \
695
 
          echo " $(pkginc_libHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkginc_libdir)/$$f'"; \
696
 
          $(pkginc_libHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkginc_libdir)/$$f"; \
 
715
          echo "$$d$$p"; \
 
716
        done | $(am__base_list) | \
 
717
        while read files; do \
 
718
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkginc_libdir)'"; \
 
719
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkginc_libdir)" || exit $$?; \
697
720
        done
698
721
 
699
722
uninstall-pkginc_libHEADERS:
700
723
        @$(NORMAL_UNINSTALL)
701
 
        @list='$(pkginc_lib_HEADERS)'; for p in $$list; do \
702
 
          f=$(am__strip_dir) \
703
 
          echo " rm -f '$(DESTDIR)$(pkginc_libdir)/$$f'"; \
704
 
          rm -f "$(DESTDIR)$(pkginc_libdir)/$$f"; \
705
 
        done
 
724
        @list='$(pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
 
725
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
726
        test -n "$$files" || exit 0; \
 
727
        echo " ( cd '$(DESTDIR)$(pkginc_libdir)' && rm -f" $$files ")"; \
 
728
        cd "$(DESTDIR)$(pkginc_libdir)" && rm -f $$files
706
729
 
707
730
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
708
731
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
716
739
 
717
740
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
718
741
                $(TAGS_FILES) $(LISP)
719
 
        tags=; \
 
742
        set x; \
720
743
        here=`pwd`; \
721
744
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
722
745
        unique=`for i in $$list; do \
724
747
          done | \
725
748
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
726
749
              END { if (nonempty) { for (i in files) print i; }; }'`; \
727
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
750
        shift; \
 
751
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
728
752
          test -n "$$unique" || unique=$$empty_fix; \
729
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
730
 
            $$tags $$unique; \
 
753
          if test $$# -gt 0; then \
 
754
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
755
              "$$@" $$unique; \
 
756
          else \
 
757
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
758
              $$unique; \
 
759
          fi; \
731
760
        fi
732
761
ctags: CTAGS
733
762
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
734
763
                $(TAGS_FILES) $(LISP)
735
 
        tags=; \
736
764
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
737
765
        unique=`for i in $$list; do \
738
766
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
739
767
          done | \
740
768
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
741
769
              END { if (nonempty) { for (i in files) print i; }; }'`; \
742
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
770
        test -z "$(CTAGS_ARGS)$$unique" \
743
771
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
744
 
             $$tags $$unique
 
772
             $$unique
745
773
 
746
774
GTAGS:
747
775
        here=`$(am__cd) $(top_builddir) && pwd` \
748
 
          && cd $(top_srcdir) \
749
 
          && gtags -i $(GTAGS_ARGS) $$here
 
776
          && $(am__cd) $(top_srcdir) \
 
777
          && gtags -i $(GTAGS_ARGS) "$$here"
750
778
 
751
779
distclean-tags:
752
780
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
767
795
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
768
796
          if test -d $$d/$$file; then \
769
797
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
798
            if test -d "$(distdir)/$$file"; then \
 
799
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
800
            fi; \
770
801
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
771
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
802
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
803
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
772
804
            fi; \
773
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
805
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
774
806
          else \
775
 
            test -f $(distdir)/$$file \
776
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
807
            test -f "$(distdir)/$$file" \
 
808
            || cp -p $$d/$$file "$(distdir)/$$file" \
777
809
            || exit 1; \
778
810
          fi; \
779
811
        done
806
838
 
807
839
distclean-generic:
808
840
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
841
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
809
842
 
810
843
maintainer-clean-generic:
811
844
        @echo "This command is intended for maintainers to use"
828
861
 
829
862
html: html-am
830
863
 
 
864
html-am:
 
865
 
831
866
info: info-am
832
867
 
833
868
info-am:
836
871
 
837
872
install-dvi: install-dvi-am
838
873
 
 
874
install-dvi-am:
 
875
 
839
876
install-exec-am:
840
877
 
841
878
install-html: install-html-am
842
879
 
 
880
install-html-am:
 
881
 
843
882
install-info: install-info-am
844
883
 
 
884
install-info-am:
 
885
 
845
886
install-man:
846
887
 
847
888
install-pdf: install-pdf-am
848
889
 
 
890
install-pdf-am:
 
891
 
849
892
install-ps: install-ps-am
850
893
 
 
894
install-ps-am:
 
895
 
851
896
installcheck-am:
852
897
 
853
898
maintainer-clean: maintainer-clean-am
870
915
 
871
916
uninstall-am: uninstall-pkginc_libHEADERS
872
917
 
873
 
.MAKE: install-am install-strip
 
918
.MAKE: all check install install-am install-strip
874
919
 
875
920
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
876
921
        clean-libtool clean-noinstLIBRARIES ctags distclean \
890
935
$(srcdir)/unicodemap.c: unicodemap.pl
891
936
        test -f UnicodeData.txt || wget http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
892
937
        perl $(srcdir)/unicodemap.pl < UnicodeData.txt > $@
 
938
 
893
939
# Tell versions [3.59,3.63) of GNU make to not export all variables.
894
940
# Otherwise a system limit (for SysV at least) may be exceeded.
895
941
.NOEXPORT: