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

« back to all changes in this revision

Viewing changes to managesieve/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.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
VPATH = @srcdir@
 
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
21
install_sh_DATA = $(install_sh) -c -m 644
 
22
install_sh_PROGRAM = $(install_sh) -c
 
23
install_sh_SCRIPT = $(install_sh) -c
 
24
INSTALL_HEADER = $(INSTALL_DATA)
 
25
transform = $(program_transform_name)
 
26
NORMAL_INSTALL = :
 
27
PRE_INSTALL = :
 
28
POST_INSTALL = :
 
29
NORMAL_UNINSTALL = :
 
30
PRE_UNINSTALL = :
 
31
POST_UNINSTALL = :
 
32
build_triplet = @build@
 
33
host_triplet = @host@
 
34
subdir = .
 
35
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
36
        $(srcdir)/Makefile.in $(srcdir)/dmanagesieve-config.h.in \
 
37
        $(srcdir)/dummy-config.h.in $(srcdir)/stamp.h.in \
 
38
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
39
        TODO config.guess config.sub depcomp install-sh ltmain.sh \
 
40
        missing
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
46
 configure.lineno config.status.lineno
 
47
mkinstalldirs = $(install_sh) -d
 
48
CONFIG_HEADER = dummy-config.h dmanagesieve-config.h
 
49
CONFIG_CLEAN_FILES = stamp.h
 
50
SOURCES =
 
51
DIST_SOURCES =
 
52
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
53
        html-recursive info-recursive install-data-recursive \
 
54
        install-dvi-recursive install-exec-recursive \
 
55
        install-html-recursive install-info-recursive \
 
56
        install-pdf-recursive install-ps-recursive install-recursive \
 
57
        installcheck-recursive installdirs-recursive pdf-recursive \
 
58
        ps-recursive uninstall-recursive
 
59
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
60
  distclean-recursive maintainer-clean-recursive
 
61
ETAGS = etags
 
62
CTAGS = ctags
 
63
DIST_SUBDIRS = $(SUBDIRS)
 
64
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
65
distdir = $(PACKAGE)-$(VERSION)
 
66
top_distdir = $(distdir)
 
67
am__remove_distdir = \
 
68
  { test ! -d $(distdir) \
 
69
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
70
         && rm -fr $(distdir); }; }
 
71
DIST_ARCHIVES = $(distdir).tar.gz
 
72
GZIP_ENV = --best
 
73
distuninstallcheck_listfiles = find . -type f -print
 
74
distcleancheck_listfiles = find . -type f -print
 
75
ACLOCAL = @ACLOCAL@
 
76
AMTAR = @AMTAR@
 
77
AR = @AR@
 
78
AUTOCONF = @AUTOCONF@
 
79
AUTOHEADER = @AUTOHEADER@
 
80
AUTOMAKE = @AUTOMAKE@
 
81
AWK = @AWK@
 
82
CC = @CC@
 
83
CCDEPMODE = @CCDEPMODE@
 
84
CFLAGS = @CFLAGS@
 
85
CPP = @CPP@
 
86
CPPFLAGS = @CPPFLAGS@
 
87
CYGPATH_W = @CYGPATH_W@
 
88
DEFS = @DEFS@
 
89
DEPDIR = @DEPDIR@
 
90
DSYMUTIL = @DSYMUTIL@
 
91
DUMPBIN = @DUMPBIN@
 
92
ECHO_C = @ECHO_C@
 
93
ECHO_N = @ECHO_N@
 
94
ECHO_T = @ECHO_T@
 
95
EGREP = @EGREP@
 
96
EXEEXT = @EXEEXT@
 
97
FGREP = @FGREP@
 
98
GREP = @GREP@
 
99
INSTALL = @INSTALL@
 
100
INSTALL_DATA = @INSTALL_DATA@
 
101
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
102
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
103
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
104
LD = @LD@
 
105
LDFLAGS = @LDFLAGS@
 
106
LIBICONV = @LIBICONV@
 
107
LIBOBJS = @LIBOBJS@
 
108
LIBS = @LIBS@
 
109
LIBTOOL = @LIBTOOL@
 
110
LIPO = @LIPO@
 
111
LN_S = @LN_S@
 
112
LTLIBOBJS = @LTLIBOBJS@
 
113
MAINT = @MAINT@
 
114
MAKEINFO = @MAKEINFO@
 
115
MKDIR_P = @MKDIR_P@
 
116
MODULE_LIBS = @MODULE_LIBS@
 
117
NM = @NM@
 
118
NMEDIT = @NMEDIT@
 
119
OBJDUMP = @OBJDUMP@
 
120
OBJEXT = @OBJEXT@
 
121
OTOOL = @OTOOL@
 
122
OTOOL64 = @OTOOL64@
 
123
PACKAGE = @PACKAGE@
 
124
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
125
PACKAGE_NAME = @PACKAGE_NAME@
 
126
PACKAGE_STRING = @PACKAGE_STRING@
 
127
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
128
PACKAGE_URL = @PACKAGE_URL@
 
129
PACKAGE_VERSION = @PACKAGE_VERSION@
 
130
PATH_SEPARATOR = @PATH_SEPARATOR@
 
131
RAND_LIBS = @RAND_LIBS@
 
132
RANLIB = @RANLIB@
 
133
SED = @SED@
 
134
SET_MAKE = @SET_MAKE@
 
135
SHELL = @SHELL@
 
136
SIEVE_PLUGIN_INCLUDE = @SIEVE_PLUGIN_INCLUDE@
 
137
SIEVE_PLUGIN_LIB = @SIEVE_PLUGIN_LIB@
 
138
SIEVE_PLUGIN_TOP = @SIEVE_PLUGIN_TOP@
 
139
SSL_LIBS = @SSL_LIBS@
 
140
STORAGE_LIBS = @STORAGE_LIBS@
 
141
STRIP = @STRIP@
 
142
VERSION = @VERSION@
 
143
abs_builddir = @abs_builddir@
 
144
abs_srcdir = @abs_srcdir@
 
145
abs_top_builddir = @abs_top_builddir@
 
146
abs_top_srcdir = @abs_top_srcdir@
 
147
ac_ct_CC = @ac_ct_CC@
 
148
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
149
am__include = @am__include@
 
150
am__leading_dot = @am__leading_dot@
 
151
am__quote = @am__quote@
 
152
am__tar = @am__tar@
 
153
am__untar = @am__untar@
 
154
bindir = @bindir@
 
155
build = @build@
 
156
build_alias = @build_alias@
 
157
build_cpu = @build_cpu@
 
158
build_os = @build_os@
 
159
build_vendor = @build_vendor@
 
160
builddir = @builddir@
 
161
datadir = @datadir@
 
162
datarootdir = @datarootdir@
 
163
docdir = @docdir@
 
164
dovecot_incdir = @dovecot_incdir@
 
165
dovecot_sievedir = @dovecot_sievedir@
 
166
dovecotdir = @dovecotdir@
 
167
dvidir = @dvidir@
 
168
exec_prefix = @exec_prefix@
 
169
host = @host@
 
170
host_alias = @host_alias@
 
171
host_cpu = @host_cpu@
 
172
host_os = @host_os@
 
173
host_vendor = @host_vendor@
 
174
htmldir = @htmldir@
 
175
includedir = @includedir@
 
176
infodir = @infodir@
 
177
install_sh = @install_sh@
 
178
libdir = @libdir@
 
179
libexecdir = @libexecdir@
 
180
localedir = @localedir@
 
181
localstatedir = @localstatedir@
 
182
lt_ECHO = @lt_ECHO@
 
183
mandir = @mandir@
 
184
mkdir_p = @mkdir_p@
 
185
moduledir = @moduledir@
 
186
oldincludedir = @oldincludedir@
 
187
pdfdir = @pdfdir@
 
188
prefix = @prefix@
 
189
program_transform_name = @program_transform_name@
 
190
psdir = @psdir@
 
191
sbindir = @sbindir@
 
192
sharedstatedir = @sharedstatedir@
 
193
srcdir = @srcdir@
 
194
sysconfdir = @sysconfdir@
 
195
target_alias = @target_alias@
 
196
top_build_prefix = @top_build_prefix@
 
197
top_builddir = @top_builddir@
 
198
top_srcdir = @top_srcdir@
 
199
SUBDIRS = src
 
200
EXTRA_DIST = \
 
201
        COPYING.LGPL \
 
202
        ChangeLog \
 
203
        doc
 
204
 
 
205
all: dummy-config.h dmanagesieve-config.h
 
206
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
207
 
 
208
.SUFFIXES:
 
209
am--refresh:
 
210
        @:
 
211
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
212
        @for dep in $?; do \
 
213
          case '$(am__configure_deps)' in \
 
214
            *$$dep*) \
 
215
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
 
216
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
217
                && exit 0; \
 
218
              exit 1;; \
 
219
          esac; \
 
220
        done; \
 
221
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
 
222
        cd $(top_srcdir) && \
 
223
          $(AUTOMAKE) --foreign  Makefile
 
224
.PRECIOUS: Makefile
 
225
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
226
        @case '$?' in \
 
227
          *config.status*) \
 
228
            echo ' $(SHELL) ./config.status'; \
 
229
            $(SHELL) ./config.status;; \
 
230
          *) \
 
231
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
232
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
233
        esac;
 
234
 
 
235
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
236
        $(SHELL) ./config.status --recheck
 
237
 
 
238
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
239
        cd $(srcdir) && $(AUTOCONF)
 
240
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
241
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
242
 
 
243
dummy-config.h: stamp-h1
 
244
        @if test ! -f $@; then \
 
245
          rm -f stamp-h1; \
 
246
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
247
        else :; fi
 
248
 
 
249
stamp-h1: $(srcdir)/dummy-config.h.in $(top_builddir)/config.status
 
250
        @rm -f stamp-h1
 
251
        cd $(top_builddir) && $(SHELL) ./config.status dummy-config.h
 
252
$(srcdir)/dummy-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
253
        cd $(top_srcdir) && $(AUTOHEADER)
 
254
        rm -f stamp-h1
 
255
        touch $@
 
256
 
 
257
dmanagesieve-config.h: stamp-h2
 
258
        @if test ! -f $@; then \
 
259
          rm -f stamp-h2; \
 
260
          $(MAKE) $(AM_MAKEFLAGS) stamp-h2; \
 
261
        else :; fi
 
262
 
 
263
stamp-h2: $(srcdir)/dmanagesieve-config.h.in $(top_builddir)/config.status
 
264
        @rm -f stamp-h2
 
265
        cd $(top_builddir) && $(SHELL) ./config.status dmanagesieve-config.h
 
266
 
 
267
distclean-hdr:
 
268
        -rm -f dummy-config.h stamp-h1 dmanagesieve-config.h stamp-h2
 
269
stamp.h: $(top_builddir)/config.status $(srcdir)/stamp.h.in
 
270
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
271
 
 
272
mostlyclean-libtool:
 
273
        -rm -f *.lo
 
274
 
 
275
clean-libtool:
 
276
        -rm -rf .libs _libs
 
277
 
 
278
distclean-libtool:
 
279
        -rm -f libtool config.lt
 
280
 
 
281
# This directory's subdirectories are mostly independent; you can cd
 
282
# into them and run `make' without going through this Makefile.
 
283
# To change the values of `make' variables: instead of editing Makefiles,
 
284
# (1) if the variable is set in `config.status', edit `config.status'
 
285
#     (which will cause the Makefiles to be regenerated when you run `make');
 
286
# (2) otherwise, pass the desired values on the `make' command line.
 
287
$(RECURSIVE_TARGETS):
 
288
        @failcom='exit 1'; \
 
289
        for f in x $$MAKEFLAGS; do \
 
290
          case $$f in \
 
291
            *=* | --[!k]*);; \
 
292
            *k*) failcom='fail=yes';; \
 
293
          esac; \
 
294
        done; \
 
295
        dot_seen=no; \
 
296
        target=`echo $@ | sed s/-recursive//`; \
 
297
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
298
          echo "Making $$target in $$subdir"; \
 
299
          if test "$$subdir" = "."; then \
 
300
            dot_seen=yes; \
 
301
            local_target="$$target-am"; \
 
302
          else \
 
303
            local_target="$$target"; \
 
304
          fi; \
 
305
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
306
          || eval $$failcom; \
 
307
        done; \
 
308
        if test "$$dot_seen" = "no"; then \
 
309
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
310
        fi; test -z "$$fail"
 
311
 
 
312
$(RECURSIVE_CLEAN_TARGETS):
 
313
        @failcom='exit 1'; \
 
314
        for f in x $$MAKEFLAGS; do \
 
315
          case $$f in \
 
316
            *=* | --[!k]*);; \
 
317
            *k*) failcom='fail=yes';; \
 
318
          esac; \
 
319
        done; \
 
320
        dot_seen=no; \
 
321
        case "$@" in \
 
322
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
323
          *) list='$(SUBDIRS)' ;; \
 
324
        esac; \
 
325
        rev=''; for subdir in $$list; do \
 
326
          if test "$$subdir" = "."; then :; else \
 
327
            rev="$$subdir $$rev"; \
 
328
          fi; \
 
329
        done; \
 
330
        rev="$$rev ."; \
 
331
        target=`echo $@ | sed s/-recursive//`; \
 
332
        for subdir in $$rev; do \
 
333
          echo "Making $$target in $$subdir"; \
 
334
          if test "$$subdir" = "."; then \
 
335
            local_target="$$target-am"; \
 
336
          else \
 
337
            local_target="$$target"; \
 
338
          fi; \
 
339
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
340
          || eval $$failcom; \
 
341
        done && test -z "$$fail"
 
342
tags-recursive:
 
343
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
344
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
345
        done
 
346
ctags-recursive:
 
347
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
348
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
349
        done
 
350
 
 
351
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
352
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
353
        unique=`for i in $$list; do \
 
354
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
355
          done | \
 
356
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
357
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
358
        mkid -fID $$unique
 
359
tags: TAGS
 
360
 
 
361
TAGS: tags-recursive $(HEADERS) $(SOURCES) dummy-config.h.in dmanagesieve-config.h.in $(TAGS_DEPENDENCIES) \
 
362
                $(TAGS_FILES) $(LISP)
 
363
        tags=; \
 
364
        here=`pwd`; \
 
365
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
366
          include_option=--etags-include; \
 
367
          empty_fix=.; \
 
368
        else \
 
369
          include_option=--include; \
 
370
          empty_fix=; \
 
371
        fi; \
 
372
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
373
          if test "$$subdir" = .; then :; else \
 
374
            test ! -f $$subdir/TAGS || \
 
375
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
376
          fi; \
 
377
        done; \
 
378
        list='$(SOURCES) $(HEADERS) dummy-config.h.in dmanagesieve-config.h.in $(LISP) $(TAGS_FILES)'; \
 
379
        unique=`for i in $$list; do \
 
380
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
381
          done | \
 
382
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
383
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
384
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
385
          test -n "$$unique" || unique=$$empty_fix; \
 
386
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
387
            $$tags $$unique; \
 
388
        fi
 
389
ctags: CTAGS
 
390
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) dummy-config.h.in dmanagesieve-config.h.in $(TAGS_DEPENDENCIES) \
 
391
                $(TAGS_FILES) $(LISP)
 
392
        tags=; \
 
393
        list='$(SOURCES) $(HEADERS) dummy-config.h.in dmanagesieve-config.h.in $(LISP) $(TAGS_FILES)'; \
 
394
        unique=`for i in $$list; do \
 
395
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
396
          done | \
 
397
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
398
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
399
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
400
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
401
             $$tags $$unique
 
402
 
 
403
GTAGS:
 
404
        here=`$(am__cd) $(top_builddir) && pwd` \
 
405
          && cd $(top_srcdir) \
 
406
          && gtags -i $(GTAGS_ARGS) $$here
 
407
 
 
408
distclean-tags:
 
409
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
410
 
 
411
distdir: $(DISTFILES)
 
412
        $(am__remove_distdir)
 
413
        test -d $(distdir) || mkdir $(distdir)
 
414
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
415
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
416
        list='$(DISTFILES)'; \
 
417
          dist_files=`for file in $$list; do echo $$file; done | \
 
418
          sed -e "s|^$$srcdirstrip/||;t" \
 
419
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
420
        case $$dist_files in \
 
421
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
422
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
423
                           sort -u` ;; \
 
424
        esac; \
 
425
        for file in $$dist_files; do \
 
426
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
427
          if test -d $$d/$$file; then \
 
428
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
429
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
430
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
431
            fi; \
 
432
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
433
          else \
 
434
            test -f $(distdir)/$$file \
 
435
            || cp -p $$d/$$file $(distdir)/$$file \
 
436
            || exit 1; \
 
437
          fi; \
 
438
        done
 
439
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
440
          if test "$$subdir" = .; then :; else \
 
441
            test -d "$(distdir)/$$subdir" \
 
442
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
443
            || exit 1; \
 
444
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
445
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
446
            (cd $$subdir && \
 
447
              $(MAKE) $(AM_MAKEFLAGS) \
 
448
                top_distdir="$$top_distdir" \
 
449
                distdir="$$distdir/$$subdir" \
 
450
                am__remove_distdir=: \
 
451
                am__skip_length_check=: \
 
452
                distdir) \
 
453
              || exit 1; \
 
454
          fi; \
 
455
        done
 
456
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
457
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
458
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
459
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
460
        || chmod -R a+r $(distdir)
 
461
dist-gzip: distdir
 
462
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
463
        $(am__remove_distdir)
 
464
 
 
465
dist-bzip2: distdir
 
466
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
467
        $(am__remove_distdir)
 
468
 
 
469
dist-lzma: distdir
 
470
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
471
        $(am__remove_distdir)
 
472
 
 
473
dist-tarZ: distdir
 
474
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
475
        $(am__remove_distdir)
 
476
 
 
477
dist-shar: distdir
 
478
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
479
        $(am__remove_distdir)
 
480
 
 
481
dist-zip: distdir
 
482
        -rm -f $(distdir).zip
 
483
        zip -rq $(distdir).zip $(distdir)
 
484
        $(am__remove_distdir)
 
485
 
 
486
dist dist-all: distdir
 
487
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
488
        $(am__remove_distdir)
 
489
 
 
490
# This target untars the dist file and tries a VPATH configuration.  Then
 
491
# it guarantees that the distribution is self-contained by making another
 
492
# tarfile.
 
493
distcheck: dist
 
494
        case '$(DIST_ARCHIVES)' in \
 
495
        *.tar.gz*) \
 
496
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
497
        *.tar.bz2*) \
 
498
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
499
        *.tar.lzma*) \
 
500
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
501
        *.tar.Z*) \
 
502
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
503
        *.shar.gz*) \
 
504
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
505
        *.zip*) \
 
506
          unzip $(distdir).zip ;;\
 
507
        esac
 
508
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
509
        mkdir $(distdir)/_build
 
510
        mkdir $(distdir)/_inst
 
511
        chmod a-w $(distdir)
 
512
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
513
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
514
          && cd $(distdir)/_build \
 
515
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
516
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
517
          && $(MAKE) $(AM_MAKEFLAGS) \
 
518
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
519
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
520
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
521
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
522
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
523
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
524
                distuninstallcheck \
 
525
          && chmod -R a-w "$$dc_install_base" \
 
526
          && ({ \
 
527
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
528
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
529
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
530
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
531
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
532
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
533
          && rm -rf "$$dc_destdir" \
 
534
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
535
          && rm -rf $(DIST_ARCHIVES) \
 
536
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
537
        $(am__remove_distdir)
 
538
        @(echo "$(distdir) archives ready for distribution: "; \
 
539
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
540
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
541
distuninstallcheck:
 
542
        @cd $(distuninstallcheck_dir) \
 
543
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
544
           || { echo "ERROR: files left after uninstall:" ; \
 
545
                if test -n "$(DESTDIR)"; then \
 
546
                  echo "  (check DESTDIR support)"; \
 
547
                fi ; \
 
548
                $(distuninstallcheck_listfiles) ; \
 
549
                exit 1; } >&2
 
550
distcleancheck: distclean
 
551
        @if test '$(srcdir)' = . ; then \
 
552
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
553
          exit 1 ; \
 
554
        fi
 
555
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
556
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
557
               $(distcleancheck_listfiles) ; \
 
558
               exit 1; } >&2
 
559
check-am: all-am
 
560
check: check-recursive
 
561
all-am: Makefile dummy-config.h dmanagesieve-config.h
 
562
installdirs: installdirs-recursive
 
563
installdirs-am:
 
564
install: install-recursive
 
565
install-exec: install-exec-recursive
 
566
install-data: install-data-recursive
 
567
uninstall: uninstall-recursive
 
568
 
 
569
install-am: all-am
 
570
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
571
 
 
572
installcheck: installcheck-recursive
 
573
install-strip:
 
574
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
575
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
576
          `test -z '$(STRIP)' || \
 
577
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
578
mostlyclean-generic:
 
579
 
 
580
clean-generic:
 
581
 
 
582
distclean-generic:
 
583
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
584
 
 
585
maintainer-clean-generic:
 
586
        @echo "This command is intended for maintainers to use"
 
587
        @echo "it deletes files that may require special tools to rebuild."
 
588
clean: clean-recursive
 
589
 
 
590
clean-am: clean-generic clean-libtool mostlyclean-am
 
591
 
 
592
distclean: distclean-recursive
 
593
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
594
        -rm -f Makefile
 
595
distclean-am: clean-am distclean-generic distclean-hdr \
 
596
        distclean-libtool distclean-tags
 
597
 
 
598
dvi: dvi-recursive
 
599
 
 
600
dvi-am:
 
601
 
 
602
html: html-recursive
 
603
 
 
604
info: info-recursive
 
605
 
 
606
info-am:
 
607
 
 
608
install-data-am:
 
609
 
 
610
install-dvi: install-dvi-recursive
 
611
 
 
612
install-exec-am:
 
613
 
 
614
install-html: install-html-recursive
 
615
 
 
616
install-info: install-info-recursive
 
617
 
 
618
install-man:
 
619
 
 
620
install-pdf: install-pdf-recursive
 
621
 
 
622
install-ps: install-ps-recursive
 
623
 
 
624
installcheck-am:
 
625
 
 
626
maintainer-clean: maintainer-clean-recursive
 
627
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
628
        -rm -rf $(top_srcdir)/autom4te.cache
 
629
        -rm -f Makefile
 
630
maintainer-clean-am: distclean-am maintainer-clean-generic
 
631
 
 
632
mostlyclean: mostlyclean-recursive
 
633
 
 
634
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
635
 
 
636
pdf: pdf-recursive
 
637
 
 
638
pdf-am:
 
639
 
 
640
ps: ps-recursive
 
641
 
 
642
ps-am:
 
643
 
 
644
uninstall-am:
 
645
 
 
646
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
647
        install-strip
 
648
 
 
649
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
650
        all all-am am--refresh check check-am clean clean-generic \
 
651
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
652
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
 
653
        distclean distclean-generic distclean-hdr distclean-libtool \
 
654
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
655
        dvi-am html html-am info info-am install install-am \
 
656
        install-data install-data-am install-dvi install-dvi-am \
 
657
        install-exec install-exec-am install-html install-html-am \
 
658
        install-info install-info-am install-man install-pdf \
 
659
        install-pdf-am install-ps install-ps-am install-strip \
 
660
        installcheck installcheck-am installdirs installdirs-am \
 
661
        maintainer-clean maintainer-clean-generic mostlyclean \
 
662
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
663
        tags tags-recursive uninstall uninstall-am
 
664
 
 
665
 
 
666
@MAINTAINER_MODE_TRUE@ChangeLog: .hg/dirstate
 
667
@MAINTAINER_MODE_TRUE@  hg log --style=changelog > ChangeLog
 
668
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
669
# Otherwise a system limit (for SysV at least) may be exceeded.
 
670
.NOEXPORT: