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

« back to all changes in this revision

Viewing changes to pigeonhole/src/lib-sieve/plugins/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,
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
18
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
19
20
pkgincludedir = $(includedir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
22
install_sh_DATA = $(install_sh) -c -m 644
24
23
install_sh_PROGRAM = $(install_sh) -c
46
45
CONFIG_HEADER = $(top_builddir)/dummy-config.h \
47
46
        $(top_builddir)/pigeonhole-config.h
48
47
CONFIG_CLEAN_FILES =
49
 
CONFIG_CLEAN_VPATH_FILES =
50
48
SOURCES =
51
49
DIST_SOURCES =
52
50
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58
56
        ps-recursive uninstall-recursive
59
57
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
60
58
  distclean-recursive maintainer-clean-recursive
61
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
62
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
63
 
        distdir
64
59
ETAGS = etags
65
60
CTAGS = ctags
66
61
DIST_SUBDIRS = $(SUBDIRS)
67
62
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68
 
am__relativize = \
69
 
  dir0=`pwd`; \
70
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
71
 
  sed_rest='s,^[^/]*/*,,'; \
72
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
73
 
  sed_butlast='s,/*[^/]*$$,,'; \
74
 
  while test -n "$$dir1"; do \
75
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
76
 
    if test "$$first" != "."; then \
77
 
      if test "$$first" = ".."; then \
78
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
79
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
80
 
      else \
81
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
82
 
        if test "$$first2" = "$$first"; then \
83
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
84
 
        else \
85
 
          dir2="../$$dir2"; \
86
 
        fi; \
87
 
        dir0="$$dir0"/"$$first"; \
88
 
      fi; \
89
 
    fi; \
90
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
91
 
  done; \
92
 
  reldir="$$dir2"
93
63
ACLOCAL = @ACLOCAL@
94
64
AMTAR = @AMTAR@
95
65
AR = @AR@
247
217
        mailbox \
248
218
        date \
249
219
        spamvirustest \
 
220
        ihave \
 
221
        vnd.dovecot \
250
222
        $(UNFINISHED)
251
223
 
252
224
all: all-recursive
261
233
              exit 1;; \
262
234
          esac; \
263
235
        done; \
264
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib-sieve/plugins/Makefile'; \
265
 
        $(am__cd) $(top_srcdir) && \
266
 
          $(AUTOMAKE) --foreign src/lib-sieve/plugins/Makefile
 
236
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib-sieve/plugins/Makefile'; \
 
237
        cd $(top_srcdir) && \
 
238
          $(AUTOMAKE) --foreign  src/lib-sieve/plugins/Makefile
267
239
.PRECIOUS: Makefile
268
240
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
269
241
        @case '$?' in \
281
253
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282
254
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
283
255
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284
 
$(am__aclocal_m4_deps):
285
256
 
286
257
mostlyclean-libtool:
287
258
        -rm -f *.lo
313
284
          else \
314
285
            local_target="$$target"; \
315
286
          fi; \
316
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
287
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
317
288
          || eval $$failcom; \
318
289
        done; \
319
290
        if test "$$dot_seen" = "no"; then \
347
318
          else \
348
319
            local_target="$$target"; \
349
320
          fi; \
350
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
321
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
351
322
          || eval $$failcom; \
352
323
        done && test -z "$$fail"
353
324
tags-recursive:
354
325
        list='$(SUBDIRS)'; for subdir in $$list; do \
355
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
326
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
356
327
        done
357
328
ctags-recursive:
358
329
        list='$(SUBDIRS)'; for subdir in $$list; do \
359
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
330
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
360
331
        done
361
332
 
362
333
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
371
342
 
372
343
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
373
344
                $(TAGS_FILES) $(LISP)
374
 
        set x; \
 
345
        tags=; \
375
346
        here=`pwd`; \
376
347
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
377
348
          include_option=--etags-include; \
383
354
        list='$(SUBDIRS)'; for subdir in $$list; do \
384
355
          if test "$$subdir" = .; then :; else \
385
356
            test ! -f $$subdir/TAGS || \
386
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
357
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
387
358
          fi; \
388
359
        done; \
389
360
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
392
363
          done | \
393
364
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
394
365
              END { if (nonempty) { for (i in files) print i; }; }'`; \
395
 
        shift; \
396
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
366
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
397
367
          test -n "$$unique" || unique=$$empty_fix; \
398
 
          if test $$# -gt 0; then \
399
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
400
 
              "$$@" $$unique; \
401
 
          else \
402
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403
 
              $$unique; \
404
 
          fi; \
 
368
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
369
            $$tags $$unique; \
405
370
        fi
406
371
ctags: CTAGS
407
372
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
408
373
                $(TAGS_FILES) $(LISP)
 
374
        tags=; \
409
375
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
410
376
        unique=`for i in $$list; do \
411
377
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
412
378
          done | \
413
379
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
414
380
              END { if (nonempty) { for (i in files) print i; }; }'`; \
415
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
381
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
416
382
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
417
 
             $$unique
 
383
             $$tags $$unique
418
384
 
419
385
GTAGS:
420
386
        here=`$(am__cd) $(top_builddir) && pwd` \
421
 
          && $(am__cd) $(top_srcdir) \
422
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
387
          && cd $(top_srcdir) \
 
388
          && gtags -i $(GTAGS_ARGS) $$here
423
389
 
424
390
distclean-tags:
425
391
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
440
406
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
441
407
          if test -d $$d/$$file; then \
442
408
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
443
 
            if test -d "$(distdir)/$$file"; then \
444
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
445
 
            fi; \
446
409
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
447
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
448
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
410
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
449
411
            fi; \
450
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
412
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
451
413
          else \
452
 
            test -f "$(distdir)/$$file" \
453
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
414
            test -f $(distdir)/$$file \
 
415
            || cp -p $$d/$$file $(distdir)/$$file \
454
416
            || exit 1; \
455
417
          fi; \
456
418
        done
457
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
419
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
458
420
          if test "$$subdir" = .; then :; else \
459
421
            test -d "$(distdir)/$$subdir" \
460
422
            || $(MKDIR_P) "$(distdir)/$$subdir" \
461
423
            || exit 1; \
462
 
          fi; \
463
 
        done
464
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
465
 
          if test "$$subdir" = .; then :; else \
466
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
467
 
            $(am__relativize); \
468
 
            new_distdir=$$reldir; \
469
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
470
 
            $(am__relativize); \
471
 
            new_top_distdir=$$reldir; \
472
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
473
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
474
 
            ($(am__cd) $$subdir && \
 
424
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
425
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
426
            (cd $$subdir && \
475
427
              $(MAKE) $(AM_MAKEFLAGS) \
476
 
                top_distdir="$$new_top_distdir" \
477
 
                distdir="$$new_distdir" \
 
428
                top_distdir="$$top_distdir" \
 
429
                distdir="$$distdir/$$subdir" \
478
430
                am__remove_distdir=: \
479
431
                am__skip_length_check=: \
480
 
                am__skip_mode_fix=: \
481
432
                distdir) \
482
433
              || exit 1; \
483
434
          fi; \
507
458
 
508
459
distclean-generic:
509
460
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
510
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
511
461
 
512
462
maintainer-clean-generic:
513
463
        @echo "This command is intended for maintainers to use"
578
528
 
579
529
uninstall-am:
580
530
 
581
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
582
 
        install-am install-strip tags-recursive
 
531
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
532
        install-strip
583
533
 
584
534
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
585
535
        all all-am check check-am clean clean-generic clean-libtool \
595
545
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
596
546
        uninstall uninstall-am
597
547
 
598
 
 
599
548
# Tell versions [3.59,3.63) of GNU make to not export all variables.
600
549
# Otherwise a system limit (for SysV at least) may be exceeded.
601
550
.NOEXPORT: