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

« back to all changes in this revision

Viewing changes to calendar/tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-21 13:42:56 UTC
  • mfrom: (1.1.74 upstream)
  • Revision ID: james.westby@ubuntu.com-20090921134256-d6ry0bafbbw4100u
Tags: 2.28.0-0ubuntu1
* New upstream version:
  Bug Fixes:
  Calendar:
  - #494394 - Check backends with their uri too for backward compat. 
  Mailer:
  - #592310 - Adds an environment variable to skip summary check. 
  Translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
18
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
19
19
pkgincludedir = $(includedir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
21
install_sh_DATA = $(install_sh) -c -m 644
24
22
install_sh_PROGRAM = $(install_sh) -c
50
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
51
49
CONFIG_HEADER = $(top_builddir)/config.h
52
50
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 = @
60
51
SOURCES =
61
52
DIST_SOURCES =
62
53
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
68
59
        ps-recursive uninstall-recursive
69
60
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
70
61
  distclean-recursive maintainer-clean-recursive
71
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
72
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
73
 
        distdir
74
62
ETAGS = etags
75
63
CTAGS = ctags
76
64
DIST_SUBDIRS = $(SUBDIRS)
77
65
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78
 
am__relativize = \
79
 
  dir0=`pwd`; \
80
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
81
 
  sed_rest='s,^[^/]*/*,,'; \
82
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
83
 
  sed_butlast='s,/*[^/]*$$,,'; \
84
 
  while test -n "$$dir1"; do \
85
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
86
 
    if test "$$first" != "."; then \
87
 
      if test "$$first" = ".."; then \
88
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
89
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
90
 
      else \
91
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
92
 
        if test "$$first2" = "$$first"; then \
93
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
94
 
        else \
95
 
          dir2="../$$dir2"; \
96
 
        fi; \
97
 
        dir0="$$dir0"/"$$first"; \
98
 
      fi; \
99
 
    fi; \
100
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
101
 
  done; \
102
 
  reldir="$$dir2"
103
66
ACLOCAL = @ACLOCAL@
104
67
ALLOCA = @ALLOCA@
105
68
ALL_LINGUAS = @ALL_LINGUAS@
106
69
AMTAR = @AMTAR@
107
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
108
70
API_VERSION = @API_VERSION@
109
71
AR = @AR@
110
72
AS = @AS@
178
140
GOBJECT_QUERY = @GOBJECT_QUERY@
179
141
GREP = @GREP@
180
142
GTKDOC_CHECK = @GTKDOC_CHECK@
 
143
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
144
GTKDOC_REBASE = @GTKDOC_REBASE@
181
145
HAVE_JW = @HAVE_JW@
182
146
HTML_DIR = @HTML_DIR@
183
147
ICONV_LIBS = @ICONV_LIBS@
384
348
        @for dep in $?; do \
385
349
          case '$(am__configure_deps)' in \
386
350
            *$$dep*) \
387
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
388
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
351
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
352
                && exit 0; \
389
353
              exit 1;; \
390
354
          esac; \
391
355
        done; \
392
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu calendar/tests/Makefile'; \
393
 
        $(am__cd) $(top_srcdir) && \
394
 
          $(AUTOMAKE) --gnu calendar/tests/Makefile
 
356
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  calendar/tests/Makefile'; \
 
357
        cd $(top_srcdir) && \
 
358
          $(AUTOMAKE) --gnu  calendar/tests/Makefile
395
359
.PRECIOUS: Makefile
396
360
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
397
361
        @case '$?' in \
409
373
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
410
374
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
411
375
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
412
 
$(am__aclocal_m4_deps):
413
376
 
414
377
mostlyclean-libtool:
415
378
        -rm -f *.lo
441
404
          else \
442
405
            local_target="$$target"; \
443
406
          fi; \
444
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
407
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
445
408
          || eval $$failcom; \
446
409
        done; \
447
410
        if test "$$dot_seen" = "no"; then \
475
438
          else \
476
439
            local_target="$$target"; \
477
440
          fi; \
478
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
441
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
479
442
          || eval $$failcom; \
480
443
        done && test -z "$$fail"
481
444
tags-recursive:
482
445
        list='$(SUBDIRS)'; for subdir in $$list; do \
483
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
446
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
484
447
        done
485
448
ctags-recursive:
486
449
        list='$(SUBDIRS)'; for subdir in $$list; do \
487
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
450
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
488
451
        done
489
452
 
490
453
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
492
455
        unique=`for i in $$list; do \
493
456
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494
457
          done | \
495
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
458
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
496
459
              END { if (nonempty) { for (i in files) print i; }; }'`; \
497
460
        mkid -fID $$unique
498
461
tags: TAGS
499
462
 
500
463
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
501
464
                $(TAGS_FILES) $(LISP)
502
 
        set x; \
 
465
        tags=; \
503
466
        here=`pwd`; \
504
467
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
505
468
          include_option=--etags-include; \
511
474
        list='$(SUBDIRS)'; for subdir in $$list; do \
512
475
          if test "$$subdir" = .; then :; else \
513
476
            test ! -f $$subdir/TAGS || \
514
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
477
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
515
478
          fi; \
516
479
        done; \
517
480
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
520
483
          done | \
521
484
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
522
485
              END { if (nonempty) { for (i in files) print i; }; }'`; \
523
 
        shift; \
524
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
486
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
525
487
          test -n "$$unique" || unique=$$empty_fix; \
526
 
          if test $$# -gt 0; then \
527
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
528
 
              "$$@" $$unique; \
529
 
          else \
530
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
531
 
              $$unique; \
532
 
          fi; \
 
488
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
489
            $$tags $$unique; \
533
490
        fi
534
491
ctags: CTAGS
535
492
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
536
493
                $(TAGS_FILES) $(LISP)
 
494
        tags=; \
537
495
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
538
496
        unique=`for i in $$list; do \
539
497
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
540
498
          done | \
541
499
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
542
500
              END { if (nonempty) { for (i in files) print i; }; }'`; \
543
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
501
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
544
502
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
545
 
             $$unique
 
503
             $$tags $$unique
546
504
 
547
505
GTAGS:
548
506
        here=`$(am__cd) $(top_builddir) && pwd` \
549
 
          && $(am__cd) $(top_srcdir) \
550
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
507
          && cd $(top_srcdir) \
 
508
          && gtags -i $(GTAGS_ARGS) $$here
551
509
 
552
510
distclean-tags:
553
511
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
568
526
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
569
527
          if test -d $$d/$$file; then \
570
528
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
571
 
            if test -d "$(distdir)/$$file"; then \
572
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
573
 
            fi; \
574
529
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
575
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
576
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
530
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
577
531
            fi; \
578
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
532
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
579
533
          else \
580
 
            test -f "$(distdir)/$$file" \
581
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
534
            test -f $(distdir)/$$file \
 
535
            || cp -p $$d/$$file $(distdir)/$$file \
582
536
            || exit 1; \
583
537
          fi; \
584
538
        done
585
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
539
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
586
540
          if test "$$subdir" = .; then :; else \
587
541
            test -d "$(distdir)/$$subdir" \
588
542
            || $(MKDIR_P) "$(distdir)/$$subdir" \
589
543
            || exit 1; \
590
 
          fi; \
591
 
        done
592
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
593
 
          if test "$$subdir" = .; then :; else \
594
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
595
 
            $(am__relativize); \
596
 
            new_distdir=$$reldir; \
597
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
598
 
            $(am__relativize); \
599
 
            new_top_distdir=$$reldir; \
600
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
601
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
602
 
            ($(am__cd) $$subdir && \
 
544
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
545
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
546
            (cd $$subdir && \
603
547
              $(MAKE) $(AM_MAKEFLAGS) \
604
 
                top_distdir="$$new_top_distdir" \
605
 
                distdir="$$new_distdir" \
 
548
                top_distdir="$$top_distdir" \
 
549
                distdir="$$distdir/$$subdir" \
606
550
                am__remove_distdir=: \
607
551
                am__skip_length_check=: \
608
 
                am__skip_mode_fix=: \
609
552
                distdir) \
610
553
              || exit 1; \
611
554
          fi; \
635
578
 
636
579
distclean-generic:
637
580
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
638
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
639
581
 
640
582
maintainer-clean-generic:
641
583
        @echo "This command is intended for maintainers to use"
654
596
 
655
597
html: html-recursive
656
598
 
657
 
html-am:
658
 
 
659
599
info: info-recursive
660
600
 
661
601
info-am:
664
604
 
665
605
install-dvi: install-dvi-recursive
666
606
 
667
 
install-dvi-am:
668
 
 
669
607
install-exec-am:
670
608
 
671
609
install-html: install-html-recursive
672
610
 
673
 
install-html-am:
674
 
 
675
611
install-info: install-info-recursive
676
612
 
677
 
install-info-am:
678
 
 
679
613
install-man:
680
614
 
681
615
install-pdf: install-pdf-recursive
682
616
 
683
 
install-pdf-am:
684
 
 
685
617
install-ps: install-ps-recursive
686
618
 
687
 
install-ps-am:
688
 
 
689
619
installcheck-am:
690
620
 
691
621
maintainer-clean: maintainer-clean-recursive
706
636
 
707
637
uninstall-am:
708
638
 
709
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
710
 
        install-am install-strip tags-recursive
 
639
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
640
        install-strip
711
641
 
712
642
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
713
643
        all all-am check check-am clean clean-generic clean-libtool \
723
653
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
724
654
        uninstall uninstall-am
725
655
 
726
 
 
727
656
# Tell versions [3.59,3.63) of GNU make to not export all variables.
728
657
# Otherwise a system limit (for SysV at least) may be exceeded.
729
658
.NOEXPORT: