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

« back to all changes in this revision

Viewing changes to server/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.
15
15
 
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
18
35
pkgdatadir = $(datadir)/@PACKAGE@
19
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
50
67
CONFIG_HEADER = $(top_builddir)/config.h
51
68
CONFIG_CLEAN_FILES =
52
69
CONFIG_CLEAN_VPATH_FILES =
53
 
AM_V_GEN = $(am__v_GEN_$(V))
54
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
70
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
71
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
55
72
am__v_GEN_0 = @echo "  GEN   " $@;
56
 
AM_V_at = $(am__v_at_$(V))
57
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
73
AM_V_at = $(am__v_at_@AM_V@)
 
74
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
58
75
am__v_at_0 = @
59
76
SOURCES =
60
77
DIST_SOURCES =
65
82
        install-pdf-recursive install-ps-recursive install-recursive \
66
83
        installcheck-recursive installdirs-recursive pdf-recursive \
67
84
        ps-recursive uninstall-recursive
 
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
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
69
91
  distclean-recursive maintainer-clean-recursive
70
92
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
179
201
INTLTOOL_MERGE = @INTLTOOL_MERGE@
180
202
INTLTOOL_PERL = @INTLTOOL_PERL@
181
203
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
204
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
205
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
206
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
207
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
182
208
KRB5_CFLAGS = @KRB5_CFLAGS@
183
209
KRB5_LIBS = @KRB5_LIBS@
184
210
LD = @LD@
268
294
includedir = @includedir@
269
295
infodir = @infodir@
270
296
install_sh = @install_sh@
 
297
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
298
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
271
299
libdir = @libdir@
272
300
libexecdir = @libexecdir@
273
301
localedir = @localedir@
498
526
        done
499
527
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
500
528
          if test "$$subdir" = .; then :; else \
501
 
            test -d "$(distdir)/$$subdir" \
502
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
503
 
            || exit 1; \
504
 
          fi; \
505
 
        done
506
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
507
 
          if test "$$subdir" = .; then :; else \
 
529
            $(am__make_dryrun) \
 
530
              || test -d "$(distdir)/$$subdir" \
 
531
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
532
              || exit 1; \
508
533
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
509
534
            $(am__relativize); \
510
535
            new_distdir=$$reldir; \
539
564
 
540
565
installcheck: installcheck-recursive
541
566
install-strip:
542
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
543
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
544
 
          `test -z '$(STRIP)' || \
545
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
567
        if test -z '$(STRIP)'; then \
 
568
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
569
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
570
              install; \
 
571
        else \
 
572
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
573
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
574
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
575
        fi
546
576
mostlyclean-generic:
547
577
 
548
578
clean-generic: