~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to dovecot-managesieve/src/lib-cmusieve/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): CHuck Short, Chuck Short
  • Date: 2009-11-06 00:47:29 UTC
  • mfrom: (4.1.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091106004729-i39n7v9e7d4h51f6
Tags: 1:1.2.6-1ubuntu1
* 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 restrictions
    - 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 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
   + debian/patches/dovecot-postfix.conf.diff:
     + 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.
   + debian/rules:
     - Create emtpy stamp.h.in files in dovecot-sieve/ and dovecot-managesieve/
       if they're not there since empty files are not included in the diff.gz 
       file.
   + Add SMTP-AUTH support for Outlook (login auth mechanism)
   + Dropped:
     - debian/patches/security-CVE-2009-3235: Applied upstream.
     - debian/patches/fix-pop3-assertion.dpatch: Applied upstream.
     - dovecot-sieve and dovecot-managesieve: Use the debian patches instead.

  [Chuck Short]
  - Updated dovecot-sieve to 0.1.13.
  - Updated dovecot-managesieve to 0.11.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 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
 
 
17
 
 
18
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
 
install_sh_DATA = $(install_sh) -c -m 644
24
 
install_sh_PROGRAM = $(install_sh) -c
25
 
install_sh_SCRIPT = $(install_sh) -c
26
 
INSTALL_HEADER = $(INSTALL_DATA)
27
 
transform = $(program_transform_name)
28
 
NORMAL_INSTALL = :
29
 
PRE_INSTALL = :
30
 
POST_INSTALL = :
31
 
NORMAL_UNINSTALL = :
32
 
PRE_UNINSTALL = :
33
 
POST_UNINSTALL = :
34
 
build_triplet = @build@
35
 
host_triplet = @host@
36
 
subdir = src/lib-cmusieve
37
 
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
38
 
        $(srcdir)/Makefile.in
39
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
41
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
 
        $(ACLOCAL_M4)
43
 
mkinstalldirs = $(install_sh) -d
44
 
CONFIG_HEADER = $(top_builddir)/dmanagesieve-config.h
45
 
CONFIG_CLEAN_FILES =
46
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
47
 
am_libsieve_cmu_la_OBJECTS = imparse.lo map.lo sieve-error.lo \
48
 
        sieve-script.lo sieve.lo
49
 
libsieve_cmu_la_OBJECTS = $(am_libsieve_cmu_la_OBJECTS)
50
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
51
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
52
 
am__depfiles_maybe = depfiles
53
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
54
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
55
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
56
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
57
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
58
 
CCLD = $(CC)
59
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
60
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
61
 
        $(LDFLAGS) -o $@
62
 
SOURCES = $(libsieve_cmu_la_SOURCES)
63
 
DIST_SOURCES = $(libsieve_cmu_la_SOURCES)
64
 
HEADERS = $(noinst_HEADERS)
65
 
ETAGS = etags
66
 
CTAGS = ctags
67
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68
 
ACLOCAL = @ACLOCAL@
69
 
AMTAR = @AMTAR@
70
 
AR = @AR@
71
 
AUTOCONF = @AUTOCONF@
72
 
AUTOHEADER = @AUTOHEADER@
73
 
AUTOMAKE = @AUTOMAKE@
74
 
AWK = @AWK@
75
 
CC = @CC@
76
 
CCDEPMODE = @CCDEPMODE@
77
 
CFLAGS = @CFLAGS@
78
 
CPP = @CPP@
79
 
CPPFLAGS = @CPPFLAGS@
80
 
CXX = @CXX@
81
 
CXXCPP = @CXXCPP@
82
 
CXXDEPMODE = @CXXDEPMODE@
83
 
CXXFLAGS = @CXXFLAGS@
84
 
CYGPATH_W = @CYGPATH_W@
85
 
DEFS = @DEFS@
86
 
DEPDIR = @DEPDIR@
87
 
DSYMUTIL = @DSYMUTIL@
88
 
ECHO = @ECHO@
89
 
ECHO_C = @ECHO_C@
90
 
ECHO_N = @ECHO_N@
91
 
ECHO_T = @ECHO_T@
92
 
EGREP = @EGREP@
93
 
EXEEXT = @EXEEXT@
94
 
F77 = @F77@
95
 
FFLAGS = @FFLAGS@
96
 
GREP = @GREP@
97
 
INSTALL = @INSTALL@
98
 
INSTALL_DATA = @INSTALL_DATA@
99
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
100
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
101
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
102
 
LDFLAGS = @LDFLAGS@
103
 
LIBICONV = @LIBICONV@
104
 
LIBOBJS = @LIBOBJS@
105
 
LIBS = @LIBS@
106
 
LIBTOOL = @LIBTOOL@
107
 
LN_S = @LN_S@
108
 
LTLIBOBJS = @LTLIBOBJS@
109
 
MAINT = @MAINT@
110
 
MAKEINFO = @MAKEINFO@
111
 
MKDIR_P = @MKDIR_P@
112
 
MODULE_LIBS = @MODULE_LIBS@
113
 
NMEDIT = @NMEDIT@
114
 
OBJEXT = @OBJEXT@
115
 
PACKAGE = @PACKAGE@
116
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
117
 
PACKAGE_NAME = @PACKAGE_NAME@
118
 
PACKAGE_STRING = @PACKAGE_STRING@
119
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
120
 
PACKAGE_VERSION = @PACKAGE_VERSION@
121
 
PATH_SEPARATOR = @PATH_SEPARATOR@
122
 
RAND_LIBS = @RAND_LIBS@
123
 
RANLIB = @RANLIB@
124
 
SED = @SED@
125
 
SET_MAKE = @SET_MAKE@
126
 
SHELL = @SHELL@
127
 
SIEVE_PLUGIN_INCLUDE = @SIEVE_PLUGIN_INCLUDE@
128
 
SIEVE_PLUGIN_LIB = @SIEVE_PLUGIN_LIB@
129
 
SSL_LIBS = @SSL_LIBS@
130
 
STORAGE_LIBS = @STORAGE_LIBS@
131
 
STRIP = @STRIP@
132
 
VERSION = @VERSION@
133
 
abs_builddir = @abs_builddir@
134
 
abs_srcdir = @abs_srcdir@
135
 
abs_top_builddir = @abs_top_builddir@
136
 
abs_top_srcdir = @abs_top_srcdir@
137
 
ac_ct_CC = @ac_ct_CC@
138
 
ac_ct_CXX = @ac_ct_CXX@
139
 
ac_ct_F77 = @ac_ct_F77@
140
 
am__include = @am__include@
141
 
am__leading_dot = @am__leading_dot@
142
 
am__quote = @am__quote@
143
 
am__tar = @am__tar@
144
 
am__untar = @am__untar@
145
 
bindir = @bindir@
146
 
build = @build@
147
 
build_alias = @build_alias@
148
 
build_cpu = @build_cpu@
149
 
build_os = @build_os@
150
 
build_vendor = @build_vendor@
151
 
builddir = @builddir@
152
 
datadir = @datadir@
153
 
datarootdir = @datarootdir@
154
 
docdir = @docdir@
155
 
dovecot_incdir = @dovecot_incdir@
156
 
dovecot_sievedir = @dovecot_sievedir@
157
 
dovecotdir = @dovecotdir@
158
 
dvidir = @dvidir@
159
 
exec_prefix = @exec_prefix@
160
 
host = @host@
161
 
host_alias = @host_alias@
162
 
host_cpu = @host_cpu@
163
 
host_os = @host_os@
164
 
host_vendor = @host_vendor@
165
 
htmldir = @htmldir@
166
 
includedir = @includedir@
167
 
infodir = @infodir@
168
 
install_sh = @install_sh@
169
 
libdir = @libdir@
170
 
libexecdir = @libexecdir@
171
 
localedir = @localedir@
172
 
localstatedir = @localstatedir@
173
 
mandir = @mandir@
174
 
mkdir_p = @mkdir_p@
175
 
moduledir = @moduledir@
176
 
oldincludedir = @oldincludedir@
177
 
pdfdir = @pdfdir@
178
 
prefix = @prefix@
179
 
program_transform_name = @program_transform_name@
180
 
psdir = @psdir@
181
 
sbindir = @sbindir@
182
 
sharedstatedir = @sharedstatedir@
183
 
srcdir = @srcdir@
184
 
sysconfdir = @sysconfdir@
185
 
target_alias = @target_alias@
186
 
top_builddir = @top_builddir@
187
 
top_srcdir = @top_srcdir@
188
 
noinst_LTLIBRARIES = libsieve_cmu.la
189
 
MOSTLYCLEANFILES = imparse.c map.c
190
 
AM_CPPFLAGS = \
191
 
        -I$(dovecot_incdir) \
192
 
        -I$(dovecot_incdir)/src/lib \
193
 
        -I$(dovecot_sievedir)/src/ \
194
 
        -I$(dovecot_sievedir)/src/libsieve 
195
 
 
196
 
sieve_plugin = $(dovecot_sievedir)/src/libsieve/libsieve.la
197
 
libsieve_cmu_la_DEPENDENCIES = $(sieve_plugin)
198
 
libsieve_cmu_la_LIBADD = $(sieve_plugin)
199
 
libsieve_cmu_la_SOURCES = \
200
 
        imparse.c \
201
 
        map.c \
202
 
        sieve-error.c \
203
 
        sieve-script.c \
204
 
        sieve.c 
205
 
 
206
 
noinst_HEADERS = \
207
 
        sieve-common.h \
208
 
        sieve-error.h \
209
 
        sieve-error-private.h \
210
 
        sieve-script.h \
211
 
        sieve-script-private.h \
212
 
        sieve.h
213
 
 
214
 
all: all-am
215
 
 
216
 
.SUFFIXES:
217
 
.SUFFIXES: .c .lo .o .obj
218
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
219
 
        @for dep in $?; do \
220
 
          case '$(am__configure_deps)' in \
221
 
            *$$dep*) \
222
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
223
 
                && exit 0; \
224
 
              exit 1;; \
225
 
          esac; \
226
 
        done; \
227
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib-cmusieve/Makefile'; \
228
 
        cd $(top_srcdir) && \
229
 
          $(AUTOMAKE) --gnu  src/lib-cmusieve/Makefile
230
 
.PRECIOUS: Makefile
231
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
232
 
        @case '$?' in \
233
 
          *config.status*) \
234
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
235
 
          *) \
236
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
237
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
238
 
        esac;
239
 
 
240
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
241
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242
 
 
243
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
244
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
246
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
247
 
 
248
 
clean-noinstLTLIBRARIES:
249
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
250
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
251
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
252
 
          test "$$dir" != "$$p" || dir=.; \
253
 
          echo "rm -f \"$${dir}/so_locations\""; \
254
 
          rm -f "$${dir}/so_locations"; \
255
 
        done
256
 
libsieve_cmu.la: $(libsieve_cmu_la_OBJECTS) $(libsieve_cmu_la_DEPENDENCIES) 
257
 
        $(LINK)  $(libsieve_cmu_la_OBJECTS) $(libsieve_cmu_la_LIBADD) $(LIBS)
258
 
 
259
 
mostlyclean-compile:
260
 
        -rm -f *.$(OBJEXT)
261
 
 
262
 
distclean-compile:
263
 
        -rm -f *.tab.c
264
 
 
265
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imparse.Plo@am__quote@
266
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map.Plo@am__quote@
267
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-error.Plo@am__quote@
268
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-script.Plo@am__quote@
269
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve.Plo@am__quote@
270
 
 
271
 
.c.o:
272
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
273
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
274
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
275
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
276
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
277
 
 
278
 
.c.obj:
279
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
280
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
281
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
282
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
283
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
284
 
 
285
 
.c.lo:
286
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
287
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
288
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
289
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
291
 
 
292
 
mostlyclean-libtool:
293
 
        -rm -f *.lo
294
 
 
295
 
clean-libtool:
296
 
        -rm -rf .libs _libs
297
 
 
298
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
299
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
300
 
        unique=`for i in $$list; do \
301
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
302
 
          done | \
303
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
304
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
305
 
        mkid -fID $$unique
306
 
tags: TAGS
307
 
 
308
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
309
 
                $(TAGS_FILES) $(LISP)
310
 
        tags=; \
311
 
        here=`pwd`; \
312
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
313
 
        unique=`for i in $$list; do \
314
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315
 
          done | \
316
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
317
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
318
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
319
 
          test -n "$$unique" || unique=$$empty_fix; \
320
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
321
 
            $$tags $$unique; \
322
 
        fi
323
 
ctags: CTAGS
324
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
325
 
                $(TAGS_FILES) $(LISP)
326
 
        tags=; \
327
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
328
 
        unique=`for i in $$list; do \
329
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
330
 
          done | \
331
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
332
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
333
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
334
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
335
 
             $$tags $$unique
336
 
 
337
 
GTAGS:
338
 
        here=`$(am__cd) $(top_builddir) && pwd` \
339
 
          && cd $(top_srcdir) \
340
 
          && gtags -i $(GTAGS_ARGS) $$here
341
 
 
342
 
distclean-tags:
343
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
344
 
 
345
 
distdir: $(DISTFILES)
346
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
347
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
348
 
        list='$(DISTFILES)'; \
349
 
          dist_files=`for file in $$list; do echo $$file; done | \
350
 
          sed -e "s|^$$srcdirstrip/||;t" \
351
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
352
 
        case $$dist_files in \
353
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
354
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
355
 
                           sort -u` ;; \
356
 
        esac; \
357
 
        for file in $$dist_files; do \
358
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
359
 
          if test -d $$d/$$file; then \
360
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
361
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
362
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
363
 
            fi; \
364
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
365
 
          else \
366
 
            test -f $(distdir)/$$file \
367
 
            || cp -p $$d/$$file $(distdir)/$$file \
368
 
            || exit 1; \
369
 
          fi; \
370
 
        done
371
 
check-am: all-am
372
 
check: check-am
373
 
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
374
 
installdirs:
375
 
install: install-am
376
 
install-exec: install-exec-am
377
 
install-data: install-data-am
378
 
uninstall: uninstall-am
379
 
 
380
 
install-am: all-am
381
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
382
 
 
383
 
installcheck: installcheck-am
384
 
install-strip:
385
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
386
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
387
 
          `test -z '$(STRIP)' || \
388
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
389
 
mostlyclean-generic:
390
 
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
391
 
 
392
 
clean-generic:
393
 
 
394
 
distclean-generic:
395
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
396
 
 
397
 
maintainer-clean-generic:
398
 
        @echo "This command is intended for maintainers to use"
399
 
        @echo "it deletes files that may require special tools to rebuild."
400
 
clean: clean-am
401
 
 
402
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
403
 
        mostlyclean-am
404
 
 
405
 
distclean: distclean-am
406
 
        -rm -rf ./$(DEPDIR)
407
 
        -rm -f Makefile
408
 
distclean-am: clean-am distclean-compile distclean-generic \
409
 
        distclean-tags
410
 
 
411
 
dvi: dvi-am
412
 
 
413
 
dvi-am:
414
 
 
415
 
html: html-am
416
 
 
417
 
info: info-am
418
 
 
419
 
info-am:
420
 
 
421
 
install-data-am:
422
 
 
423
 
install-dvi: install-dvi-am
424
 
 
425
 
install-exec-am:
426
 
 
427
 
install-html: install-html-am
428
 
 
429
 
install-info: install-info-am
430
 
 
431
 
install-man:
432
 
 
433
 
install-pdf: install-pdf-am
434
 
 
435
 
install-ps: install-ps-am
436
 
 
437
 
installcheck-am:
438
 
 
439
 
maintainer-clean: maintainer-clean-am
440
 
        -rm -rf ./$(DEPDIR)
441
 
        -rm -f Makefile
442
 
maintainer-clean-am: distclean-am maintainer-clean-generic
443
 
 
444
 
mostlyclean: mostlyclean-am
445
 
 
446
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
447
 
        mostlyclean-libtool
448
 
 
449
 
pdf: pdf-am
450
 
 
451
 
pdf-am:
452
 
 
453
 
ps: ps-am
454
 
 
455
 
ps-am:
456
 
 
457
 
uninstall-am:
458
 
 
459
 
.MAKE: install-am install-strip
460
 
 
461
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
462
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
463
 
        distclean-compile distclean-generic distclean-libtool \
464
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
465
 
        install install-am install-data install-data-am install-dvi \
466
 
        install-dvi-am install-exec install-exec-am install-html \
467
 
        install-html-am install-info install-info-am install-man \
468
 
        install-pdf install-pdf-am install-ps install-ps-am \
469
 
        install-strip installcheck installcheck-am installdirs \
470
 
        maintainer-clean maintainer-clean-generic mostlyclean \
471
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
472
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
473
 
 
474
 
 
475
 
imparse.c map.c: $(dovecot_sievedir)/src/$@
476
 
        cp $(dovecot_sievedir)/src/$@ $@
477
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
478
 
# Otherwise a system limit (for SysV at least) may be exceeded.
479
 
.NOEXPORT: