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

« back to all changes in this revision

Viewing changes to src/lib-compression/Makefile.in

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-01-08 09:35:49 UTC
  • mfrom: (4.1.35 sid)
  • Revision ID: package-import@ubuntu.com-20140108093549-i72o93pux8p0dlaf
Tags: 1:2.2.9-1ubuntu1
* Merge from Debian unstable, remaining changes:
  + Add mail-stack-delivery package:
    - Update d/rules
    - d/control: convert existing dovecot-postfix package to a dummy
      package and add new mail-stack-delivery package.
    - Update maintainer scripts.
    - Rename d/dovecot-postfix.* to debian/mail-stack-delivery.*
    - d/mail-stack-delivery.preinst: Move previously installed backups and
      config files to a new package namespace.
    - d/mail-stack-delivery.prerm: Added to handle downgrades.
  + Use Snakeoil SSL certificates by default:
    - d/control: Depend on ssl-cert.
    - d/dovecot-core.postinst: Relax grep for SSL_* a bit.
  + Add autopkgtest to debian/tests/*.
  + Add ufw integration:
    - d/dovecot-core.ufw.profile: new ufw profile.
    - d/rules: install profile in dovecot-core.
    - d/control: dovecot-core - suggest ufw.
  + d/dovecot-core.dirs: Added usr/share/doc/dovecot-core
  + Add apport hook:
    - d/rules, d/source_dovecot.py
  + Add upstart job:
    - d/rules, d/dovecot-core.dovecot.upstart, d/control,
      d/dovecot-core.dirs, dovecot-imapd.{postrm, postinst, prerm},
      d/dovecot-pop3d.{postinst, postrm, prerm}.
      d/mail-stack-deliver.postinst: Convert init script to upstart.
  + Use the autotools-dev dh addon to update config.guess/config.sub for
    arm64.
* Dropped changes, included in Debian:
  - Update Dovecot name to reflect distribution in login greeting.
  - Update Drac plugin for >= 2.0.0 support.
* d/control: Drop dovecot-postfix package as its no longer required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
 
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
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
20
am__make_running_with_option = \
 
21
  case $${target_option-} in \
 
22
      ?) ;; \
 
23
      *) echo "am__make_running_with_option: internal error: invalid" \
 
24
              "target option '$${target_option-}' specified" >&2; \
 
25
         exit 1;; \
 
26
  esac; \
 
27
  has_opt=no; \
 
28
  sane_makeflags=$$MAKEFLAGS; \
 
29
  if $(am__is_gnu_make); then \
 
30
    sane_makeflags=$$MFLAGS; \
 
31
  else \
 
32
    case $$MAKEFLAGS in \
 
33
      *\\[\ \   ]*) \
 
34
        bs=\\; \
 
35
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
36
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
37
    esac; \
 
38
  fi; \
 
39
  skip_next=no; \
 
40
  strip_trailopt () \
 
41
  { \
 
42
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
43
  }; \
 
44
  for flg in $$sane_makeflags; do \
 
45
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
46
    case $$flg in \
 
47
      *=*|--*) continue;; \
 
48
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
49
      -*I?*) strip_trailopt 'I';; \
 
50
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
51
      -*O?*) strip_trailopt 'O';; \
 
52
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
53
      -*l?*) strip_trailopt 'l';; \
 
54
      -[dEDm]) skip_next=yes;; \
 
55
      -[JT]) skip_next=yes;; \
 
56
    esac; \
 
57
    case $$flg in \
 
58
      *$$target_option*) has_opt=yes; break;; \
 
59
    esac; \
 
60
  done; \
 
61
  test $$has_opt = yes
 
62
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
63
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
64
pkgdatadir = $(datadir)/@PACKAGE@
 
65
pkgincludedir = $(includedir)/@PACKAGE@
 
66
pkglibdir = $(libdir)/@PACKAGE@
 
67
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
68
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
69
install_sh_DATA = $(install_sh) -c -m 644
 
70
install_sh_PROGRAM = $(install_sh) -c
 
71
install_sh_SCRIPT = $(install_sh) -c
 
72
INSTALL_HEADER = $(INSTALL_DATA)
 
73
transform = $(program_transform_name)
 
74
NORMAL_INSTALL = :
 
75
PRE_INSTALL = :
 
76
POST_INSTALL = :
 
77
NORMAL_UNINSTALL = :
 
78
PRE_UNINSTALL = :
 
79
POST_UNINSTALL = :
 
80
build_triplet = @build@
 
81
host_triplet = @host@
 
82
subdir = src/lib-compression
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
84
        $(top_srcdir)/depcomp $(pkginc_lib_HEADERS)
 
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
86
am__aclocal_m4_deps = $(top_srcdir)/dovecot.m4 \
 
87
        $(top_srcdir)/configure.ac
 
88
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
89
        $(ACLOCAL_M4)
 
90
mkinstalldirs = $(install_sh) -d
 
91
CONFIG_HEADER = $(top_builddir)/config.h
 
92
CONFIG_CLEAN_FILES =
 
93
CONFIG_CLEAN_VPATH_FILES =
 
94
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
95
am__vpath_adj = case $$p in \
 
96
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
97
    *) f=$$p;; \
 
98
  esac;
 
99
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
100
am__install_max = 40
 
101
am__nobase_strip_setup = \
 
102
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
103
am__nobase_strip = \
 
104
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
105
am__nobase_list = $(am__nobase_strip_setup); \
 
106
  for p in $$list; do echo "$$p $$p"; done | \
 
107
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
108
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
109
    if (++n[$$2] == $(am__install_max)) \
 
110
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
111
    END { for (dir in files) print dir, files[dir] }'
 
112
am__base_list = \
 
113
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
114
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
115
am__uninstall_files_from_dir = { \
 
116
  test -z "$$files" \
 
117
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
118
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
119
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
120
  }
 
121
am__installdirs = "$(DESTDIR)$(pkglibdir)" \
 
122
        "$(DESTDIR)$(pkginc_libdir)"
 
123
LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkglib_LTLIBRARIES)
 
124
am__DEPENDENCIES_1 =
 
125
libcompression_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
126
am_libcompression_la_OBJECTS = compression.lo istream-lzma.lo \
 
127
        istream-zlib.lo istream-bzlib.lo ostream-lzma.lo \
 
128
        ostream-zlib.lo ostream-bzlib.lo
 
129
libcompression_la_OBJECTS = $(am_libcompression_la_OBJECTS)
 
130
AM_V_lt = $(am__v_lt_@AM_V@)
 
131
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
132
am__v_lt_0 = --silent
 
133
am__v_lt_1 = 
 
134
am_libdovecot_compression_la_OBJECTS =
 
135
libdovecot_compression_la_OBJECTS =  \
 
136
        $(am_libdovecot_compression_la_OBJECTS)
 
137
libdovecot_compression_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
138
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
139
        $(AM_CFLAGS) $(CFLAGS) $(libdovecot_compression_la_LDFLAGS) \
 
140
        $(LDFLAGS) -o $@
 
141
AM_V_P = $(am__v_P_@AM_V@)
 
142
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
143
am__v_P_0 = false
 
144
am__v_P_1 = :
 
145
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
146
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
147
am__v_GEN_0 = @echo "  GEN     " $@;
 
148
am__v_GEN_1 = 
 
149
AM_V_at = $(am__v_at_@AM_V@)
 
150
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
151
am__v_at_0 = @
 
152
am__v_at_1 = 
 
153
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
154
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
155
am__depfiles_maybe = depfiles
 
156
am__mv = mv -f
 
157
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
158
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
159
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
160
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
161
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
162
        $(AM_CFLAGS) $(CFLAGS)
 
163
AM_V_CC = $(am__v_CC_@AM_V@)
 
164
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
165
am__v_CC_0 = @echo "  CC      " $@;
 
166
am__v_CC_1 = 
 
167
CCLD = $(CC)
 
168
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
169
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
170
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
171
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
172
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
173
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
174
am__v_CCLD_1 = 
 
175
SOURCES = $(libcompression_la_SOURCES) \
 
176
        $(libdovecot_compression_la_SOURCES)
 
177
DIST_SOURCES = $(libcompression_la_SOURCES) \
 
178
        $(libdovecot_compression_la_SOURCES)
 
179
am__can_run_installinfo = \
 
180
  case $$AM_UPDATE_INFO_DIR in \
 
181
    n|no|NO) false;; \
 
182
    *) (install-info --version) >/dev/null 2>&1;; \
 
183
  esac
 
184
HEADERS = $(pkginc_lib_HEADERS)
 
185
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
186
# Read a list of newline-separated strings from the standard input,
 
187
# and print each of them once, without duplicates.  Input order is
 
188
# *not* preserved.
 
189
am__uniquify_input = $(AWK) '\
 
190
  BEGIN { nonempty = 0; } \
 
191
  { items[$$0] = 1; nonempty = 1; } \
 
192
  END { if (nonempty) { for (i in items) print i; }; } \
 
193
'
 
194
# Make sure the list of sources is unique.  This is necessary because,
 
195
# e.g., the same source file might be shared among _SOURCES variables
 
196
# for different programs/libraries.
 
197
am__define_uniq_tagged_files = \
 
198
  list='$(am__tagged_files)'; \
 
199
  unique=`for i in $$list; do \
 
200
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
201
  done | $(am__uniquify_input)`
 
202
ETAGS = etags
 
203
CTAGS = ctags
 
204
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
205
ACLOCAL = @ACLOCAL@
 
206
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
207
AMTAR = @AMTAR@
 
208
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
209
AR = @AR@
 
210
AUTH_CFLAGS = @AUTH_CFLAGS@
 
211
AUTH_LIBS = @AUTH_LIBS@
 
212
AUTOCONF = @AUTOCONF@
 
213
AUTOHEADER = @AUTOHEADER@
 
214
AUTOMAKE = @AUTOMAKE@
 
215
AWK = @AWK@
 
216
CC = @CC@
 
217
CCDEPMODE = @CCDEPMODE@
 
218
CDB_LIBS = @CDB_LIBS@
 
219
CFLAGS = @CFLAGS@
 
220
CLUCENE_CFLAGS = @CLUCENE_CFLAGS@
 
221
CLUCENE_LIBS = @CLUCENE_LIBS@
 
222
COMPRESS_LIBS = @COMPRESS_LIBS@
 
223
CPP = @CPP@
 
224
CPPFLAGS = @CPPFLAGS@
 
225
CRYPT_LIBS = @CRYPT_LIBS@
 
226
CXX = @CXX@
 
227
CXXCPP = @CXXCPP@
 
228
CXXDEPMODE = @CXXDEPMODE@
 
229
CXXFLAGS = @CXXFLAGS@
 
230
CYGPATH_W = @CYGPATH_W@
 
231
DEFS = @DEFS@
 
232
DEPDIR = @DEPDIR@
 
233
DICT_LIBS = @DICT_LIBS@
 
234
DLLTOOL = @DLLTOOL@
 
235
DSYMUTIL = @DSYMUTIL@
 
236
DUMPBIN = @DUMPBIN@
 
237
ECHO_C = @ECHO_C@
 
238
ECHO_N = @ECHO_N@
 
239
ECHO_T = @ECHO_T@
 
240
EGREP = @EGREP@
 
241
EXEEXT = @EXEEXT@
 
242
FGREP = @FGREP@
 
243
GREP = @GREP@
 
244
INSTALL = @INSTALL@
 
245
INSTALL_DATA = @INSTALL_DATA@
 
246
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
247
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
248
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
249
KRB5CONFIG = @KRB5CONFIG@
 
250
KRB5_CFLAGS = @KRB5_CFLAGS@
 
251
KRB5_LIBS = @KRB5_LIBS@
 
252
LD = @LD@
 
253
LDAP_LIBS = @LDAP_LIBS@
 
254
LDFLAGS = @LDFLAGS@
 
255
LIBCAP = @LIBCAP@
 
256
LIBDOVECOT = @LIBDOVECOT@
 
257
LIBDOVECOT_COMPRESS = @LIBDOVECOT_COMPRESS@
 
258
LIBDOVECOT_DEPS = @LIBDOVECOT_DEPS@
 
259
LIBDOVECOT_LDA = @LIBDOVECOT_LDA@
 
260
LIBDOVECOT_LOGIN = @LIBDOVECOT_LOGIN@
 
261
LIBDOVECOT_SQL = @LIBDOVECOT_SQL@
 
262
LIBDOVECOT_STORAGE = @LIBDOVECOT_STORAGE@
 
263
LIBDOVECOT_STORAGE_DEPS = @LIBDOVECOT_STORAGE_DEPS@
 
264
LIBICONV = @LIBICONV@
 
265
LIBOBJS = @LIBOBJS@
 
266
LIBS = @LIBS@
 
267
LIBTOOL = @LIBTOOL@
 
268
LIBWRAP_LIBS = @LIBWRAP_LIBS@
 
269
LINKED_STORAGE_LDADD = @LINKED_STORAGE_LDADD@
 
270
LINKED_STORAGE_LIBS = @LINKED_STORAGE_LIBS@
 
271
LIPO = @LIPO@
 
272
LN_S = @LN_S@
 
273
LTLIBICONV = @LTLIBICONV@
 
274
LTLIBOBJS = @LTLIBOBJS@
 
275
MAINT = @MAINT@
 
276
MAKEINFO = @MAKEINFO@
 
277
MANIFEST_TOOL = @MANIFEST_TOOL@
 
278
MKDIR_P = @MKDIR_P@
 
279
MODULE_LIBS = @MODULE_LIBS@
 
280
MODULE_SUFFIX = @MODULE_SUFFIX@
 
281
MYSQL_CFLAGS = @MYSQL_CFLAGS@
 
282
MYSQL_CONFIG = @MYSQL_CONFIG@
 
283
MYSQL_LIBS = @MYSQL_LIBS@
 
284
NM = @NM@
 
285
NMEDIT = @NMEDIT@
 
286
NOPLUGIN_LDFLAGS = @NOPLUGIN_LDFLAGS@
 
287
OBJDUMP = @OBJDUMP@
 
288
OBJEXT = @OBJEXT@
 
289
OTOOL = @OTOOL@
 
290
OTOOL64 = @OTOOL64@
 
291
PACKAGE = @PACKAGE@
 
292
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
293
PACKAGE_NAME = @PACKAGE_NAME@
 
294
PACKAGE_STRING = @PACKAGE_STRING@
 
295
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
296
PACKAGE_URL = @PACKAGE_URL@
 
297
PACKAGE_VERSION = @PACKAGE_VERSION@
 
298
PATH_SEPARATOR = @PATH_SEPARATOR@
 
299
PGSQL_CFLAGS = @PGSQL_CFLAGS@
 
300
PGSQL_LIBS = @PGSQL_LIBS@
 
301
PG_CONFIG = @PG_CONFIG@
 
302
PKG_CONFIG = @PKG_CONFIG@
 
303
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
304
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
305
QUOTA_LIBS = @QUOTA_LIBS@
 
306
RANLIB = @RANLIB@
 
307
RPCGEN = @RPCGEN@
 
308
RUN_TEST = @RUN_TEST@
 
309
SED = @SED@
 
310
SETTING_FILES = @SETTING_FILES@
 
311
SET_MAKE = @SET_MAKE@
 
312
SHELL = @SHELL@
 
313
SQLITE_CFLAGS = @SQLITE_CFLAGS@
 
314
SQLITE_LIBS = @SQLITE_LIBS@
 
315
SQL_CFLAGS = @SQL_CFLAGS@
 
316
SQL_LIBS = @SQL_LIBS@
 
317
SSL_CFLAGS = @SSL_CFLAGS@
 
318
SSL_LIBS = @SSL_LIBS@
 
319
STRIP = @STRIP@
 
320
VALGRIND = @VALGRIND@
 
321
VERSION = @VERSION@
 
322
abs_builddir = @abs_builddir@
 
323
abs_srcdir = @abs_srcdir@
 
324
abs_top_builddir = @abs_top_builddir@
 
325
abs_top_srcdir = @abs_top_srcdir@
 
326
ac_ct_AR = @ac_ct_AR@
 
327
ac_ct_CC = @ac_ct_CC@
 
328
ac_ct_CXX = @ac_ct_CXX@
 
329
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
330
am__include = @am__include@
 
331
am__leading_dot = @am__leading_dot@
 
332
am__quote = @am__quote@
 
333
am__tar = @am__tar@
 
334
am__untar = @am__untar@
 
335
bindir = @bindir@
 
336
build = @build@
 
337
build_alias = @build_alias@
 
338
build_cpu = @build_cpu@
 
339
build_os = @build_os@
 
340
build_vendor = @build_vendor@
 
341
builddir = @builddir@
 
342
datadir = @datadir@
 
343
datarootdir = @datarootdir@
 
344
dict_drivers = @dict_drivers@
 
345
docdir = @docdir@
 
346
dvidir = @dvidir@
 
347
exec_prefix = @exec_prefix@
 
348
host = @host@
 
349
host_alias = @host_alias@
 
350
host_cpu = @host_cpu@
 
351
host_os = @host_os@
 
352
host_vendor = @host_vendor@
 
353
htmldir = @htmldir@
 
354
includedir = @includedir@
 
355
infodir = @infodir@
 
356
install_sh = @install_sh@
 
357
libdir = @libdir@
 
358
libexecdir = @libexecdir@
 
359
localedir = @localedir@
 
360
localstatedir = @localstatedir@
 
361
mail_storages = @mail_storages@
 
362
mailbox_list_drivers = @mailbox_list_drivers@
 
363
mandir = @mandir@
 
364
mkdir_p = @mkdir_p@
 
365
moduledir = @moduledir@
 
366
oldincludedir = @oldincludedir@
 
367
pdfdir = @pdfdir@
 
368
prefix = @prefix@
 
369
program_transform_name = @program_transform_name@
 
370
psdir = @psdir@
 
371
rundir = @rundir@
 
372
sbindir = @sbindir@
 
373
sharedstatedir = @sharedstatedir@
 
374
sql_drivers = @sql_drivers@
 
375
srcdir = @srcdir@
 
376
ssldir = @ssldir@
 
377
statedir = @statedir@
 
378
sysconfdir = @sysconfdir@
 
379
systemdsystemunitdir = @systemdsystemunitdir@
 
380
target_alias = @target_alias@
 
381
top_build_prefix = @top_build_prefix@
 
382
top_builddir = @top_builddir@
 
383
top_srcdir = @top_srcdir@
 
384
noinst_LTLIBRARIES = libcompression.la
 
385
AM_CPPFLAGS = \
 
386
        -I$(top_srcdir)/src/lib \
 
387
        -I$(top_srcdir)/src/lib-test
 
388
 
 
389
libcompression_la_SOURCES = \
 
390
        compression.c \
 
391
        istream-lzma.c \
 
392
        istream-zlib.c \
 
393
        istream-bzlib.c \
 
394
        ostream-lzma.c \
 
395
        ostream-zlib.c \
 
396
        ostream-bzlib.c
 
397
 
 
398
libcompression_la_LIBADD = \
 
399
        $(COMPRESS_LIBS)
 
400
 
 
401
pkginc_libdir = $(pkgincludedir)
 
402
pkginc_lib_HEADERS = \
 
403
        compression.h \
 
404
        istream-zlib.h \
 
405
        ostream-zlib.h
 
406
 
 
407
pkglib_LTLIBRARIES = libdovecot-compression.la
 
408
libdovecot_compression_la_SOURCES = 
 
409
libdovecot_compression_la_LIBADD = libcompression.la ../lib/liblib.la $(COMPRESS_LIBS)
 
410
libdovecot_compression_la_DEPENDENCIES = libcompression.la
 
411
libdovecot_compression_la_LDFLAGS = -export-dynamic
 
412
all: all-am
 
413
 
 
414
.SUFFIXES:
 
415
.SUFFIXES: .c .lo .o .obj
 
416
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
417
        @for dep in $?; do \
 
418
          case '$(am__configure_deps)' in \
 
419
            *$$dep*) \
 
420
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
421
                && { if test -f $@; then exit 0; else break; fi; }; \
 
422
              exit 1;; \
 
423
          esac; \
 
424
        done; \
 
425
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib-compression/Makefile'; \
 
426
        $(am__cd) $(top_srcdir) && \
 
427
          $(AUTOMAKE) --foreign src/lib-compression/Makefile
 
428
.PRECIOUS: Makefile
 
429
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
430
        @case '$?' in \
 
431
          *config.status*) \
 
432
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
433
          *) \
 
434
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
435
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
436
        esac;
 
437
 
 
438
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
439
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
440
 
 
441
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
442
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
443
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
444
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
445
$(am__aclocal_m4_deps):
 
446
 
 
447
clean-noinstLTLIBRARIES:
 
448
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
449
        @list='$(noinst_LTLIBRARIES)'; \
 
450
        locs=`for p in $$list; do echo $$p; done | \
 
451
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
452
              sort -u`; \
 
453
        test -z "$$locs" || { \
 
454
          echo rm -f $${locs}; \
 
455
          rm -f $${locs}; \
 
456
        }
 
457
 
 
458
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
 
459
        @$(NORMAL_INSTALL)
 
460
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
 
461
        list2=; for p in $$list; do \
 
462
          if test -f $$p; then \
 
463
            list2="$$list2 $$p"; \
 
464
          else :; fi; \
 
465
        done; \
 
466
        test -z "$$list2" || { \
 
467
          echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
 
468
          $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
 
469
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
 
470
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
 
471
        }
 
472
 
 
473
uninstall-pkglibLTLIBRARIES:
 
474
        @$(NORMAL_UNINSTALL)
 
475
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
 
476
        for p in $$list; do \
 
477
          $(am__strip_dir) \
 
478
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
 
479
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
 
480
        done
 
481
 
 
482
clean-pkglibLTLIBRARIES:
 
483
        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
 
484
        @list='$(pkglib_LTLIBRARIES)'; \
 
485
        locs=`for p in $$list; do echo $$p; done | \
 
486
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
487
              sort -u`; \
 
488
        test -z "$$locs" || { \
 
489
          echo rm -f $${locs}; \
 
490
          rm -f $${locs}; \
 
491
        }
 
492
 
 
493
libcompression.la: $(libcompression_la_OBJECTS) $(libcompression_la_DEPENDENCIES) $(EXTRA_libcompression_la_DEPENDENCIES) 
 
494
        $(AM_V_CCLD)$(LINK)  $(libcompression_la_OBJECTS) $(libcompression_la_LIBADD) $(LIBS)
 
495
 
 
496
libdovecot-compression.la: $(libdovecot_compression_la_OBJECTS) $(libdovecot_compression_la_DEPENDENCIES) $(EXTRA_libdovecot_compression_la_DEPENDENCIES) 
 
497
        $(AM_V_CCLD)$(libdovecot_compression_la_LINK) -rpath $(pkglibdir) $(libdovecot_compression_la_OBJECTS) $(libdovecot_compression_la_LIBADD) $(LIBS)
 
498
 
 
499
mostlyclean-compile:
 
500
        -rm -f *.$(OBJEXT)
 
501
 
 
502
distclean-compile:
 
503
        -rm -f *.tab.c
 
504
 
 
505
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compression.Plo@am__quote@
 
506
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/istream-bzlib.Plo@am__quote@
 
507
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/istream-lzma.Plo@am__quote@
 
508
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/istream-zlib.Plo@am__quote@
 
509
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ostream-bzlib.Plo@am__quote@
 
510
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ostream-lzma.Plo@am__quote@
 
511
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ostream-zlib.Plo@am__quote@
 
512
 
 
513
.c.o:
 
514
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
515
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
516
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
517
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
518
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
519
 
 
520
.c.obj:
 
521
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
522
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
523
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
524
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
525
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
526
 
 
527
.c.lo:
 
528
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
529
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
530
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
531
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
532
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
533
 
 
534
mostlyclean-libtool:
 
535
        -rm -f *.lo
 
536
 
 
537
clean-libtool:
 
538
        -rm -rf .libs _libs
 
539
install-pkginc_libHEADERS: $(pkginc_lib_HEADERS)
 
540
        @$(NORMAL_INSTALL)
 
541
        @list='$(pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
 
542
        if test -n "$$list"; then \
 
543
          echo " $(MKDIR_P) '$(DESTDIR)$(pkginc_libdir)'"; \
 
544
          $(MKDIR_P) "$(DESTDIR)$(pkginc_libdir)" || exit 1; \
 
545
        fi; \
 
546
        for p in $$list; do \
 
547
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
548
          echo "$$d$$p"; \
 
549
        done | $(am__base_list) | \
 
550
        while read files; do \
 
551
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkginc_libdir)'"; \
 
552
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkginc_libdir)" || exit $$?; \
 
553
        done
 
554
 
 
555
uninstall-pkginc_libHEADERS:
 
556
        @$(NORMAL_UNINSTALL)
 
557
        @list='$(pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
 
558
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
559
        dir='$(DESTDIR)$(pkginc_libdir)'; $(am__uninstall_files_from_dir)
 
560
 
 
561
ID: $(am__tagged_files)
 
562
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
563
tags: tags-am
 
564
TAGS: tags
 
565
 
 
566
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
567
        set x; \
 
568
        here=`pwd`; \
 
569
        $(am__define_uniq_tagged_files); \
 
570
        shift; \
 
571
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
572
          test -n "$$unique" || unique=$$empty_fix; \
 
573
          if test $$# -gt 0; then \
 
574
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
575
              "$$@" $$unique; \
 
576
          else \
 
577
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
578
              $$unique; \
 
579
          fi; \
 
580
        fi
 
581
ctags: ctags-am
 
582
 
 
583
CTAGS: ctags
 
584
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
585
        $(am__define_uniq_tagged_files); \
 
586
        test -z "$(CTAGS_ARGS)$$unique" \
 
587
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
588
             $$unique
 
589
 
 
590
GTAGS:
 
591
        here=`$(am__cd) $(top_builddir) && pwd` \
 
592
          && $(am__cd) $(top_srcdir) \
 
593
          && gtags -i $(GTAGS_ARGS) "$$here"
 
594
cscopelist: cscopelist-am
 
595
 
 
596
cscopelist-am: $(am__tagged_files)
 
597
        list='$(am__tagged_files)'; \
 
598
        case "$(srcdir)" in \
 
599
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
600
          *) sdir=$(subdir)/$(srcdir) ;; \
 
601
        esac; \
 
602
        for i in $$list; do \
 
603
          if test -f "$$i"; then \
 
604
            echo "$(subdir)/$$i"; \
 
605
          else \
 
606
            echo "$$sdir/$$i"; \
 
607
          fi; \
 
608
        done >> $(top_builddir)/cscope.files
 
609
 
 
610
distclean-tags:
 
611
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
612
 
 
613
distdir: $(DISTFILES)
 
614
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
615
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
616
        list='$(DISTFILES)'; \
 
617
          dist_files=`for file in $$list; do echo $$file; done | \
 
618
          sed -e "s|^$$srcdirstrip/||;t" \
 
619
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
620
        case $$dist_files in \
 
621
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
622
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
623
                           sort -u` ;; \
 
624
        esac; \
 
625
        for file in $$dist_files; do \
 
626
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
627
          if test -d $$d/$$file; then \
 
628
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
629
            if test -d "$(distdir)/$$file"; then \
 
630
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
631
            fi; \
 
632
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
633
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
634
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
635
            fi; \
 
636
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
637
          else \
 
638
            test -f "$(distdir)/$$file" \
 
639
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
640
            || exit 1; \
 
641
          fi; \
 
642
        done
 
643
check-am: all-am
 
644
check: check-am
 
645
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
646
installdirs:
 
647
        for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(pkginc_libdir)"; do \
 
648
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
649
        done
 
650
install: install-am
 
651
install-exec: install-exec-am
 
652
install-data: install-data-am
 
653
uninstall: uninstall-am
 
654
 
 
655
install-am: all-am
 
656
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
657
 
 
658
installcheck: installcheck-am
 
659
install-strip:
 
660
        if test -z '$(STRIP)'; then \
 
661
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
662
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
663
              install; \
 
664
        else \
 
665
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
666
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
667
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
668
        fi
 
669
mostlyclean-generic:
 
670
 
 
671
clean-generic:
 
672
 
 
673
distclean-generic:
 
674
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
675
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
676
 
 
677
maintainer-clean-generic:
 
678
        @echo "This command is intended for maintainers to use"
 
679
        @echo "it deletes files that may require special tools to rebuild."
 
680
clean: clean-am
 
681
 
 
682
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
683
        clean-pkglibLTLIBRARIES mostlyclean-am
 
684
 
 
685
distclean: distclean-am
 
686
        -rm -rf ./$(DEPDIR)
 
687
        -rm -f Makefile
 
688
distclean-am: clean-am distclean-compile distclean-generic \
 
689
        distclean-tags
 
690
 
 
691
dvi: dvi-am
 
692
 
 
693
dvi-am:
 
694
 
 
695
html: html-am
 
696
 
 
697
html-am:
 
698
 
 
699
info: info-am
 
700
 
 
701
info-am:
 
702
 
 
703
install-data-am: install-pkginc_libHEADERS
 
704
 
 
705
install-dvi: install-dvi-am
 
706
 
 
707
install-dvi-am:
 
708
 
 
709
install-exec-am: install-pkglibLTLIBRARIES
 
710
 
 
711
install-html: install-html-am
 
712
 
 
713
install-html-am:
 
714
 
 
715
install-info: install-info-am
 
716
 
 
717
install-info-am:
 
718
 
 
719
install-man:
 
720
 
 
721
install-pdf: install-pdf-am
 
722
 
 
723
install-pdf-am:
 
724
 
 
725
install-ps: install-ps-am
 
726
 
 
727
install-ps-am:
 
728
 
 
729
installcheck-am:
 
730
 
 
731
maintainer-clean: maintainer-clean-am
 
732
        -rm -rf ./$(DEPDIR)
 
733
        -rm -f Makefile
 
734
maintainer-clean-am: distclean-am maintainer-clean-generic
 
735
 
 
736
mostlyclean: mostlyclean-am
 
737
 
 
738
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
739
        mostlyclean-libtool
 
740
 
 
741
pdf: pdf-am
 
742
 
 
743
pdf-am:
 
744
 
 
745
ps: ps-am
 
746
 
 
747
ps-am:
 
748
 
 
749
uninstall-am: uninstall-pkginc_libHEADERS uninstall-pkglibLTLIBRARIES
 
750
 
 
751
.MAKE: install-am install-strip
 
752
 
 
753
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
754
        clean-libtool clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES \
 
755
        cscopelist-am ctags ctags-am distclean distclean-compile \
 
756
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
757
        dvi-am html html-am info info-am install install-am \
 
758
        install-data install-data-am install-dvi install-dvi-am \
 
759
        install-exec install-exec-am install-html install-html-am \
 
760
        install-info install-info-am install-man install-pdf \
 
761
        install-pdf-am install-pkginc_libHEADERS \
 
762
        install-pkglibLTLIBRARIES install-ps install-ps-am \
 
763
        install-strip installcheck installcheck-am installdirs \
 
764
        maintainer-clean maintainer-clean-generic mostlyclean \
 
765
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
766
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
 
767
        uninstall-pkginc_libHEADERS uninstall-pkglibLTLIBRARIES
 
768
 
 
769
 
 
770
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
771
# Otherwise a system limit (for SysV at least) may be exceeded.
 
772
.NOEXPORT: