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

« back to all changes in this revision

Viewing changes to pigeonhole/src/lib-sieve/plugins/vacation/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_vacation_la_LIBADD =
53
55
am__objects_1 = cmd-vacation.lo
58
60
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
59
61
depcomp = $(SHELL) $(top_srcdir)/depcomp
60
62
am__depfiles_maybe = depfiles
 
63
am__mv = mv -f
61
64
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62
65
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63
66
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89
92
DEFS = @DEFS@
90
93
DEPDIR = @DEPDIR@
91
94
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
95
DLLTOOL = @DLLTOOL@
92
96
DOVECOT_CFLAGS = @DOVECOT_CFLAGS@
93
97
DOVECOT_LIBS = @DOVECOT_LIBS@
 
98
DOVECOT_SQL_LIBS = @DOVECOT_SQL_LIBS@
94
99
DOVECOT_SSL_LIBS = @DOVECOT_SSL_LIBS@
95
100
DSYMUTIL = @DSYMUTIL@
96
101
DUMPBIN = @DUMPBIN@
132
137
LTLIBOBJS = @LTLIBOBJS@
133
138
MAINT = @MAINT@
134
139
MAKEINFO = @MAKEINFO@
 
140
MANIFEST_TOOL = @MANIFEST_TOOL@
135
141
MKDIR_P = @MKDIR_P@
136
142
NM = @NM@
137
143
NMEDIT = @NMEDIT@
157
163
abs_srcdir = @abs_srcdir@
158
164
abs_top_builddir = @abs_top_builddir@
159
165
abs_top_srcdir = @abs_top_srcdir@
 
166
ac_ct_AR = @ac_ct_AR@
160
167
ac_ct_CC = @ac_ct_CC@
161
168
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
162
169
am__include = @am__include@
179
186
dovecot_pkgincludedir = @dovecot_pkgincludedir@
180
187
dovecot_pkglibdir = @dovecot_pkglibdir@
181
188
dovecot_pkglibexecdir = @dovecot_pkglibexecdir@
 
189
dovecotdir = @dovecotdir@
182
190
dvidir = @dvidir@
183
191
exec_prefix = @exec_prefix@
184
192
host = @host@
194
202
libexecdir = @libexecdir@
195
203
localedir = @localedir@
196
204
localstatedir = @localstatedir@
197
 
lt_ECHO = @lt_ECHO@
198
205
mandir = @mandir@
199
206
mkdir_p = @mkdir_p@
200
207
moduledir = @moduledir@
242
249
              exit 1;; \
243
250
          esac; \
244
251
        done; \
245
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib-sieve/plugins/vacation/Makefile'; \
246
 
        cd $(top_srcdir) && \
247
 
          $(AUTOMAKE) --foreign  src/lib-sieve/plugins/vacation/Makefile
 
252
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib-sieve/plugins/vacation/Makefile'; \
 
253
        $(am__cd) $(top_srcdir) && \
 
254
          $(AUTOMAKE) --foreign src/lib-sieve/plugins/vacation/Makefile
248
255
.PRECIOUS: Makefile
249
256
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
250
257
        @case '$?' in \
262
269
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263
270
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
264
271
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
272
$(am__aclocal_m4_deps):
265
273
 
266
274
clean-noinstLTLIBRARIES:
267
275
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
271
279
          echo "rm -f \"$${dir}/so_locations\""; \
272
280
          rm -f "$${dir}/so_locations"; \
273
281
        done
274
 
libsieve_ext_vacation.la: $(libsieve_ext_vacation_la_OBJECTS) $(libsieve_ext_vacation_la_DEPENDENCIES) 
 
282
libsieve_ext_vacation.la: $(libsieve_ext_vacation_la_OBJECTS) $(libsieve_ext_vacation_la_DEPENDENCIES) $(EXTRA_libsieve_ext_vacation_la_DEPENDENCIES) 
275
283
        $(LINK)  $(libsieve_ext_vacation_la_OBJECTS) $(libsieve_ext_vacation_la_LIBADD) $(LIBS)
276
284
 
277
285
mostlyclean-compile:
287
295
 
288
296
.c.o:
289
297
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
290
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
298
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
291
299
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
292
300
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
293
301
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
294
302
 
295
303
.c.obj:
296
304
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
297
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
305
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
298
306
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
299
307
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
300
308
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
301
309
 
302
310
.c.lo:
303
311
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
304
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
312
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
305
313
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
306
314
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
307
315
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
324
332
 
325
333
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
326
334
                $(TAGS_FILES) $(LISP)
327
 
        tags=; \
 
335
        set x; \
328
336
        here=`pwd`; \
329
337
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
330
338
        unique=`for i in $$list; do \
332
340
          done | \
333
341
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
334
342
              END { if (nonempty) { for (i in files) print i; }; }'`; \
335
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
343
        shift; \
 
344
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
336
345
          test -n "$$unique" || unique=$$empty_fix; \
337
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
338
 
            $$tags $$unique; \
 
346
          if test $$# -gt 0; then \
 
347
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
348
              "$$@" $$unique; \
 
349
          else \
 
350
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
351
              $$unique; \
 
352
          fi; \
339
353
        fi
340
354
ctags: CTAGS
341
355
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
342
356
                $(TAGS_FILES) $(LISP)
343
 
        tags=; \
344
357
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
345
358
        unique=`for i in $$list; do \
346
359
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347
360
          done | \
348
361
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
349
362
              END { if (nonempty) { for (i in files) print i; }; }'`; \
350
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
363
        test -z "$(CTAGS_ARGS)$$unique" \
351
364
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
352
 
             $$tags $$unique
 
365
             $$unique
353
366
 
354
367
GTAGS:
355
368
        here=`$(am__cd) $(top_builddir) && pwd` \
356
 
          && cd $(top_srcdir) \
357
 
          && gtags -i $(GTAGS_ARGS) $$here
 
369
          && $(am__cd) $(top_srcdir) \
 
370
          && gtags -i $(GTAGS_ARGS) "$$here"
358
371
 
359
372
distclean-tags:
360
373
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
375
388
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
376
389
          if test -d $$d/$$file; then \
377
390
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
391
            if test -d "$(distdir)/$$file"; then \
 
392
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
393
            fi; \
378
394
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
379
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
395
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
396
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
380
397
            fi; \
381
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
398
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
382
399
          else \
383
 
            test -f $(distdir)/$$file \
384
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
400
            test -f "$(distdir)/$$file" \
 
401
            || cp -p $$d/$$file "$(distdir)/$$file" \
385
402
            || exit 1; \
386
403
          fi; \
387
404
        done
399
416
 
400
417
installcheck: installcheck-am
401
418
install-strip:
402
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
403
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
404
 
          `test -z '$(STRIP)' || \
405
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
419
        if test -z '$(STRIP)'; then \
 
420
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
421
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
422
              install; \
 
423
        else \
 
424
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
425
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
426
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
427
        fi
406
428
mostlyclean-generic:
407
429
 
408
430
clean-generic:
409
431
 
410
432
distclean-generic:
411
433
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
434
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
412
435
 
413
436
maintainer-clean-generic:
414
437
        @echo "This command is intended for maintainers to use"
499
522
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
500
523
        pdf pdf-am ps ps-am tags uninstall uninstall-am
501
524
 
 
525
 
502
526
# Tell versions [3.59,3.63) of GNU make to not export all variables.
503
527
# Otherwise a system limit (for SysV at least) may be exceeded.
504
528
.NOEXPORT: