~ubuntu-branches/ubuntu/trusty/evolution-exchange/trusty

« back to all changes in this revision

Viewing changes to docs/reference/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Jeremy Bicha, Michael Biebl
  • Date: 2012-06-20 06:48:27 UTC
  • mfrom: (1.1.80) (0.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20120620064827-yzlmon3kc8gzd7pf
Tags: 3.4.3-2
* Team upload.

[ Jeremy Bicha ]
* Drop debian/exchange-connector-setup-2.26.1:
  - The manpage doesn't have any useful information and wasn't
    being installed anyway.

[ Michael Biebl ]
* Strip debian/tmp/ from .install file.
* List missing files on installation.
* Update Vcs-* URLs.
* Drop obsolete Build-Depends on liborbit2-dev and group the evo/eds
  Build-Depends together.
* Drop obsolete workaround to set -fPIC explicitly via CFLAGS.

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.11.5 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, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
21
21
# Everything below here is generic #
22
22
####################################
23
23
VPATH = @srcdir@
 
24
am__make_dryrun = \
 
25
  { \
 
26
    am__dry=no; \
 
27
    case $$MAKEFLAGS in \
 
28
      *\\[\ \   ]*) \
 
29
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
30
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
31
      *) \
 
32
        for am__flg in $$MAKEFLAGS; do \
 
33
          case $$am__flg in \
 
34
            *=*|--*) ;; \
 
35
            *n*) am__dry=yes; break;; \
 
36
          esac; \
 
37
        done;; \
 
38
    esac; \
 
39
    test $$am__dry = yes; \
 
40
  }
24
41
pkgdatadir = $(datadir)/@PACKAGE@
25
42
pkgincludedir = $(includedir)/@PACKAGE@
26
43
pkglibdir = $(libdir)/@PACKAGE@
57
74
CONFIG_HEADER = $(top_builddir)/config.h
58
75
CONFIG_CLEAN_FILES =
59
76
CONFIG_CLEAN_VPATH_FILES =
60
 
AM_V_GEN = $(am__v_GEN_$(V))
61
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
77
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
78
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
62
79
am__v_GEN_0 = @echo "  GEN   " $@;
63
 
AM_V_at = $(am__v_at_$(V))
64
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
80
AM_V_at = $(am__v_at_@AM_V@)
 
81
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
65
82
am__v_at_0 = @
66
83
SOURCES =
67
84
DIST_SOURCES =
 
85
am__can_run_installinfo = \
 
86
  case $$AM_UPDATE_INFO_DIR in \
 
87
    n|no|NO) false;; \
 
88
    *) (install-info --version) >/dev/null 2>&1;; \
 
89
  esac
68
90
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
69
91
ACLOCAL = @ACLOCAL@
70
92
ALL_LINGUAS = @ALL_LINGUAS@
146
168
INTLTOOL_MERGE = @INTLTOOL_MERGE@
147
169
INTLTOOL_PERL = @INTLTOOL_PERL@
148
170
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
171
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
172
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
173
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
174
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
149
175
KRB5_CFLAGS = @KRB5_CFLAGS@
150
176
KRB5_LIBS = @KRB5_LIBS@
151
177
LD = @LD@
235
261
includedir = @includedir@
236
262
infodir = @infodir@
237
263
install_sh = @install_sh@
 
264
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
265
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
238
266
libdir = @libdir@
239
267
libexecdir = @libexecdir@
240
268
localedir = @localedir@
376
404
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
377
405
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
378
406
        esac;
 
407
$(top_srcdir)/gtk-doc.make:
379
408
 
380
409
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
381
410
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
445
474
 
446
475
installcheck: installcheck-am
447
476
install-strip:
448
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
449
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
450
 
          `test -z '$(STRIP)' || \
451
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
477
        if test -z '$(STRIP)'; then \
 
478
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
479
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
480
              install; \
 
481
        else \
 
482
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
483
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
484
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
485
        fi
452
486
mostlyclean-generic:
453
487
 
454
488
clean-generic:
702
736
            rm -rf tmpl; \
703
737
        fi
704
738
 
705
 
maintainer-clean-local:
 
739
maintainer-clean-local: clean
706
740
        @rm -rf xml html
707
741
 
708
742
install-data-local:
738
772
#
739
773
# Require gtk-doc when making dist
740
774
#
741
 
@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc: docs
 
775
@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc:
742
776
@ENABLE_GTK_DOC_FALSE@dist-check-gtkdoc:
743
777
@ENABLE_GTK_DOC_FALSE@  @echo "*** gtk-doc must be installed and enabled in order to make dist"
744
778
@ENABLE_GTK_DOC_FALSE@  @false