~ubuntu-branches/ubuntu/raring/dovecot/raring

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): James Page
  • Date: 2011-10-19 15:54:40 UTC
  • mfrom: (4.1.25 sid)
  • Revision ID: james.westby@ubuntu.com-20111019155440-dp0hs4h1trmm7bbe
Tags: 1:2.0.15-1ubuntu1
* Merge from Debian Testing, 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/{control,rules}: enable PIE hardening.
  + 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/01-mail-stack-delivery.conf: Add postfix->dovecot auth listener
  to mail-stack-delivery configuration (LP: #874135).
* d/mail-stack-delivery.{postinst,postrm}: Restart dovecot to pickup/drop
  mail-stack-delivery configuration (LP: #870244).
* 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18
18
 
19
19
VPATH = @srcdir@
20
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
21
22
pkgincludedir = $(includedir)/@PACKAGE@
22
 
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
24
install_sh_DATA = $(install_sh) -c -m 644
26
25
install_sh_PROGRAM = $(install_sh) -c
49
48
CONFIG_HEADER = $(top_builddir)/dummy-config.h \
50
49
        $(top_builddir)/pigeonhole-config.h
51
50
CONFIG_CLEAN_FILES =
52
 
CONFIG_CLEAN_VPATH_FILES =
53
51
LTLIBRARIES = $(noinst_LTLIBRARIES)
54
52
libsieve_ext_enotify_mailto_la_LIBADD =
55
53
am_libsieve_ext_enotify_mailto_la_OBJECTS = uri-mailto.lo \
59
57
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
60
58
depcomp = $(SHELL) $(top_srcdir)/depcomp
61
59
am__depfiles_maybe = depfiles
62
 
am__mv = mv -f
63
60
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64
61
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65
62
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
240
237
              exit 1;; \
241
238
          esac; \
242
239
        done; \
243
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib-sieve/plugins/enotify/mailto/Makefile'; \
244
 
        $(am__cd) $(top_srcdir) && \
245
 
          $(AUTOMAKE) --foreign src/lib-sieve/plugins/enotify/mailto/Makefile
 
240
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib-sieve/plugins/enotify/mailto/Makefile'; \
 
241
        cd $(top_srcdir) && \
 
242
          $(AUTOMAKE) --foreign  src/lib-sieve/plugins/enotify/mailto/Makefile
246
243
.PRECIOUS: Makefile
247
244
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
248
245
        @case '$?' in \
260
257
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261
258
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
262
259
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263
 
$(am__aclocal_m4_deps):
264
260
 
265
261
clean-noinstLTLIBRARIES:
266
262
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
284
280
 
285
281
.c.o:
286
282
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
287
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
283
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
288
284
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
289
285
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290
286
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
291
287
 
292
288
.c.obj:
293
289
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
294
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
290
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
295
291
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
296
292
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
297
293
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
298
294
 
299
295
.c.lo:
300
296
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
301
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
297
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
302
298
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
303
299
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
304
300
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
321
317
 
322
318
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
323
319
                $(TAGS_FILES) $(LISP)
324
 
        set x; \
 
320
        tags=; \
325
321
        here=`pwd`; \
326
322
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
327
323
        unique=`for i in $$list; do \
329
325
          done | \
330
326
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
331
327
              END { if (nonempty) { for (i in files) print i; }; }'`; \
332
 
        shift; \
333
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
328
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
334
329
          test -n "$$unique" || unique=$$empty_fix; \
335
 
          if test $$# -gt 0; then \
336
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
337
 
              "$$@" $$unique; \
338
 
          else \
339
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
340
 
              $$unique; \
341
 
          fi; \
 
330
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
331
            $$tags $$unique; \
342
332
        fi
343
333
ctags: CTAGS
344
334
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
345
335
                $(TAGS_FILES) $(LISP)
 
336
        tags=; \
346
337
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
347
338
        unique=`for i in $$list; do \
348
339
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
349
340
          done | \
350
341
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
351
342
              END { if (nonempty) { for (i in files) print i; }; }'`; \
352
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
343
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
353
344
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
354
 
             $$unique
 
345
             $$tags $$unique
355
346
 
356
347
GTAGS:
357
348
        here=`$(am__cd) $(top_builddir) && pwd` \
358
 
          && $(am__cd) $(top_srcdir) \
359
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
349
          && cd $(top_srcdir) \
 
350
          && gtags -i $(GTAGS_ARGS) $$here
360
351
 
361
352
distclean-tags:
362
353
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
377
368
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
378
369
          if test -d $$d/$$file; then \
379
370
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
380
 
            if test -d "$(distdir)/$$file"; then \
381
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
382
 
            fi; \
383
371
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
384
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
385
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
372
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
386
373
            fi; \
387
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
374
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
388
375
          else \
389
 
            test -f "$(distdir)/$$file" \
390
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
376
            test -f $(distdir)/$$file \
 
377
            || cp -p $$d/$$file $(distdir)/$$file \
391
378
            || exit 1; \
392
379
          fi; \
393
380
        done
415
402
 
416
403
distclean-generic:
417
404
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
418
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
419
405
 
420
406
maintainer-clean-generic:
421
407
        @echo "This command is intended for maintainers to use"
506
492
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
507
493
        pdf pdf-am ps ps-am tags uninstall uninstall-am
508
494
 
509
 
 
510
495
# Tell versions [3.59,3.63) of GNU make to not export all variables.
511
496
# Otherwise a system limit (for SysV at least) may be exceeded.
512
497
.NOEXPORT: