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

« back to all changes in this revision

Viewing changes to libsieve/src/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 = src
 
35
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
36
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
37
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
38
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
39
        $(ACLOCAL_M4)
 
40
mkinstalldirs = $(install_sh) -d
 
41
CONFIG_HEADER = $(top_builddir)/dummy-config.h \
 
42
        $(top_builddir)/dsieve-config.h
 
43
CONFIG_CLEAN_FILES =
 
44
SOURCES =
 
45
DIST_SOURCES =
 
46
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
47
        html-recursive info-recursive install-data-recursive \
 
48
        install-dvi-recursive install-exec-recursive \
 
49
        install-html-recursive install-info-recursive \
 
50
        install-pdf-recursive install-ps-recursive install-recursive \
 
51
        installcheck-recursive installdirs-recursive pdf-recursive \
 
52
        ps-recursive uninstall-recursive
 
53
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
54
  distclean-recursive maintainer-clean-recursive
 
55
ETAGS = etags
 
56
CTAGS = ctags
 
57
DIST_SUBDIRS = lib-sieve plugins lib-sieve-tool sieve-tools testsuite
 
58
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
59
ACLOCAL = @ACLOCAL@
 
60
AMTAR = @AMTAR@
 
61
AR = @AR@
 
62
AUTOCONF = @AUTOCONF@
 
63
AUTOHEADER = @AUTOHEADER@
 
64
AUTOMAKE = @AUTOMAKE@
 
65
AWK = @AWK@
 
66
CC = @CC@
 
67
CCDEPMODE = @CCDEPMODE@
 
68
CFLAGS = @CFLAGS@
 
69
CPP = @CPP@
 
70
CPPFLAGS = @CPPFLAGS@
 
71
CYGPATH_W = @CYGPATH_W@
 
72
DEFS = @DEFS@
 
73
DEPDIR = @DEPDIR@
 
74
DSYMUTIL = @DSYMUTIL@
 
75
DUMPBIN = @DUMPBIN@
 
76
ECHO_C = @ECHO_C@
 
77
ECHO_N = @ECHO_N@
 
78
ECHO_T = @ECHO_T@
 
79
EGREP = @EGREP@
 
80
EXEEXT = @EXEEXT@
 
81
FGREP = @FGREP@
 
82
GREP = @GREP@
 
83
INSTALL = @INSTALL@
 
84
INSTALL_DATA = @INSTALL_DATA@
 
85
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
86
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
87
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
88
LD = @LD@
 
89
LDFLAGS = @LDFLAGS@
 
90
LIBICONV = @LIBICONV@
 
91
LIBOBJS = @LIBOBJS@
 
92
LIBS = @LIBS@
 
93
LIBTOOL = @LIBTOOL@
 
94
LIPO = @LIPO@
 
95
LN_S = @LN_S@
 
96
LTLIBOBJS = @LTLIBOBJS@
 
97
MAINT = @MAINT@
 
98
MAKEINFO = @MAKEINFO@
 
99
MKDIR_P = @MKDIR_P@
 
100
MODULE_LIBS = @MODULE_LIBS@
 
101
NM = @NM@
 
102
NMEDIT = @NMEDIT@
 
103
OBJDUMP = @OBJDUMP@
 
104
OBJEXT = @OBJEXT@
 
105
OTOOL = @OTOOL@
 
106
OTOOL64 = @OTOOL64@
 
107
PACKAGE = @PACKAGE@
 
108
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
109
PACKAGE_NAME = @PACKAGE_NAME@
 
110
PACKAGE_STRING = @PACKAGE_STRING@
 
111
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
112
PACKAGE_VERSION = @PACKAGE_VERSION@
 
113
PATH_SEPARATOR = @PATH_SEPARATOR@
 
114
RAND_LIBS = @RAND_LIBS@
 
115
RANLIB = @RANLIB@
 
116
SED = @SED@
 
117
SET_MAKE = @SET_MAKE@
 
118
SHELL = @SHELL@
 
119
STORAGE_LIBS = @STORAGE_LIBS@
 
120
STRIP = @STRIP@
 
121
VERSION = @VERSION@
 
122
abs_builddir = @abs_builddir@
 
123
abs_srcdir = @abs_srcdir@
 
124
abs_top_builddir = @abs_top_builddir@
 
125
abs_top_srcdir = @abs_top_srcdir@
 
126
ac_ct_CC = @ac_ct_CC@
 
127
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
128
am__include = @am__include@
 
129
am__leading_dot = @am__leading_dot@
 
130
am__quote = @am__quote@
 
131
am__tar = @am__tar@
 
132
am__untar = @am__untar@
 
133
bindir = @bindir@
 
134
build = @build@
 
135
build_alias = @build_alias@
 
136
build_cpu = @build_cpu@
 
137
build_os = @build_os@
 
138
build_vendor = @build_vendor@
 
139
builddir = @builddir@
 
140
datadir = @datadir@
 
141
datarootdir = @datarootdir@
 
142
docdir = @docdir@
 
143
dovecot_incdir = @dovecot_incdir@
 
144
dovecotdir = @dovecotdir@
 
145
dvidir = @dvidir@
 
146
exec_prefix = @exec_prefix@
 
147
host = @host@
 
148
host_alias = @host_alias@
 
149
host_cpu = @host_cpu@
 
150
host_os = @host_os@
 
151
host_vendor = @host_vendor@
 
152
htmldir = @htmldir@
 
153
includedir = @includedir@
 
154
infodir = @infodir@
 
155
install_sh = @install_sh@
 
156
libdir = @libdir@
 
157
libexecdir = @libexecdir@
 
158
localedir = @localedir@
 
159
localstatedir = @localstatedir@
 
160
lt_ECHO = @lt_ECHO@
 
161
mandir = @mandir@
 
162
mkdir_p = @mkdir_p@
 
163
moduledir = @moduledir@
 
164
oldincludedir = @oldincludedir@
 
165
pdfdir = @pdfdir@
 
166
prefix = @prefix@
 
167
program_transform_name = @program_transform_name@
 
168
psdir = @psdir@
 
169
sbindir = @sbindir@
 
170
sharedstatedir = @sharedstatedir@
 
171
srcdir = @srcdir@
 
172
sysconfdir = @sysconfdir@
 
173
target_alias = @target_alias@
 
174
top_build_prefix = @top_build_prefix@
 
175
top_builddir = @top_builddir@
 
176
top_srcdir = @top_srcdir@
 
177
@HAVE_DOVECOT_LIBS_TRUE@LIB_DEPEND_DIRS = lib-sieve-tool sieve-tools testsuite
 
178
SUBDIRS = lib-sieve plugins $(LIB_DEPEND_DIRS)
 
179
all: all-recursive
 
180
 
 
181
.SUFFIXES:
 
182
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
183
        @for dep in $?; do \
 
184
          case '$(am__configure_deps)' in \
 
185
            *$$dep*) \
 
186
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
187
                && { if test -f $@; then exit 0; else break; fi; }; \
 
188
              exit 1;; \
 
189
          esac; \
 
190
        done; \
 
191
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
 
192
        cd $(top_srcdir) && \
 
193
          $(AUTOMAKE) --foreign  src/Makefile
 
194
.PRECIOUS: Makefile
 
195
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
196
        @case '$?' in \
 
197
          *config.status*) \
 
198
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
199
          *) \
 
200
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
201
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
202
        esac;
 
203
 
 
204
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
205
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
206
 
 
207
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
208
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
209
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
210
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
211
 
 
212
mostlyclean-libtool:
 
213
        -rm -f *.lo
 
214
 
 
215
clean-libtool:
 
216
        -rm -rf .libs _libs
 
217
 
 
218
# This directory's subdirectories are mostly independent; you can cd
 
219
# into them and run `make' without going through this Makefile.
 
220
# To change the values of `make' variables: instead of editing Makefiles,
 
221
# (1) if the variable is set in `config.status', edit `config.status'
 
222
#     (which will cause the Makefiles to be regenerated when you run `make');
 
223
# (2) otherwise, pass the desired values on the `make' command line.
 
224
$(RECURSIVE_TARGETS):
 
225
        @failcom='exit 1'; \
 
226
        for f in x $$MAKEFLAGS; do \
 
227
          case $$f in \
 
228
            *=* | --[!k]*);; \
 
229
            *k*) failcom='fail=yes';; \
 
230
          esac; \
 
231
        done; \
 
232
        dot_seen=no; \
 
233
        target=`echo $@ | sed s/-recursive//`; \
 
234
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
235
          echo "Making $$target in $$subdir"; \
 
236
          if test "$$subdir" = "."; then \
 
237
            dot_seen=yes; \
 
238
            local_target="$$target-am"; \
 
239
          else \
 
240
            local_target="$$target"; \
 
241
          fi; \
 
242
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
243
          || eval $$failcom; \
 
244
        done; \
 
245
        if test "$$dot_seen" = "no"; then \
 
246
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
247
        fi; test -z "$$fail"
 
248
 
 
249
$(RECURSIVE_CLEAN_TARGETS):
 
250
        @failcom='exit 1'; \
 
251
        for f in x $$MAKEFLAGS; do \
 
252
          case $$f in \
 
253
            *=* | --[!k]*);; \
 
254
            *k*) failcom='fail=yes';; \
 
255
          esac; \
 
256
        done; \
 
257
        dot_seen=no; \
 
258
        case "$@" in \
 
259
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
260
          *) list='$(SUBDIRS)' ;; \
 
261
        esac; \
 
262
        rev=''; for subdir in $$list; do \
 
263
          if test "$$subdir" = "."; then :; else \
 
264
            rev="$$subdir $$rev"; \
 
265
          fi; \
 
266
        done; \
 
267
        rev="$$rev ."; \
 
268
        target=`echo $@ | sed s/-recursive//`; \
 
269
        for subdir in $$rev; do \
 
270
          echo "Making $$target in $$subdir"; \
 
271
          if test "$$subdir" = "."; then \
 
272
            local_target="$$target-am"; \
 
273
          else \
 
274
            local_target="$$target"; \
 
275
          fi; \
 
276
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
277
          || eval $$failcom; \
 
278
        done && test -z "$$fail"
 
279
tags-recursive:
 
280
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
281
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
282
        done
 
283
ctags-recursive:
 
284
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
285
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
286
        done
 
287
 
 
288
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
289
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
290
        unique=`for i in $$list; do \
 
291
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
292
          done | \
 
293
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
294
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
295
        mkid -fID $$unique
 
296
tags: TAGS
 
297
 
 
298
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
299
                $(TAGS_FILES) $(LISP)
 
300
        tags=; \
 
301
        here=`pwd`; \
 
302
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
303
          include_option=--etags-include; \
 
304
          empty_fix=.; \
 
305
        else \
 
306
          include_option=--include; \
 
307
          empty_fix=; \
 
308
        fi; \
 
309
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
310
          if test "$$subdir" = .; then :; else \
 
311
            test ! -f $$subdir/TAGS || \
 
312
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
313
          fi; \
 
314
        done; \
 
315
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
316
        unique=`for i in $$list; do \
 
317
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
318
          done | \
 
319
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
320
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
321
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
322
          test -n "$$unique" || unique=$$empty_fix; \
 
323
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
324
            $$tags $$unique; \
 
325
        fi
 
326
ctags: CTAGS
 
327
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
328
                $(TAGS_FILES) $(LISP)
 
329
        tags=; \
 
330
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
331
        unique=`for i in $$list; do \
 
332
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
333
          done | \
 
334
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
335
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
336
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
337
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
338
             $$tags $$unique
 
339
 
 
340
GTAGS:
 
341
        here=`$(am__cd) $(top_builddir) && pwd` \
 
342
          && cd $(top_srcdir) \
 
343
          && gtags -i $(GTAGS_ARGS) $$here
 
344
 
 
345
distclean-tags:
 
346
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
347
 
 
348
distdir: $(DISTFILES)
 
349
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
350
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
351
        list='$(DISTFILES)'; \
 
352
          dist_files=`for file in $$list; do echo $$file; done | \
 
353
          sed -e "s|^$$srcdirstrip/||;t" \
 
354
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
355
        case $$dist_files in \
 
356
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
357
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
358
                           sort -u` ;; \
 
359
        esac; \
 
360
        for file in $$dist_files; do \
 
361
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
362
          if test -d $$d/$$file; then \
 
363
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
364
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
365
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
366
            fi; \
 
367
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
368
          else \
 
369
            test -f $(distdir)/$$file \
 
370
            || cp -p $$d/$$file $(distdir)/$$file \
 
371
            || exit 1; \
 
372
          fi; \
 
373
        done
 
374
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
375
          if test "$$subdir" = .; then :; else \
 
376
            test -d "$(distdir)/$$subdir" \
 
377
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
378
            || exit 1; \
 
379
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
380
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
381
            (cd $$subdir && \
 
382
              $(MAKE) $(AM_MAKEFLAGS) \
 
383
                top_distdir="$$top_distdir" \
 
384
                distdir="$$distdir/$$subdir" \
 
385
                am__remove_distdir=: \
 
386
                am__skip_length_check=: \
 
387
                distdir) \
 
388
              || exit 1; \
 
389
          fi; \
 
390
        done
 
391
check-am: all-am
 
392
check: check-recursive
 
393
all-am: Makefile
 
394
installdirs: installdirs-recursive
 
395
installdirs-am:
 
396
install: install-recursive
 
397
install-exec: install-exec-recursive
 
398
install-data: install-data-recursive
 
399
uninstall: uninstall-recursive
 
400
 
 
401
install-am: all-am
 
402
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
403
 
 
404
installcheck: installcheck-recursive
 
405
install-strip:
 
406
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
407
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
408
          `test -z '$(STRIP)' || \
 
409
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
410
mostlyclean-generic:
 
411
 
 
412
clean-generic:
 
413
 
 
414
distclean-generic:
 
415
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
416
 
 
417
maintainer-clean-generic:
 
418
        @echo "This command is intended for maintainers to use"
 
419
        @echo "it deletes files that may require special tools to rebuild."
 
420
clean: clean-recursive
 
421
 
 
422
clean-am: clean-generic clean-libtool mostlyclean-am
 
423
 
 
424
distclean: distclean-recursive
 
425
        -rm -f Makefile
 
426
distclean-am: clean-am distclean-generic distclean-tags
 
427
 
 
428
dvi: dvi-recursive
 
429
 
 
430
dvi-am:
 
431
 
 
432
html: html-recursive
 
433
 
 
434
info: info-recursive
 
435
 
 
436
info-am:
 
437
 
 
438
install-data-am:
 
439
 
 
440
install-dvi: install-dvi-recursive
 
441
 
 
442
install-exec-am:
 
443
 
 
444
install-html: install-html-recursive
 
445
 
 
446
install-info: install-info-recursive
 
447
 
 
448
install-man:
 
449
 
 
450
install-pdf: install-pdf-recursive
 
451
 
 
452
install-ps: install-ps-recursive
 
453
 
 
454
installcheck-am:
 
455
 
 
456
maintainer-clean: maintainer-clean-recursive
 
457
        -rm -f Makefile
 
458
maintainer-clean-am: distclean-am maintainer-clean-generic
 
459
 
 
460
mostlyclean: mostlyclean-recursive
 
461
 
 
462
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
463
 
 
464
pdf: pdf-recursive
 
465
 
 
466
pdf-am:
 
467
 
 
468
ps: ps-recursive
 
469
 
 
470
ps-am:
 
471
 
 
472
uninstall-am:
 
473
 
 
474
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
475
        install-strip
 
476
 
 
477
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
478
        all all-am check check-am clean clean-generic clean-libtool \
 
479
        ctags ctags-recursive distclean distclean-generic \
 
480
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
481
        html-am info info-am install install-am install-data \
 
482
        install-data-am install-dvi install-dvi-am install-exec \
 
483
        install-exec-am install-html install-html-am install-info \
 
484
        install-info-am install-man install-pdf install-pdf-am \
 
485
        install-ps install-ps-am install-strip installcheck \
 
486
        installcheck-am installdirs installdirs-am maintainer-clean \
 
487
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
488
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
489
        uninstall uninstall-am
 
490
 
 
491
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
492
# Otherwise a system limit (for SysV at least) may be exceeded.
 
493
.NOEXPORT: