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

« back to all changes in this revision

Viewing changes to pigeonhole/doc/example-config/conf.d/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
SOURCES =
52
50
DIST_SOURCES =
53
51
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
55
53
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56
54
    *) f=$$p;; \
57
55
  esac;
58
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
59
 
am__install_max = 40
60
 
am__nobase_strip_setup = \
61
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
62
 
am__nobase_strip = \
63
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
64
 
am__nobase_list = $(am__nobase_strip_setup); \
65
 
  for p in $$list; do echo "$$p $$p"; done | \
66
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
67
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
68
 
    if (++n[$$2] == $(am__install_max)) \
69
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
70
 
    END { for (dir in files) print dir, files[dir] }'
71
 
am__base_list = \
72
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
73
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
56
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
74
57
am__installdirs = "$(DESTDIR)$(exampledir)"
 
58
exampleDATA_INSTALL = $(INSTALL_DATA)
75
59
DATA = $(example_DATA)
76
60
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77
61
ACLOCAL = @ACLOCAL@
234
218
              exit 1;; \
235
219
          esac; \
236
220
        done; \
237
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/example-config/conf.d/Makefile'; \
238
 
        $(am__cd) $(top_srcdir) && \
239
 
          $(AUTOMAKE) --foreign doc/example-config/conf.d/Makefile
 
221
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/example-config/conf.d/Makefile'; \
 
222
        cd $(top_srcdir) && \
 
223
          $(AUTOMAKE) --foreign  doc/example-config/conf.d/Makefile
240
224
.PRECIOUS: Makefile
241
225
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242
226
        @case '$?' in \
254
238
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255
239
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
256
240
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257
 
$(am__aclocal_m4_deps):
258
241
 
259
242
mostlyclean-libtool:
260
243
        -rm -f *.lo
264
247
install-exampleDATA: $(example_DATA)
265
248
        @$(NORMAL_INSTALL)
266
249
        test -z "$(exampledir)" || $(MKDIR_P) "$(DESTDIR)$(exampledir)"
267
 
        @list='$(example_DATA)'; test -n "$(exampledir)" || list=; \
268
 
        for p in $$list; do \
 
250
        @list='$(example_DATA)'; for p in $$list; do \
269
251
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
270
 
          echo "$$d$$p"; \
271
 
        done | $(am__base_list) | \
272
 
        while read files; do \
273
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(exampledir)'"; \
274
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(exampledir)" || exit $$?; \
 
252
          f=$(am__strip_dir) \
 
253
          echo " $(exampleDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(exampledir)/$$f'"; \
 
254
          $(exampleDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(exampledir)/$$f"; \
275
255
        done
276
256
 
277
257
uninstall-exampleDATA:
278
258
        @$(NORMAL_UNINSTALL)
279
 
        @list='$(example_DATA)'; test -n "$(exampledir)" || list=; \
280
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
281
 
        test -n "$$files" || exit 0; \
282
 
        echo " ( cd '$(DESTDIR)$(exampledir)' && rm -f" $$files ")"; \
283
 
        cd "$(DESTDIR)$(exampledir)" && rm -f $$files
 
259
        @list='$(example_DATA)'; for p in $$list; do \
 
260
          f=$(am__strip_dir) \
 
261
          echo " rm -f '$(DESTDIR)$(exampledir)/$$f'"; \
 
262
          rm -f "$(DESTDIR)$(exampledir)/$$f"; \
 
263
        done
284
264
tags: TAGS
285
265
TAGS:
286
266
 
304
284
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
305
285
          if test -d $$d/$$file; then \
306
286
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
307
 
            if test -d "$(distdir)/$$file"; then \
308
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
309
 
            fi; \
310
287
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
311
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
312
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
288
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
313
289
            fi; \
314
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
290
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
315
291
          else \
316
 
            test -f "$(distdir)/$$file" \
317
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
292
            test -f $(distdir)/$$file \
 
293
            || cp -p $$d/$$file $(distdir)/$$file \
318
294
            || exit 1; \
319
295
          fi; \
320
296
        done
345
321
 
346
322
distclean-generic:
347
323
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
348
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
349
324
 
350
325
maintainer-clean-generic:
351
326
        @echo "This command is intended for maintainers to use"
430
405
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
431
406
        uninstall uninstall-am uninstall-exampleDATA
432
407
 
433
 
 
434
408
# Tell versions [3.59,3.63) of GNU make to not export all variables.
435
409
# Otherwise a system limit (for SysV at least) may be exceeded.
436
410
.NOEXPORT: