~ubuntu-branches/ubuntu/quantal/dovecot/quantal

« back to all changes in this revision

Viewing changes to sieve/src/plugins/lda-sieve/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short, Scott Kitterman
  • Date: 2010-06-22 10:33:51 UTC
  • mfrom: (1.13.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100622103351-ifbmnklp8kxrhb30
Tags: 1:1.2.12-0ubuntu1
* New upstream release:
  - deliver: Don't crash when a message with Auto-submitted: header gets
   rejected.
  - lib-storage: Fixed header searches to work correctly when there are
    multiple headers with same name.
  - dict client: Disconnect from dict server after 1 second of idling.
  - dict: If process crashed, it wasn't automatically restarted
  - dict file: If dict file's group permissions equal world permissions,
    don't try to change its gid.
  - maildir: Fixed a memory leak when copying with hardlinks.
  - maildir: Expunging last messages may have assert-crashed if their
    filenames had just changed.
 * Update sieve patch to 0.1.17
 * debian/dovecot-common.postinst: Add warning about expired certificate.
   (Debian Bug: #576455)
 * Silence lintian warnings.

 [Scott Kitterman]
 * Rename dovecot-postfix to mail-stack-delivery per server-maverick-mail-
   integration spec.
   - Update debian/rules
   - Convert existing package to a dummy package and add new binary in debian/control
   - Update maintainer scripts.
   - Move previously installed backups and config files to new package name
     space in preinst
   - Add new debian/mail-stack-delivery.prerm to handle downgrades
   - Rename debian/dovecot-postfix.* to debian/mail-stack-delivery.*

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
90
90
CFLAGS = @CFLAGS@
91
91
CPP = @CPP@
92
92
CPPFLAGS = @CPPFLAGS@
93
 
CXX = @CXX@
94
 
CXXCPP = @CXXCPP@
95
 
CXXDEPMODE = @CXXDEPMODE@
96
 
CXXFLAGS = @CXXFLAGS@
97
93
CYGPATH_W = @CYGPATH_W@
98
94
DEFS = @DEFS@
99
95
DEPDIR = @DEPDIR@
100
96
DSYMUTIL = @DSYMUTIL@
101
 
ECHO = @ECHO@
 
97
DUMPBIN = @DUMPBIN@
102
98
ECHO_C = @ECHO_C@
103
99
ECHO_N = @ECHO_N@
104
100
ECHO_T = @ECHO_T@
105
101
EGREP = @EGREP@
106
102
EXEEXT = @EXEEXT@
107
 
F77 = @F77@
108
 
FFLAGS = @FFLAGS@
 
103
FGREP = @FGREP@
109
104
GREP = @GREP@
110
105
INSTALL = @INSTALL@
111
106
INSTALL_DATA = @INSTALL_DATA@
112
107
INSTALL_PROGRAM = @INSTALL_PROGRAM@
113
108
INSTALL_SCRIPT = @INSTALL_SCRIPT@
114
109
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
110
LD = @LD@
115
111
LDFLAGS = @LDFLAGS@
116
112
LIBICONV = @LIBICONV@
117
113
LIBOBJS = @LIBOBJS@
118
114
LIBS = @LIBS@
119
115
LIBTOOL = @LIBTOOL@
 
116
LIPO = @LIPO@
120
117
LN_S = @LN_S@
121
118
LTLIBOBJS = @LTLIBOBJS@
122
119
MAINT = @MAINT@
123
120
MAKEINFO = @MAKEINFO@
124
121
MKDIR_P = @MKDIR_P@
125
122
MODULE_LIBS = @MODULE_LIBS@
 
123
NM = @NM@
126
124
NMEDIT = @NMEDIT@
 
125
OBJDUMP = @OBJDUMP@
127
126
OBJEXT = @OBJEXT@
 
127
OTOOL = @OTOOL@
 
128
OTOOL64 = @OTOOL64@
128
129
PACKAGE = @PACKAGE@
129
130
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
130
131
PACKAGE_NAME = @PACKAGE_NAME@
145
146
abs_top_builddir = @abs_top_builddir@
146
147
abs_top_srcdir = @abs_top_srcdir@
147
148
ac_ct_CC = @ac_ct_CC@
148
 
ac_ct_CXX = @ac_ct_CXX@
149
 
ac_ct_F77 = @ac_ct_F77@
 
149
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
150
150
am__include = @am__include@
151
151
am__leading_dot = @am__leading_dot@
152
152
am__quote = @am__quote@
180
180
libexecdir = @libexecdir@
181
181
localedir = @localedir@
182
182
localstatedir = @localstatedir@
 
183
lt_ECHO = @lt_ECHO@
183
184
mandir = @mandir@
184
185
mkdir_p = @mkdir_p@
185
186
moduledir = @moduledir@
190
191
psdir = @psdir@
191
192
sbindir = @sbindir@
192
193
sharedstatedir = @sharedstatedir@
 
194
sieve_docdir = @sieve_docdir@
193
195
srcdir = @srcdir@
194
196
sysconfdir = @sysconfdir@
195
197
target_alias = @target_alias@
 
198
top_build_prefix = @top_build_prefix@
196
199
top_builddir = @top_builddir@
197
200
top_srcdir = @top_srcdir@
198
201
AM_CPPFLAGS = \
212
215
        $(top_srcdir)/src/lib-sieve/libsieve.la
213
216
 
214
217
lib90_sieve_plugin_la_SOURCES = \
215
 
        lda-sieve-plugin.c
 
218
        lda-sieve-plugin.c 
216
219
 
217
220
noinst_HEADERS = \
218
221
        lda-sieve-plugin.h
225
228
        @for dep in $?; do \
226
229
          case '$(am__configure_deps)' in \
227
230
            *$$dep*) \
228
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
229
 
                && exit 0; \
 
231
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
232
                && { if test -f $@; then exit 0; else break; fi; }; \
230
233
              exit 1;; \
231
234
          esac; \
232
235
        done; \
277
280
          echo "rm -f \"$${dir}/so_locations\""; \
278
281
          rm -f "$${dir}/so_locations"; \
279
282
        done
280
 
lib90_sieve_plugin.la: $(lib90_sieve_plugin_la_OBJECTS) $(lib90_sieve_plugin_la_DEPENDENCIES)
 
283
lib90_sieve_plugin.la: $(lib90_sieve_plugin_la_OBJECTS) $(lib90_sieve_plugin_la_DEPENDENCIES) 
281
284
        $(lib90_sieve_plugin_la_LINK) -rpath $(lda_moduledir) $(lib90_sieve_plugin_la_OBJECTS) $(lib90_sieve_plugin_la_LIBADD) $(LIBS)
282
285
 
283
286
mostlyclean-compile:
320
323
        unique=`for i in $$list; do \
321
324
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
322
325
          done | \
323
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
326
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
324
327
              END { if (nonempty) { for (i in files) print i; }; }'`; \
325
328
        mkid -fID $$unique
326
329
tags: TAGS