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

« back to all changes in this revision

Viewing changes to pigeonhole/src/lib-sieve/plugins/date/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_date_la_LIBADD =
53
55
am__objects_1 = tst-date.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@
240
247
              exit 1;; \
241
248
          esac; \
242
249
        done; \
243
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib-sieve/plugins/date/Makefile'; \
244
 
        cd $(top_srcdir) && \
245
 
          $(AUTOMAKE) --foreign  src/lib-sieve/plugins/date/Makefile
 
250
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib-sieve/plugins/date/Makefile'; \
 
251
        $(am__cd) $(top_srcdir) && \
 
252
          $(AUTOMAKE) --foreign src/lib-sieve/plugins/date/Makefile
246
253
.PRECIOUS: Makefile
247
254
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
248
255
        @case '$?' in \
260
267
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261
268
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
262
269
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
270
$(am__aclocal_m4_deps):
263
271
 
264
272
clean-noinstLTLIBRARIES:
265
273
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
269
277
          echo "rm -f \"$${dir}/so_locations\""; \
270
278
          rm -f "$${dir}/so_locations"; \
271
279
        done
272
 
libsieve_ext_date.la: $(libsieve_ext_date_la_OBJECTS) $(libsieve_ext_date_la_DEPENDENCIES) 
 
280
libsieve_ext_date.la: $(libsieve_ext_date_la_OBJECTS) $(libsieve_ext_date_la_DEPENDENCIES) $(EXTRA_libsieve_ext_date_la_DEPENDENCIES) 
273
281
        $(LINK)  $(libsieve_ext_date_la_OBJECTS) $(libsieve_ext_date_la_LIBADD) $(LIBS)
274
282
 
275
283
mostlyclean-compile:
284
292
 
285
293
.c.o:
286
294
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
287
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
295
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
288
296
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
289
297
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290
298
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
291
299
 
292
300
.c.obj:
293
301
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
294
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
302
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
295
303
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
296
304
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
297
305
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
298
306
 
299
307
.c.lo:
300
308
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
301
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
309
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
302
310
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
303
311
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
304
312
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
321
329
 
322
330
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
323
331
                $(TAGS_FILES) $(LISP)
324
 
        tags=; \
 
332
        set x; \
325
333
        here=`pwd`; \
326
334
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
327
335
        unique=`for i in $$list; do \
329
337
          done | \
330
338
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
331
339
              END { if (nonempty) { for (i in files) print i; }; }'`; \
332
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
340
        shift; \
 
341
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
333
342
          test -n "$$unique" || unique=$$empty_fix; \
334
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
335
 
            $$tags $$unique; \
 
343
          if test $$# -gt 0; then \
 
344
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
345
              "$$@" $$unique; \
 
346
          else \
 
347
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
348
              $$unique; \
 
349
          fi; \
336
350
        fi
337
351
ctags: CTAGS
338
352
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
339
353
                $(TAGS_FILES) $(LISP)
340
 
        tags=; \
341
354
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
342
355
        unique=`for i in $$list; do \
343
356
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344
357
          done | \
345
358
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
346
359
              END { if (nonempty) { for (i in files) print i; }; }'`; \
347
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
360
        test -z "$(CTAGS_ARGS)$$unique" \
348
361
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
349
 
             $$tags $$unique
 
362
             $$unique
350
363
 
351
364
GTAGS:
352
365
        here=`$(am__cd) $(top_builddir) && pwd` \
353
 
          && cd $(top_srcdir) \
354
 
          && gtags -i $(GTAGS_ARGS) $$here
 
366
          && $(am__cd) $(top_srcdir) \
 
367
          && gtags -i $(GTAGS_ARGS) "$$here"
355
368
 
356
369
distclean-tags:
357
370
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
372
385
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
373
386
          if test -d $$d/$$file; then \
374
387
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
388
            if test -d "$(distdir)/$$file"; then \
 
389
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
390
            fi; \
375
391
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
376
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
392
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
393
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
377
394
            fi; \
378
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
395
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
379
396
          else \
380
 
            test -f $(distdir)/$$file \
381
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
397
            test -f "$(distdir)/$$file" \
 
398
            || cp -p $$d/$$file "$(distdir)/$$file" \
382
399
            || exit 1; \
383
400
          fi; \
384
401
        done
396
413
 
397
414
installcheck: installcheck-am
398
415
install-strip:
399
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
400
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
401
 
          `test -z '$(STRIP)' || \
402
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
416
        if test -z '$(STRIP)'; then \
 
417
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
418
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
419
              install; \
 
420
        else \
 
421
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
422
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
423
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
424
        fi
403
425
mostlyclean-generic:
404
426
 
405
427
clean-generic:
406
428
 
407
429
distclean-generic:
408
430
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
431
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
409
432
 
410
433
maintainer-clean-generic:
411
434
        @echo "This command is intended for maintainers to use"
496
519
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
497
520
        pdf pdf-am ps ps-am tags uninstall uninstall-am
498
521
 
 
522
 
499
523
# Tell versions [3.59,3.63) of GNU make to not export all variables.
500
524
# Otherwise a system limit (for SysV at least) may be exceeded.
501
525
.NOEXPORT: