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

« back to all changes in this revision

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