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

« back to all changes in this revision

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