~ubuntu-branches/ubuntu/raring/dovecot/raring

« back to all changes in this revision

Viewing changes to pigeonhole/src/lib-sieve/plugins/subaddress/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Marco Nenciarini
  • Date: 2011-09-19 19:26:48 UTC
  • mfrom: (1.14.4 upstream)
  • mto: (4.8.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: package-import@ubuntu.com-20110919192648-ri3sovtiz334yori
Tags: 1:2.0.15-1
* [a22575a] New upstream version 2.0.15: (Closes: #642045)
    + doveadm altmove: Added -r parameter to move mails back to primary
      storage.
    - v2.0.14: Index reading could have eaten a lot of memory in some
      situations
    - doveadm index no longer affects future caching decisions
    - mbox: Fixed crash during mail delivery when mailbox didn't yet have
      GUID assigned to it.
    - zlib+mbox: Fetching last message from compressed mailboxes crashed.
    - lib-sql: Fixed load balancing and error
* [8ce5abc] Update pigeonhole to release 0.2.4
* [87658d2] Add dovecot-solr to dovecot-core's Suggests line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
17
17
 
18
18
VPATH = @srcdir@
19
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
20
21
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
23
install_sh_DATA = $(install_sh) -c -m 644
25
24
install_sh_PROGRAM = $(install_sh) -c
47
46
CONFIG_HEADER = $(top_builddir)/dummy-config.h \
48
47
        $(top_builddir)/pigeonhole-config.h
49
48
CONFIG_CLEAN_FILES =
50
 
CONFIG_CLEAN_VPATH_FILES =
51
49
LTLIBRARIES = $(noinst_LTLIBRARIES)
52
50
libsieve_ext_subaddress_la_LIBADD =
53
51
am_libsieve_ext_subaddress_la_OBJECTS = ext-subaddress.lo
56
54
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
57
55
depcomp = $(SHELL) $(top_srcdir)/depcomp
58
56
am__depfiles_maybe = depfiles
59
 
am__mv = mv -f
60
57
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
61
58
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
62
59
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
231
228
              exit 1;; \
232
229
          esac; \
233
230
        done; \
234
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib-sieve/plugins/subaddress/Makefile'; \
235
 
        $(am__cd) $(top_srcdir) && \
236
 
          $(AUTOMAKE) --foreign src/lib-sieve/plugins/subaddress/Makefile
 
231
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib-sieve/plugins/subaddress/Makefile'; \
 
232
        cd $(top_srcdir) && \
 
233
          $(AUTOMAKE) --foreign  src/lib-sieve/plugins/subaddress/Makefile
237
234
.PRECIOUS: Makefile
238
235
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239
236
        @case '$?' in \
251
248
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
249
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
253
250
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254
 
$(am__aclocal_m4_deps):
255
251
 
256
252
clean-noinstLTLIBRARIES:
257
253
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
274
270
 
275
271
.c.o:
276
272
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
277
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
273
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
278
274
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
279
275
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
280
276
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
281
277
 
282
278
.c.obj:
283
279
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
284
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
280
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
285
281
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
286
282
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287
283
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
288
284
 
289
285
.c.lo:
290
286
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
291
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
287
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
292
288
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
293
289
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294
290
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
311
307
 
312
308
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
313
309
                $(TAGS_FILES) $(LISP)
314
 
        set x; \
 
310
        tags=; \
315
311
        here=`pwd`; \
316
312
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
317
313
        unique=`for i in $$list; do \
319
315
          done | \
320
316
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
321
317
              END { if (nonempty) { for (i in files) print i; }; }'`; \
322
 
        shift; \
323
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
318
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
324
319
          test -n "$$unique" || unique=$$empty_fix; \
325
 
          if test $$# -gt 0; then \
326
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
327
 
              "$$@" $$unique; \
328
 
          else \
329
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
330
 
              $$unique; \
331
 
          fi; \
 
320
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
321
            $$tags $$unique; \
332
322
        fi
333
323
ctags: CTAGS
334
324
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
335
325
                $(TAGS_FILES) $(LISP)
 
326
        tags=; \
336
327
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
337
328
        unique=`for i in $$list; do \
338
329
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339
330
          done | \
340
331
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
341
332
              END { if (nonempty) { for (i in files) print i; }; }'`; \
342
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
333
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
343
334
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
344
 
             $$unique
 
335
             $$tags $$unique
345
336
 
346
337
GTAGS:
347
338
        here=`$(am__cd) $(top_builddir) && pwd` \
348
 
          && $(am__cd) $(top_srcdir) \
349
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
339
          && cd $(top_srcdir) \
 
340
          && gtags -i $(GTAGS_ARGS) $$here
350
341
 
351
342
distclean-tags:
352
343
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
367
358
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
368
359
          if test -d $$d/$$file; then \
369
360
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
370
 
            if test -d "$(distdir)/$$file"; then \
371
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
372
 
            fi; \
373
361
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
374
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
375
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
362
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
376
363
            fi; \
377
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
364
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
378
365
          else \
379
 
            test -f "$(distdir)/$$file" \
380
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
366
            test -f $(distdir)/$$file \
 
367
            || cp -p $$d/$$file $(distdir)/$$file \
381
368
            || exit 1; \
382
369
          fi; \
383
370
        done
405
392
 
406
393
distclean-generic:
407
394
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
408
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
409
395
 
410
396
maintainer-clean-generic:
411
397
        @echo "This command is intended for maintainers to use"
496
482
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
497
483
        pdf pdf-am ps ps-am tags uninstall uninstall-am
498
484
 
499
 
 
500
485
# Tell versions [3.59,3.63) of GNU make to not export all variables.
501
486
# Otherwise a system limit (for SysV at least) may be exceeded.
502
487
.NOEXPORT: