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

« back to all changes in this revision

Viewing changes to pigeonhole/doc/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.
17
17
 
18
18
VPATH = @srcdir@
19
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
20
21
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
24
install_sh_DATA = $(install_sh) -c -m 644
24
25
install_sh_PROGRAM = $(install_sh) -c
46
47
CONFIG_HEADER = $(top_builddir)/dummy-config.h \
47
48
        $(top_builddir)/pigeonhole-config.h
48
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
49
51
SOURCES =
50
52
DIST_SOURCES =
51
53
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
60
62
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61
63
    *) f=$$p;; \
62
64
  esac;
63
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
65
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
66
am__install_max = 40
 
67
am__nobase_strip_setup = \
 
68
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
69
am__nobase_strip = \
 
70
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
71
am__nobase_list = $(am__nobase_strip_setup); \
 
72
  for p in $$list; do echo "$$p $$p"; done | \
 
73
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
74
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
75
    if (++n[$$2] == $(am__install_max)) \
 
76
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
77
    END { for (dir in files) print dir, files[dir] }'
 
78
am__base_list = \
 
79
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
80
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
81
am__uninstall_files_from_dir = { \
 
82
  test -z "$$files" \
 
83
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
84
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
85
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
86
  }
64
87
am__installdirs = "$(DESTDIR)$(sieve_docdir)"
65
 
sieve_docDATA_INSTALL = $(INSTALL_DATA)
66
88
DATA = $(sieve_doc_DATA)
67
89
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
68
90
  distclean-recursive maintainer-clean-recursive
 
91
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
92
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
93
        distdir
69
94
ETAGS = etags
70
95
CTAGS = ctags
71
96
DIST_SUBDIRS = $(SUBDIRS)
72
97
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
98
am__relativize = \
 
99
  dir0=`pwd`; \
 
100
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
101
  sed_rest='s,^[^/]*/*,,'; \
 
102
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
103
  sed_butlast='s,/*[^/]*$$,,'; \
 
104
  while test -n "$$dir1"; do \
 
105
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
106
    if test "$$first" != "."; then \
 
107
      if test "$$first" = ".."; then \
 
108
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
109
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
110
      else \
 
111
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
112
        if test "$$first2" = "$$first"; then \
 
113
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
114
        else \
 
115
          dir2="../$$dir2"; \
 
116
        fi; \
 
117
        dir0="$$dir0"/"$$first"; \
 
118
      fi; \
 
119
    fi; \
 
120
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
121
  done; \
 
122
  reldir="$$dir2"
73
123
ACLOCAL = @ACLOCAL@
74
124
AMTAR = @AMTAR@
75
125
AR = @AR@
86
136
DEFS = @DEFS@
87
137
DEPDIR = @DEPDIR@
88
138
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
139
DLLTOOL = @DLLTOOL@
89
140
DOVECOT_CFLAGS = @DOVECOT_CFLAGS@
90
141
DOVECOT_LIBS = @DOVECOT_LIBS@
 
142
DOVECOT_SQL_LIBS = @DOVECOT_SQL_LIBS@
91
143
DOVECOT_SSL_LIBS = @DOVECOT_SSL_LIBS@
92
144
DSYMUTIL = @DSYMUTIL@
93
145
DUMPBIN = @DUMPBIN@
129
181
LTLIBOBJS = @LTLIBOBJS@
130
182
MAINT = @MAINT@
131
183
MAKEINFO = @MAKEINFO@
 
184
MANIFEST_TOOL = @MANIFEST_TOOL@
132
185
MKDIR_P = @MKDIR_P@
133
186
NM = @NM@
134
187
NMEDIT = @NMEDIT@
154
207
abs_srcdir = @abs_srcdir@
155
208
abs_top_builddir = @abs_top_builddir@
156
209
abs_top_srcdir = @abs_top_srcdir@
 
210
ac_ct_AR = @ac_ct_AR@
157
211
ac_ct_CC = @ac_ct_CC@
158
212
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
159
213
am__include = @am__include@
176
230
dovecot_pkgincludedir = @dovecot_pkgincludedir@
177
231
dovecot_pkglibdir = @dovecot_pkglibdir@
178
232
dovecot_pkglibexecdir = @dovecot_pkglibexecdir@
 
233
dovecotdir = @dovecotdir@
179
234
dvidir = @dvidir@
180
235
exec_prefix = @exec_prefix@
181
236
host = @host@
191
246
libexecdir = @libexecdir@
192
247
localedir = @localedir@
193
248
localstatedir = @localstatedir@
194
 
lt_ECHO = @lt_ECHO@
195
249
mandir = @mandir@
196
250
mkdir_p = @mkdir_p@
197
251
moduledir = @moduledir@
209
263
top_build_prefix = @top_build_prefix@
210
264
top_builddir = @top_builddir@
211
265
top_srcdir = @top_srcdir@
212
 
SUBDIRS = man example-config
 
266
SUBDIRS = man example-config rfc
213
267
docfiles = \
214
 
        vacation.txt \
215
 
        spamtest-virustest.txt
 
268
        script-location-dict.txt
216
269
 
217
270
@BUILD_DOCS_TRUE@sieve_doc_DATA = $(docfiles)
218
271
EXTRA_DIST = \
219
 
        rfc \
220
272
        devel \
 
273
        extensions \
221
274
        $(docfiles)
222
275
 
223
276
all: all-recursive
232
285
              exit 1;; \
233
286
          esac; \
234
287
        done; \
235
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/Makefile'; \
236
 
        cd $(top_srcdir) && \
237
 
          $(AUTOMAKE) --foreign  doc/Makefile
 
288
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
 
289
        $(am__cd) $(top_srcdir) && \
 
290
          $(AUTOMAKE) --foreign doc/Makefile
238
291
.PRECIOUS: Makefile
239
292
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
240
293
        @case '$?' in \
252
305
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
306
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
254
307
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
308
$(am__aclocal_m4_deps):
255
309
 
256
310
mostlyclean-libtool:
257
311
        -rm -f *.lo
261
315
install-sieve_docDATA: $(sieve_doc_DATA)
262
316
        @$(NORMAL_INSTALL)
263
317
        test -z "$(sieve_docdir)" || $(MKDIR_P) "$(DESTDIR)$(sieve_docdir)"
264
 
        @list='$(sieve_doc_DATA)'; for p in $$list; do \
 
318
        @list='$(sieve_doc_DATA)'; test -n "$(sieve_docdir)" || list=; \
 
319
        for p in $$list; do \
265
320
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
266
 
          f=$(am__strip_dir) \
267
 
          echo " $(sieve_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sieve_docdir)/$$f'"; \
268
 
          $(sieve_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sieve_docdir)/$$f"; \
 
321
          echo "$$d$$p"; \
 
322
        done | $(am__base_list) | \
 
323
        while read files; do \
 
324
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sieve_docdir)'"; \
 
325
          $(INSTALL_DATA) $$files "$(DESTDIR)$(sieve_docdir)" || exit $$?; \
269
326
        done
270
327
 
271
328
uninstall-sieve_docDATA:
272
329
        @$(NORMAL_UNINSTALL)
273
 
        @list='$(sieve_doc_DATA)'; for p in $$list; do \
274
 
          f=$(am__strip_dir) \
275
 
          echo " rm -f '$(DESTDIR)$(sieve_docdir)/$$f'"; \
276
 
          rm -f "$(DESTDIR)$(sieve_docdir)/$$f"; \
277
 
        done
 
330
        @list='$(sieve_doc_DATA)'; test -n "$(sieve_docdir)" || list=; \
 
331
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
332
        dir='$(DESTDIR)$(sieve_docdir)'; $(am__uninstall_files_from_dir)
278
333
 
279
334
# This directory's subdirectories are mostly independent; you can cd
280
335
# into them and run `make' without going through this Makefile.
300
355
          else \
301
356
            local_target="$$target"; \
302
357
          fi; \
303
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
358
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
304
359
          || eval $$failcom; \
305
360
        done; \
306
361
        if test "$$dot_seen" = "no"; then \
334
389
          else \
335
390
            local_target="$$target"; \
336
391
          fi; \
337
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
392
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
338
393
          || eval $$failcom; \
339
394
        done && test -z "$$fail"
340
395
tags-recursive:
341
396
        list='$(SUBDIRS)'; for subdir in $$list; do \
342
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
397
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
343
398
        done
344
399
ctags-recursive:
345
400
        list='$(SUBDIRS)'; for subdir in $$list; do \
346
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
401
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
347
402
        done
348
403
 
349
404
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
358
413
 
359
414
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
360
415
                $(TAGS_FILES) $(LISP)
361
 
        tags=; \
 
416
        set x; \
362
417
        here=`pwd`; \
363
418
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
364
419
          include_option=--etags-include; \
370
425
        list='$(SUBDIRS)'; for subdir in $$list; do \
371
426
          if test "$$subdir" = .; then :; else \
372
427
            test ! -f $$subdir/TAGS || \
373
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
428
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
374
429
          fi; \
375
430
        done; \
376
431
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
379
434
          done | \
380
435
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
381
436
              END { if (nonempty) { for (i in files) print i; }; }'`; \
382
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
437
        shift; \
 
438
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
383
439
          test -n "$$unique" || unique=$$empty_fix; \
384
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
385
 
            $$tags $$unique; \
 
440
          if test $$# -gt 0; then \
 
441
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
442
              "$$@" $$unique; \
 
443
          else \
 
444
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
445
              $$unique; \
 
446
          fi; \
386
447
        fi
387
448
ctags: CTAGS
388
449
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
389
450
                $(TAGS_FILES) $(LISP)
390
 
        tags=; \
391
451
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
392
452
        unique=`for i in $$list; do \
393
453
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394
454
          done | \
395
455
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
396
456
              END { if (nonempty) { for (i in files) print i; }; }'`; \
397
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
457
        test -z "$(CTAGS_ARGS)$$unique" \
398
458
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
399
 
             $$tags $$unique
 
459
             $$unique
400
460
 
401
461
GTAGS:
402
462
        here=`$(am__cd) $(top_builddir) && pwd` \
403
 
          && cd $(top_srcdir) \
404
 
          && gtags -i $(GTAGS_ARGS) $$here
 
463
          && $(am__cd) $(top_srcdir) \
 
464
          && gtags -i $(GTAGS_ARGS) "$$here"
405
465
 
406
466
distclean-tags:
407
467
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
422
482
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
423
483
          if test -d $$d/$$file; then \
424
484
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
485
            if test -d "$(distdir)/$$file"; then \
 
486
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
487
            fi; \
425
488
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
426
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
489
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
490
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
427
491
            fi; \
428
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
492
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
429
493
          else \
430
 
            test -f $(distdir)/$$file \
431
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
494
            test -f "$(distdir)/$$file" \
 
495
            || cp -p $$d/$$file "$(distdir)/$$file" \
432
496
            || exit 1; \
433
497
          fi; \
434
498
        done
435
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
499
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
436
500
          if test "$$subdir" = .; then :; else \
437
501
            test -d "$(distdir)/$$subdir" \
438
502
            || $(MKDIR_P) "$(distdir)/$$subdir" \
439
503
            || exit 1; \
440
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
441
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
442
 
            (cd $$subdir && \
 
504
          fi; \
 
505
        done
 
506
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
507
          if test "$$subdir" = .; then :; else \
 
508
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
509
            $(am__relativize); \
 
510
            new_distdir=$$reldir; \
 
511
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
512
            $(am__relativize); \
 
513
            new_top_distdir=$$reldir; \
 
514
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
515
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
516
            ($(am__cd) $$subdir && \
443
517
              $(MAKE) $(AM_MAKEFLAGS) \
444
 
                top_distdir="$$top_distdir" \
445
 
                distdir="$$distdir/$$subdir" \
 
518
                top_distdir="$$new_top_distdir" \
 
519
                distdir="$$new_distdir" \
446
520
                am__remove_distdir=: \
447
521
                am__skip_length_check=: \
 
522
                am__skip_mode_fix=: \
448
523
                distdir) \
449
524
              || exit 1; \
450
525
          fi; \
467
542
 
468
543
installcheck: installcheck-recursive
469
544
install-strip:
470
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
471
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
472
 
          `test -z '$(STRIP)' || \
473
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
545
        if test -z '$(STRIP)'; then \
 
546
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
547
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
548
              install; \
 
549
        else \
 
550
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
551
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
552
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
553
        fi
474
554
mostlyclean-generic:
475
555
 
476
556
clean-generic:
477
557
 
478
558
distclean-generic:
479
559
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
560
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
480
561
 
481
562
maintainer-clean-generic:
482
563
        @echo "This command is intended for maintainers to use"
547
628
 
548
629
uninstall-am: uninstall-sieve_docDATA
549
630
 
550
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
551
 
        install-strip
 
631
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
632
        install-am install-strip tags-recursive
552
633
 
553
634
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
554
635
        all all-am check check-am clean clean-generic clean-libtool \
565
646
        tags tags-recursive uninstall uninstall-am \
566
647
        uninstall-sieve_docDATA
567
648
 
 
649
 
568
650
# Tell versions [3.59,3.63) of GNU make to not export all variables.
569
651
# Otherwise a system limit (for SysV at least) may be exceeded.
570
652
.NOEXPORT: