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

« back to all changes in this revision

Viewing changes to pigeonhole/doc/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
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
62
60
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
63
61
    *) f=$$p;; \
64
62
  esac;
65
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
66
 
am__install_max = 40
67
 
am__nobase_strip_setup = \
68
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
69
 
am__nobase_strip = \
70
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
71
 
am__nobase_list = $(am__nobase_strip_setup); \
72
 
  for p in $$list; do echo "$$p $$p"; done | \
73
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
74
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
75
 
    if (++n[$$2] == $(am__install_max)) \
76
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
77
 
    END { for (dir in files) print dir, files[dir] }'
78
 
am__base_list = \
79
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
80
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
63
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
81
64
am__installdirs = "$(DESTDIR)$(sieve_docdir)"
 
65
sieve_docDATA_INSTALL = $(INSTALL_DATA)
82
66
DATA = $(sieve_doc_DATA)
83
67
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
84
68
  distclean-recursive maintainer-clean-recursive
85
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
86
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
87
 
        distdir
88
69
ETAGS = etags
89
70
CTAGS = ctags
90
71
DIST_SUBDIRS = $(SUBDIRS)
91
72
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92
 
am__relativize = \
93
 
  dir0=`pwd`; \
94
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
95
 
  sed_rest='s,^[^/]*/*,,'; \
96
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
97
 
  sed_butlast='s,/*[^/]*$$,,'; \
98
 
  while test -n "$$dir1"; do \
99
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
100
 
    if test "$$first" != "."; then \
101
 
      if test "$$first" = ".."; then \
102
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
103
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
104
 
      else \
105
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
106
 
        if test "$$first2" = "$$first"; then \
107
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
108
 
        else \
109
 
          dir2="../$$dir2"; \
110
 
        fi; \
111
 
        dir0="$$dir0"/"$$first"; \
112
 
      fi; \
113
 
    fi; \
114
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
115
 
  done; \
116
 
  reldir="$$dir2"
117
73
ACLOCAL = @ACLOCAL@
118
74
AMTAR = @AMTAR@
119
75
AR = @AR@
276
232
              exit 1;; \
277
233
          esac; \
278
234
        done; \
279
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
280
 
        $(am__cd) $(top_srcdir) && \
281
 
          $(AUTOMAKE) --foreign doc/Makefile
 
235
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/Makefile'; \
 
236
        cd $(top_srcdir) && \
 
237
          $(AUTOMAKE) --foreign  doc/Makefile
282
238
.PRECIOUS: Makefile
283
239
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
284
240
        @case '$?' in \
296
252
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297
253
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
298
254
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299
 
$(am__aclocal_m4_deps):
300
255
 
301
256
mostlyclean-libtool:
302
257
        -rm -f *.lo
306
261
install-sieve_docDATA: $(sieve_doc_DATA)
307
262
        @$(NORMAL_INSTALL)
308
263
        test -z "$(sieve_docdir)" || $(MKDIR_P) "$(DESTDIR)$(sieve_docdir)"
309
 
        @list='$(sieve_doc_DATA)'; test -n "$(sieve_docdir)" || list=; \
310
 
        for p in $$list; do \
 
264
        @list='$(sieve_doc_DATA)'; for p in $$list; do \
311
265
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
312
 
          echo "$$d$$p"; \
313
 
        done | $(am__base_list) | \
314
 
        while read files; do \
315
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sieve_docdir)'"; \
316
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(sieve_docdir)" || exit $$?; \
 
266
          f=$(am__strip_dir) \
 
267
          echo " $(sieve_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sieve_docdir)/$$f'"; \
 
268
          $(sieve_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sieve_docdir)/$$f"; \
317
269
        done
318
270
 
319
271
uninstall-sieve_docDATA:
320
272
        @$(NORMAL_UNINSTALL)
321
 
        @list='$(sieve_doc_DATA)'; test -n "$(sieve_docdir)" || list=; \
322
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
323
 
        test -n "$$files" || exit 0; \
324
 
        echo " ( cd '$(DESTDIR)$(sieve_docdir)' && rm -f" $$files ")"; \
325
 
        cd "$(DESTDIR)$(sieve_docdir)" && rm -f $$files
 
273
        @list='$(sieve_doc_DATA)'; for p in $$list; do \
 
274
          f=$(am__strip_dir) \
 
275
          echo " rm -f '$(DESTDIR)$(sieve_docdir)/$$f'"; \
 
276
          rm -f "$(DESTDIR)$(sieve_docdir)/$$f"; \
 
277
        done
326
278
 
327
279
# This directory's subdirectories are mostly independent; you can cd
328
280
# into them and run `make' without going through this Makefile.
348
300
          else \
349
301
            local_target="$$target"; \
350
302
          fi; \
351
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
303
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
352
304
          || eval $$failcom; \
353
305
        done; \
354
306
        if test "$$dot_seen" = "no"; then \
382
334
          else \
383
335
            local_target="$$target"; \
384
336
          fi; \
385
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
337
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
386
338
          || eval $$failcom; \
387
339
        done && test -z "$$fail"
388
340
tags-recursive:
389
341
        list='$(SUBDIRS)'; for subdir in $$list; do \
390
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
342
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
391
343
        done
392
344
ctags-recursive:
393
345
        list='$(SUBDIRS)'; for subdir in $$list; do \
394
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
346
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
395
347
        done
396
348
 
397
349
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
406
358
 
407
359
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
408
360
                $(TAGS_FILES) $(LISP)
409
 
        set x; \
 
361
        tags=; \
410
362
        here=`pwd`; \
411
363
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
412
364
          include_option=--etags-include; \
418
370
        list='$(SUBDIRS)'; for subdir in $$list; do \
419
371
          if test "$$subdir" = .; then :; else \
420
372
            test ! -f $$subdir/TAGS || \
421
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
373
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
422
374
          fi; \
423
375
        done; \
424
376
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
427
379
          done | \
428
380
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
429
381
              END { if (nonempty) { for (i in files) print i; }; }'`; \
430
 
        shift; \
431
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
382
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
432
383
          test -n "$$unique" || unique=$$empty_fix; \
433
 
          if test $$# -gt 0; then \
434
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
435
 
              "$$@" $$unique; \
436
 
          else \
437
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
438
 
              $$unique; \
439
 
          fi; \
 
384
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
385
            $$tags $$unique; \
440
386
        fi
441
387
ctags: CTAGS
442
388
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
443
389
                $(TAGS_FILES) $(LISP)
 
390
        tags=; \
444
391
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
445
392
        unique=`for i in $$list; do \
446
393
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447
394
          done | \
448
395
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449
396
              END { if (nonempty) { for (i in files) print i; }; }'`; \
450
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
397
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
451
398
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
452
 
             $$unique
 
399
             $$tags $$unique
453
400
 
454
401
GTAGS:
455
402
        here=`$(am__cd) $(top_builddir) && pwd` \
456
 
          && $(am__cd) $(top_srcdir) \
457
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
403
          && cd $(top_srcdir) \
 
404
          && gtags -i $(GTAGS_ARGS) $$here
458
405
 
459
406
distclean-tags:
460
407
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
475
422
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
476
423
          if test -d $$d/$$file; then \
477
424
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
478
 
            if test -d "$(distdir)/$$file"; then \
479
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
480
 
            fi; \
481
425
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
482
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
483
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
426
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
484
427
            fi; \
485
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
428
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
486
429
          else \
487
 
            test -f "$(distdir)/$$file" \
488
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
430
            test -f $(distdir)/$$file \
 
431
            || cp -p $$d/$$file $(distdir)/$$file \
489
432
            || exit 1; \
490
433
          fi; \
491
434
        done
492
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
435
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
493
436
          if test "$$subdir" = .; then :; else \
494
437
            test -d "$(distdir)/$$subdir" \
495
438
            || $(MKDIR_P) "$(distdir)/$$subdir" \
496
439
            || exit 1; \
497
 
          fi; \
498
 
        done
499
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
500
 
          if test "$$subdir" = .; then :; else \
501
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
502
 
            $(am__relativize); \
503
 
            new_distdir=$$reldir; \
504
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
505
 
            $(am__relativize); \
506
 
            new_top_distdir=$$reldir; \
507
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
508
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
509
 
            ($(am__cd) $$subdir && \
 
440
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
441
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
442
            (cd $$subdir && \
510
443
              $(MAKE) $(AM_MAKEFLAGS) \
511
 
                top_distdir="$$new_top_distdir" \
512
 
                distdir="$$new_distdir" \
 
444
                top_distdir="$$top_distdir" \
 
445
                distdir="$$distdir/$$subdir" \
513
446
                am__remove_distdir=: \
514
447
                am__skip_length_check=: \
515
 
                am__skip_mode_fix=: \
516
448
                distdir) \
517
449
              || exit 1; \
518
450
          fi; \
545
477
 
546
478
distclean-generic:
547
479
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
548
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
549
480
 
550
481
maintainer-clean-generic:
551
482
        @echo "This command is intended for maintainers to use"
616
547
 
617
548
uninstall-am: uninstall-sieve_docDATA
618
549
 
619
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
620
 
        install-am install-strip tags-recursive
 
550
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
551
        install-strip
621
552
 
622
553
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
623
554
        all all-am check check-am clean clean-generic clean-libtool \
634
565
        tags tags-recursive uninstall uninstall-am \
635
566
        uninstall-sieve_docDATA
636
567
 
637
 
 
638
568
# Tell versions [3.59,3.63) of GNU make to not export all variables.
639
569
# Otherwise a system limit (for SysV at least) may be exceeded.
640
570
.NOEXPORT: