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

« back to all changes in this revision

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