~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002101901

« back to all changes in this revision

Viewing changes to libsieve/Makefile.in

  • Committer: Chuck Short
  • Date: 2010-01-21 20:21:25 UTC
  • mfrom: (4.1.11 squeeze)
  • Revision ID: zulcss@ubuntu.com-20100121202125-pme73o491kfwj5nc
* Merge from debian testing, remaining changes:
  + Add new binary pkg dovecot-postfix that integrates postfix and dovecot
    automatically: (LP: #164837)
  + debian/control:
    - add new binary with short description
    - set Architecture all for dovecot-postfix (LP: #329878)
  + debian/dovecot-postfix.postinst:
    - create initial certificate symlinks to snakeoil.
    - set up postfix with postconf to:
      - use Maildir/ as the default mailbox.
      - use dovecot as the sasl authentication server.
      - use dovecot LDA (deliver).
      - use tls for smtp{d} services.
    - fix certificates paths in postfix' main.cf
    - add reject_unauth_destination to postfix' recipient restrictions
    - add reject_unknown_sender_domain to postfix' sender restriction
    - rename configuration name on remove, delete on purge
    - restart dovecot after linking certificates
    - handle use case when postfix is unconfigurated
  + debian/dovecot-postfix.dirs: create backup directory for postfix's config
    configuration
  + restart postfix and dovecot.
  + debian/dovecot-postfix.postrm:
    - remove all dovecot related configuration from postfix.
    - restart postfix and dovecot.
  + debian/dovecot-common.init:
    - check if /etc/dovecot/dovecot-postfix.conf exists and use it
      as the configuration file if so.
  + debian/patches/warning-ubuntu-postfix.dpatch
    - add warning about dovecot-postfix.conf in dovecot default
      configuration file
  + debian/patches/dovecot-postfix.conf.diff:
    - Ubuntu server custom changes to the default dovecot configuration for
      better interfation with postfix.
    - enable sieve plugin.
    - Ubuntu server custom changes to the default dovecot configuration for
      better integration with postfix:
      - enable imap, pop3, imaps, pop3s and managesieve by default.
      - enable dovecot LDA (deliver).
      - enable SASL auth socket in postfix private directory
   + debian/rules:
     - copy, patch and install dovecot-postfix.conf in /etc/dovecot/.
     - build architecure independent packages too
   + Use Snakeoil SSL certificates by default.
     - debian/control: Depend on ssl-cert.
     - debian/patches/ssl-cert-snakeoil.dpatch: Change default SSL cert
       paths to snakeoil.
     - debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
   + Add autopkgtest to debian/tests/*.
   + Fast TearDown: Update the lsb init header to not stop in level 6.
   + Add ufw integration:
     - Created debian/dovecot-common.ufw.profile.
     - debian/rules: install profile.
     - debian/control: suggest ufw.
   + debian/{control,rules}: enable PIE hardening.
   + dovecot-imapd, dovecot-pop3: Replaces dovecot-common (<< 1:1.1). (LP: #254721)
   + debian/control: Update Vcs-* headers.
   + Add SMTP-AUTH support for Outlook (login auth mechanism)
* New upstream release.
* debian/patches/gold-fix.patch: Removed. Fixed upstream.
* Moved libexec to lib corrections in dovecot-managesieve.patch and
  dovecot-managesieve-dist.patch to dovecot-example.patch
* debian/patches/dovecot-mboxlocking.patch: Regenerated to avoid FTBFS
  when quilt isn't installed.
* debian/patches/quota-mountpoint.patch: Removed. Not needed anymore.
* debian/patches/dovecot-quota.patch: Removed. Quotas aren't properly
  enabled unless mail_plugins = quota imap_quota.
* debian/patches/gold-fix.patch: Fixed configure script to build even
  with binutils-gold or --no-add-needed linker flag (Closes: #554306)
* debian/dovecot-common.init: fixed LSB headers. Thanks to Pascal Volk.
  (Closes: #558040)
* debian/changelog: added CVE references to previous changelog entry.
* debian/rules: checked up the build system. It's not fragile anymore.
  (Closes: 493803)
* debian/dovecot-common.postinst: Now invoking dpkg-reconfigure
  on dovecot-common is enough to generate new certificates
  if the previous ones were removed. (Closes: #545582)
* debian/rules: No longer install convert-tool in /usr/bin.
  It isn't an user utility and it should stay in /usr/lib/dovecot
  like all other similar tool.
* New upstream release. (Closes: #557601)
* [SECURITY] Fixes local information disclosure and denial of service.
  (see: http://www.dovecot.org/list/dovecot-news/2009-November/000143.html
  and CVE-2009-3897)
* Added myself to uploaders.
* Switched to the new source format "3.0 (quilt)":
  - removed dpatch from build-depends
  - removed debian/README.source because now we use only standard
    dpkg features
  - regenerated all patches
* Prepared to switch to multi-origin source:
  - recreated dovecot-libsieve.patch and dovecot-managesieve-dist.patch
    starting from the upstream tarball
  - removed all autotools related build-depends and build-conflict
  - renamed dovecot-libsieve and dovecot-managesieve directories
    to libsieve and managesieve.
* debian/rules: Moved the configuration of libsieve and managesieve from
  the build phase to the configuration phase
* Added dovecot-dbg package  with debugging symbols.  Thanks Stephan Bosch.
  (Closes: #554710)
* Fixed some stray libexec'isms in the default configuration.
* New upstream release.
* debian/dovecot-common.init:
  - use $CONF when starting the daemon. (Closes: #549944)
  - always output start/stop messages. (Closes: #523810)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
VPATH = @srcdir@
 
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
21
install_sh_DATA = $(install_sh) -c -m 644
 
22
install_sh_PROGRAM = $(install_sh) -c
 
23
install_sh_SCRIPT = $(install_sh) -c
 
24
INSTALL_HEADER = $(INSTALL_DATA)
 
25
transform = $(program_transform_name)
 
26
NORMAL_INSTALL = :
 
27
PRE_INSTALL = :
 
28
POST_INSTALL = :
 
29
NORMAL_UNINSTALL = :
 
30
PRE_UNINSTALL = :
 
31
POST_UNINSTALL = :
 
32
build_triplet = @build@
 
33
host_triplet = @host@
 
34
subdir = .
 
35
DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \
 
36
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
37
        $(srcdir)/dsieve-config.h.in $(srcdir)/dummy-config.h.in \
 
38
        $(srcdir)/stamp.h.in $(top_srcdir)/configure AUTHORS COPYING \
 
39
        ChangeLog INSTALL NEWS TODO config.guess config.rpath \
 
40
        config.sub depcomp install-sh ltmain.sh missing
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
46
 configure.lineno config.status.lineno
 
47
mkinstalldirs = $(install_sh) -d
 
48
CONFIG_HEADER = dummy-config.h dsieve-config.h
 
49
CONFIG_CLEAN_FILES = stamp.h
 
50
SOURCES =
 
51
DIST_SOURCES =
 
52
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
53
        html-recursive info-recursive install-data-recursive \
 
54
        install-dvi-recursive install-exec-recursive \
 
55
        install-html-recursive install-info-recursive \
 
56
        install-pdf-recursive install-ps-recursive install-recursive \
 
57
        installcheck-recursive installdirs-recursive pdf-recursive \
 
58
        ps-recursive uninstall-recursive
 
59
man1dir = $(mandir)/man1
 
60
am__installdirs = "$(DESTDIR)$(man1dir)"
 
61
NROFF = nroff
 
62
MANS = $(dist_man_MANS)
 
63
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
64
  distclean-recursive maintainer-clean-recursive
 
65
ETAGS = etags
 
66
CTAGS = ctags
 
67
DIST_SUBDIRS = $(SUBDIRS)
 
68
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
69
distdir = $(PACKAGE)-$(VERSION)
 
70
top_distdir = $(distdir)
 
71
am__remove_distdir = \
 
72
  { test ! -d $(distdir) \
 
73
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
74
         && rm -fr $(distdir); }; }
 
75
DIST_ARCHIVES = $(distdir).tar.gz
 
76
GZIP_ENV = --best
 
77
distuninstallcheck_listfiles = find . -type f -print
 
78
distcleancheck_listfiles = find . -type f -print
 
79
ACLOCAL = @ACLOCAL@
 
80
AMTAR = @AMTAR@
 
81
AR = @AR@
 
82
AUTOCONF = @AUTOCONF@
 
83
AUTOHEADER = @AUTOHEADER@
 
84
AUTOMAKE = @AUTOMAKE@
 
85
AWK = @AWK@
 
86
CC = @CC@
 
87
CCDEPMODE = @CCDEPMODE@
 
88
CFLAGS = @CFLAGS@
 
89
CPP = @CPP@
 
90
CPPFLAGS = @CPPFLAGS@
 
91
CYGPATH_W = @CYGPATH_W@
 
92
DEFS = @DEFS@
 
93
DEPDIR = @DEPDIR@
 
94
DSYMUTIL = @DSYMUTIL@
 
95
DUMPBIN = @DUMPBIN@
 
96
ECHO_C = @ECHO_C@
 
97
ECHO_N = @ECHO_N@
 
98
ECHO_T = @ECHO_T@
 
99
EGREP = @EGREP@
 
100
EXEEXT = @EXEEXT@
 
101
FGREP = @FGREP@
 
102
GREP = @GREP@
 
103
INSTALL = @INSTALL@
 
104
INSTALL_DATA = @INSTALL_DATA@
 
105
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
106
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
107
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
108
LD = @LD@
 
109
LDFLAGS = @LDFLAGS@
 
110
LIBICONV = @LIBICONV@
 
111
LIBOBJS = @LIBOBJS@
 
112
LIBS = @LIBS@
 
113
LIBTOOL = @LIBTOOL@
 
114
LIPO = @LIPO@
 
115
LN_S = @LN_S@
 
116
LTLIBOBJS = @LTLIBOBJS@
 
117
MAINT = @MAINT@
 
118
MAKEINFO = @MAKEINFO@
 
119
MKDIR_P = @MKDIR_P@
 
120
MODULE_LIBS = @MODULE_LIBS@
 
121
NM = @NM@
 
122
NMEDIT = @NMEDIT@
 
123
OBJDUMP = @OBJDUMP@
 
124
OBJEXT = @OBJEXT@
 
125
OTOOL = @OTOOL@
 
126
OTOOL64 = @OTOOL64@
 
127
PACKAGE = @PACKAGE@
 
128
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
129
PACKAGE_NAME = @PACKAGE_NAME@
 
130
PACKAGE_STRING = @PACKAGE_STRING@
 
131
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
132
PACKAGE_VERSION = @PACKAGE_VERSION@
 
133
PATH_SEPARATOR = @PATH_SEPARATOR@
 
134
RAND_LIBS = @RAND_LIBS@
 
135
RANLIB = @RANLIB@
 
136
SED = @SED@
 
137
SET_MAKE = @SET_MAKE@
 
138
SHELL = @SHELL@
 
139
STORAGE_LIBS = @STORAGE_LIBS@
 
140
STRIP = @STRIP@
 
141
VERSION = @VERSION@
 
142
abs_builddir = @abs_builddir@
 
143
abs_srcdir = @abs_srcdir@
 
144
abs_top_builddir = @abs_top_builddir@
 
145
abs_top_srcdir = @abs_top_srcdir@
 
146
ac_ct_CC = @ac_ct_CC@
 
147
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
148
am__include = @am__include@
 
149
am__leading_dot = @am__leading_dot@
 
150
am__quote = @am__quote@
 
151
am__tar = @am__tar@
 
152
am__untar = @am__untar@
 
153
bindir = @bindir@
 
154
build = @build@
 
155
build_alias = @build_alias@
 
156
build_cpu = @build_cpu@
 
157
build_os = @build_os@
 
158
build_vendor = @build_vendor@
 
159
builddir = @builddir@
 
160
datadir = @datadir@
 
161
datarootdir = @datarootdir@
 
162
docdir = @docdir@
 
163
dovecot_incdir = @dovecot_incdir@
 
164
dovecotdir = @dovecotdir@
 
165
dvidir = @dvidir@
 
166
exec_prefix = @exec_prefix@
 
167
host = @host@
 
168
host_alias = @host_alias@
 
169
host_cpu = @host_cpu@
 
170
host_os = @host_os@
 
171
host_vendor = @host_vendor@
 
172
htmldir = @htmldir@
 
173
includedir = @includedir@
 
174
infodir = @infodir@
 
175
install_sh = @install_sh@
 
176
libdir = @libdir@
 
177
libexecdir = @libexecdir@
 
178
localedir = @localedir@
 
179
localstatedir = @localstatedir@
 
180
lt_ECHO = @lt_ECHO@
 
181
mandir = @mandir@
 
182
mkdir_p = @mkdir_p@
 
183
moduledir = @moduledir@
 
184
oldincludedir = @oldincludedir@
 
185
pdfdir = @pdfdir@
 
186
prefix = @prefix@
 
187
program_transform_name = @program_transform_name@
 
188
psdir = @psdir@
 
189
sbindir = @sbindir@
 
190
sharedstatedir = @sharedstatedir@
 
191
srcdir = @srcdir@
 
192
sysconfdir = @sysconfdir@
 
193
target_alias = @target_alias@
 
194
top_build_prefix = @top_build_prefix@
 
195
top_builddir = @top_builddir@
 
196
top_srcdir = @top_srcdir@
 
197
SUBDIRS = src
 
198
unfinished = doc/man/sieve-filter.1
 
199
@BUILD_UNFINISHED_TRUE@unfinished_mans = $(unfinished)
 
200
@BUILD_UNFINISHED_FALSE@unfinished_dist = $(unfinished)
 
201
EXTRA_DIST = \
 
202
        tests \
 
203
        examples/* \
 
204
        doc/rfc \
 
205
        doc/devel \
 
206
        COPYING.LGPL \
 
207
        ChangeLog \
 
208
        $(unfinished_dist)
 
209
 
 
210
dist_man_MANS = \
 
211
        doc/man/sievec.1 \
 
212
        doc/man/sieved.1 \
 
213
        doc/man/sieve-test.1 \
 
214
        $(unfinished_mans)
 
215
 
 
216
 
 
217
# Testsuite tests
 
218
TESTSUITE_BIN = $(top_srcdir)/src/testsuite/testsuite
 
219
@TESTSUITE_VALGRIND_FALSE@TEST_BIN = $(TESTSUITE_BIN)
 
220
@TESTSUITE_VALGRIND_TRUE@TEST_BIN = valgrind -q --error-exitcode=1 --show-reachable=yes --leak-check=full $(TESTSUITE_BIN) 
 
221
test_cases = \
 
222
        tests/testsuite.svtest\
 
223
        tests/control-structures.svtest \
 
224
        tests/compile/compile.svtest \
 
225
        tests/compile/errors.svtest \
 
226
        tests/compile/warnings.svtest \
 
227
        tests/execute/errors.svtest \
 
228
        tests/execute/actions.svtest \
 
229
        tests/execute/smtp.svtest \
 
230
        tests/execute/mailstore.svtest \
 
231
        tests/execute/examples.svtest \
 
232
        tests/exists.svtest \
 
233
        tests/header.svtest \
 
234
        tests/address.svtest \
 
235
        tests/lexer.svtest \
 
236
        tests/comparators/core.svtest \
 
237
        tests/match-types/is.svtest \
 
238
        tests/match-types/contains.svtest \
 
239
        tests/match-types/matches.svtest \
 
240
        tests/extensions/encoded-character.svtest \
 
241
        tests/extensions/envelope.svtest \
 
242
        tests/extensions/variables/basic.svtest \
 
243
        tests/extensions/variables/match.svtest \
 
244
        tests/extensions/variables/modifiers.svtest \
 
245
        tests/extensions/variables/quoting.svtest \
 
246
        tests/extensions/variables/string.svtest \
 
247
        tests/extensions/variables/errors.svtest \
 
248
        tests/extensions/variables/regex.svtest \
 
249
        tests/extensions/include/errors.svtest \
 
250
        tests/extensions/include/variables.svtest \
 
251
        tests/extensions/include/once.svtest \
 
252
        tests/extensions/include/twice.svtest \
 
253
        tests/extensions/include/rfc.svtest \
 
254
        tests/extensions/include/execute.svtest \
 
255
        tests/extensions/imap4flags/basic.svtest \
 
256
        tests/extensions/imap4flags/hasflag.svtest \
 
257
        tests/extensions/imap4flags/errors.svtest \
 
258
        tests/extensions/imap4flags/execute.svtest \
 
259
        tests/extensions/imap4flags/multiscript.svtest \
 
260
        tests/extensions/imap4flags/flagstore.svtest \
 
261
        tests/extensions/body/basic.svtest \
 
262
        tests/extensions/body/raw.svtest \
 
263
        tests/extensions/body/content.svtest \
 
264
        tests/extensions/body/match-values.svtest \
 
265
        tests/extensions/regex/basic.svtest \
 
266
        tests/extensions/regex/match-values.svtest \
 
267
        tests/extensions/regex/errors.svtest \
 
268
        tests/extensions/reject/execute.svtest \
 
269
        tests/extensions/reject/smtp.svtest \
 
270
        tests/extensions/relational/basic.svtest \
 
271
        tests/extensions/relational/rfc.svtest \
 
272
        tests/extensions/relational/errors.svtest \
 
273
        tests/extensions/subaddress/basic.svtest \
 
274
        tests/extensions/subaddress/rfc.svtest \
 
275
        tests/extensions/vacation/errors.svtest \
 
276
        tests/extensions/vacation/execute.svtest \
 
277
        tests/extensions/vacation/message.svtest \
 
278
        tests/extensions/vacation/smtp.svtest \
 
279
        tests/extensions/enotify/basic.svtest \
 
280
        tests/extensions/enotify/encodeurl.svtest \
 
281
        tests/extensions/enotify/valid_notify_method.svtest \
 
282
        tests/extensions/enotify/notify_method_capability.svtest \
 
283
        tests/extensions/enotify/errors.svtest \
 
284
        tests/extensions/enotify/execute.svtest \
 
285
        tests/extensions/enotify/mailto.svtest \
 
286
        tests/extensions/environment/basic.svtest \
 
287
        tests/extensions/environment/rfc.svtest \
 
288
        tests/extensions/mailbox/execute.svtest \
 
289
        tests/extensions/date/basic.svtest \
 
290
        tests/extensions/date/date-parts.svtest \
 
291
        tests/extensions/date/zones.svtest \
 
292
        tests/multiscript/basic.svtest \
 
293
        tests/deprecated/notify/basic.svtest \
 
294
        tests/deprecated/notify/mailto.svtest \
 
295
        tests/deprecated/notify/errors.svtest \
 
296
        tests/deprecated/notify/execute.svtest
 
297
 
 
298
all: dummy-config.h dsieve-config.h
 
299
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
300
 
 
301
.SUFFIXES:
 
302
am--refresh:
 
303
        @:
 
304
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
305
        @for dep in $?; do \
 
306
          case '$(am__configure_deps)' in \
 
307
            *$$dep*) \
 
308
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
 
309
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
310
                && exit 0; \
 
311
              exit 1;; \
 
312
          esac; \
 
313
        done; \
 
314
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
 
315
        cd $(top_srcdir) && \
 
316
          $(AUTOMAKE) --foreign  Makefile
 
317
.PRECIOUS: Makefile
 
318
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
319
        @case '$?' in \
 
320
          *config.status*) \
 
321
            echo ' $(SHELL) ./config.status'; \
 
322
            $(SHELL) ./config.status;; \
 
323
          *) \
 
324
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
325
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
326
        esac;
 
327
 
 
328
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
329
        $(SHELL) ./config.status --recheck
 
330
 
 
331
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
332
        cd $(srcdir) && $(AUTOCONF)
 
333
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
334
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
335
 
 
336
dummy-config.h: stamp-h1
 
337
        @if test ! -f $@; then \
 
338
          rm -f stamp-h1; \
 
339
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
340
        else :; fi
 
341
 
 
342
stamp-h1: $(srcdir)/dummy-config.h.in $(top_builddir)/config.status
 
343
        @rm -f stamp-h1
 
344
        cd $(top_builddir) && $(SHELL) ./config.status dummy-config.h
 
345
$(srcdir)/dummy-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
346
        cd $(top_srcdir) && $(AUTOHEADER)
 
347
        rm -f stamp-h1
 
348
        touch $@
 
349
 
 
350
dsieve-config.h: stamp-h2
 
351
        @if test ! -f $@; then \
 
352
          rm -f stamp-h2; \
 
353
          $(MAKE) $(AM_MAKEFLAGS) stamp-h2; \
 
354
        else :; fi
 
355
 
 
356
stamp-h2: $(srcdir)/dsieve-config.h.in $(top_builddir)/config.status
 
357
        @rm -f stamp-h2
 
358
        cd $(top_builddir) && $(SHELL) ./config.status dsieve-config.h
 
359
 
 
360
distclean-hdr:
 
361
        -rm -f dummy-config.h stamp-h1 dsieve-config.h stamp-h2
 
362
stamp.h: $(top_builddir)/config.status $(srcdir)/stamp.h.in
 
363
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
364
 
 
365
mostlyclean-libtool:
 
366
        -rm -f *.lo
 
367
 
 
368
clean-libtool:
 
369
        -rm -rf .libs _libs
 
370
 
 
371
distclean-libtool:
 
372
        -rm -f libtool config.lt
 
373
install-man1: $(man1_MANS) $(man_MANS)
 
374
        @$(NORMAL_INSTALL)
 
375
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
 
376
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
 
377
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
378
        for i in $$l2; do \
 
379
          case "$$i" in \
 
380
            *.1*) list="$$list $$i" ;; \
 
381
          esac; \
 
382
        done; \
 
383
        for i in $$list; do \
 
384
          if test -f $$i; then file=$$i; \
 
385
          else file=$(srcdir)/$$i; fi; \
 
386
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
387
          case "$$ext" in \
 
388
            1*) ;; \
 
389
            *) ext='1' ;; \
 
390
          esac; \
 
391
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
392
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
393
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
394
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
 
395
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
 
396
        done
 
397
uninstall-man1:
 
398
        @$(NORMAL_UNINSTALL)
 
399
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
 
400
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
401
        for i in $$l2; do \
 
402
          case "$$i" in \
 
403
            *.1*) list="$$list $$i" ;; \
 
404
          esac; \
 
405
        done; \
 
406
        for i in $$list; do \
 
407
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
408
          case "$$ext" in \
 
409
            1*) ;; \
 
410
            *) ext='1' ;; \
 
411
          esac; \
 
412
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
413
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
414
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
415
          echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
 
416
          rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
 
417
        done
 
418
 
 
419
# This directory's subdirectories are mostly independent; you can cd
 
420
# into them and run `make' without going through this Makefile.
 
421
# To change the values of `make' variables: instead of editing Makefiles,
 
422
# (1) if the variable is set in `config.status', edit `config.status'
 
423
#     (which will cause the Makefiles to be regenerated when you run `make');
 
424
# (2) otherwise, pass the desired values on the `make' command line.
 
425
$(RECURSIVE_TARGETS):
 
426
        @failcom='exit 1'; \
 
427
        for f in x $$MAKEFLAGS; do \
 
428
          case $$f in \
 
429
            *=* | --[!k]*);; \
 
430
            *k*) failcom='fail=yes';; \
 
431
          esac; \
 
432
        done; \
 
433
        dot_seen=no; \
 
434
        target=`echo $@ | sed s/-recursive//`; \
 
435
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
436
          echo "Making $$target in $$subdir"; \
 
437
          if test "$$subdir" = "."; then \
 
438
            dot_seen=yes; \
 
439
            local_target="$$target-am"; \
 
440
          else \
 
441
            local_target="$$target"; \
 
442
          fi; \
 
443
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
444
          || eval $$failcom; \
 
445
        done; \
 
446
        if test "$$dot_seen" = "no"; then \
 
447
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
448
        fi; test -z "$$fail"
 
449
 
 
450
$(RECURSIVE_CLEAN_TARGETS):
 
451
        @failcom='exit 1'; \
 
452
        for f in x $$MAKEFLAGS; do \
 
453
          case $$f in \
 
454
            *=* | --[!k]*);; \
 
455
            *k*) failcom='fail=yes';; \
 
456
          esac; \
 
457
        done; \
 
458
        dot_seen=no; \
 
459
        case "$@" in \
 
460
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
461
          *) list='$(SUBDIRS)' ;; \
 
462
        esac; \
 
463
        rev=''; for subdir in $$list; do \
 
464
          if test "$$subdir" = "."; then :; else \
 
465
            rev="$$subdir $$rev"; \
 
466
          fi; \
 
467
        done; \
 
468
        rev="$$rev ."; \
 
469
        target=`echo $@ | sed s/-recursive//`; \
 
470
        for subdir in $$rev; do \
 
471
          echo "Making $$target in $$subdir"; \
 
472
          if test "$$subdir" = "."; then \
 
473
            local_target="$$target-am"; \
 
474
          else \
 
475
            local_target="$$target"; \
 
476
          fi; \
 
477
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
478
          || eval $$failcom; \
 
479
        done && test -z "$$fail"
 
480
tags-recursive:
 
481
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
482
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
483
        done
 
484
ctags-recursive:
 
485
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
486
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
487
        done
 
488
 
 
489
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
490
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
491
        unique=`for i in $$list; do \
 
492
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
493
          done | \
 
494
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
495
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
496
        mkid -fID $$unique
 
497
tags: TAGS
 
498
 
 
499
TAGS: tags-recursive $(HEADERS) $(SOURCES) dummy-config.h.in dsieve-config.h.in $(TAGS_DEPENDENCIES) \
 
500
                $(TAGS_FILES) $(LISP)
 
501
        tags=; \
 
502
        here=`pwd`; \
 
503
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
504
          include_option=--etags-include; \
 
505
          empty_fix=.; \
 
506
        else \
 
507
          include_option=--include; \
 
508
          empty_fix=; \
 
509
        fi; \
 
510
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
511
          if test "$$subdir" = .; then :; else \
 
512
            test ! -f $$subdir/TAGS || \
 
513
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
514
          fi; \
 
515
        done; \
 
516
        list='$(SOURCES) $(HEADERS) dummy-config.h.in dsieve-config.h.in $(LISP) $(TAGS_FILES)'; \
 
517
        unique=`for i in $$list; do \
 
518
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
519
          done | \
 
520
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
521
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
522
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
523
          test -n "$$unique" || unique=$$empty_fix; \
 
524
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
525
            $$tags $$unique; \
 
526
        fi
 
527
ctags: CTAGS
 
528
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) dummy-config.h.in dsieve-config.h.in $(TAGS_DEPENDENCIES) \
 
529
                $(TAGS_FILES) $(LISP)
 
530
        tags=; \
 
531
        list='$(SOURCES) $(HEADERS) dummy-config.h.in dsieve-config.h.in $(LISP) $(TAGS_FILES)'; \
 
532
        unique=`for i in $$list; do \
 
533
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
534
          done | \
 
535
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
536
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
537
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
538
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
539
             $$tags $$unique
 
540
 
 
541
GTAGS:
 
542
        here=`$(am__cd) $(top_builddir) && pwd` \
 
543
          && cd $(top_srcdir) \
 
544
          && gtags -i $(GTAGS_ARGS) $$here
 
545
 
 
546
distclean-tags:
 
547
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
548
 
 
549
distdir: $(DISTFILES)
 
550
        $(am__remove_distdir)
 
551
        test -d $(distdir) || mkdir $(distdir)
 
552
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
553
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
554
        list='$(DISTFILES)'; \
 
555
          dist_files=`for file in $$list; do echo $$file; done | \
 
556
          sed -e "s|^$$srcdirstrip/||;t" \
 
557
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
558
        case $$dist_files in \
 
559
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
560
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
561
                           sort -u` ;; \
 
562
        esac; \
 
563
        for file in $$dist_files; do \
 
564
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
565
          if test -d $$d/$$file; then \
 
566
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
567
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
568
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
569
            fi; \
 
570
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
571
          else \
 
572
            test -f $(distdir)/$$file \
 
573
            || cp -p $$d/$$file $(distdir)/$$file \
 
574
            || exit 1; \
 
575
          fi; \
 
576
        done
 
577
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
578
          if test "$$subdir" = .; then :; else \
 
579
            test -d "$(distdir)/$$subdir" \
 
580
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
581
            || exit 1; \
 
582
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
583
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
584
            (cd $$subdir && \
 
585
              $(MAKE) $(AM_MAKEFLAGS) \
 
586
                top_distdir="$$top_distdir" \
 
587
                distdir="$$distdir/$$subdir" \
 
588
                am__remove_distdir=: \
 
589
                am__skip_length_check=: \
 
590
                distdir) \
 
591
              || exit 1; \
 
592
          fi; \
 
593
        done
 
594
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
595
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
596
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
597
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
598
        || chmod -R a+r $(distdir)
 
599
dist-gzip: distdir
 
600
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
601
        $(am__remove_distdir)
 
602
 
 
603
dist-bzip2: distdir
 
604
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
605
        $(am__remove_distdir)
 
606
 
 
607
dist-lzma: distdir
 
608
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
609
        $(am__remove_distdir)
 
610
 
 
611
dist-tarZ: distdir
 
612
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
613
        $(am__remove_distdir)
 
614
 
 
615
dist-shar: distdir
 
616
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
617
        $(am__remove_distdir)
 
618
 
 
619
dist-zip: distdir
 
620
        -rm -f $(distdir).zip
 
621
        zip -rq $(distdir).zip $(distdir)
 
622
        $(am__remove_distdir)
 
623
 
 
624
dist dist-all: distdir
 
625
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
626
        $(am__remove_distdir)
 
627
 
 
628
# This target untars the dist file and tries a VPATH configuration.  Then
 
629
# it guarantees that the distribution is self-contained by making another
 
630
# tarfile.
 
631
distcheck: dist
 
632
        case '$(DIST_ARCHIVES)' in \
 
633
        *.tar.gz*) \
 
634
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
635
        *.tar.bz2*) \
 
636
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
637
        *.tar.lzma*) \
 
638
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
639
        *.tar.Z*) \
 
640
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
641
        *.shar.gz*) \
 
642
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
643
        *.zip*) \
 
644
          unzip $(distdir).zip ;;\
 
645
        esac
 
646
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
647
        mkdir $(distdir)/_build
 
648
        mkdir $(distdir)/_inst
 
649
        chmod a-w $(distdir)
 
650
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
651
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
652
          && cd $(distdir)/_build \
 
653
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
654
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
655
          && $(MAKE) $(AM_MAKEFLAGS) \
 
656
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
657
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
658
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
659
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
660
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
661
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
662
                distuninstallcheck \
 
663
          && chmod -R a-w "$$dc_install_base" \
 
664
          && ({ \
 
665
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
666
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
667
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
668
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
669
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
670
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
671
          && rm -rf "$$dc_destdir" \
 
672
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
673
          && rm -rf $(DIST_ARCHIVES) \
 
674
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
675
        $(am__remove_distdir)
 
676
        @(echo "$(distdir) archives ready for distribution: "; \
 
677
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
678
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
679
distuninstallcheck:
 
680
        @cd $(distuninstallcheck_dir) \
 
681
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
682
           || { echo "ERROR: files left after uninstall:" ; \
 
683
                if test -n "$(DESTDIR)"; then \
 
684
                  echo "  (check DESTDIR support)"; \
 
685
                fi ; \
 
686
                $(distuninstallcheck_listfiles) ; \
 
687
                exit 1; } >&2
 
688
distcleancheck: distclean
 
689
        @if test '$(srcdir)' = . ; then \
 
690
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
691
          exit 1 ; \
 
692
        fi
 
693
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
694
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
695
               $(distcleancheck_listfiles) ; \
 
696
               exit 1; } >&2
 
697
check-am: all-am
 
698
check: check-recursive
 
699
all-am: Makefile $(MANS) dummy-config.h dsieve-config.h
 
700
installdirs: installdirs-recursive
 
701
installdirs-am:
 
702
        for dir in "$(DESTDIR)$(man1dir)"; do \
 
703
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
704
        done
 
705
install: install-recursive
 
706
install-exec: install-exec-recursive
 
707
install-data: install-data-recursive
 
708
uninstall: uninstall-recursive
 
709
 
 
710
install-am: all-am
 
711
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
712
 
 
713
installcheck: installcheck-recursive
 
714
install-strip:
 
715
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
716
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
717
          `test -z '$(STRIP)' || \
 
718
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
719
mostlyclean-generic:
 
720
 
 
721
clean-generic:
 
722
 
 
723
distclean-generic:
 
724
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
725
 
 
726
maintainer-clean-generic:
 
727
        @echo "This command is intended for maintainers to use"
 
728
        @echo "it deletes files that may require special tools to rebuild."
 
729
clean: clean-recursive
 
730
 
 
731
clean-am: clean-generic clean-libtool mostlyclean-am
 
732
 
 
733
distclean: distclean-recursive
 
734
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
735
        -rm -f Makefile
 
736
distclean-am: clean-am distclean-generic distclean-hdr \
 
737
        distclean-libtool distclean-tags
 
738
 
 
739
dvi: dvi-recursive
 
740
 
 
741
dvi-am:
 
742
 
 
743
html: html-recursive
 
744
 
 
745
info: info-recursive
 
746
 
 
747
info-am:
 
748
 
 
749
install-data-am: install-man
 
750
 
 
751
install-dvi: install-dvi-recursive
 
752
 
 
753
install-exec-am:
 
754
 
 
755
install-html: install-html-recursive
 
756
 
 
757
install-info: install-info-recursive
 
758
 
 
759
install-man: install-man1
 
760
 
 
761
install-pdf: install-pdf-recursive
 
762
 
 
763
install-ps: install-ps-recursive
 
764
 
 
765
installcheck-am:
 
766
 
 
767
maintainer-clean: maintainer-clean-recursive
 
768
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
769
        -rm -rf $(top_srcdir)/autom4te.cache
 
770
        -rm -f Makefile
 
771
maintainer-clean-am: distclean-am maintainer-clean-generic
 
772
 
 
773
mostlyclean: mostlyclean-recursive
 
774
 
 
775
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
776
 
 
777
pdf: pdf-recursive
 
778
 
 
779
pdf-am:
 
780
 
 
781
ps: ps-recursive
 
782
 
 
783
ps-am:
 
784
 
 
785
uninstall-am: uninstall-man
 
786
 
 
787
uninstall-man: uninstall-man1
 
788
 
 
789
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
790
        install-strip
 
791
 
 
792
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
793
        all all-am am--refresh check check-am clean clean-generic \
 
794
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
795
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
 
796
        distclean distclean-generic distclean-hdr distclean-libtool \
 
797
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
798
        dvi-am html html-am info info-am install install-am \
 
799
        install-data install-data-am install-dvi install-dvi-am \
 
800
        install-exec install-exec-am install-html install-html-am \
 
801
        install-info install-info-am install-man install-man1 \
 
802
        install-pdf install-pdf-am install-ps install-ps-am \
 
803
        install-strip installcheck installcheck-am installdirs \
 
804
        installdirs-am maintainer-clean maintainer-clean-generic \
 
805
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
806
        ps ps-am tags tags-recursive uninstall uninstall-am \
 
807
        uninstall-man uninstall-man1
 
808
 
 
809
 
 
810
@MAINTAINER_MODE_TRUE@ChangeLog: .hg/dirstate
 
811
@MAINTAINER_MODE_TRUE@  hg log --style=changelog > ChangeLog
 
812
 
 
813
@HAVE_DOVECOT_LIBS_TRUE@$(test_cases):
 
814
@HAVE_DOVECOT_LIBS_TRUE@        @$(TEST_BIN) $@
 
815
 
 
816
@HAVE_DOVECOT_LIBS_TRUE@.PHONY: $(test_cases)
 
817
 
 
818
@HAVE_DOVECOT_LIBS_TRUE@test: $(test_cases)
 
819
 
 
820
@HAVE_DOVECOT_LIBS_FALSE@test:
 
821
@HAVE_DOVECOT_LIBS_FALSE@       @echo "Cannot compile or execute the testsuite without the Dovecot sources."
 
822
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
823
# Otherwise a system limit (for SysV at least) may be exceeded.
 
824
.NOEXPORT: