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

« back to all changes in this revision

Viewing changes to pigeonhole/src/plugins/lda-sieve/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
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54
52
am__vpath_adj = case $$p in \
55
53
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56
54
    *) f=$$p;; \
57
55
  esac;
58
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
59
 
am__install_max = 40
60
 
am__nobase_strip_setup = \
61
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
62
 
am__nobase_strip = \
63
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
64
 
am__nobase_list = $(am__nobase_strip_setup); \
65
 
  for p in $$list; do echo "$$p $$p"; done | \
66
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
67
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
68
 
    if (++n[$$2] == $(am__install_max)) \
69
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
70
 
    END { for (dir in files) print dir, files[dir] }'
71
 
am__base_list = \
72
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
73
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
56
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
74
57
am__installdirs = "$(DESTDIR)$(dovecot_moduledir)"
 
58
dovecot_moduleLTLIBRARIES_INSTALL = $(INSTALL)
75
59
LTLIBRARIES = $(dovecot_module_LTLIBRARIES)
76
60
lib90_sieve_plugin_la_DEPENDENCIES =  \
77
61
        $(top_builddir)/src/lib-sieve/libdovecot-sieve.la
83
67
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
84
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
85
69
am__depfiles_maybe = depfiles
86
 
am__mv = mv -f
87
70
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88
71
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89
72
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
268
251
              exit 1;; \
269
252
          esac; \
270
253
        done; \
271
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/lda-sieve/Makefile'; \
272
 
        $(am__cd) $(top_srcdir) && \
273
 
          $(AUTOMAKE) --foreign src/plugins/lda-sieve/Makefile
 
254
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/plugins/lda-sieve/Makefile'; \
 
255
        cd $(top_srcdir) && \
 
256
          $(AUTOMAKE) --foreign  src/plugins/lda-sieve/Makefile
274
257
.PRECIOUS: Makefile
275
258
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
276
259
        @case '$?' in \
288
271
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289
272
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
290
273
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291
 
$(am__aclocal_m4_deps):
292
274
install-dovecot_moduleLTLIBRARIES: $(dovecot_module_LTLIBRARIES)
293
275
        @$(NORMAL_INSTALL)
294
276
        test -z "$(dovecot_moduledir)" || $(MKDIR_P) "$(DESTDIR)$(dovecot_moduledir)"
295
 
        @list='$(dovecot_module_LTLIBRARIES)'; test -n "$(dovecot_moduledir)" || list=; \
296
 
        list2=; for p in $$list; do \
 
277
        @list='$(dovecot_module_LTLIBRARIES)'; for p in $$list; do \
297
278
          if test -f $$p; then \
298
 
            list2="$$list2 $$p"; \
 
279
            f=$(am__strip_dir) \
 
280
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(dovecot_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(dovecot_moduledir)/$$f'"; \
 
281
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(dovecot_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(dovecot_moduledir)/$$f"; \
299
282
          else :; fi; \
300
 
        done; \
301
 
        test -z "$$list2" || { \
302
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(dovecot_moduledir)'"; \
303
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(dovecot_moduledir)"; \
304
 
        }
 
283
        done
305
284
 
306
285
uninstall-dovecot_moduleLTLIBRARIES:
307
286
        @$(NORMAL_UNINSTALL)
308
 
        @list='$(dovecot_module_LTLIBRARIES)'; test -n "$(dovecot_moduledir)" || list=; \
309
 
        for p in $$list; do \
310
 
          $(am__strip_dir) \
311
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(dovecot_moduledir)/$$f'"; \
312
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(dovecot_moduledir)/$$f"; \
 
287
        @list='$(dovecot_module_LTLIBRARIES)'; for p in $$list; do \
 
288
          p=$(am__strip_dir) \
 
289
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(dovecot_moduledir)/$$p'"; \
 
290
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(dovecot_moduledir)/$$p"; \
313
291
        done
314
292
 
315
293
clean-dovecot_moduleLTLIBRARIES:
333
311
 
334
312
.c.o:
335
313
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
336
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
314
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
337
315
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
338
316
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339
317
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
340
318
 
341
319
.c.obj:
342
320
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
343
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
321
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
344
322
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
345
323
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346
324
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
347
325
 
348
326
.c.lo:
349
327
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
350
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
328
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
351
329
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
352
330
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353
331
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
370
348
 
371
349
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
372
350
                $(TAGS_FILES) $(LISP)
373
 
        set x; \
 
351
        tags=; \
374
352
        here=`pwd`; \
375
353
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
376
354
        unique=`for i in $$list; do \
378
356
          done | \
379
357
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380
358
              END { if (nonempty) { for (i in files) print i; }; }'`; \
381
 
        shift; \
382
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
359
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
383
360
          test -n "$$unique" || unique=$$empty_fix; \
384
 
          if test $$# -gt 0; then \
385
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
386
 
              "$$@" $$unique; \
387
 
          else \
388
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
389
 
              $$unique; \
390
 
          fi; \
 
361
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
362
            $$tags $$unique; \
391
363
        fi
392
364
ctags: CTAGS
393
365
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
394
366
                $(TAGS_FILES) $(LISP)
 
367
        tags=; \
395
368
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
396
369
        unique=`for i in $$list; do \
397
370
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398
371
          done | \
399
372
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400
373
              END { if (nonempty) { for (i in files) print i; }; }'`; \
401
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
374
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
402
375
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
403
 
             $$unique
 
376
             $$tags $$unique
404
377
 
405
378
GTAGS:
406
379
        here=`$(am__cd) $(top_builddir) && pwd` \
407
 
          && $(am__cd) $(top_srcdir) \
408
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
380
          && cd $(top_srcdir) \
 
381
          && gtags -i $(GTAGS_ARGS) $$here
409
382
 
410
383
distclean-tags:
411
384
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
426
399
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
427
400
          if test -d $$d/$$file; then \
428
401
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
429
 
            if test -d "$(distdir)/$$file"; then \
430
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
431
 
            fi; \
432
402
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
433
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
434
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
403
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
435
404
            fi; \
436
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
405
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
437
406
          else \
438
 
            test -f "$(distdir)/$$file" \
439
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
407
            test -f $(distdir)/$$file \
 
408
            || cp -p $$d/$$file $(distdir)/$$file \
440
409
            || exit 1; \
441
410
          fi; \
442
411
        done
467
436
 
468
437
distclean-generic:
469
438
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
470
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
471
439
 
472
440
maintainer-clean-generic:
473
441
        @echo "This command is intended for maintainers to use"
560
528
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
561
529
        uninstall-dovecot_moduleLTLIBRARIES
562
530
 
563
 
 
564
531
# Tell versions [3.59,3.63) of GNU make to not export all variables.
565
532
# Otherwise a system limit (for SysV at least) may be exceeded.
566
533
.NOEXPORT: