~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002110912

« back to all changes in this revision

Viewing changes to src/plugins/imap-acl/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.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
 
 
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/plugins/imap-acl
 
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)/config.h
 
45
CONFIG_CLEAN_FILES =
 
46
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
47
am__vpath_adj = case $$p in \
 
48
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
49
    *) f=$$p;; \
 
50
  esac;
 
51
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
52
am__installdirs = "$(DESTDIR)$(imap_moduledir)"
 
53
imap_moduleLTLIBRARIES_INSTALL = $(INSTALL)
 
54
LTLIBRARIES = $(imap_module_LTLIBRARIES)
 
55
lib02_imap_acl_plugin_la_LIBADD =
 
56
am_lib02_imap_acl_plugin_la_OBJECTS = imap-acl-plugin.lo
 
57
lib02_imap_acl_plugin_la_OBJECTS =  \
 
58
        $(am_lib02_imap_acl_plugin_la_OBJECTS)
 
59
lib02_imap_acl_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
60
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
61
        $(lib02_imap_acl_plugin_la_LDFLAGS) $(LDFLAGS) -o $@
 
62
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
63
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
64
am__depfiles_maybe = depfiles
 
65
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
66
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
67
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
68
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
69
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
70
CCLD = $(CC)
 
71
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
72
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
73
        $(LDFLAGS) -o $@
 
74
SOURCES = $(lib02_imap_acl_plugin_la_SOURCES)
 
75
DIST_SOURCES = $(lib02_imap_acl_plugin_la_SOURCES)
 
76
HEADERS = $(noinst_HEADERS)
 
77
ETAGS = etags
 
78
CTAGS = ctags
 
79
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
80
ACLOCAL = @ACLOCAL@
 
81
AMTAR = @AMTAR@
 
82
AR = @AR@
 
83
AUTH_CFLAGS = @AUTH_CFLAGS@
 
84
AUTH_LIBS = @AUTH_LIBS@
 
85
AUTOCONF = @AUTOCONF@
 
86
AUTOHEADER = @AUTOHEADER@
 
87
AUTOMAKE = @AUTOMAKE@
 
88
AWK = @AWK@
 
89
CC = @CC@
 
90
CCDEPMODE = @CCDEPMODE@
 
91
CFLAGS = @CFLAGS@
 
92
CPP = @CPP@
 
93
CPPFLAGS = @CPPFLAGS@
 
94
CURLCONFIG = @CURLCONFIG@
 
95
CURL_CFLAGS = @CURL_CFLAGS@
 
96
CURL_LIBS = @CURL_LIBS@
 
97
CXX = @CXX@
 
98
CXXCPP = @CXXCPP@
 
99
CXXDEPMODE = @CXXDEPMODE@
 
100
CXXFLAGS = @CXXFLAGS@
 
101
CYGPATH_W = @CYGPATH_W@
 
102
DEFS = @DEFS@
 
103
DEPDIR = @DEPDIR@
 
104
DICT_LIBS = @DICT_LIBS@
 
105
DSYMUTIL = @DSYMUTIL@
 
106
DUMPBIN = @DUMPBIN@
 
107
ECHO_C = @ECHO_C@
 
108
ECHO_N = @ECHO_N@
 
109
ECHO_T = @ECHO_T@
 
110
EGREP = @EGREP@
 
111
EXEEXT = @EXEEXT@
 
112
FGREP = @FGREP@
 
113
GREP = @GREP@
 
114
INSTALL = @INSTALL@
 
115
INSTALL_DATA = @INSTALL_DATA@
 
116
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
117
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
118
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
119
KRB5CONFIG = @KRB5CONFIG@
 
120
KRB5_CFLAGS = @KRB5_CFLAGS@
 
121
KRB5_LIBS = @KRB5_LIBS@
 
122
LD = @LD@
 
123
LDAP_LIBS = @LDAP_LIBS@
 
124
LDFLAGS = @LDFLAGS@
 
125
LIBCAP = @LIBCAP@
 
126
LIBICONV = @LIBICONV@
 
127
LIBOBJS = @LIBOBJS@
 
128
LIBS = @LIBS@
 
129
LIBTOOL = @LIBTOOL@
 
130
LIPO = @LIPO@
 
131
LN_S = @LN_S@
 
132
LTLIBICONV = @LTLIBICONV@
 
133
LTLIBOBJS = @LTLIBOBJS@
 
134
MAINT = @MAINT@
 
135
MAKEINFO = @MAKEINFO@
 
136
MKDIR_P = @MKDIR_P@
 
137
MODULE_LIBS = @MODULE_LIBS@
 
138
MODULE_SUFFIX = @MODULE_SUFFIX@
 
139
MYSQL_CFLAGS = @MYSQL_CFLAGS@
 
140
MYSQL_LIBS = @MYSQL_LIBS@
 
141
NM = @NM@
 
142
NMEDIT = @NMEDIT@
 
143
OBJDUMP = @OBJDUMP@
 
144
OBJEXT = @OBJEXT@
 
145
OTOOL = @OTOOL@
 
146
OTOOL64 = @OTOOL64@
 
147
PACKAGE = @PACKAGE@
 
148
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
149
PACKAGE_NAME = @PACKAGE_NAME@
 
150
PACKAGE_STRING = @PACKAGE_STRING@
 
151
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
152
PACKAGE_VERSION = @PACKAGE_VERSION@
 
153
PATH_SEPARATOR = @PATH_SEPARATOR@
 
154
PGSQL_CFLAGS = @PGSQL_CFLAGS@
 
155
PGSQL_LIBS = @PGSQL_LIBS@
 
156
PG_CONFIG = @PG_CONFIG@
 
157
PKG_CONFIG = @PKG_CONFIG@
 
158
RANLIB = @RANLIB@
 
159
RPCGEN = @RPCGEN@
 
160
SED = @SED@
 
161
SET_MAKE = @SET_MAKE@
 
162
SHELL = @SHELL@
 
163
SQLITE_CFLAGS = @SQLITE_CFLAGS@
 
164
SQLITE_LIBS = @SQLITE_LIBS@
 
165
SQL_CFLAGS = @SQL_CFLAGS@
 
166
SQL_LIBS = @SQL_LIBS@
 
167
SSL_CFLAGS = @SSL_CFLAGS@
 
168
SSL_LIBS = @SSL_LIBS@
 
169
STORAGE_LIBS = @STORAGE_LIBS@
 
170
STRIP = @STRIP@
 
171
VERSION = @VERSION@
 
172
abs_builddir = @abs_builddir@
 
173
abs_srcdir = @abs_srcdir@
 
174
abs_top_builddir = @abs_top_builddir@
 
175
abs_top_srcdir = @abs_top_srcdir@
 
176
ac_ct_CC = @ac_ct_CC@
 
177
ac_ct_CXX = @ac_ct_CXX@
 
178
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
179
am__include = @am__include@
 
180
am__leading_dot = @am__leading_dot@
 
181
am__quote = @am__quote@
 
182
am__tar = @am__tar@
 
183
am__untar = @am__untar@
 
184
bindir = @bindir@
 
185
build = @build@
 
186
build_alias = @build_alias@
 
187
build_cpu = @build_cpu@
 
188
build_os = @build_os@
 
189
build_vendor = @build_vendor@
 
190
builddir = @builddir@
 
191
datadir = @datadir@
 
192
datarootdir = @datarootdir@
 
193
dict_drivers = @dict_drivers@
 
194
docdir = @docdir@
 
195
dvidir = @dvidir@
 
196
exec_prefix = @exec_prefix@
 
197
host = @host@
 
198
host_alias = @host_alias@
 
199
host_cpu = @host_cpu@
 
200
host_os = @host_os@
 
201
host_vendor = @host_vendor@
 
202
htmldir = @htmldir@
 
203
includedir = @includedir@
 
204
infodir = @infodir@
 
205
install_sh = @install_sh@
 
206
libdir = @libdir@
 
207
libexecdir = @libexecdir@
 
208
localedir = @localedir@
 
209
localstatedir = @localstatedir@
 
210
lt_ECHO = @lt_ECHO@
 
211
mail_storages = @mail_storages@
 
212
mandir = @mandir@
 
213
mkdir_p = @mkdir_p@
 
214
moduledir = @moduledir@
 
215
oldincludedir = @oldincludedir@
 
216
pdfdir = @pdfdir@
 
217
prefix = @prefix@
 
218
program_transform_name = @program_transform_name@
 
219
psdir = @psdir@
 
220
rundir = @rundir@
 
221
sbindir = @sbindir@
 
222
sharedstatedir = @sharedstatedir@
 
223
sql_drivers = @sql_drivers@
 
224
srcdir = @srcdir@
 
225
ssldir = @ssldir@
 
226
statedir = @statedir@
 
227
sysconfdir = @sysconfdir@
 
228
target_alias = @target_alias@
 
229
top_build_prefix = @top_build_prefix@
 
230
top_builddir = @top_builddir@
 
231
top_srcdir = @top_srcdir@
 
232
AM_CPPFLAGS = \
 
233
        -I$(top_srcdir)/src/lib \
 
234
        -I$(top_srcdir)/src/lib-mail \
 
235
        -I$(top_srcdir)/src/lib-imap \
 
236
        -I$(top_srcdir)/src/lib-storage \
 
237
        -I$(top_srcdir)/src/imap \
 
238
        -I$(top_srcdir)/src/plugins/acl
 
239
 
 
240
imap_moduledir = $(moduledir)/imap
 
241
lib02_imap_acl_plugin_la_LDFLAGS = -module -avoid-version
 
242
imap_module_LTLIBRARIES = \
 
243
        lib02_imap_acl_plugin.la
 
244
 
 
245
lib02_imap_acl_plugin_la_SOURCES = \
 
246
        imap-acl-plugin.c
 
247
 
 
248
noinst_HEADERS = \
 
249
        imap-acl-plugin.h
 
250
 
 
251
all: all-am
 
252
 
 
253
.SUFFIXES:
 
254
.SUFFIXES: .c .lo .o .obj
 
255
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
256
        @for dep in $?; do \
 
257
          case '$(am__configure_deps)' in \
 
258
            *$$dep*) \
 
259
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
260
                && { if test -f $@; then exit 0; else break; fi; }; \
 
261
              exit 1;; \
 
262
          esac; \
 
263
        done; \
 
264
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/plugins/imap-acl/Makefile'; \
 
265
        cd $(top_srcdir) && \
 
266
          $(AUTOMAKE) --foreign  src/plugins/imap-acl/Makefile
 
267
.PRECIOUS: Makefile
 
268
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
269
        @case '$?' in \
 
270
          *config.status*) \
 
271
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
272
          *) \
 
273
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
274
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
275
        esac;
 
276
 
 
277
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
278
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
279
 
 
280
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
281
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
282
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
283
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
284
install-imap_moduleLTLIBRARIES: $(imap_module_LTLIBRARIES)
 
285
        @$(NORMAL_INSTALL)
 
286
        test -z "$(imap_moduledir)" || $(MKDIR_P) "$(DESTDIR)$(imap_moduledir)"
 
287
        @list='$(imap_module_LTLIBRARIES)'; for p in $$list; do \
 
288
          if test -f $$p; then \
 
289
            f=$(am__strip_dir) \
 
290
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(imap_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(imap_moduledir)/$$f'"; \
 
291
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(imap_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(imap_moduledir)/$$f"; \
 
292
          else :; fi; \
 
293
        done
 
294
 
 
295
uninstall-imap_moduleLTLIBRARIES:
 
296
        @$(NORMAL_UNINSTALL)
 
297
        @list='$(imap_module_LTLIBRARIES)'; for p in $$list; do \
 
298
          p=$(am__strip_dir) \
 
299
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(imap_moduledir)/$$p'"; \
 
300
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(imap_moduledir)/$$p"; \
 
301
        done
 
302
 
 
303
clean-imap_moduleLTLIBRARIES:
 
304
        -test -z "$(imap_module_LTLIBRARIES)" || rm -f $(imap_module_LTLIBRARIES)
 
305
        @list='$(imap_module_LTLIBRARIES)'; for p in $$list; do \
 
306
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
307
          test "$$dir" != "$$p" || dir=.; \
 
308
          echo "rm -f \"$${dir}/so_locations\""; \
 
309
          rm -f "$${dir}/so_locations"; \
 
310
        done
 
311
lib02_imap_acl_plugin.la: $(lib02_imap_acl_plugin_la_OBJECTS) $(lib02_imap_acl_plugin_la_DEPENDENCIES) 
 
312
        $(lib02_imap_acl_plugin_la_LINK) -rpath $(imap_moduledir) $(lib02_imap_acl_plugin_la_OBJECTS) $(lib02_imap_acl_plugin_la_LIBADD) $(LIBS)
 
313
 
 
314
mostlyclean-compile:
 
315
        -rm -f *.$(OBJEXT)
 
316
 
 
317
distclean-compile:
 
318
        -rm -f *.tab.c
 
319
 
 
320
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imap-acl-plugin.Plo@am__quote@
 
321
 
 
322
.c.o:
 
323
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
324
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
325
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
326
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
327
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
328
 
 
329
.c.obj:
 
330
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
331
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
332
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
333
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
334
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
335
 
 
336
.c.lo:
 
337
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
338
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
339
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
341
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
342
 
 
343
mostlyclean-libtool:
 
344
        -rm -f *.lo
 
345
 
 
346
clean-libtool:
 
347
        -rm -rf .libs _libs
 
348
 
 
349
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
350
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
351
        unique=`for i in $$list; do \
 
352
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
353
          done | \
 
354
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
355
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
356
        mkid -fID $$unique
 
357
tags: TAGS
 
358
 
 
359
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
360
                $(TAGS_FILES) $(LISP)
 
361
        tags=; \
 
362
        here=`pwd`; \
 
363
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
364
        unique=`for i in $$list; do \
 
365
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
366
          done | \
 
367
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
368
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
369
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
370
          test -n "$$unique" || unique=$$empty_fix; \
 
371
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
372
            $$tags $$unique; \
 
373
        fi
 
374
ctags: CTAGS
 
375
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
376
                $(TAGS_FILES) $(LISP)
 
377
        tags=; \
 
378
        list='$(SOURCES) $(HEADERS)  $(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
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
385
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
386
             $$tags $$unique
 
387
 
 
388
GTAGS:
 
389
        here=`$(am__cd) $(top_builddir) && pwd` \
 
390
          && cd $(top_srcdir) \
 
391
          && gtags -i $(GTAGS_ARGS) $$here
 
392
 
 
393
distclean-tags:
 
394
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
395
 
 
396
distdir: $(DISTFILES)
 
397
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
398
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
399
        list='$(DISTFILES)'; \
 
400
          dist_files=`for file in $$list; do echo $$file; done | \
 
401
          sed -e "s|^$$srcdirstrip/||;t" \
 
402
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
403
        case $$dist_files in \
 
404
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
405
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
406
                           sort -u` ;; \
 
407
        esac; \
 
408
        for file in $$dist_files; do \
 
409
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
410
          if test -d $$d/$$file; then \
 
411
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
412
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
413
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
414
            fi; \
 
415
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
416
          else \
 
417
            test -f $(distdir)/$$file \
 
418
            || cp -p $$d/$$file $(distdir)/$$file \
 
419
            || exit 1; \
 
420
          fi; \
 
421
        done
 
422
check-am: all-am
 
423
check: check-am
 
424
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
425
installdirs:
 
426
        for dir in "$(DESTDIR)$(imap_moduledir)"; do \
 
427
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
428
        done
 
429
install: install-am
 
430
install-exec: install-exec-am
 
431
install-data: install-data-am
 
432
uninstall: uninstall-am
 
433
 
 
434
install-am: all-am
 
435
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
436
 
 
437
installcheck: installcheck-am
 
438
install-strip:
 
439
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
440
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
441
          `test -z '$(STRIP)' || \
 
442
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
443
mostlyclean-generic:
 
444
 
 
445
clean-generic:
 
446
 
 
447
distclean-generic:
 
448
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
449
 
 
450
maintainer-clean-generic:
 
451
        @echo "This command is intended for maintainers to use"
 
452
        @echo "it deletes files that may require special tools to rebuild."
 
453
clean: clean-am
 
454
 
 
455
clean-am: clean-generic clean-imap_moduleLTLIBRARIES clean-libtool \
 
456
        mostlyclean-am
 
457
 
 
458
distclean: distclean-am
 
459
        -rm -rf ./$(DEPDIR)
 
460
        -rm -f Makefile
 
461
distclean-am: clean-am distclean-compile distclean-generic \
 
462
        distclean-tags
 
463
 
 
464
dvi: dvi-am
 
465
 
 
466
dvi-am:
 
467
 
 
468
html: html-am
 
469
 
 
470
info: info-am
 
471
 
 
472
info-am:
 
473
 
 
474
install-data-am: install-imap_moduleLTLIBRARIES
 
475
 
 
476
install-dvi: install-dvi-am
 
477
 
 
478
install-exec-am:
 
479
 
 
480
install-html: install-html-am
 
481
 
 
482
install-info: install-info-am
 
483
 
 
484
install-man:
 
485
 
 
486
install-pdf: install-pdf-am
 
487
 
 
488
install-ps: install-ps-am
 
489
 
 
490
installcheck-am:
 
491
 
 
492
maintainer-clean: maintainer-clean-am
 
493
        -rm -rf ./$(DEPDIR)
 
494
        -rm -f Makefile
 
495
maintainer-clean-am: distclean-am maintainer-clean-generic
 
496
 
 
497
mostlyclean: mostlyclean-am
 
498
 
 
499
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
500
        mostlyclean-libtool
 
501
 
 
502
pdf: pdf-am
 
503
 
 
504
pdf-am:
 
505
 
 
506
ps: ps-am
 
507
 
 
508
ps-am:
 
509
 
 
510
uninstall-am: uninstall-imap_moduleLTLIBRARIES
 
511
 
 
512
.MAKE: install-am install-strip
 
513
 
 
514
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
515
        clean-imap_moduleLTLIBRARIES clean-libtool ctags distclean \
 
516
        distclean-compile distclean-generic distclean-libtool \
 
517
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
518
        install install-am install-data install-data-am install-dvi \
 
519
        install-dvi-am install-exec install-exec-am install-html \
 
520
        install-html-am install-imap_moduleLTLIBRARIES install-info \
 
521
        install-info-am install-man install-pdf install-pdf-am \
 
522
        install-ps install-ps-am install-strip installcheck \
 
523
        installcheck-am installdirs maintainer-clean \
 
524
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
525
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
526
        tags uninstall uninstall-am uninstall-imap_moduleLTLIBRARIES
 
527
 
 
528
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
529
# Otherwise a system limit (for SysV at least) may be exceeded.
 
530
.NOEXPORT: