~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002110912

« back to all changes in this revision

Viewing changes to dovecot-sieve/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): CHuck Short, Chuck Short
  • Date: 2009-11-06 00:47:29 UTC
  • mfrom: (4.1.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091106004729-i39n7v9e7d4h51f6
Tags: 1:1.2.6-1ubuntu1
* 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 restrictions
    - 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 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
   + debian/patches/dovecot-postfix.conf.diff:
     + 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.
   + debian/rules:
     - Create emtpy stamp.h.in files in dovecot-sieve/ and dovecot-managesieve/
       if they're not there since empty files are not included in the diff.gz 
       file.
   + Add SMTP-AUTH support for Outlook (login auth mechanism)
   + Dropped:
     - debian/patches/security-CVE-2009-3235: Applied upstream.
     - debian/patches/fix-pop3-assertion.dpatch: Applied upstream.
     - dovecot-sieve and dovecot-managesieve: Use the debian patches instead.

  [Chuck Short]
  - Updated dovecot-sieve to 0.1.13.
  - Updated dovecot-managesieve to 0.11.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 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
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)/dsieve-config.h
45
 
CONFIG_CLEAN_FILES =
46
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47
 
am__vpath_adj = case $$p in \
48
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49
 
    *) f=$$p;; \
50
 
  esac;
51
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
52
 
am__installdirs = "$(DESTDIR)$(lda_moduledir)"
53
 
lda_moduleLTLIBRARIES_INSTALL = $(INSTALL)
54
 
LTLIBRARIES = $(lda_module_LTLIBRARIES)
55
 
lib90_cmusieve_plugin_la_DEPENDENCIES = libsieve/libsieve.la
56
 
am_lib90_cmusieve_plugin_la_OBJECTS = cmusieve-plugin.lo imparse.lo \
57
 
        map.lo sieve-cmu.lo
58
 
lib90_cmusieve_plugin_la_OBJECTS =  \
59
 
        $(am_lib90_cmusieve_plugin_la_OBJECTS)
60
 
lib90_cmusieve_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
61
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
62
 
        $(lib90_cmusieve_plugin_la_LDFLAGS) $(LDFLAGS) -o $@
63
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
64
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
65
 
am__depfiles_maybe = depfiles
66
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
69
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
70
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71
 
CCLD = $(CC)
72
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
74
 
        $(LDFLAGS) -o $@
75
 
SOURCES = $(lib90_cmusieve_plugin_la_SOURCES)
76
 
DIST_SOURCES = $(lib90_cmusieve_plugin_la_SOURCES)
77
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78
 
        html-recursive info-recursive install-data-recursive \
79
 
        install-dvi-recursive install-exec-recursive \
80
 
        install-html-recursive install-info-recursive \
81
 
        install-pdf-recursive install-ps-recursive install-recursive \
82
 
        installcheck-recursive installdirs-recursive pdf-recursive \
83
 
        ps-recursive uninstall-recursive
84
 
HEADERS = $(noinst_HEADERS)
85
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
86
 
  distclean-recursive maintainer-clean-recursive
87
 
ETAGS = etags
88
 
CTAGS = ctags
89
 
DIST_SUBDIRS = $(SUBDIRS)
90
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91
 
ACLOCAL = @ACLOCAL@
92
 
AMTAR = @AMTAR@
93
 
AR = @AR@
94
 
AUTOCONF = @AUTOCONF@
95
 
AUTOHEADER = @AUTOHEADER@
96
 
AUTOMAKE = @AUTOMAKE@
97
 
AWK = @AWK@
98
 
CC = @CC@
99
 
CCDEPMODE = @CCDEPMODE@
100
 
CFLAGS = @CFLAGS@
101
 
CPP = @CPP@
102
 
CPPFLAGS = @CPPFLAGS@
103
 
CXX = @CXX@
104
 
CXXCPP = @CXXCPP@
105
 
CXXDEPMODE = @CXXDEPMODE@
106
 
CXXFLAGS = @CXXFLAGS@
107
 
CYGPATH_W = @CYGPATH_W@
108
 
DEFS = @DEFS@
109
 
DEPDIR = @DEPDIR@
110
 
DSYMUTIL = @DSYMUTIL@
111
 
ECHO = @ECHO@
112
 
ECHO_C = @ECHO_C@
113
 
ECHO_N = @ECHO_N@
114
 
ECHO_T = @ECHO_T@
115
 
EGREP = @EGREP@
116
 
EXEEXT = @EXEEXT@
117
 
F77 = @F77@
118
 
FFLAGS = @FFLAGS@
119
 
GREP = @GREP@
120
 
INSTALL = @INSTALL@
121
 
INSTALL_DATA = @INSTALL_DATA@
122
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
123
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
124
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
125
 
LDFLAGS = @LDFLAGS@
126
 
LEX = @LEX@
127
 
LEXLIB = @LEXLIB@
128
 
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
129
 
LIBICONV = @LIBICONV@
130
 
LIBOBJS = @LIBOBJS@
131
 
LIBS = @LIBS@
132
 
LIBTOOL = @LIBTOOL@
133
 
LN_S = @LN_S@
134
 
LTLIBOBJS = @LTLIBOBJS@
135
 
MAINT = @MAINT@
136
 
MAKEINFO = @MAKEINFO@
137
 
MKDIR_P = @MKDIR_P@
138
 
MODULE_LIBS = @MODULE_LIBS@
139
 
NMEDIT = @NMEDIT@
140
 
OBJEXT = @OBJEXT@
141
 
PACKAGE = @PACKAGE@
142
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
143
 
PACKAGE_NAME = @PACKAGE_NAME@
144
 
PACKAGE_STRING = @PACKAGE_STRING@
145
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
146
 
PACKAGE_VERSION = @PACKAGE_VERSION@
147
 
PATH_SEPARATOR = @PATH_SEPARATOR@
148
 
RAND_LIBS = @RAND_LIBS@
149
 
RANLIB = @RANLIB@
150
 
SED = @SED@
151
 
SET_MAKE = @SET_MAKE@
152
 
SHELL = @SHELL@
153
 
STORAGE_LIBS = @STORAGE_LIBS@
154
 
STRIP = @STRIP@
155
 
VERSION = @VERSION@
156
 
YACC = @YACC@
157
 
YFLAGS = @YFLAGS@
158
 
abs_builddir = @abs_builddir@
159
 
abs_srcdir = @abs_srcdir@
160
 
abs_top_builddir = @abs_top_builddir@
161
 
abs_top_srcdir = @abs_top_srcdir@
162
 
ac_ct_CC = @ac_ct_CC@
163
 
ac_ct_CXX = @ac_ct_CXX@
164
 
ac_ct_F77 = @ac_ct_F77@
165
 
am__include = @am__include@
166
 
am__leading_dot = @am__leading_dot@
167
 
am__quote = @am__quote@
168
 
am__tar = @am__tar@
169
 
am__untar = @am__untar@
170
 
bindir = @bindir@
171
 
build = @build@
172
 
build_alias = @build_alias@
173
 
build_cpu = @build_cpu@
174
 
build_os = @build_os@
175
 
build_vendor = @build_vendor@
176
 
builddir = @builddir@
177
 
datadir = @datadir@
178
 
datarootdir = @datarootdir@
179
 
docdir = @docdir@
180
 
dovecot_incdir = @dovecot_incdir@
181
 
dovecotdir = @dovecotdir@
182
 
dvidir = @dvidir@
183
 
exec_prefix = @exec_prefix@
184
 
host = @host@
185
 
host_alias = @host_alias@
186
 
host_cpu = @host_cpu@
187
 
host_os = @host_os@
188
 
host_vendor = @host_vendor@
189
 
htmldir = @htmldir@
190
 
includedir = @includedir@
191
 
infodir = @infodir@
192
 
install_sh = @install_sh@
193
 
libdir = @libdir@
194
 
libexecdir = @libexecdir@
195
 
localedir = @localedir@
196
 
localstatedir = @localstatedir@
197
 
mandir = @mandir@
198
 
mkdir_p = @mkdir_p@
199
 
moduledir = @moduledir@
200
 
oldincludedir = @oldincludedir@
201
 
pdfdir = @pdfdir@
202
 
prefix = @prefix@
203
 
program_transform_name = @program_transform_name@
204
 
psdir = @psdir@
205
 
sbindir = @sbindir@
206
 
sharedstatedir = @sharedstatedir@
207
 
srcdir = @srcdir@
208
 
sysconfdir = @sysconfdir@
209
 
target_alias = @target_alias@
210
 
top_builddir = @top_builddir@
211
 
top_srcdir = @top_srcdir@
212
 
SUBDIRS = libsieve
213
 
AM_CPPFLAGS = \
214
 
        -I$(dovecot_incdir) \
215
 
        -I$(dovecot_incdir)/src/lib \
216
 
        -I$(dovecot_incdir)/src/lib-dict \
217
 
        -I$(dovecot_incdir)/src/lib-mail \
218
 
        -I$(dovecot_incdir)/src/lib-storage \
219
 
        -I$(dovecot_incdir)/src/deliver
220
 
 
221
 
lda_moduledir = $(moduledir)/lda
222
 
lib90_cmusieve_plugin_la_LDFLAGS = -module -avoid-version
223
 
lda_module_LTLIBRARIES = \
224
 
        lib90_cmusieve_plugin.la
225
 
 
226
 
lib90_cmusieve_plugin_la_LIBADD = \
227
 
        libsieve/libsieve.la
228
 
 
229
 
lib90_cmusieve_plugin_la_SOURCES = \
230
 
        cmusieve-plugin.c \
231
 
        imparse.c \
232
 
        map.c \
233
 
        sieve-cmu.c
234
 
 
235
 
noinst_HEADERS = \
236
 
        cmusieve-plugin.h \
237
 
        imparse.h \
238
 
        libconfig.h \
239
 
        map.h \
240
 
        xmalloc.h
241
 
 
242
 
all: all-recursive
243
 
 
244
 
.SUFFIXES:
245
 
.SUFFIXES: .c .lo .o .obj
246
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
247
 
        @for dep in $?; do \
248
 
          case '$(am__configure_deps)' in \
249
 
            *$$dep*) \
250
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
251
 
                && exit 0; \
252
 
              exit 1;; \
253
 
          esac; \
254
 
        done; \
255
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
256
 
        cd $(top_srcdir) && \
257
 
          $(AUTOMAKE) --gnu  src/Makefile
258
 
.PRECIOUS: Makefile
259
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
260
 
        @case '$?' in \
261
 
          *config.status*) \
262
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
263
 
          *) \
264
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
265
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
266
 
        esac;
267
 
 
268
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
269
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270
 
 
271
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
272
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
274
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275
 
install-lda_moduleLTLIBRARIES: $(lda_module_LTLIBRARIES)
276
 
        @$(NORMAL_INSTALL)
277
 
        test -z "$(lda_moduledir)" || $(MKDIR_P) "$(DESTDIR)$(lda_moduledir)"
278
 
        @list='$(lda_module_LTLIBRARIES)'; for p in $$list; do \
279
 
          if test -f $$p; then \
280
 
            f=$(am__strip_dir) \
281
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(lda_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(lda_moduledir)/$$f'"; \
282
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(lda_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(lda_moduledir)/$$f"; \
283
 
          else :; fi; \
284
 
        done
285
 
 
286
 
uninstall-lda_moduleLTLIBRARIES:
287
 
        @$(NORMAL_UNINSTALL)
288
 
        @list='$(lda_module_LTLIBRARIES)'; for p in $$list; do \
289
 
          p=$(am__strip_dir) \
290
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(lda_moduledir)/$$p'"; \
291
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(lda_moduledir)/$$p"; \
292
 
        done
293
 
 
294
 
clean-lda_moduleLTLIBRARIES:
295
 
        -test -z "$(lda_module_LTLIBRARIES)" || rm -f $(lda_module_LTLIBRARIES)
296
 
        @list='$(lda_module_LTLIBRARIES)'; for p in $$list; do \
297
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
298
 
          test "$$dir" != "$$p" || dir=.; \
299
 
          echo "rm -f \"$${dir}/so_locations\""; \
300
 
          rm -f "$${dir}/so_locations"; \
301
 
        done
302
 
lib90_cmusieve_plugin.la: $(lib90_cmusieve_plugin_la_OBJECTS) $(lib90_cmusieve_plugin_la_DEPENDENCIES) 
303
 
        $(lib90_cmusieve_plugin_la_LINK) -rpath $(lda_moduledir) $(lib90_cmusieve_plugin_la_OBJECTS) $(lib90_cmusieve_plugin_la_LIBADD) $(LIBS)
304
 
 
305
 
mostlyclean-compile:
306
 
        -rm -f *.$(OBJEXT)
307
 
 
308
 
distclean-compile:
309
 
        -rm -f *.tab.c
310
 
 
311
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmusieve-plugin.Plo@am__quote@
312
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imparse.Plo@am__quote@
313
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map.Plo@am__quote@
314
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sieve-cmu.Plo@am__quote@
315
 
 
316
 
.c.o:
317
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
318
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
319
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
320
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
322
 
 
323
 
.c.obj:
324
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
325
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
326
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
327
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
328
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
329
 
 
330
 
.c.lo:
331
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
332
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
333
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
334
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
335
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
336
 
 
337
 
mostlyclean-libtool:
338
 
        -rm -f *.lo
339
 
 
340
 
clean-libtool:
341
 
        -rm -rf .libs _libs
342
 
 
343
 
# This directory's subdirectories are mostly independent; you can cd
344
 
# into them and run `make' without going through this Makefile.
345
 
# To change the values of `make' variables: instead of editing Makefiles,
346
 
# (1) if the variable is set in `config.status', edit `config.status'
347
 
#     (which will cause the Makefiles to be regenerated when you run `make');
348
 
# (2) otherwise, pass the desired values on the `make' command line.
349
 
$(RECURSIVE_TARGETS):
350
 
        @failcom='exit 1'; \
351
 
        for f in x $$MAKEFLAGS; do \
352
 
          case $$f in \
353
 
            *=* | --[!k]*);; \
354
 
            *k*) failcom='fail=yes';; \
355
 
          esac; \
356
 
        done; \
357
 
        dot_seen=no; \
358
 
        target=`echo $@ | sed s/-recursive//`; \
359
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
360
 
          echo "Making $$target in $$subdir"; \
361
 
          if test "$$subdir" = "."; then \
362
 
            dot_seen=yes; \
363
 
            local_target="$$target-am"; \
364
 
          else \
365
 
            local_target="$$target"; \
366
 
          fi; \
367
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
368
 
          || eval $$failcom; \
369
 
        done; \
370
 
        if test "$$dot_seen" = "no"; then \
371
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
372
 
        fi; test -z "$$fail"
373
 
 
374
 
$(RECURSIVE_CLEAN_TARGETS):
375
 
        @failcom='exit 1'; \
376
 
        for f in x $$MAKEFLAGS; do \
377
 
          case $$f in \
378
 
            *=* | --[!k]*);; \
379
 
            *k*) failcom='fail=yes';; \
380
 
          esac; \
381
 
        done; \
382
 
        dot_seen=no; \
383
 
        case "$@" in \
384
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
385
 
          *) list='$(SUBDIRS)' ;; \
386
 
        esac; \
387
 
        rev=''; for subdir in $$list; do \
388
 
          if test "$$subdir" = "."; then :; else \
389
 
            rev="$$subdir $$rev"; \
390
 
          fi; \
391
 
        done; \
392
 
        rev="$$rev ."; \
393
 
        target=`echo $@ | sed s/-recursive//`; \
394
 
        for subdir in $$rev; do \
395
 
          echo "Making $$target in $$subdir"; \
396
 
          if test "$$subdir" = "."; then \
397
 
            local_target="$$target-am"; \
398
 
          else \
399
 
            local_target="$$target"; \
400
 
          fi; \
401
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
402
 
          || eval $$failcom; \
403
 
        done && test -z "$$fail"
404
 
tags-recursive:
405
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
406
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
407
 
        done
408
 
ctags-recursive:
409
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
410
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
411
 
        done
412
 
 
413
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
414
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
415
 
        unique=`for i in $$list; do \
416
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
417
 
          done | \
418
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
419
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
420
 
        mkid -fID $$unique
421
 
tags: TAGS
422
 
 
423
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
424
 
                $(TAGS_FILES) $(LISP)
425
 
        tags=; \
426
 
        here=`pwd`; \
427
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
428
 
          include_option=--etags-include; \
429
 
          empty_fix=.; \
430
 
        else \
431
 
          include_option=--include; \
432
 
          empty_fix=; \
433
 
        fi; \
434
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
435
 
          if test "$$subdir" = .; then :; else \
436
 
            test ! -f $$subdir/TAGS || \
437
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
438
 
          fi; \
439
 
        done; \
440
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
441
 
        unique=`for i in $$list; do \
442
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443
 
          done | \
444
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
446
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
447
 
          test -n "$$unique" || unique=$$empty_fix; \
448
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
449
 
            $$tags $$unique; \
450
 
        fi
451
 
ctags: CTAGS
452
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
453
 
                $(TAGS_FILES) $(LISP)
454
 
        tags=; \
455
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
456
 
        unique=`for i in $$list; do \
457
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
458
 
          done | \
459
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
460
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
461
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
462
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
463
 
             $$tags $$unique
464
 
 
465
 
GTAGS:
466
 
        here=`$(am__cd) $(top_builddir) && pwd` \
467
 
          && cd $(top_srcdir) \
468
 
          && gtags -i $(GTAGS_ARGS) $$here
469
 
 
470
 
distclean-tags:
471
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
472
 
 
473
 
distdir: $(DISTFILES)
474
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
476
 
        list='$(DISTFILES)'; \
477
 
          dist_files=`for file in $$list; do echo $$file; done | \
478
 
          sed -e "s|^$$srcdirstrip/||;t" \
479
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
480
 
        case $$dist_files in \
481
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
482
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
483
 
                           sort -u` ;; \
484
 
        esac; \
485
 
        for file in $$dist_files; do \
486
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
487
 
          if test -d $$d/$$file; then \
488
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
489
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
490
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
491
 
            fi; \
492
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
493
 
          else \
494
 
            test -f $(distdir)/$$file \
495
 
            || cp -p $$d/$$file $(distdir)/$$file \
496
 
            || exit 1; \
497
 
          fi; \
498
 
        done
499
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
500
 
          if test "$$subdir" = .; then :; else \
501
 
            test -d "$(distdir)/$$subdir" \
502
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
503
 
            || exit 1; \
504
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
505
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
506
 
            (cd $$subdir && \
507
 
              $(MAKE) $(AM_MAKEFLAGS) \
508
 
                top_distdir="$$top_distdir" \
509
 
                distdir="$$distdir/$$subdir" \
510
 
                am__remove_distdir=: \
511
 
                am__skip_length_check=: \
512
 
                distdir) \
513
 
              || exit 1; \
514
 
          fi; \
515
 
        done
516
 
check-am: all-am
517
 
check: check-recursive
518
 
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
519
 
installdirs: installdirs-recursive
520
 
installdirs-am:
521
 
        for dir in "$(DESTDIR)$(lda_moduledir)"; do \
522
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
523
 
        done
524
 
install: install-recursive
525
 
install-exec: install-exec-recursive
526
 
install-data: install-data-recursive
527
 
uninstall: uninstall-recursive
528
 
 
529
 
install-am: all-am
530
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
531
 
 
532
 
installcheck: installcheck-recursive
533
 
install-strip:
534
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
535
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
536
 
          `test -z '$(STRIP)' || \
537
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
538
 
mostlyclean-generic:
539
 
 
540
 
clean-generic:
541
 
 
542
 
distclean-generic:
543
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
544
 
 
545
 
maintainer-clean-generic:
546
 
        @echo "This command is intended for maintainers to use"
547
 
        @echo "it deletes files that may require special tools to rebuild."
548
 
clean: clean-recursive
549
 
 
550
 
clean-am: clean-generic clean-lda_moduleLTLIBRARIES clean-libtool \
551
 
        mostlyclean-am
552
 
 
553
 
distclean: distclean-recursive
554
 
        -rm -rf ./$(DEPDIR)
555
 
        -rm -f Makefile
556
 
distclean-am: clean-am distclean-compile distclean-generic \
557
 
        distclean-tags
558
 
 
559
 
dvi: dvi-recursive
560
 
 
561
 
dvi-am:
562
 
 
563
 
html: html-recursive
564
 
 
565
 
info: info-recursive
566
 
 
567
 
info-am:
568
 
 
569
 
install-data-am: install-lda_moduleLTLIBRARIES
570
 
 
571
 
install-dvi: install-dvi-recursive
572
 
 
573
 
install-exec-am:
574
 
 
575
 
install-html: install-html-recursive
576
 
 
577
 
install-info: install-info-recursive
578
 
 
579
 
install-man:
580
 
 
581
 
install-pdf: install-pdf-recursive
582
 
 
583
 
install-ps: install-ps-recursive
584
 
 
585
 
installcheck-am:
586
 
 
587
 
maintainer-clean: maintainer-clean-recursive
588
 
        -rm -rf ./$(DEPDIR)
589
 
        -rm -f Makefile
590
 
maintainer-clean-am: distclean-am maintainer-clean-generic
591
 
 
592
 
mostlyclean: mostlyclean-recursive
593
 
 
594
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
595
 
        mostlyclean-libtool
596
 
 
597
 
pdf: pdf-recursive
598
 
 
599
 
pdf-am:
600
 
 
601
 
ps: ps-recursive
602
 
 
603
 
ps-am:
604
 
 
605
 
uninstall-am: uninstall-lda_moduleLTLIBRARIES
606
 
 
607
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
608
 
        install-strip
609
 
 
610
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
611
 
        all all-am check check-am clean clean-generic \
612
 
        clean-lda_moduleLTLIBRARIES clean-libtool ctags \
613
 
        ctags-recursive distclean distclean-compile distclean-generic \
614
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
615
 
        html-am info info-am install install-am install-data \
616
 
        install-data-am install-dvi install-dvi-am install-exec \
617
 
        install-exec-am install-html install-html-am install-info \
618
 
        install-info-am install-lda_moduleLTLIBRARIES install-man \
619
 
        install-pdf install-pdf-am install-ps install-ps-am \
620
 
        install-strip installcheck installcheck-am installdirs \
621
 
        installdirs-am maintainer-clean maintainer-clean-generic \
622
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
623
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
624
 
        uninstall uninstall-am uninstall-lda_moduleLTLIBRARIES
625
 
 
626
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
627
 
# Otherwise a system limit (for SysV at least) may be exceeded.
628
 
.NOEXPORT: