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

« back to all changes in this revision

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