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

« back to all changes in this revision

Viewing changes to libsieve/src/lib-sieve/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
 
 
17
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
subdir = src/lib-sieve
 
37
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
38
        $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
42
        $(ACLOCAL_M4)
 
43
mkinstalldirs = $(install_sh) -d
 
44
CONFIG_HEADER = $(top_builddir)/dummy-config.h \
 
45
        $(top_builddir)/dsieve-config.h
 
46
CONFIG_CLEAN_FILES =
 
47
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
48
am__DEPENDENCIES_1 =
 
49
am__DEPENDENCIES_2 = ./plugins/vacation/libsieve_ext_vacation.la \
 
50
        ./plugins/subaddress/libsieve_ext_subaddress.la \
 
51
        ./plugins/comparator-i-ascii-numeric/libsieve_ext_comparator-i-ascii-numeric.la \
 
52
        ./plugins/relational/libsieve_ext_relational.la \
 
53
        ./plugins/regex/libsieve_ext_regex.la \
 
54
        ./plugins/copy/libsieve_ext_copy.la \
 
55
        ./plugins/imap4flags/libsieve_ext_imap4flags.la \
 
56
        ./plugins/include/libsieve_ext_include.la \
 
57
        ./plugins/body/libsieve_ext_body.la \
 
58
        ./plugins/variables/libsieve_ext_variables.la \
 
59
        ./plugins/enotify/libsieve_ext_enotify.la \
 
60
        ./plugins/notify/libsieve_ext_notify.la \
 
61
        ./plugins/environment/libsieve_ext_environment.la \
 
62
        ./plugins/mailbox/libsieve_ext_mailbox.la \
 
63
        ./plugins/date/libsieve_ext_date.la $(am__DEPENDENCIES_1)
 
64
am__objects_1 = cmp-i-octet.lo cmp-i-ascii-casemap.lo
 
65
am__objects_2 = mcht-is.lo mcht-contains.lo mcht-matches.lo
 
66
am__objects_3 = tst-truefalse.lo tst-not.lo tst-anyof.lo tst-allof.lo \
 
67
        tst-address.lo tst-header.lo tst-exists.lo tst-size.lo
 
68
am__objects_4 = cmd-require.lo cmd-stop.lo cmd-if.lo cmd-keep.lo \
 
69
        cmd-redirect.lo cmd-discard.lo
 
70
am__objects_5 = ext-fileinto.lo ext-reject.lo ext-envelope.lo \
 
71
        ext-encoded-character.lo
 
72
am_libsieve_la_OBJECTS = rfc2822.lo sieve-limits.lo sieve-message.lo \
 
73
        sieve-lexer.lo sieve-script.lo sieve-ast.lo sieve-binary.lo \
 
74
        sieve-parser.lo sieve-address.lo sieve-validator.lo \
 
75
        sieve-generator.lo sieve-interpreter.lo sieve-code-dumper.lo \
 
76
        sieve-binary-dumper.lo sieve-result.lo sieve-error.lo \
 
77
        sieve-objects.lo sieve-comparators.lo sieve-match-types.lo \
 
78
        sieve-address-parts.lo sieve-match.lo sieve-commands.lo \
 
79
        sieve-code.lo sieve-actions.lo sieve-extensions.lo \
 
80
        $(am__objects_1) $(am__objects_2) $(am__objects_3) \
 
81
        $(am__objects_4) $(am__objects_5) sieve.lo
 
82
libsieve_la_OBJECTS = $(am_libsieve_la_OBJECTS)
 
83
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
84
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
85
am__depfiles_maybe = depfiles
 
86
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
87
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
88
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
89
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
90
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
91
CCLD = $(CC)
 
92
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
93
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
94
        $(LDFLAGS) -o $@
 
95
SOURCES = $(libsieve_la_SOURCES)
 
96
DIST_SOURCES = $(libsieve_la_SOURCES)
 
97
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
98
        html-recursive info-recursive install-data-recursive \
 
99
        install-dvi-recursive install-exec-recursive \
 
100
        install-html-recursive install-info-recursive \
 
101
        install-pdf-recursive install-ps-recursive install-recursive \
 
102
        installcheck-recursive installdirs-recursive pdf-recursive \
 
103
        ps-recursive uninstall-recursive
 
104
HEADERS = $(noinst_HEADERS)
 
105
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
106
  distclean-recursive maintainer-clean-recursive
 
107
ETAGS = etags
 
108
CTAGS = ctags
 
109
DIST_SUBDIRS = $(SUBDIRS)
 
110
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
111
ACLOCAL = @ACLOCAL@
 
112
AMTAR = @AMTAR@
 
113
AR = @AR@
 
114
AUTOCONF = @AUTOCONF@
 
115
AUTOHEADER = @AUTOHEADER@
 
116
AUTOMAKE = @AUTOMAKE@
 
117
AWK = @AWK@
 
118
CC = @CC@
 
119
CCDEPMODE = @CCDEPMODE@
 
120
CFLAGS = @CFLAGS@
 
121
CPP = @CPP@
 
122
CPPFLAGS = @CPPFLAGS@
 
123
CYGPATH_W = @CYGPATH_W@
 
124
DEFS = @DEFS@
 
125
DEPDIR = @DEPDIR@
 
126
DSYMUTIL = @DSYMUTIL@
 
127
DUMPBIN = @DUMPBIN@
 
128
ECHO_C = @ECHO_C@
 
129
ECHO_N = @ECHO_N@
 
130
ECHO_T = @ECHO_T@
 
131
EGREP = @EGREP@
 
132
EXEEXT = @EXEEXT@
 
133
FGREP = @FGREP@
 
134
GREP = @GREP@
 
135
INSTALL = @INSTALL@
 
136
INSTALL_DATA = @INSTALL_DATA@
 
137
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
138
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
139
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
140
LD = @LD@
 
141
LDFLAGS = @LDFLAGS@
 
142
LIBICONV = @LIBICONV@
 
143
LIBOBJS = @LIBOBJS@
 
144
LIBS = @LIBS@
 
145
LIBTOOL = @LIBTOOL@
 
146
LIPO = @LIPO@
 
147
LN_S = @LN_S@
 
148
LTLIBOBJS = @LTLIBOBJS@
 
149
MAINT = @MAINT@
 
150
MAKEINFO = @MAKEINFO@
 
151
MKDIR_P = @MKDIR_P@
 
152
MODULE_LIBS = @MODULE_LIBS@
 
153
NM = @NM@
 
154
NMEDIT = @NMEDIT@
 
155
OBJDUMP = @OBJDUMP@
 
156
OBJEXT = @OBJEXT@
 
157
OTOOL = @OTOOL@
 
158
OTOOL64 = @OTOOL64@
 
159
PACKAGE = @PACKAGE@
 
160
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
161
PACKAGE_NAME = @PACKAGE_NAME@
 
162
PACKAGE_STRING = @PACKAGE_STRING@
 
163
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
164
PACKAGE_VERSION = @PACKAGE_VERSION@
 
165
PATH_SEPARATOR = @PATH_SEPARATOR@
 
166
RAND_LIBS = @RAND_LIBS@
 
167
RANLIB = @RANLIB@
 
168
SED = @SED@
 
169
SET_MAKE = @SET_MAKE@
 
170
SHELL = @SHELL@
 
171
STORAGE_LIBS = @STORAGE_LIBS@
 
172
STRIP = @STRIP@
 
173
VERSION = @VERSION@
 
174
abs_builddir = @abs_builddir@
 
175
abs_srcdir = @abs_srcdir@
 
176
abs_top_builddir = @abs_top_builddir@
 
177
abs_top_srcdir = @abs_top_srcdir@
 
178
ac_ct_CC = @ac_ct_CC@
 
179
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
180
am__include = @am__include@
 
181
am__leading_dot = @am__leading_dot@
 
182
am__quote = @am__quote@
 
183
am__tar = @am__tar@
 
184
am__untar = @am__untar@
 
185
bindir = @bindir@
 
186
build = @build@
 
187
build_alias = @build_alias@
 
188
build_cpu = @build_cpu@
 
189
build_os = @build_os@
 
190
build_vendor = @build_vendor@
 
191
builddir = @builddir@
 
192
datadir = @datadir@
 
193
datarootdir = @datarootdir@
 
194
docdir = @docdir@
 
195
dovecot_incdir = @dovecot_incdir@
 
196
dovecotdir = @dovecotdir@
 
197
dvidir = @dvidir@
 
198
exec_prefix = @exec_prefix@
 
199
host = @host@
 
200
host_alias = @host_alias@
 
201
host_cpu = @host_cpu@
 
202
host_os = @host_os@
 
203
host_vendor = @host_vendor@
 
204
htmldir = @htmldir@
 
205
includedir = @includedir@
 
206
infodir = @infodir@
 
207
install_sh = @install_sh@
 
208
libdir = @libdir@
 
209
libexecdir = @libexecdir@
 
210
localedir = @localedir@
 
211
localstatedir = @localstatedir@
 
212
lt_ECHO = @lt_ECHO@
 
213
mandir = @mandir@
 
214
mkdir_p = @mkdir_p@
 
215
moduledir = @moduledir@
 
216
oldincludedir = @oldincludedir@
 
217
pdfdir = @pdfdir@
 
218
prefix = @prefix@
 
219
program_transform_name = @program_transform_name@
 
220
psdir = @psdir@
 
221
sbindir = @sbindir@
 
222
sharedstatedir = @sharedstatedir@
 
223
srcdir = @srcdir@
 
224
sysconfdir = @sysconfdir@
 
225
target_alias = @target_alias@
 
226
top_build_prefix = @top_build_prefix@
 
227
top_builddir = @top_builddir@
 
228
top_srcdir = @top_srcdir@
 
229
SUBDIRS = plugins
 
230
noinst_LTLIBRARIES = libsieve.la
 
231
AM_CPPFLAGS = \
 
232
        -I$(dovecot_incdir) \
 
233
        -I$(dovecot_incdir)/src/lib \
 
234
        -I$(dovecot_incdir)/src/lib-mail \
 
235
        -I$(dovecot_incdir)/src/lib-storage \
 
236
        -I$(dovecot_incdir)/src/lib-imap
 
237
 
 
238
tests = \
 
239
        tst-truefalse.c \
 
240
        tst-not.c \
 
241
        tst-anyof.c \
 
242
        tst-allof.c \
 
243
        tst-address.c \
 
244
        tst-header.c \
 
245
        tst-exists.c \
 
246
        tst-size.c
 
247
 
 
248
commands = \
 
249
        cmd-require.c \
 
250
        cmd-stop.c \
 
251
        cmd-if.c \
 
252
        cmd-keep.c \
 
253
        cmd-redirect.c \
 
254
        cmd-discard.c
 
255
 
 
256
extensions = \
 
257
        ext-fileinto.c \
 
258
        ext-reject.c \
 
259
        ext-envelope.c \
 
260
        ext-encoded-character.c
 
261
 
 
262
match_types = \
 
263
        mcht-is.c \
 
264
        mcht-contains.c \
 
265
        mcht-matches.c
 
266
 
 
267
comparators = \
 
268
        cmp-i-octet.c \
 
269
        cmp-i-ascii-casemap.c
 
270
 
 
271
@BUILD_UNFINISHED_TRUE@unfinished_plugins = 
 
272
 
 
273
# These are not actual plugins just yet...
 
274
plugins = \
 
275
        ./plugins/vacation/libsieve_ext_vacation.la \
 
276
        ./plugins/subaddress/libsieve_ext_subaddress.la \
 
277
        ./plugins/comparator-i-ascii-numeric/libsieve_ext_comparator-i-ascii-numeric.la \
 
278
        ./plugins/relational/libsieve_ext_relational.la \
 
279
        ./plugins/regex/libsieve_ext_regex.la \
 
280
        ./plugins/copy/libsieve_ext_copy.la \
 
281
        ./plugins/imap4flags/libsieve_ext_imap4flags.la \
 
282
        ./plugins/include/libsieve_ext_include.la \
 
283
        ./plugins/body/libsieve_ext_body.la \
 
284
        ./plugins/variables/libsieve_ext_variables.la \
 
285
        ./plugins/enotify/libsieve_ext_enotify.la \
 
286
        ./plugins/notify/libsieve_ext_notify.la \
 
287
        ./plugins/environment/libsieve_ext_environment.la \
 
288
        ./plugins/mailbox/libsieve_ext_mailbox.la \
 
289
        ./plugins/date/libsieve_ext_date.la \
 
290
        $(unfinished_plugins)
 
291
 
 
292
libsieve_la_DEPENDENCIES = $(plugins)
 
293
libsieve_la_LIBADD = $(plugins)
 
294
libsieve_la_SOURCES = \
 
295
        rfc2822.c \
 
296
        sieve-limits.c \
 
297
        sieve-message.c \
 
298
        sieve-lexer.c \
 
299
        sieve-script.c \
 
300
        sieve-ast.c \
 
301
        sieve-binary.c \
 
302
        sieve-parser.c \
 
303
        sieve-address.c \
 
304
        sieve-validator.c \
 
305
        sieve-generator.c \
 
306
        sieve-interpreter.c \
 
307
        sieve-code-dumper.c \
 
308
        sieve-binary-dumper.c \
 
309
        sieve-result.c \
 
310
        sieve-error.c \
 
311
        sieve-objects.c \
 
312
        sieve-comparators.c \
 
313
        sieve-match-types.c \
 
314
        sieve-address-parts.c \
 
315
        sieve-match.c \
 
316
        sieve-commands.c \
 
317
        sieve-code.c \
 
318
        sieve-actions.c \
 
319
        sieve-extensions.c \
 
320
        $(comparators) \
 
321
        $(match_types) \
 
322
        $(tests) \
 
323
        $(commands) \
 
324
        $(extensions) \
 
325
        sieve.c 
 
326
 
 
327
noinst_HEADERS = \
 
328
        rfc2822.h \
 
329
        sieve-config.h \
 
330
        sieve-types.h \
 
331
        sieve-common.h \
 
332
        sieve-limits.h \
 
333
        sieve-message.h \
 
334
        sieve-lexer.h \
 
335
        sieve-script.h \
 
336
        sieve-script-private.h \
 
337
        sieve-ast.h \
 
338
        sieve-binary.h \
 
339
        sieve-parser.h \
 
340
        sieve-address.h \
 
341
        sieve-validator.h \
 
342
        sieve-generator.h \
 
343
        sieve-interpreter.h \
 
344
        sieve-code-dumper.h \
 
345
        sieve-binary-dumper.h \
 
346
        sieve-dump.h \
 
347
        sieve-result.h \
 
348
        sieve-error.h \
 
349
        sieve-error-private.h \
 
350
        sieve-objects.h \
 
351
        sieve-match.h \
 
352
        sieve-comparators.h \
 
353
        sieve-match-types.h \
 
354
        sieve-address-parts.h \
 
355
        sieve-commands.h \
 
356
        sieve-code.h \
 
357
        sieve-actions.h \
 
358
        sieve-extensions.h \
 
359
        sieve.h
 
360
 
 
361
all: all-recursive
 
362
 
 
363
.SUFFIXES:
 
364
.SUFFIXES: .c .lo .o .obj
 
365
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
366
        @for dep in $?; do \
 
367
          case '$(am__configure_deps)' in \
 
368
            *$$dep*) \
 
369
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
370
                && { if test -f $@; then exit 0; else break; fi; }; \
 
371
              exit 1;; \
 
372
          esac; \
 
373
        done; \
 
374
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib-sieve/Makefile'; \
 
375
        cd $(top_srcdir) && \
 
376
          $(AUTOMAKE) --foreign  src/lib-sieve/Makefile
 
377
.PRECIOUS: Makefile
 
378
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
379
        @case '$?' in \
 
380
          *config.status*) \
 
381
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
382
          *) \
 
383
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
384
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
385
        esac;
 
386
 
 
387
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
388
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
389
 
 
390
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
391
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
392
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
393
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
394
 
 
395
clean-noinstLTLIBRARIES:
 
396
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
397
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
398
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
399
          test "$$dir" != "$$p" || dir=.; \
 
400
          echo "rm -f \"$${dir}/so_locations\""; \
 
401
          rm -f "$${dir}/so_locations"; \
 
402
        done
 
403
libsieve.la: $(libsieve_la_OBJECTS) $(libsieve_la_DEPENDENCIES) 
 
404
        $(LINK)  $(libsieve_la_OBJECTS) $(libsieve_la_LIBADD) $(LIBS)
 
405
 
 
406
mostlyclean-compile:
 
407
        -rm -f *.$(OBJEXT)
 
408
 
 
409
distclean-compile:
 
410
        -rm -f *.tab.c
 
411
 
 
412
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-discard.Plo@am__quote@
 
413
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-if.Plo@am__quote@
 
414
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-keep.Plo@am__quote@
 
415
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-redirect.Plo@am__quote@
 
416
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-require.Plo@am__quote@
 
417
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd-stop.Plo@am__quote@
 
418
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmp-i-ascii-casemap.Plo@am__quote@
 
419
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmp-i-octet.Plo@am__quote@
 
420
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ext-encoded-character.Plo@am__quote@
 
421
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ext-envelope.Plo@am__quote@
 
422
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ext-fileinto.Plo@am__quote@
 
423
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ext-reject.Plo@am__quote@
 
424
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcht-contains.Plo@am__quote@
 
425
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcht-is.Plo@am__quote@
 
426
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcht-matches.Plo@am__quote@
 
427
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc2822.Plo@am__quote@
 
428
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-actions.Plo@am__quote@
 
429
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-address-parts.Plo@am__quote@
 
430
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-address.Plo@am__quote@
 
431
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-ast.Plo@am__quote@
 
432
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-binary-dumper.Plo@am__quote@
 
433
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-binary.Plo@am__quote@
 
434
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-code-dumper.Plo@am__quote@
 
435
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-code.Plo@am__quote@
 
436
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-commands.Plo@am__quote@
 
437
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-comparators.Plo@am__quote@
 
438
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-error.Plo@am__quote@
 
439
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-extensions.Plo@am__quote@
 
440
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-generator.Plo@am__quote@
 
441
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-interpreter.Plo@am__quote@
 
442
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-lexer.Plo@am__quote@
 
443
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-limits.Plo@am__quote@
 
444
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-match-types.Plo@am__quote@
 
445
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-match.Plo@am__quote@
 
446
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-message.Plo@am__quote@
 
447
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-objects.Plo@am__quote@
 
448
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-parser.Plo@am__quote@
 
449
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-result.Plo@am__quote@
 
450
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-script.Plo@am__quote@
 
451
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-validator.Plo@am__quote@
 
452
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve.Plo@am__quote@
 
453
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tst-address.Plo@am__quote@
 
454
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tst-allof.Plo@am__quote@
 
455
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tst-anyof.Plo@am__quote@
 
456
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tst-exists.Plo@am__quote@
 
457
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tst-header.Plo@am__quote@
 
458
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tst-not.Plo@am__quote@
 
459
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tst-size.Plo@am__quote@
 
460
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tst-truefalse.Plo@am__quote@
 
461
 
 
462
.c.o:
 
463
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
464
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
465
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
467
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
468
 
 
469
.c.obj:
 
470
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
471
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
472
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
473
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
474
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
475
 
 
476
.c.lo:
 
477
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
478
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
479
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
480
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
481
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
482
 
 
483
mostlyclean-libtool:
 
484
        -rm -f *.lo
 
485
 
 
486
clean-libtool:
 
487
        -rm -rf .libs _libs
 
488
 
 
489
# This directory's subdirectories are mostly independent; you can cd
 
490
# into them and run `make' without going through this Makefile.
 
491
# To change the values of `make' variables: instead of editing Makefiles,
 
492
# (1) if the variable is set in `config.status', edit `config.status'
 
493
#     (which will cause the Makefiles to be regenerated when you run `make');
 
494
# (2) otherwise, pass the desired values on the `make' command line.
 
495
$(RECURSIVE_TARGETS):
 
496
        @failcom='exit 1'; \
 
497
        for f in x $$MAKEFLAGS; do \
 
498
          case $$f in \
 
499
            *=* | --[!k]*);; \
 
500
            *k*) failcom='fail=yes';; \
 
501
          esac; \
 
502
        done; \
 
503
        dot_seen=no; \
 
504
        target=`echo $@ | sed s/-recursive//`; \
 
505
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
506
          echo "Making $$target in $$subdir"; \
 
507
          if test "$$subdir" = "."; then \
 
508
            dot_seen=yes; \
 
509
            local_target="$$target-am"; \
 
510
          else \
 
511
            local_target="$$target"; \
 
512
          fi; \
 
513
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
514
          || eval $$failcom; \
 
515
        done; \
 
516
        if test "$$dot_seen" = "no"; then \
 
517
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
518
        fi; test -z "$$fail"
 
519
 
 
520
$(RECURSIVE_CLEAN_TARGETS):
 
521
        @failcom='exit 1'; \
 
522
        for f in x $$MAKEFLAGS; do \
 
523
          case $$f in \
 
524
            *=* | --[!k]*);; \
 
525
            *k*) failcom='fail=yes';; \
 
526
          esac; \
 
527
        done; \
 
528
        dot_seen=no; \
 
529
        case "$@" in \
 
530
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
531
          *) list='$(SUBDIRS)' ;; \
 
532
        esac; \
 
533
        rev=''; for subdir in $$list; do \
 
534
          if test "$$subdir" = "."; then :; else \
 
535
            rev="$$subdir $$rev"; \
 
536
          fi; \
 
537
        done; \
 
538
        rev="$$rev ."; \
 
539
        target=`echo $@ | sed s/-recursive//`; \
 
540
        for subdir in $$rev; do \
 
541
          echo "Making $$target in $$subdir"; \
 
542
          if test "$$subdir" = "."; then \
 
543
            local_target="$$target-am"; \
 
544
          else \
 
545
            local_target="$$target"; \
 
546
          fi; \
 
547
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
548
          || eval $$failcom; \
 
549
        done && test -z "$$fail"
 
550
tags-recursive:
 
551
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
552
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
553
        done
 
554
ctags-recursive:
 
555
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
556
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
557
        done
 
558
 
 
559
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
560
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
561
        unique=`for i in $$list; do \
 
562
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
563
          done | \
 
564
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
565
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
566
        mkid -fID $$unique
 
567
tags: TAGS
 
568
 
 
569
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
570
                $(TAGS_FILES) $(LISP)
 
571
        tags=; \
 
572
        here=`pwd`; \
 
573
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
574
          include_option=--etags-include; \
 
575
          empty_fix=.; \
 
576
        else \
 
577
          include_option=--include; \
 
578
          empty_fix=; \
 
579
        fi; \
 
580
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
581
          if test "$$subdir" = .; then :; else \
 
582
            test ! -f $$subdir/TAGS || \
 
583
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
584
          fi; \
 
585
        done; \
 
586
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
587
        unique=`for i in $$list; do \
 
588
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
589
          done | \
 
590
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
591
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
592
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
593
          test -n "$$unique" || unique=$$empty_fix; \
 
594
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
595
            $$tags $$unique; \
 
596
        fi
 
597
ctags: CTAGS
 
598
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
599
                $(TAGS_FILES) $(LISP)
 
600
        tags=; \
 
601
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
602
        unique=`for i in $$list; do \
 
603
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
604
          done | \
 
605
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
606
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
607
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
608
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
609
             $$tags $$unique
 
610
 
 
611
GTAGS:
 
612
        here=`$(am__cd) $(top_builddir) && pwd` \
 
613
          && cd $(top_srcdir) \
 
614
          && gtags -i $(GTAGS_ARGS) $$here
 
615
 
 
616
distclean-tags:
 
617
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
618
 
 
619
distdir: $(DISTFILES)
 
620
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
621
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
622
        list='$(DISTFILES)'; \
 
623
          dist_files=`for file in $$list; do echo $$file; done | \
 
624
          sed -e "s|^$$srcdirstrip/||;t" \
 
625
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
626
        case $$dist_files in \
 
627
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
628
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
629
                           sort -u` ;; \
 
630
        esac; \
 
631
        for file in $$dist_files; do \
 
632
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
633
          if test -d $$d/$$file; then \
 
634
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
635
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
636
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
637
            fi; \
 
638
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
639
          else \
 
640
            test -f $(distdir)/$$file \
 
641
            || cp -p $$d/$$file $(distdir)/$$file \
 
642
            || exit 1; \
 
643
          fi; \
 
644
        done
 
645
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
646
          if test "$$subdir" = .; then :; else \
 
647
            test -d "$(distdir)/$$subdir" \
 
648
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
649
            || exit 1; \
 
650
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
651
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
652
            (cd $$subdir && \
 
653
              $(MAKE) $(AM_MAKEFLAGS) \
 
654
                top_distdir="$$top_distdir" \
 
655
                distdir="$$distdir/$$subdir" \
 
656
                am__remove_distdir=: \
 
657
                am__skip_length_check=: \
 
658
                distdir) \
 
659
              || exit 1; \
 
660
          fi; \
 
661
        done
 
662
check-am: all-am
 
663
check: check-recursive
 
664
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
665
installdirs: installdirs-recursive
 
666
installdirs-am:
 
667
install: install-recursive
 
668
install-exec: install-exec-recursive
 
669
install-data: install-data-recursive
 
670
uninstall: uninstall-recursive
 
671
 
 
672
install-am: all-am
 
673
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
674
 
 
675
installcheck: installcheck-recursive
 
676
install-strip:
 
677
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
678
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
679
          `test -z '$(STRIP)' || \
 
680
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
681
mostlyclean-generic:
 
682
 
 
683
clean-generic:
 
684
 
 
685
distclean-generic:
 
686
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
687
 
 
688
maintainer-clean-generic:
 
689
        @echo "This command is intended for maintainers to use"
 
690
        @echo "it deletes files that may require special tools to rebuild."
 
691
clean: clean-recursive
 
692
 
 
693
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
694
        mostlyclean-am
 
695
 
 
696
distclean: distclean-recursive
 
697
        -rm -rf ./$(DEPDIR)
 
698
        -rm -f Makefile
 
699
distclean-am: clean-am distclean-compile distclean-generic \
 
700
        distclean-tags
 
701
 
 
702
dvi: dvi-recursive
 
703
 
 
704
dvi-am:
 
705
 
 
706
html: html-recursive
 
707
 
 
708
info: info-recursive
 
709
 
 
710
info-am:
 
711
 
 
712
install-data-am:
 
713
 
 
714
install-dvi: install-dvi-recursive
 
715
 
 
716
install-exec-am:
 
717
 
 
718
install-html: install-html-recursive
 
719
 
 
720
install-info: install-info-recursive
 
721
 
 
722
install-man:
 
723
 
 
724
install-pdf: install-pdf-recursive
 
725
 
 
726
install-ps: install-ps-recursive
 
727
 
 
728
installcheck-am:
 
729
 
 
730
maintainer-clean: maintainer-clean-recursive
 
731
        -rm -rf ./$(DEPDIR)
 
732
        -rm -f Makefile
 
733
maintainer-clean-am: distclean-am maintainer-clean-generic
 
734
 
 
735
mostlyclean: mostlyclean-recursive
 
736
 
 
737
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
738
        mostlyclean-libtool
 
739
 
 
740
pdf: pdf-recursive
 
741
 
 
742
pdf-am:
 
743
 
 
744
ps: ps-recursive
 
745
 
 
746
ps-am:
 
747
 
 
748
uninstall-am:
 
749
 
 
750
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
751
        install-strip
 
752
 
 
753
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
754
        all all-am check check-am clean clean-generic clean-libtool \
 
755
        clean-noinstLTLIBRARIES ctags ctags-recursive distclean \
 
756
        distclean-compile distclean-generic distclean-libtool \
 
757
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
758
        install install-am install-data install-data-am install-dvi \
 
759
        install-dvi-am install-exec install-exec-am install-html \
 
760
        install-html-am install-info install-info-am install-man \
 
761
        install-pdf install-pdf-am install-ps install-ps-am \
 
762
        install-strip installcheck installcheck-am installdirs \
 
763
        installdirs-am maintainer-clean maintainer-clean-generic \
 
764
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
765
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
766
        uninstall uninstall-am
 
767
 
 
768
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
769
# Otherwise a system limit (for SysV at least) may be exceeded.
 
770
.NOEXPORT: