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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-08-10 15:05:30 UTC
  • mfrom: (1.1.71 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810150530-91g7v606ee8ir474
Tags: 2.27.90-0ubuntu1
* New upstream version:
  Bug Fixes:
  Calendar:
  - #579965 - calendar file backend, update 'LAST-MODIFIED'
    when removing a recurring event instance 
  - #589984 - eds crash trying to create an event. 
  Mail:
  - #511283 - Some Images Do not Display in Evolution Mail Reader 
  Miscellaneous:
  - #590697 – Build regression detecting com_err.h 
  - #589388 – Build fixes / enhancements for EDS 

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
43
41
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
42
CONFIG_HEADER = $(top_builddir)/config.h
45
43
CONFIG_CLEAN_FILES =
46
 
CONFIG_CLEAN_VPATH_FILES =
47
 
AM_V_GEN = $(am__v_GEN_$(V))
48
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
49
 
am__v_GEN_0 = @echo "  GEN   " $@;
50
 
AM_V_at = $(am__v_at_$(V))
51
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
52
 
am__v_at_0 = @
53
44
SOURCES =
54
45
DIST_SOURCES =
55
46
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
56
47
ACLOCAL = @ACLOCAL@
 
48
ALLOCA = @ALLOCA@
57
49
ALL_LINGUAS = @ALL_LINGUAS@
58
50
AMTAR = @AMTAR@
59
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
60
51
API_VERSION = @API_VERSION@
61
52
AR = @AR@
62
53
AS = @AS@
129
120
GNOME_PLATFORM_LIBS = @GNOME_PLATFORM_LIBS@
130
121
GOBJECT_QUERY = @GOBJECT_QUERY@
131
122
GREP = @GREP@
 
123
GTKDOC_CHECK = @GTKDOC_CHECK@
 
124
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
125
GTKDOC_REBASE = @GTKDOC_REBASE@
132
126
HAVE_JW = @HAVE_JW@
133
127
HTML_DIR = @HTML_DIR@
134
128
ICONV_LIBS = @ICONV_LIBS@
393
387
        @for dep in $?; do \
394
388
          case '$(am__configure_deps)' in \
395
389
            *$$dep*) \
396
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
397
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
390
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
391
                && exit 0; \
398
392
              exit 1;; \
399
393
          esac; \
400
394
        done; \
401
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/reference/libedataserver/Makefile'; \
402
 
        $(am__cd) $(top_srcdir) && \
403
 
          $(AUTOMAKE) --gnu docs/reference/libedataserver/Makefile
 
395
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  docs/reference/libedataserver/Makefile'; \
 
396
        cd $(top_srcdir) && \
 
397
          $(AUTOMAKE) --gnu  docs/reference/libedataserver/Makefile
404
398
.PRECIOUS: Makefile
405
399
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
406
400
        @case '$?' in \
418
412
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
419
413
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
420
414
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
421
 
$(am__aclocal_m4_deps):
422
415
 
423
416
mostlyclean-libtool:
424
417
        -rm -f *.lo
448
441
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
449
442
          if test -d $$d/$$file; then \
450
443
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
451
 
            if test -d "$(distdir)/$$file"; then \
452
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
453
 
            fi; \
454
444
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
455
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
456
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
445
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
457
446
            fi; \
458
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
447
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
459
448
          else \
460
 
            test -f "$(distdir)/$$file" \
461
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
449
            test -f $(distdir)/$$file \
 
450
            || cp -p $$d/$$file $(distdir)/$$file \
462
451
            || exit 1; \
463
452
          fi; \
464
453
        done
491
480
 
492
481
distclean-generic:
493
482
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
494
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
495
483
 
496
484
maintainer-clean-generic:
497
485
        @echo "This command is intended for maintainers to use"
510
498
 
511
499
html: html-am
512
500
 
513
 
html-am:
514
 
 
515
501
info: info-am
516
502
 
517
503
info-am:
520
506
 
521
507
install-dvi: install-dvi-am
522
508
 
523
 
install-dvi-am:
524
 
 
525
509
install-exec-am:
526
510
 
527
511
install-html: install-html-am
528
512
 
529
 
install-html-am:
530
 
 
531
513
install-info: install-info-am
532
514
 
533
 
install-info-am:
534
 
 
535
515
install-man:
536
516
 
537
517
install-pdf: install-pdf-am
538
518
 
539
 
install-pdf-am:
540
 
 
541
519
install-ps: install-ps-am
542
520
 
543
 
install-ps-am:
544
 
 
545
521
installcheck-am:
546
522
 
547
523
maintainer-clean: maintainer-clean-am
679
655
        -cp $(srcdir)/html/* $(distdir)/html
680
656
 
681
657
.PHONY : dist-hook-local
682
 
 
683
658
# Tell versions [3.59,3.63) of GNU make to not export all variables.
684
659
# Otherwise a system limit (for SysV at least) may be exceeded.
685
660
.NOEXPORT: