~ubuntu-branches/ubuntu/trusty/dovecot/trusty-proposed

« back to all changes in this revision

Viewing changes to pigeonhole/src/lib-sieve/plugins/relational/Makefile.in

  • Committer: Package Import Robot
  • Author(s): James Page, James Page, Ante Karamatic
  • Date: 2013-02-11 12:41:24 UTC
  • mfrom: (4.1.33 sid)
  • Revision ID: package-import@ubuntu.com-20130211124124-v7bdegzftlhw7yfr
Tags: 1:2.1.7-7ubuntu1
[ James Page ]
* Merge from Debian unstable (LP: #1117613, #1075456), 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.
  + d/control: Added Pre-Depends: dpkg (>= 1.15.6) to dovecot-dbg to support
    xz compression in Ubuntu.
  + d/control: Demote dovecot-common Recommends: to Suggests: to prevent
    install of extra packages on upgrade.
  + d/patches/dovecot-drac.patch: Updated with version for dovecot >= 2.0.0.
* Dropped changes, included in Debian:
  + d/{control,rules}: enable PIE hardening.
  + d/control: Drop B-D on systemd.
* d/p/mail-stack-delivery.postinst: Updated to ensure that configured SSL
  cert and key locations are used when configuring postfix, sorted out
  formatting.
* d/p/dovecot-core.postinst: Create compat links to old style, existing
  SSL cert and key if found.
* d/rules: Don't pass hardening flags for DRAC plugin.
* d/dovecot-{pop3d,imapd}.prerm: Re-sync with Debian.
* d/dovecot-core.lintian-overrides: Drop override for DRAC plugin as not
  required in Ubuntu.
* d/01-mail-stack-delivery: Renamed 99-mail-stack-delivery to ensure that
  the mail-stack-delivery configuration overrides configuration options
  set elsewhere, updated with new cert/key file locations.

[ Ante Karamatic ]
* Change configuration file for LDA on new installs and upgrades
  (LP: #671065).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
18
18
 
19
19
VPATH = @srcdir@
20
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
21
22
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
25
install_sh_DATA = $(install_sh) -c -m 644
25
26
install_sh_PROGRAM = $(install_sh) -c
48
49
CONFIG_HEADER = $(top_builddir)/dummy-config.h \
49
50
        $(top_builddir)/pigeonhole-config.h
50
51
CONFIG_CLEAN_FILES =
 
52
CONFIG_CLEAN_VPATH_FILES =
51
53
LTLIBRARIES = $(noinst_LTLIBRARIES)
52
54
libsieve_ext_relational_la_LIBADD =
53
55
am_libsieve_ext_relational_la_OBJECTS = ext-relational-common.lo \
57
59
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
58
60
depcomp = $(SHELL) $(top_srcdir)/depcomp
59
61
am__depfiles_maybe = depfiles
 
62
am__mv = mv -f
60
63
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
61
64
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
62
65
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88
91
DEFS = @DEFS@
89
92
DEPDIR = @DEPDIR@
90
93
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
94
DLLTOOL = @DLLTOOL@
91
95
DOVECOT_CFLAGS = @DOVECOT_CFLAGS@
92
96
DOVECOT_LIBS = @DOVECOT_LIBS@
 
97
DOVECOT_SQL_LIBS = @DOVECOT_SQL_LIBS@
93
98
DOVECOT_SSL_LIBS = @DOVECOT_SSL_LIBS@
94
99
DSYMUTIL = @DSYMUTIL@
95
100
DUMPBIN = @DUMPBIN@
131
136
LTLIBOBJS = @LTLIBOBJS@
132
137
MAINT = @MAINT@
133
138
MAKEINFO = @MAKEINFO@
 
139
MANIFEST_TOOL = @MANIFEST_TOOL@
134
140
MKDIR_P = @MKDIR_P@
135
141
NM = @NM@
136
142
NMEDIT = @NMEDIT@
156
162
abs_srcdir = @abs_srcdir@
157
163
abs_top_builddir = @abs_top_builddir@
158
164
abs_top_srcdir = @abs_top_srcdir@
 
165
ac_ct_AR = @ac_ct_AR@
159
166
ac_ct_CC = @ac_ct_CC@
160
167
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
161
168
am__include = @am__include@
178
185
dovecot_pkgincludedir = @dovecot_pkgincludedir@
179
186
dovecot_pkglibdir = @dovecot_pkglibdir@
180
187
dovecot_pkglibexecdir = @dovecot_pkglibexecdir@
 
188
dovecotdir = @dovecotdir@
181
189
dvidir = @dvidir@
182
190
exec_prefix = @exec_prefix@
183
191
host = @host@
193
201
libexecdir = @libexecdir@
194
202
localedir = @localedir@
195
203
localstatedir = @localstatedir@
196
 
lt_ECHO = @lt_ECHO@
197
204
mandir = @mandir@
198
205
mkdir_p = @mkdir_p@
199
206
moduledir = @moduledir@
238
245
              exit 1;; \
239
246
          esac; \
240
247
        done; \
241
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib-sieve/plugins/relational/Makefile'; \
242
 
        cd $(top_srcdir) && \
243
 
          $(AUTOMAKE) --foreign  src/lib-sieve/plugins/relational/Makefile
 
248
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib-sieve/plugins/relational/Makefile'; \
 
249
        $(am__cd) $(top_srcdir) && \
 
250
          $(AUTOMAKE) --foreign src/lib-sieve/plugins/relational/Makefile
244
251
.PRECIOUS: Makefile
245
252
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
246
253
        @case '$?' in \
258
265
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
266
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
260
267
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
268
$(am__aclocal_m4_deps):
261
269
 
262
270
clean-noinstLTLIBRARIES:
263
271
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
267
275
          echo "rm -f \"$${dir}/so_locations\""; \
268
276
          rm -f "$${dir}/so_locations"; \
269
277
        done
270
 
libsieve_ext_relational.la: $(libsieve_ext_relational_la_OBJECTS) $(libsieve_ext_relational_la_DEPENDENCIES) 
 
278
libsieve_ext_relational.la: $(libsieve_ext_relational_la_OBJECTS) $(libsieve_ext_relational_la_DEPENDENCIES) $(EXTRA_libsieve_ext_relational_la_DEPENDENCIES) 
271
279
        $(LINK)  $(libsieve_ext_relational_la_OBJECTS) $(libsieve_ext_relational_la_LIBADD) $(LIBS)
272
280
 
273
281
mostlyclean-compile:
283
291
 
284
292
.c.o:
285
293
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
286
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
294
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
287
295
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
288
296
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
289
297
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
290
298
 
291
299
.c.obj:
292
300
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
293
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
301
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
294
302
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
295
303
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296
304
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
297
305
 
298
306
.c.lo:
299
307
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
300
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
308
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
301
309
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
302
310
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303
311
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
320
328
 
321
329
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
322
330
                $(TAGS_FILES) $(LISP)
323
 
        tags=; \
 
331
        set x; \
324
332
        here=`pwd`; \
325
333
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
326
334
        unique=`for i in $$list; do \
328
336
          done | \
329
337
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
330
338
              END { if (nonempty) { for (i in files) print i; }; }'`; \
331
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
339
        shift; \
 
340
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
332
341
          test -n "$$unique" || unique=$$empty_fix; \
333
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
334
 
            $$tags $$unique; \
 
342
          if test $$# -gt 0; then \
 
343
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
344
              "$$@" $$unique; \
 
345
          else \
 
346
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
347
              $$unique; \
 
348
          fi; \
335
349
        fi
336
350
ctags: CTAGS
337
351
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338
352
                $(TAGS_FILES) $(LISP)
339
 
        tags=; \
340
353
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
341
354
        unique=`for i in $$list; do \
342
355
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343
356
          done | \
344
357
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
345
358
              END { if (nonempty) { for (i in files) print i; }; }'`; \
346
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
359
        test -z "$(CTAGS_ARGS)$$unique" \
347
360
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
348
 
             $$tags $$unique
 
361
             $$unique
349
362
 
350
363
GTAGS:
351
364
        here=`$(am__cd) $(top_builddir) && pwd` \
352
 
          && cd $(top_srcdir) \
353
 
          && gtags -i $(GTAGS_ARGS) $$here
 
365
          && $(am__cd) $(top_srcdir) \
 
366
          && gtags -i $(GTAGS_ARGS) "$$here"
354
367
 
355
368
distclean-tags:
356
369
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
371
384
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
372
385
          if test -d $$d/$$file; then \
373
386
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
387
            if test -d "$(distdir)/$$file"; then \
 
388
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
389
            fi; \
374
390
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
375
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
391
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
392
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
376
393
            fi; \
377
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
394
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
378
395
          else \
379
 
            test -f $(distdir)/$$file \
380
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
396
            test -f "$(distdir)/$$file" \
 
397
            || cp -p $$d/$$file "$(distdir)/$$file" \
381
398
            || exit 1; \
382
399
          fi; \
383
400
        done
395
412
 
396
413
installcheck: installcheck-am
397
414
install-strip:
398
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
399
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
400
 
          `test -z '$(STRIP)' || \
401
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
415
        if test -z '$(STRIP)'; then \
 
416
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
417
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
418
              install; \
 
419
        else \
 
420
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
421
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
422
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
423
        fi
402
424
mostlyclean-generic:
403
425
 
404
426
clean-generic:
405
427
 
406
428
distclean-generic:
407
429
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
430
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
408
431
 
409
432
maintainer-clean-generic:
410
433
        @echo "This command is intended for maintainers to use"
495
518
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
496
519
        pdf pdf-am ps ps-am tags uninstall uninstall-am
497
520
 
 
521
 
498
522
# Tell versions [3.59,3.63) of GNU make to not export all variables.
499
523
# Otherwise a system limit (for SysV at least) may be exceeded.
500
524
.NOEXPORT: