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

« back to all changes in this revision

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