~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-updates

« back to all changes in this revision

Viewing changes to calendar/tests/ecal/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-07-27 16:04:20 UTC
  • mfrom: (1.1.70 upstream)
  • Revision ID: james.westby@ubuntu.com-20090727160420-dr27rzbz6ddjqo04
Tags: 2.27.5-0ubuntu1
* New upstream version: 
  Bug Fixes:
  Address Book:
  - #587558 - Removing a picture of a contact in an LDAP addressbook
              crashes evolution 
  - #589325 - Evolution Contacts reports ambiguous error on Google
              Contacts authentication failure with bad password 
  Calendar:
  - #572176 - Allow local iCal files to be selected as calendar source
  - #586342 - CalDAV backend does not support attachments 
  - #588857 - CalDAV for Google calendars should allow email notifications
  Mail:
  - #524219 (bnc) - Unable to read forward groupwise mails in other clients.
  - #588220 - Evolution crashed when starting with local account configured 
  - #588573 - NULL string comparison in camel-search-sql-sexp.c
  Miscellaneous:
  - #583374 - The broken Google calendar import should be replaced by
              the working CalDAV support 
  - #588277 - Unnecessary special-purpose configure flag 
  Other Fixes:
  Handle quota error messages. 
  Return the proper timezone to get the counts right in all timezones.
  CamelVeeFolder - pass exceptions to functions instead of NULL
  Migrate caldav, groupwise, http, weather backends to ECalBackendStore.   
  Translations

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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
44
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45
47
CONFIG_HEADER = $(top_builddir)/config.h
46
48
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_VPATH_FILES =
47
50
PROGRAMS = $(noinst_PROGRAMS)
48
51
am_test_ecal_OBJECTS = test-ecal.$(OBJEXT)
49
52
test_ecal_OBJECTS = $(am_test_ecal_OBJECTS)
51
54
test_ecal_DEPENDENCIES =  \
52
55
        $(top_builddir)/calendar/libecal/libecal-1.2.la \
53
56
        $(am__DEPENDENCIES_1)
 
57
AM_V_lt = $(am__v_lt_$(V))
 
58
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
59
am__v_lt_0 = --silent
54
60
am_test_recur_OBJECTS = test-recur.$(OBJEXT)
55
61
test_recur_OBJECTS = $(am_test_recur_OBJECTS)
56
62
test_recur_DEPENDENCIES =  \
64
70
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
65
71
depcomp = $(SHELL) $(top_srcdir)/depcomp
66
72
am__depfiles_maybe = depfiles
 
73
am__mv = mv -f
67
74
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68
75
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
76
AM_V_CC = $(am__v_CC_$(V))
 
77
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
78
am__v_CC_0 = @echo "  CC    " $@;
 
79
AM_V_at = $(am__v_at_$(V))
 
80
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
81
am__v_at_0 = @
69
82
CCLD = $(CC)
70
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
72
 
        $(LDFLAGS) -o $@
 
83
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
84
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
85
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
86
AM_V_CCLD = $(am__v_CCLD_$(V))
 
87
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
88
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
89
AM_V_GEN = $(am__v_GEN_$(V))
 
90
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
91
am__v_GEN_0 = @echo "  GEN   " $@;
73
92
SOURCES = $(test_ecal_SOURCES) $(test_recur_SOURCES) \
74
93
        $(test_search_SOURCES)
75
94
DIST_SOURCES = $(test_ecal_SOURCES) $(test_recur_SOURCES) \
80
99
ACLOCAL = @ACLOCAL@
81
100
ALL_LINGUAS = @ALL_LINGUAS@
82
101
AMTAR = @AMTAR@
 
102
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
83
103
API_VERSION = @API_VERSION@
84
104
AR = @AR@
85
105
AS = @AS@
154
174
GREP = @GREP@
155
175
HAVE_JW = @HAVE_JW@
156
176
HTML_DIR = @HTML_DIR@
157
 
ICONV_CFLAGS = @ICONV_CFLAGS@
158
177
ICONV_LIBS = @ICONV_LIBS@
159
178
IDL_INCLUDES = @IDL_INCLUDES@
160
179
INSTALL = @INSTALL@
406
425
        @for dep in $?; do \
407
426
          case '$(am__configure_deps)' in \
408
427
            *$$dep*) \
409
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
410
 
                && exit 0; \
 
428
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
429
                && { if test -f $@; then exit 0; else break; fi; }; \
411
430
              exit 1;; \
412
431
          esac; \
413
432
        done; \
414
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  calendar/tests/ecal/Makefile'; \
415
 
        cd $(top_srcdir) && \
416
 
          $(AUTOMAKE) --gnu  calendar/tests/ecal/Makefile
 
433
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu calendar/tests/ecal/Makefile'; \
 
434
        $(am__cd) $(top_srcdir) && \
 
435
          $(AUTOMAKE) --gnu calendar/tests/ecal/Makefile
417
436
.PRECIOUS: Makefile
418
437
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
419
438
        @case '$?' in \
431
450
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
432
451
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
433
452
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
453
$(am__aclocal_m4_deps):
434
454
 
435
455
clean-noinstPROGRAMS:
436
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
437
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
438
 
          echo " rm -f $$p $$f"; \
439
 
          rm -f $$p $$f ; \
440
 
        done
 
456
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
457
        echo " rm -f" $$list; \
 
458
        rm -f $$list || exit $$?; \
 
459
        test -n "$(EXEEXT)" || exit 0; \
 
460
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
461
        echo " rm -f" $$list; \
 
462
        rm -f $$list
441
463
test-ecal$(EXEEXT): $(test_ecal_OBJECTS) $(test_ecal_DEPENDENCIES) 
442
464
        @rm -f test-ecal$(EXEEXT)
443
 
        $(LINK) $(test_ecal_OBJECTS) $(test_ecal_LDADD) $(LIBS)
 
465
        $(AM_V_CCLD)$(LINK) $(test_ecal_OBJECTS) $(test_ecal_LDADD) $(LIBS)
444
466
test-recur$(EXEEXT): $(test_recur_OBJECTS) $(test_recur_DEPENDENCIES) 
445
467
        @rm -f test-recur$(EXEEXT)
446
 
        $(LINK) $(test_recur_OBJECTS) $(test_recur_LDADD) $(LIBS)
 
468
        $(AM_V_CCLD)$(LINK) $(test_recur_OBJECTS) $(test_recur_LDADD) $(LIBS)
447
469
test-search$(EXEEXT): $(test_search_OBJECTS) $(test_search_DEPENDENCIES) 
448
470
        @rm -f test-search$(EXEEXT)
449
 
        $(LINK) $(test_search_OBJECTS) $(test_search_LDADD) $(LIBS)
 
471
        $(AM_V_CCLD)$(LINK) $(test_search_OBJECTS) $(test_search_LDADD) $(LIBS)
450
472
 
451
473
mostlyclean-compile:
452
474
        -rm -f *.$(OBJEXT)
459
481
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-search.Po@am__quote@
460
482
 
461
483
.c.o:
462
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
463
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
484
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
485
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
486
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
464
487
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
465
488
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
466
489
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
467
490
 
468
491
.c.obj:
469
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
470
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
492
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
493
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
494
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
471
495
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
472
496
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
473
497
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
474
498
 
475
499
.c.lo:
476
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
477
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
500
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
501
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
502
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
478
503
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
479
504
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
480
505
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
490
515
        unique=`for i in $$list; do \
491
516
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
492
517
          done | \
493
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
518
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
494
519
              END { if (nonempty) { for (i in files) print i; }; }'`; \
495
520
        mkid -fID $$unique
496
521
tags: TAGS
497
522
 
498
523
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
499
524
                $(TAGS_FILES) $(LISP)
500
 
        tags=; \
 
525
        set x; \
501
526
        here=`pwd`; \
502
527
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
503
528
        unique=`for i in $$list; do \
505
530
          done | \
506
531
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
507
532
              END { if (nonempty) { for (i in files) print i; }; }'`; \
508
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
533
        shift; \
 
534
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
509
535
          test -n "$$unique" || unique=$$empty_fix; \
510
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
511
 
            $$tags $$unique; \
 
536
          if test $$# -gt 0; then \
 
537
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
538
              "$$@" $$unique; \
 
539
          else \
 
540
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
541
              $$unique; \
 
542
          fi; \
512
543
        fi
513
544
ctags: CTAGS
514
545
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
515
546
                $(TAGS_FILES) $(LISP)
516
 
        tags=; \
517
547
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
518
548
        unique=`for i in $$list; do \
519
549
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
520
550
          done | \
521
551
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
522
552
              END { if (nonempty) { for (i in files) print i; }; }'`; \
523
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
553
        test -z "$(CTAGS_ARGS)$$unique" \
524
554
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
525
 
             $$tags $$unique
 
555
             $$unique
526
556
 
527
557
GTAGS:
528
558
        here=`$(am__cd) $(top_builddir) && pwd` \
529
 
          && cd $(top_srcdir) \
530
 
          && gtags -i $(GTAGS_ARGS) $$here
 
559
          && $(am__cd) $(top_srcdir) \
 
560
          && gtags -i $(GTAGS_ARGS) "$$here"
531
561
 
532
562
distclean-tags:
533
563
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
548
578
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
549
579
          if test -d $$d/$$file; then \
550
580
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
581
            if test -d "$(distdir)/$$file"; then \
 
582
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
583
            fi; \
551
584
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
552
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
585
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
586
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
553
587
            fi; \
554
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
588
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
555
589
          else \
556
 
            test -f $(distdir)/$$file \
557
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
590
            test -f "$(distdir)/$$file" \
 
591
            || cp -p $$d/$$file "$(distdir)/$$file" \
558
592
            || exit 1; \
559
593
          fi; \
560
594
        done
582
616
 
583
617
distclean-generic:
584
618
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
619
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
585
620
 
586
621
maintainer-clean-generic:
587
622
        @echo "This command is intended for maintainers to use"
603
638
 
604
639
html: html-am
605
640
 
 
641
html-am:
 
642
 
606
643
info: info-am
607
644
 
608
645
info-am:
611
648
 
612
649
install-dvi: install-dvi-am
613
650
 
 
651
install-dvi-am:
 
652
 
614
653
install-exec-am:
615
654
 
616
655
install-html: install-html-am
617
656
 
 
657
install-html-am:
 
658
 
618
659
install-info: install-info-am
619
660
 
 
661
install-info-am:
 
662
 
620
663
install-man:
621
664
 
622
665
install-pdf: install-pdf-am
623
666
 
 
667
install-pdf-am:
 
668
 
624
669
install-ps: install-ps-am
625
670
 
 
671
install-ps-am:
 
672
 
626
673
installcheck-am:
627
674
 
628
675
maintainer-clean: maintainer-clean-am
660
707
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
661
708
        pdf pdf-am ps ps-am tags uninstall uninstall-am
662
709
 
 
710
 
663
711
# Tell versions [3.59,3.63) of GNU make to not export all variables.
664
712
# Otherwise a system limit (for SysV at least) may be exceeded.
665
713
.NOEXPORT: