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

« back to all changes in this revision

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