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

« back to all changes in this revision

Viewing changes to src/plugins/zlib/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.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
17
16
 
18
17
 
19
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))
20
64
pkgdatadir = $(datadir)/@PACKAGE@
21
65
pkgincludedir = $(includedir)/@PACKAGE@
22
66
pkglibdir = $(libdir)/@PACKAGE@
36
80
build_triplet = @build@
37
81
host_triplet = @host@
38
82
subdir = src/plugins/zlib
39
 
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
40
 
        $(srcdir)/Makefile.in
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
84
        $(top_srcdir)/depcomp $(noinst_HEADERS)
41
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
86
am__aclocal_m4_deps = $(top_srcdir)/dovecot.m4 \
43
 
        $(top_srcdir)/configure.in
 
87
        $(top_srcdir)/configure.ac
44
88
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
89
        $(ACLOCAL_M4)
46
90
mkinstalldirs = $(install_sh) -d
74
118
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
75
119
         $(am__cd) "$$dir" && rm -f $$files; }; \
76
120
  }
77
 
am__installdirs = "$(DESTDIR)$(doveadm_moduledir)" \
78
 
        "$(DESTDIR)$(moduledir)"
79
 
LTLIBRARIES = $(doveadm_module_LTLIBRARIES) $(module_LTLIBRARIES)
80
 
lib10_doveadm_zlib_plugin_la_LIBADD =
81
 
am_lib10_doveadm_zlib_plugin_la_OBJECTS = doveadm-zlib.lo
82
 
lib10_doveadm_zlib_plugin_la_OBJECTS =  \
83
 
        $(am_lib10_doveadm_zlib_plugin_la_OBJECTS)
84
 
lib10_doveadm_zlib_plugin_la_LINK = $(LIBTOOL) --tag=CC \
 
121
am__installdirs = "$(DESTDIR)$(moduledir)"
 
122
LTLIBRARIES = $(module_LTLIBRARIES)
 
123
lib20_zlib_plugin_la_DEPENDENCIES =  \
 
124
        ../../lib-compression/libcompression.la
 
125
am_lib20_zlib_plugin_la_OBJECTS = zlib-plugin.lo
 
126
lib20_zlib_plugin_la_OBJECTS = $(am_lib20_zlib_plugin_la_OBJECTS)
 
127
AM_V_lt = $(am__v_lt_@AM_V@)
 
128
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
129
am__v_lt_0 = --silent
 
130
am__v_lt_1 = 
 
131
lib20_zlib_plugin_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
85
132
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
86
 
        $(AM_CFLAGS) $(CFLAGS) $(lib10_doveadm_zlib_plugin_la_LDFLAGS) \
 
133
        $(AM_CFLAGS) $(CFLAGS) $(lib20_zlib_plugin_la_LDFLAGS) \
87
134
        $(LDFLAGS) -o $@
88
 
am__DEPENDENCIES_1 =
89
 
lib20_zlib_plugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
90
 
        $(am__DEPENDENCIES_1)
91
 
am_lib20_zlib_plugin_la_OBJECTS = istream-bzlib.lo istream-zlib.lo \
92
 
        ostream-zlib.lo ostream-bzlib.lo zlib-plugin.lo
93
 
lib20_zlib_plugin_la_OBJECTS = $(am_lib20_zlib_plugin_la_OBJECTS)
94
 
lib20_zlib_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
95
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
96
 
        $(lib20_zlib_plugin_la_LDFLAGS) $(LDFLAGS) -o $@
 
135
AM_V_P = $(am__v_P_@AM_V@)
 
136
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
137
am__v_P_0 = false
 
138
am__v_P_1 = :
 
139
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
140
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
141
am__v_GEN_0 = @echo "  GEN     " $@;
 
142
am__v_GEN_1 = 
 
143
AM_V_at = $(am__v_at_@AM_V@)
 
144
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
145
am__v_at_0 = @
 
146
am__v_at_1 = 
97
147
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
98
148
depcomp = $(SHELL) $(top_srcdir)/depcomp
99
149
am__depfiles_maybe = depfiles
100
150
am__mv = mv -f
101
151
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
102
152
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
104
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
105
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
153
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
154
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
155
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
156
        $(AM_CFLAGS) $(CFLAGS)
 
157
AM_V_CC = $(am__v_CC_@AM_V@)
 
158
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
159
am__v_CC_0 = @echo "  CC      " $@;
 
160
am__v_CC_1 = 
106
161
CCLD = $(CC)
107
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
108
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
109
 
        $(LDFLAGS) -o $@
110
 
SOURCES = $(lib10_doveadm_zlib_plugin_la_SOURCES) \
111
 
        $(lib20_zlib_plugin_la_SOURCES)
112
 
DIST_SOURCES = $(lib10_doveadm_zlib_plugin_la_SOURCES) \
113
 
        $(lib20_zlib_plugin_la_SOURCES)
 
162
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
163
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
164
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
165
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
166
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
167
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
168
am__v_CCLD_1 = 
 
169
SOURCES = $(lib20_zlib_plugin_la_SOURCES)
 
170
DIST_SOURCES = $(lib20_zlib_plugin_la_SOURCES)
 
171
am__can_run_installinfo = \
 
172
  case $$AM_UPDATE_INFO_DIR in \
 
173
    n|no|NO) false;; \
 
174
    *) (install-info --version) >/dev/null 2>&1;; \
 
175
  esac
114
176
HEADERS = $(noinst_HEADERS)
 
177
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
178
# Read a list of newline-separated strings from the standard input,
 
179
# and print each of them once, without duplicates.  Input order is
 
180
# *not* preserved.
 
181
am__uniquify_input = $(AWK) '\
 
182
  BEGIN { nonempty = 0; } \
 
183
  { items[$$0] = 1; nonempty = 1; } \
 
184
  END { if (nonempty) { for (i in items) print i; }; } \
 
185
'
 
186
# Make sure the list of sources is unique.  This is necessary because,
 
187
# e.g., the same source file might be shared among _SOURCES variables
 
188
# for different programs/libraries.
 
189
am__define_uniq_tagged_files = \
 
190
  list='$(am__tagged_files)'; \
 
191
  unique=`for i in $$list; do \
 
192
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
193
  done | $(am__uniquify_input)`
115
194
ETAGS = etags
116
195
CTAGS = ctags
117
196
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
118
197
ACLOCAL = @ACLOCAL@
119
198
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
120
199
AMTAR = @AMTAR@
 
200
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
121
201
AR = @AR@
122
202
AUTH_CFLAGS = @AUTH_CFLAGS@
123
203
AUTH_LIBS = @AUTH_LIBS@
127
207
AWK = @AWK@
128
208
CC = @CC@
129
209
CCDEPMODE = @CCDEPMODE@
 
210
CDB_LIBS = @CDB_LIBS@
130
211
CFLAGS = @CFLAGS@
 
212
CLUCENE_CFLAGS = @CLUCENE_CFLAGS@
 
213
CLUCENE_LIBS = @CLUCENE_LIBS@
 
214
COMPRESS_LIBS = @COMPRESS_LIBS@
131
215
CPP = @CPP@
132
216
CPPFLAGS = @CPPFLAGS@
133
217
CRYPT_LIBS = @CRYPT_LIBS@
134
 
CURLCONFIG = @CURLCONFIG@
135
 
CURL_CFLAGS = @CURL_CFLAGS@
136
 
CURL_LIBS = @CURL_LIBS@
137
218
CXX = @CXX@
138
219
CXXCPP = @CXXCPP@
139
220
CXXDEPMODE = @CXXDEPMODE@
165
246
LDFLAGS = @LDFLAGS@
166
247
LIBCAP = @LIBCAP@
167
248
LIBDOVECOT = @LIBDOVECOT@
 
249
LIBDOVECOT_COMPRESS = @LIBDOVECOT_COMPRESS@
168
250
LIBDOVECOT_DEPS = @LIBDOVECOT_DEPS@
169
251
LIBDOVECOT_LDA = @LIBDOVECOT_LDA@
170
252
LIBDOVECOT_LOGIN = @LIBDOVECOT_LOGIN@
212
294
PKG_CONFIG = @PKG_CONFIG@
213
295
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
214
296
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
297
QUOTA_LIBS = @QUOTA_LIBS@
215
298
RANLIB = @RANLIB@
216
299
RPCGEN = @RPCGEN@
217
300
RUN_TEST = @RUN_TEST@
290
373
top_build_prefix = @top_build_prefix@
291
374
top_builddir = @top_builddir@
292
375
top_srcdir = @top_srcdir@
293
 
doveadm_moduledir = $(moduledir)/doveadm
294
376
AM_CPPFLAGS = \
295
377
        -I$(top_srcdir)/src/lib \
296
378
        -I$(top_srcdir)/src/lib-master \
297
379
        -I$(top_srcdir)/src/lib-mail \
 
380
        -I$(top_srcdir)/src/lib-compression \
298
381
        -I$(top_srcdir)/src/lib-index \
299
382
        -I$(top_srcdir)/src/lib-storage \
300
383
        -I$(top_srcdir)/src/lib-storage/index \
301
 
        -I$(top_srcdir)/src/lib-storage/index/dbox-common \
302
 
        -I$(top_srcdir)/src/doveadm
 
384
        -I$(top_srcdir)/src/lib-storage/index/dbox-common
303
385
 
304
 
lib10_doveadm_zlib_plugin_la_LDFLAGS = -module -avoid-version
305
386
lib20_zlib_plugin_la_LDFLAGS = -module -avoid-version
306
387
module_LTLIBRARIES = \
307
388
        lib20_zlib_plugin.la
308
389
 
309
 
@BUILD_ZLIB_TRUE@ZLIB_LIB = -lz
310
 
@BUILD_BZLIB_TRUE@BZLIB_LIB = -lbz2
311
390
lib20_zlib_plugin_la_LIBADD = \
312
 
        $(ZLIB_LIB) $(BZLIB_LIB)
 
391
        ../../lib-compression/libcompression.la
313
392
 
314
393
lib20_zlib_plugin_la_SOURCES = \
315
 
        istream-bzlib.c \
316
 
        istream-zlib.c \
317
 
        ostream-zlib.c \
318
 
        ostream-bzlib.c \
319
394
        zlib-plugin.c
320
395
 
321
396
noinst_HEADERS = \
322
 
        istream-zlib.h \
323
 
        ostream-zlib.h \
324
397
        zlib-plugin.h
325
398
 
326
 
doveadm_module_LTLIBRARIES = \
327
 
        lib10_doveadm_zlib_plugin.la
328
 
 
329
 
lib10_doveadm_zlib_plugin_la_SOURCES = \
330
 
        doveadm-zlib.c
331
 
 
332
399
all: all-am
333
400
 
334
401
.SUFFIXES:
363
430
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
364
431
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365
432
$(am__aclocal_m4_deps):
366
 
install-doveadm_moduleLTLIBRARIES: $(doveadm_module_LTLIBRARIES)
367
 
        @$(NORMAL_INSTALL)
368
 
        test -z "$(doveadm_moduledir)" || $(MKDIR_P) "$(DESTDIR)$(doveadm_moduledir)"
369
 
        @list='$(doveadm_module_LTLIBRARIES)'; test -n "$(doveadm_moduledir)" || list=; \
370
 
        list2=; for p in $$list; do \
371
 
          if test -f $$p; then \
372
 
            list2="$$list2 $$p"; \
373
 
          else :; fi; \
374
 
        done; \
375
 
        test -z "$$list2" || { \
376
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(doveadm_moduledir)'"; \
377
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(doveadm_moduledir)"; \
378
 
        }
379
 
 
380
 
uninstall-doveadm_moduleLTLIBRARIES:
381
 
        @$(NORMAL_UNINSTALL)
382
 
        @list='$(doveadm_module_LTLIBRARIES)'; test -n "$(doveadm_moduledir)" || list=; \
383
 
        for p in $$list; do \
384
 
          $(am__strip_dir) \
385
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(doveadm_moduledir)/$$f'"; \
386
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(doveadm_moduledir)/$$f"; \
387
 
        done
388
 
 
389
 
clean-doveadm_moduleLTLIBRARIES:
390
 
        -test -z "$(doveadm_module_LTLIBRARIES)" || rm -f $(doveadm_module_LTLIBRARIES)
391
 
        @list='$(doveadm_module_LTLIBRARIES)'; for p in $$list; do \
392
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
393
 
          test "$$dir" != "$$p" || dir=.; \
394
 
          echo "rm -f \"$${dir}/so_locations\""; \
395
 
          rm -f "$${dir}/so_locations"; \
396
 
        done
 
433
 
397
434
install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
398
435
        @$(NORMAL_INSTALL)
399
 
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
400
436
        @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
401
437
        list2=; for p in $$list; do \
402
438
          if test -f $$p; then \
404
440
          else :; fi; \
405
441
        done; \
406
442
        test -z "$$list2" || { \
 
443
          echo " $(MKDIR_P) '$(DESTDIR)$(moduledir)'"; \
 
444
          $(MKDIR_P) "$(DESTDIR)$(moduledir)" || exit 1; \
407
445
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
408
446
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
409
447
        }
419
457
 
420
458
clean-moduleLTLIBRARIES:
421
459
        -test -z "$(module_LTLIBRARIES)" || rm -f $(module_LTLIBRARIES)
422
 
        @list='$(module_LTLIBRARIES)'; for p in $$list; do \
423
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
424
 
          test "$$dir" != "$$p" || dir=.; \
425
 
          echo "rm -f \"$${dir}/so_locations\""; \
426
 
          rm -f "$${dir}/so_locations"; \
427
 
        done
428
 
lib10_doveadm_zlib_plugin.la: $(lib10_doveadm_zlib_plugin_la_OBJECTS) $(lib10_doveadm_zlib_plugin_la_DEPENDENCIES) $(EXTRA_lib10_doveadm_zlib_plugin_la_DEPENDENCIES) 
429
 
        $(lib10_doveadm_zlib_plugin_la_LINK) -rpath $(doveadm_moduledir) $(lib10_doveadm_zlib_plugin_la_OBJECTS) $(lib10_doveadm_zlib_plugin_la_LIBADD) $(LIBS)
 
460
        @list='$(module_LTLIBRARIES)'; \
 
461
        locs=`for p in $$list; do echo $$p; done | \
 
462
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
463
              sort -u`; \
 
464
        test -z "$$locs" || { \
 
465
          echo rm -f $${locs}; \
 
466
          rm -f $${locs}; \
 
467
        }
 
468
 
430
469
lib20_zlib_plugin.la: $(lib20_zlib_plugin_la_OBJECTS) $(lib20_zlib_plugin_la_DEPENDENCIES) $(EXTRA_lib20_zlib_plugin_la_DEPENDENCIES) 
431
 
        $(lib20_zlib_plugin_la_LINK) -rpath $(moduledir) $(lib20_zlib_plugin_la_OBJECTS) $(lib20_zlib_plugin_la_LIBADD) $(LIBS)
 
470
        $(AM_V_CCLD)$(lib20_zlib_plugin_la_LINK) -rpath $(moduledir) $(lib20_zlib_plugin_la_OBJECTS) $(lib20_zlib_plugin_la_LIBADD) $(LIBS)
432
471
 
433
472
mostlyclean-compile:
434
473
        -rm -f *.$(OBJEXT)
436
475
distclean-compile:
437
476
        -rm -f *.tab.c
438
477
 
439
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/doveadm-zlib.Plo@am__quote@
440
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/istream-bzlib.Plo@am__quote@
441
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/istream-zlib.Plo@am__quote@
442
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ostream-bzlib.Plo@am__quote@
443
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ostream-zlib.Plo@am__quote@
444
478
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zlib-plugin.Plo@am__quote@
445
479
 
446
480
.c.o:
447
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
448
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
449
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
481
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
482
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
483
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
450
484
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
451
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
485
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
452
486
 
453
487
.c.obj:
454
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
455
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
456
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
488
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
489
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
490
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
457
491
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
458
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
492
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
459
493
 
460
494
.c.lo:
461
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
462
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
463
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
495
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
496
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
497
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
464
498
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
465
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
499
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
466
500
 
467
501
mostlyclean-libtool:
468
502
        -rm -f *.lo
470
504
clean-libtool:
471
505
        -rm -rf .libs _libs
472
506
 
473
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
474
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
475
 
        unique=`for i in $$list; do \
476
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
477
 
          done | \
478
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
479
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
480
 
        mkid -fID $$unique
481
 
tags: TAGS
 
507
ID: $(am__tagged_files)
 
508
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
509
tags: tags-am
 
510
TAGS: tags
482
511
 
483
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
484
 
                $(TAGS_FILES) $(LISP)
 
512
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
485
513
        set x; \
486
514
        here=`pwd`; \
487
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
488
 
        unique=`for i in $$list; do \
489
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
490
 
          done | \
491
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
492
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
515
        $(am__define_uniq_tagged_files); \
493
516
        shift; \
494
517
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
495
518
          test -n "$$unique" || unique=$$empty_fix; \
501
524
              $$unique; \
502
525
          fi; \
503
526
        fi
504
 
ctags: CTAGS
505
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
506
 
                $(TAGS_FILES) $(LISP)
507
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
508
 
        unique=`for i in $$list; do \
509
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510
 
          done | \
511
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
512
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
527
ctags: ctags-am
 
528
 
 
529
CTAGS: ctags
 
530
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
531
        $(am__define_uniq_tagged_files); \
513
532
        test -z "$(CTAGS_ARGS)$$unique" \
514
533
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
515
534
             $$unique
518
537
        here=`$(am__cd) $(top_builddir) && pwd` \
519
538
          && $(am__cd) $(top_srcdir) \
520
539
          && gtags -i $(GTAGS_ARGS) "$$here"
 
540
cscopelist: cscopelist-am
 
541
 
 
542
cscopelist-am: $(am__tagged_files)
 
543
        list='$(am__tagged_files)'; \
 
544
        case "$(srcdir)" in \
 
545
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
546
          *) sdir=$(subdir)/$(srcdir) ;; \
 
547
        esac; \
 
548
        for i in $$list; do \
 
549
          if test -f "$$i"; then \
 
550
            echo "$(subdir)/$$i"; \
 
551
          else \
 
552
            echo "$$sdir/$$i"; \
 
553
          fi; \
 
554
        done >> $(top_builddir)/cscope.files
521
555
 
522
556
distclean-tags:
523
557
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
556
590
check: check-am
557
591
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
558
592
installdirs:
559
 
        for dir in "$(DESTDIR)$(doveadm_moduledir)" "$(DESTDIR)$(moduledir)"; do \
 
593
        for dir in "$(DESTDIR)$(moduledir)"; do \
560
594
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
561
595
        done
562
596
install: install-am
591
625
        @echo "it deletes files that may require special tools to rebuild."
592
626
clean: clean-am
593
627
 
594
 
clean-am: clean-doveadm_moduleLTLIBRARIES clean-generic clean-libtool \
595
 
        clean-moduleLTLIBRARIES mostlyclean-am
 
628
clean-am: clean-generic clean-libtool clean-moduleLTLIBRARIES \
 
629
        mostlyclean-am
596
630
 
597
631
distclean: distclean-am
598
632
        -rm -rf ./$(DEPDIR)
612
646
 
613
647
info-am:
614
648
 
615
 
install-data-am: install-doveadm_moduleLTLIBRARIES \
616
 
        install-moduleLTLIBRARIES
 
649
install-data-am: install-moduleLTLIBRARIES
617
650
 
618
651
install-dvi: install-dvi-am
619
652
 
659
692
 
660
693
ps-am:
661
694
 
662
 
uninstall-am: uninstall-doveadm_moduleLTLIBRARIES \
663
 
        uninstall-moduleLTLIBRARIES
 
695
uninstall-am: uninstall-moduleLTLIBRARIES
664
696
 
665
697
.MAKE: install-am install-strip
666
698
 
667
 
.PHONY: CTAGS GTAGS all all-am check check-am clean \
668
 
        clean-doveadm_moduleLTLIBRARIES clean-generic clean-libtool \
669
 
        clean-moduleLTLIBRARIES ctags distclean distclean-compile \
670
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
671
 
        dvi-am html html-am info info-am install install-am \
672
 
        install-data install-data-am install-doveadm_moduleLTLIBRARIES \
673
 
        install-dvi install-dvi-am install-exec install-exec-am \
674
 
        install-html install-html-am install-info install-info-am \
675
 
        install-man install-moduleLTLIBRARIES install-pdf \
676
 
        install-pdf-am install-ps install-ps-am install-strip \
677
 
        installcheck installcheck-am installdirs maintainer-clean \
678
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
679
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
680
 
        tags uninstall uninstall-am \
681
 
        uninstall-doveadm_moduleLTLIBRARIES \
 
699
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
700
        clean-libtool clean-moduleLTLIBRARIES cscopelist-am ctags \
 
701
        ctags-am distclean distclean-compile distclean-generic \
 
702
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
703
        html-am info info-am install install-am install-data \
 
704
        install-data-am install-dvi install-dvi-am install-exec \
 
705
        install-exec-am install-html install-html-am install-info \
 
706
        install-info-am install-man install-moduleLTLIBRARIES \
 
707
        install-pdf install-pdf-am install-ps install-ps-am \
 
708
        install-strip installcheck installcheck-am installdirs \
 
709
        maintainer-clean maintainer-clean-generic mostlyclean \
 
710
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
711
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
682
712
        uninstall-moduleLTLIBRARIES
683
713
 
684
714