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

« back to all changes in this revision

Viewing changes to sieve/src/lib-sieve/plugins/environment/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,
93
93
CFLAGS = @CFLAGS@
94
94
CPP = @CPP@
95
95
CPPFLAGS = @CPPFLAGS@
96
 
CXX = @CXX@
97
 
CXXCPP = @CXXCPP@
98
 
CXXDEPMODE = @CXXDEPMODE@
99
 
CXXFLAGS = @CXXFLAGS@
100
96
CYGPATH_W = @CYGPATH_W@
101
97
DEFS = @DEFS@
102
98
DEPDIR = @DEPDIR@
103
99
DSYMUTIL = @DSYMUTIL@
104
 
ECHO = @ECHO@
 
100
DUMPBIN = @DUMPBIN@
105
101
ECHO_C = @ECHO_C@
106
102
ECHO_N = @ECHO_N@
107
103
ECHO_T = @ECHO_T@
108
104
EGREP = @EGREP@
109
105
EXEEXT = @EXEEXT@
110
 
F77 = @F77@
111
 
FFLAGS = @FFLAGS@
 
106
FGREP = @FGREP@
112
107
GREP = @GREP@
113
108
INSTALL = @INSTALL@
114
109
INSTALL_DATA = @INSTALL_DATA@
115
110
INSTALL_PROGRAM = @INSTALL_PROGRAM@
116
111
INSTALL_SCRIPT = @INSTALL_SCRIPT@
117
112
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
113
LD = @LD@
118
114
LDFLAGS = @LDFLAGS@
119
115
LIBICONV = @LIBICONV@
120
116
LIBOBJS = @LIBOBJS@
121
117
LIBS = @LIBS@
122
118
LIBTOOL = @LIBTOOL@
 
119
LIPO = @LIPO@
123
120
LN_S = @LN_S@
124
121
LTLIBOBJS = @LTLIBOBJS@
125
122
MAINT = @MAINT@
126
123
MAKEINFO = @MAKEINFO@
127
124
MKDIR_P = @MKDIR_P@
128
125
MODULE_LIBS = @MODULE_LIBS@
 
126
NM = @NM@
129
127
NMEDIT = @NMEDIT@
 
128
OBJDUMP = @OBJDUMP@
130
129
OBJEXT = @OBJEXT@
 
130
OTOOL = @OTOOL@
 
131
OTOOL64 = @OTOOL64@
131
132
PACKAGE = @PACKAGE@
132
133
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
133
134
PACKAGE_NAME = @PACKAGE_NAME@
148
149
abs_top_builddir = @abs_top_builddir@
149
150
abs_top_srcdir = @abs_top_srcdir@
150
151
ac_ct_CC = @ac_ct_CC@
151
 
ac_ct_CXX = @ac_ct_CXX@
152
 
ac_ct_F77 = @ac_ct_F77@
 
152
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
153
153
am__include = @am__include@
154
154
am__leading_dot = @am__leading_dot@
155
155
am__quote = @am__quote@
183
183
libexecdir = @libexecdir@
184
184
localedir = @localedir@
185
185
localstatedir = @localstatedir@
 
186
lt_ECHO = @lt_ECHO@
186
187
mandir = @mandir@
187
188
mkdir_p = @mkdir_p@
188
189
moduledir = @moduledir@
193
194
psdir = @psdir@
194
195
sbindir = @sbindir@
195
196
sharedstatedir = @sharedstatedir@
 
197
sieve_docdir = @sieve_docdir@
196
198
srcdir = @srcdir@
197
199
sysconfdir = @sysconfdir@
198
200
target_alias = @target_alias@
 
201
top_build_prefix = @top_build_prefix@
199
202
top_builddir = @top_builddir@
200
203
top_srcdir = @top_srcdir@
201
204
noinst_LTLIBRARIES = libsieve_ext_environment.la
204
207
        -I$(dovecot_incdir) \
205
208
        -I$(dovecot_incdir)/src/lib \
206
209
        -I$(dovecot_incdir)/src/lib-mail \
207
 
        -I$(dovecot_incdir)/src/lib-storage
 
210
        -I$(dovecot_incdir)/src/lib-storage 
208
211
 
209
212
tests = \
210
213
        tst-environment.c
232
235
        @for dep in $?; do \
233
236
          case '$(am__configure_deps)' in \
234
237
            *$$dep*) \
235
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
236
 
                && exit 0; \
 
238
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
239
                && { if test -f $@; then exit 0; else break; fi; }; \
237
240
              exit 1;; \
238
241
          esac; \
239
242
        done; \
266
269
          echo "rm -f \"$${dir}/so_locations\""; \
267
270
          rm -f "$${dir}/so_locations"; \
268
271
        done
269
 
libsieve_ext_environment.la: $(libsieve_ext_environment_la_OBJECTS) $(libsieve_ext_environment_la_DEPENDENCIES)
 
272
libsieve_ext_environment.la: $(libsieve_ext_environment_la_OBJECTS) $(libsieve_ext_environment_la_DEPENDENCIES) 
270
273
        $(LINK)  $(libsieve_ext_environment_la_OBJECTS) $(libsieve_ext_environment_la_LIBADD) $(LIBS)
271
274
 
272
275
mostlyclean-compile:
328
331
        unique=`for i in $$list; do \
329
332
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
330
333
          done | \
331
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
334
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
332
335
              END { if (nonempty) { for (i in files) print i; }; }'`; \
333
336
        mkid -fID $$unique
334
337
tags: TAGS