~ubuntu-branches/ubuntu/karmic/evolution-data-server/karmic

« back to all changes in this revision

Viewing changes to docs/reference/libedataserverui/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-10-19 10:39:37 UTC
  • mfrom: (1.1.75 upstream)
  • Revision ID: james.westby@ubuntu.com-20091019103937-6cfyh1pemq2vhbju
Tags: 2.28.1-0ubuntu1
New upstream version:
Bug Fixes:
#270893Support client certificates for IMAP 
#593019Importing event with pseudo "Etc/UTC" timezone crashed
(lp: #373865)
#593023Deleting an imported recurrent event will remain    
#594502Some google calendar meetings don't show up 
#595082Contacts displayed twice in new email contact list (lp: #428917)
#596157Use "Message-ID" instead of "Message-Id" 

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.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
48
50
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49
51
CONFIG_HEADER = $(top_builddir)/config.h
50
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
 
54
AM_V_GEN = $(am__v_GEN_$(V))
 
55
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
56
am__v_GEN_0 = @echo "  GEN   " $@;
 
57
AM_V_at = $(am__v_at_$(V))
 
58
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
59
am__v_at_0 = @
51
60
SOURCES =
52
61
DIST_SOURCES =
53
62
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
55
64
ALLOCA = @ALLOCA@
56
65
ALL_LINGUAS = @ALL_LINGUAS@
57
66
AMTAR = @AMTAR@
 
67
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
58
68
API_VERSION = @API_VERSION@
59
69
AR = @AR@
60
70
AS = @AS@
128
138
GOBJECT_QUERY = @GOBJECT_QUERY@
129
139
GREP = @GREP@
130
140
GTKDOC_CHECK = @GTKDOC_CHECK@
131
 
GTKDOC_MKPDF = @GTKDOC_MKPDF@
132
 
GTKDOC_REBASE = @GTKDOC_REBASE@
133
141
HAVE_JW = @HAVE_JW@
134
142
HTML_DIR = @HTML_DIR@
135
143
ICONV_LIBS = @ICONV_LIBS@
398
406
        @for dep in $?; do \
399
407
          case '$(am__configure_deps)' in \
400
408
            *$$dep*) \
401
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
402
 
                && exit 0; \
 
409
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
410
                && { if test -f $@; then exit 0; else break; fi; }; \
403
411
              exit 1;; \
404
412
          esac; \
405
413
        done; \
406
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  docs/reference/libedataserverui/Makefile'; \
407
 
        cd $(top_srcdir) && \
408
 
          $(AUTOMAKE) --gnu  docs/reference/libedataserverui/Makefile
 
414
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/reference/libedataserverui/Makefile'; \
 
415
        $(am__cd) $(top_srcdir) && \
 
416
          $(AUTOMAKE) --gnu docs/reference/libedataserverui/Makefile
409
417
.PRECIOUS: Makefile
410
418
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
411
419
        @case '$?' in \
423
431
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
424
432
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
425
433
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
434
$(am__aclocal_m4_deps):
426
435
 
427
436
mostlyclean-libtool:
428
437
        -rm -f *.lo
452
461
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
453
462
          if test -d $$d/$$file; then \
454
463
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
464
            if test -d "$(distdir)/$$file"; then \
 
465
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
466
            fi; \
455
467
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
456
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
468
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
469
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
457
470
            fi; \
458
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
471
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
459
472
          else \
460
 
            test -f $(distdir)/$$file \
461
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
473
            test -f "$(distdir)/$$file" \
 
474
            || cp -p $$d/$$file "$(distdir)/$$file" \
462
475
            || exit 1; \
463
476
          fi; \
464
477
        done
491
504
 
492
505
distclean-generic:
493
506
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
507
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
494
508
 
495
509
maintainer-clean-generic:
496
510
        @echo "This command is intended for maintainers to use"
509
523
 
510
524
html: html-am
511
525
 
 
526
html-am:
 
527
 
512
528
info: info-am
513
529
 
514
530
info-am:
517
533
 
518
534
install-dvi: install-dvi-am
519
535
 
 
536
install-dvi-am:
 
537
 
520
538
install-exec-am:
521
539
 
522
540
install-html: install-html-am
523
541
 
 
542
install-html-am:
 
543
 
524
544
install-info: install-info-am
525
545
 
 
546
install-info-am:
 
547
 
526
548
install-man:
527
549
 
528
550
install-pdf: install-pdf-am
529
551
 
 
552
install-pdf-am:
 
553
 
530
554
install-ps: install-ps-am
531
555
 
 
556
install-ps-am:
 
557
 
532
558
installcheck-am:
533
559
 
534
560
maintainer-clean: maintainer-clean-am
666
692
        -cp $(srcdir)/html/* $(distdir)/html
667
693
 
668
694
.PHONY : dist-hook-local
 
695
 
669
696
# Tell versions [3.59,3.63) of GNU make to not export all variables.
670
697
# Otherwise a system limit (for SysV at least) may be exceeded.
671
698
.NOEXPORT: