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

« back to all changes in this revision

Viewing changes to pigeonhole/src/lib-managesieve/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,
18
18
 
19
19
VPATH = @srcdir@
20
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
21
22
pkgincludedir = $(includedir)/@PACKAGE@
22
 
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
24
install_sh_DATA = $(install_sh) -c -m 644
26
25
install_sh_PROGRAM = $(install_sh) -c
49
48
CONFIG_HEADER = $(top_builddir)/dummy-config.h \
50
49
        $(top_builddir)/pigeonhole-config.h
51
50
CONFIG_CLEAN_FILES =
52
 
CONFIG_CLEAN_VPATH_FILES =
53
51
LIBRARIES = $(noinst_LIBRARIES)
54
52
ARFLAGS = cru
55
53
libmanagesieve_a_AR = $(AR) $(ARFLAGS)
60
58
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
61
59
depcomp = $(SHELL) $(top_srcdir)/depcomp
62
60
am__depfiles_maybe = depfiles
63
 
am__mv = mv -f
64
61
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65
62
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
63
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
241
238
              exit 1;; \
242
239
          esac; \
243
240
        done; \
244
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib-managesieve/Makefile'; \
245
 
        $(am__cd) $(top_srcdir) && \
246
 
          $(AUTOMAKE) --foreign src/lib-managesieve/Makefile
 
241
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib-managesieve/Makefile'; \
 
242
        cd $(top_srcdir) && \
 
243
          $(AUTOMAKE) --foreign  src/lib-managesieve/Makefile
247
244
.PRECIOUS: Makefile
248
245
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
249
246
        @case '$?' in \
261
258
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262
259
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
263
260
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264
 
$(am__aclocal_m4_deps):
265
261
 
266
262
clean-noinstLIBRARIES:
267
263
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
281
277
 
282
278
.c.o:
283
279
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
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 $<
288
284
 
289
285
.c.obj:
290
286
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
291
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
287
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
292
288
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
293
289
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294
290
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
295
291
 
296
292
.c.lo:
297
293
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
298
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
294
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
299
295
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
300
296
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301
297
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
318
314
 
319
315
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
320
316
                $(TAGS_FILES) $(LISP)
321
 
        set x; \
 
317
        tags=; \
322
318
        here=`pwd`; \
323
319
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
324
320
        unique=`for i in $$list; do \
326
322
          done | \
327
323
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
328
324
              END { if (nonempty) { for (i in files) print i; }; }'`; \
329
 
        shift; \
330
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
325
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
331
326
          test -n "$$unique" || unique=$$empty_fix; \
332
 
          if test $$# -gt 0; then \
333
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
334
 
              "$$@" $$unique; \
335
 
          else \
336
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
337
 
              $$unique; \
338
 
          fi; \
 
327
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
328
            $$tags $$unique; \
339
329
        fi
340
330
ctags: CTAGS
341
331
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
342
332
                $(TAGS_FILES) $(LISP)
 
333
        tags=; \
343
334
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
344
335
        unique=`for i in $$list; do \
345
336
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346
337
          done | \
347
338
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
348
339
              END { if (nonempty) { for (i in files) print i; }; }'`; \
349
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
340
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
350
341
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
351
 
             $$unique
 
342
             $$tags $$unique
352
343
 
353
344
GTAGS:
354
345
        here=`$(am__cd) $(top_builddir) && pwd` \
355
 
          && $(am__cd) $(top_srcdir) \
356
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
346
          && cd $(top_srcdir) \
 
347
          && gtags -i $(GTAGS_ARGS) $$here
357
348
 
358
349
distclean-tags:
359
350
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
374
365
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
375
366
          if test -d $$d/$$file; then \
376
367
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
377
 
            if test -d "$(distdir)/$$file"; then \
378
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
379
 
            fi; \
380
368
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
381
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
382
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
369
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
383
370
            fi; \
384
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
371
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
385
372
          else \
386
 
            test -f "$(distdir)/$$file" \
387
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
373
            test -f $(distdir)/$$file \
 
374
            || cp -p $$d/$$file $(distdir)/$$file \
388
375
            || exit 1; \
389
376
          fi; \
390
377
        done
412
399
 
413
400
distclean-generic:
414
401
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
415
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
416
402
 
417
403
maintainer-clean-generic:
418
404
        @echo "This command is intended for maintainers to use"
503
489
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
504
490
        pdf pdf-am ps ps-am tags uninstall uninstall-am
505
491
 
506
 
 
507
492
# Tell versions [3.59,3.63) of GNU make to not export all variables.
508
493
# Otherwise a system limit (for SysV at least) may be exceeded.
509
494
.NOEXPORT: