~ubuntu-branches/ubuntu/utopic/dovecot/utopic-proposed

« back to all changes in this revision

Viewing changes to pigeonhole/Makefile.in

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-01-08 09:35:49 UTC
  • mfrom: (4.1.35 sid)
  • Revision ID: package-import@ubuntu.com-20140108093549-i72o93pux8p0dlaf
Tags: 1:2.2.9-1ubuntu1
* Merge from Debian unstable, 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.
  + Use the autotools-dev dh addon to update config.guess/config.sub for
    arm64.
* Dropped changes, included in Debian:
  - Update Dovecot name to reflect distribution in login greeting.
  - Update Drac plugin for >= 2.0.0 support.
* d/control: Drop dovecot-postfix package as its no longer required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
45
62
am__aclocal_m4_deps = $(top_srcdir)/m4/dovecot.m4 \
46
63
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
47
64
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
48
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.in
 
65
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
49
66
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
67
        $(ACLOCAL_M4)
51
68
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
63
80
        install-pdf-recursive install-ps-recursive install-recursive \
64
81
        installcheck-recursive installdirs-recursive pdf-recursive \
65
82
        ps-recursive uninstall-recursive
 
83
am__can_run_installinfo = \
 
84
  case $$AM_UPDATE_INFO_DIR in \
 
85
    n|no|NO) false;; \
 
86
    *) (install-info --version) >/dev/null 2>&1;; \
 
87
  esac
66
88
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
67
89
am__vpath_adj = case $$p in \
68
90
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
158
180
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
159
181
DLLTOOL = @DLLTOOL@
160
182
DOVECOT_CFLAGS = @DOVECOT_CFLAGS@
 
183
DOVECOT_COMPRESS_LIBS = @DOVECOT_COMPRESS_LIBS@
161
184
DOVECOT_LIBS = @DOVECOT_LIBS@
162
185
DOVECOT_SQL_LIBS = @DOVECOT_SQL_LIBS@
163
186
DOVECOT_SSL_LIBS = @DOVECOT_SSL_LIBS@
178
201
LD = @LD@
179
202
LDFLAGS = @LDFLAGS@
180
203
LIBDOVECOT = @LIBDOVECOT@
 
204
LIBDOVECOT_COMPRESS = @LIBDOVECOT_COMPRESS@
 
205
LIBDOVECOT_COMPRESS_DEPS = @LIBDOVECOT_COMPRESS_DEPS@
181
206
LIBDOVECOT_CONFIG_INCLUDE = @LIBDOVECOT_CONFIG_INCLUDE@
182
207
LIBDOVECOT_DEPS = @LIBDOVECOT_DEPS@
 
208
LIBDOVECOT_DOVEADM_INCLUDE = @LIBDOVECOT_DOVEADM_INCLUDE@
 
209
LIBDOVECOT_IMAP_INCLUDE = @LIBDOVECOT_IMAP_INCLUDE@
183
210
LIBDOVECOT_INCLUDE = @LIBDOVECOT_INCLUDE@
184
211
LIBDOVECOT_LDA = @LIBDOVECOT_LDA@
185
212
LIBDOVECOT_LDA_DEPS = @LIBDOVECOT_LDA_DEPS@
190
217
LIBDOVECOT_SERVICE_INCLUDE = @LIBDOVECOT_SERVICE_INCLUDE@
191
218
LIBDOVECOT_SQL = @LIBDOVECOT_SQL@
192
219
LIBDOVECOT_SQL_DEPS = @LIBDOVECOT_SQL_DEPS@
 
220
LIBDOVECOT_SSL = @LIBDOVECOT_SSL@
 
221
LIBDOVECOT_SSL_DEPS = @LIBDOVECOT_SSL_DEPS@
193
222
LIBDOVECOT_STORAGE = @LIBDOVECOT_STORAGE@
194
223
LIBDOVECOT_STORAGE_DEPS = @LIBDOVECOT_STORAGE_DEPS@
195
224
LIBDOVECOT_STORAGE_INCLUDE = @LIBDOVECOT_STORAGE_INCLUDE@
295
324
pkginc_libdir = $(dovecot_pkgincludedir)/sieve
296
325
nodist_pkginc_lib_HEADERS = pigeonhole-config.h
297
326
 
298
 
# Testsuite tests
 
327
# Testsuite tests (FIXME: ugly)
299
328
TESTSUITE_BIN = $(top_builddir)/src/testsuite/testsuite $(TESTSUITE_OPTIONS)
300
329
@TESTSUITE_VALGRIND_FALSE@TEST_BIN = $(TESTSUITE_BIN)
301
 
@TESTSUITE_VALGRIND_TRUE@TEST_BIN = valgrind -q --error-exitcode=1 --show-reachable=yes --leak-check=full $(TESTSUITE_BIN) 
 
330
@TESTSUITE_VALGRIND_TRUE@TEST_BIN = valgrind -q --error-exitcode=1 --show-reachable=yes --leak-check=full $(TESTSUITE_BIN)
302
331
@BUILD_UNFINISHED_FALSE@test_unfinished = 
303
332
@BUILD_UNFINISHED_TRUE@test_unfinished = 
304
333
test_cases = \
341
370
        tests/extensions/include/variables.svtest \
342
371
        tests/extensions/include/once.svtest \
343
372
        tests/extensions/include/twice.svtest \
 
373
        tests/extensions/include/optional.svtest \
344
374
        tests/extensions/include/rfc.svtest \
345
375
        tests/extensions/include/execute.svtest \
346
376
        tests/extensions/imap4flags/basic.svtest \
409
439
        tests/deprecated/imapflags/errors.svtest \
410
440
        $(test_unfinished)
411
441
 
 
442
TEST_EXTPROGRAMS_BIN = $(TEST_BIN) \
 
443
        -P src/plugins/sieve-extprograms/.libs/sieve_extprograms
 
444
 
 
445
extprograms_test_cases = \
 
446
        tests/plugins/extprograms/errors.svtest \
 
447
        tests/plugins/extprograms/pipe/command.svtest \
 
448
        tests/plugins/extprograms/pipe/errors.svtest \
 
449
        tests/plugins/extprograms/pipe/execute.svtest \
 
450
        tests/plugins/extprograms/filter/command.svtest \
 
451
        tests/plugins/extprograms/filter/errors.svtest \
 
452
        tests/plugins/extprograms/filter/execute.svtest \
 
453
        tests/plugins/extprograms/execute/command.svtest \
 
454
        tests/plugins/extprograms/execute/errors.svtest \
 
455
        tests/plugins/extprograms/execute/execute.svtest
 
456
 
412
457
all: dummy-config.h pigeonhole-config.h
413
458
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
414
459
 
483
528
        -rm -f libtool config.lt
484
529
install-nodist_pkginc_libHEADERS: $(nodist_pkginc_lib_HEADERS)
485
530
        @$(NORMAL_INSTALL)
486
 
        test -z "$(pkginc_libdir)" || $(MKDIR_P) "$(DESTDIR)$(pkginc_libdir)"
487
531
        @list='$(nodist_pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
 
532
        if test -n "$$list"; then \
 
533
          echo " $(MKDIR_P) '$(DESTDIR)$(pkginc_libdir)'"; \
 
534
          $(MKDIR_P) "$(DESTDIR)$(pkginc_libdir)" || exit 1; \
 
535
        fi; \
488
536
        for p in $$list; do \
489
537
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
490
538
          echo "$$d$$p"; \
669
717
        done
670
718
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
671
719
          if test "$$subdir" = .; then :; else \
672
 
            test -d "$(distdir)/$$subdir" \
673
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
674
 
            || exit 1; \
675
 
          fi; \
676
 
        done
677
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
678
 
          if test "$$subdir" = .; then :; else \
 
720
            $(am__make_dryrun) \
 
721
              || test -d "$(distdir)/$$subdir" \
 
722
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
723
              || exit 1; \
679
724
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
680
725
            $(am__relativize); \
681
726
            new_distdir=$$reldir; \
761
806
        *.zip*) \
762
807
          unzip $(distdir).zip ;;\
763
808
        esac
764
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
809
        chmod -R a-w $(distdir); chmod u+w $(distdir)
765
810
        mkdir $(distdir)/_build
766
811
        mkdir $(distdir)/_inst
767
812
        chmod a-w $(distdir)
960
1005
$(test_cases):
961
1006
        @$(TEST_BIN) $(top_srcdir)/$@
962
1007
 
963
 
.PHONY: $(test_cases)
 
1008
$(extprograms_test_cases):
 
1009
        @$(TEST_EXTPROGRAMS_BIN)        $(top_srcdir)/$@
964
1010
 
 
1011
.PHONY: $(test_cases) $(extprograms_test_cases)
965
1012
test: $(test_cases)
 
1013
test-plugins: $(extprograms_test_cases)
966
1014
 
967
1015
check: check-am test all-am
968
1016