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

« back to all changes in this revision

Viewing changes to pigeonhole/src/lib-sieve/plugins/variables/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_variables_la_LIBADD =
55
53
am__objects_1 = cmd-set.lo
64
62
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
65
63
depcomp = $(SHELL) $(top_srcdir)/depcomp
66
64
am__depfiles_maybe = depfiles
67
 
am__mv = mv -f
68
65
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69
66
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70
67
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81
78
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82
79
    *) f=$$p;; \
83
80
  esac;
84
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
85
 
am__install_max = 40
86
 
am__nobase_strip_setup = \
87
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
88
 
am__nobase_strip = \
89
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
90
 
am__nobase_list = $(am__nobase_strip_setup); \
91
 
  for p in $$list; do echo "$$p $$p"; done | \
92
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
93
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
94
 
    if (++n[$$2] == $(am__install_max)) \
95
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
96
 
    END { for (dir in files) print dir, files[dir] }'
97
 
am__base_list = \
98
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
99
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
81
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
100
82
am__installdirs = "$(DESTDIR)$(pkginc_libdir)"
 
83
pkginc_libHEADERS_INSTALL = $(INSTALL_HEADER)
101
84
HEADERS = $(noinst_HEADERS) $(pkginc_lib_HEADERS)
102
85
ETAGS = etags
103
86
CTAGS = ctags
293
276
              exit 1;; \
294
277
          esac; \
295
278
        done; \
296
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib-sieve/plugins/variables/Makefile'; \
297
 
        $(am__cd) $(top_srcdir) && \
298
 
          $(AUTOMAKE) --foreign src/lib-sieve/plugins/variables/Makefile
 
279
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib-sieve/plugins/variables/Makefile'; \
 
280
        cd $(top_srcdir) && \
 
281
          $(AUTOMAKE) --foreign  src/lib-sieve/plugins/variables/Makefile
299
282
.PRECIOUS: Makefile
300
283
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
301
284
        @case '$?' in \
313
296
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
314
297
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
315
298
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316
 
$(am__aclocal_m4_deps):
317
299
 
318
300
clean-noinstLTLIBRARIES:
319
301
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
345
327
 
346
328
.c.o:
347
329
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
348
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
330
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
349
331
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
350
332
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
351
333
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
352
334
 
353
335
.c.obj:
354
336
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
355
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
337
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
356
338
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
357
339
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
358
340
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
359
341
 
360
342
.c.lo:
361
343
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
362
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
344
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
363
345
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
364
346
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
365
347
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
372
354
install-pkginc_libHEADERS: $(pkginc_lib_HEADERS)
373
355
        @$(NORMAL_INSTALL)
374
356
        test -z "$(pkginc_libdir)" || $(MKDIR_P) "$(DESTDIR)$(pkginc_libdir)"
375
 
        @list='$(pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
376
 
        for p in $$list; do \
 
357
        @list='$(pkginc_lib_HEADERS)'; for p in $$list; do \
377
358
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
378
 
          echo "$$d$$p"; \
379
 
        done | $(am__base_list) | \
380
 
        while read files; do \
381
 
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkginc_libdir)'"; \
382
 
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkginc_libdir)" || exit $$?; \
 
359
          f=$(am__strip_dir) \
 
360
          echo " $(pkginc_libHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkginc_libdir)/$$f'"; \
 
361
          $(pkginc_libHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkginc_libdir)/$$f"; \
383
362
        done
384
363
 
385
364
uninstall-pkginc_libHEADERS:
386
365
        @$(NORMAL_UNINSTALL)
387
 
        @list='$(pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
388
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
389
 
        test -n "$$files" || exit 0; \
390
 
        echo " ( cd '$(DESTDIR)$(pkginc_libdir)' && rm -f" $$files ")"; \
391
 
        cd "$(DESTDIR)$(pkginc_libdir)" && rm -f $$files
 
366
        @list='$(pkginc_lib_HEADERS)'; for p in $$list; do \
 
367
          f=$(am__strip_dir) \
 
368
          echo " rm -f '$(DESTDIR)$(pkginc_libdir)/$$f'"; \
 
369
          rm -f "$(DESTDIR)$(pkginc_libdir)/$$f"; \
 
370
        done
392
371
 
393
372
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
394
373
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
402
381
 
403
382
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
404
383
                $(TAGS_FILES) $(LISP)
405
 
        set x; \
 
384
        tags=; \
406
385
        here=`pwd`; \
407
386
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
408
387
        unique=`for i in $$list; do \
410
389
          done | \
411
390
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
412
391
              END { if (nonempty) { for (i in files) print i; }; }'`; \
413
 
        shift; \
414
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
392
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
415
393
          test -n "$$unique" || unique=$$empty_fix; \
416
 
          if test $$# -gt 0; then \
417
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
418
 
              "$$@" $$unique; \
419
 
          else \
420
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
421
 
              $$unique; \
422
 
          fi; \
 
394
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
395
            $$tags $$unique; \
423
396
        fi
424
397
ctags: CTAGS
425
398
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
426
399
                $(TAGS_FILES) $(LISP)
 
400
        tags=; \
427
401
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
428
402
        unique=`for i in $$list; do \
429
403
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430
404
          done | \
431
405
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
432
406
              END { if (nonempty) { for (i in files) print i; }; }'`; \
433
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
407
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
434
408
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
435
 
             $$unique
 
409
             $$tags $$unique
436
410
 
437
411
GTAGS:
438
412
        here=`$(am__cd) $(top_builddir) && pwd` \
439
 
          && $(am__cd) $(top_srcdir) \
440
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
413
          && cd $(top_srcdir) \
 
414
          && gtags -i $(GTAGS_ARGS) $$here
441
415
 
442
416
distclean-tags:
443
417
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
458
432
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
459
433
          if test -d $$d/$$file; then \
460
434
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
461
 
            if test -d "$(distdir)/$$file"; then \
462
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
463
 
            fi; \
464
435
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
465
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
466
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
436
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
467
437
            fi; \
468
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
438
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
469
439
          else \
470
 
            test -f "$(distdir)/$$file" \
471
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
440
            test -f $(distdir)/$$file \
 
441
            || cp -p $$d/$$file $(distdir)/$$file \
472
442
            || exit 1; \
473
443
          fi; \
474
444
        done
499
469
 
500
470
distclean-generic:
501
471
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
502
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
503
472
 
504
473
maintainer-clean-generic:
505
474
        @echo "This command is intended for maintainers to use"
591
560
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
592
561
        tags uninstall uninstall-am uninstall-pkginc_libHEADERS
593
562
 
594
 
 
595
563
# Tell versions [3.59,3.63) of GNU make to not export all variables.
596
564
# Otherwise a system limit (for SysV at least) may be exceeded.
597
565
.NOEXPORT: