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

« back to all changes in this revision

Viewing changes to 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@
56
73
CONFIG_HEADER = config.h
57
74
CONFIG_CLEAN_FILES = evolution-exchange-zip
58
75
CONFIG_CLEAN_VPATH_FILES =
59
 
AM_V_GEN = $(am__v_GEN_$(V))
60
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
76
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
77
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
61
78
am__v_GEN_0 = @echo "  GEN   " $@;
62
 
AM_V_at = $(am__v_at_$(V))
63
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
79
AM_V_at = $(am__v_at_@AM_V@)
 
80
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
64
81
am__v_at_0 = @
65
82
SOURCES =
66
83
DIST_SOURCES =
71
88
        install-pdf-recursive install-ps-recursive install-recursive \
72
89
        installcheck-recursive installdirs-recursive pdf-recursive \
73
90
        ps-recursive uninstall-recursive
 
91
am__can_run_installinfo = \
 
92
  case $$AM_UPDATE_INFO_DIR in \
 
93
    n|no|NO) false;; \
 
94
    *) (install-info --version) >/dev/null 2>&1;; \
 
95
  esac
74
96
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
75
97
  distclean-recursive maintainer-clean-recursive
76
98
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
83
105
distdir = $(PACKAGE)-$(VERSION)
84
106
top_distdir = $(distdir)
85
107
am__remove_distdir = \
86
 
  { test ! -d "$(distdir)" \
87
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
88
 
         && rm -fr "$(distdir)"; }; }
 
108
  if test -d "$(distdir)"; then \
 
109
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
110
      && rm -rf "$(distdir)" \
 
111
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
112
  else :; fi
89
113
am__relativize = \
90
114
  dir0=`pwd`; \
91
115
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
114
138
GZIP_ENV = --best
115
139
DIST_ARCHIVES = $(distdir).tar.xz
116
140
distuninstallcheck_listfiles = find . -type f -print
 
141
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
142
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
117
143
distcleancheck_listfiles = find . -type f -print
118
144
ACLOCAL = @ACLOCAL@
119
145
ALL_LINGUAS = @ALL_LINGUAS@
195
221
INTLTOOL_MERGE = @INTLTOOL_MERGE@
196
222
INTLTOOL_PERL = @INTLTOOL_PERL@
197
223
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
224
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
225
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
226
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
227
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
198
228
KRB5_CFLAGS = @KRB5_CFLAGS@
199
229
KRB5_LIBS = @KRB5_LIBS@
200
230
LD = @LD@
284
314
includedir = @includedir@
285
315
infodir = @infodir@
286
316
install_sh = @install_sh@
 
317
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
318
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
287
319
libdir = @libdir@
288
320
libexecdir = @libexecdir@
289
321
localedir = @localedir@
357
389
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
358
390
 
359
391
.SUFFIXES:
360
 
am--refresh:
 
392
am--refresh: Makefile
361
393
        @:
362
394
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
363
395
        @for dep in $?; do \
393
425
$(am__aclocal_m4_deps):
394
426
 
395
427
config.h: stamp-h1
396
 
        @if test ! -f $@; then \
397
 
          rm -f stamp-h1; \
398
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
399
 
        else :; fi
 
428
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
429
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
400
430
 
401
431
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
402
432
        @rm -f stamp-h1
589
619
        done
590
620
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
591
621
          if test "$$subdir" = .; then :; else \
592
 
            test -d "$(distdir)/$$subdir" \
593
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
594
 
            || exit 1; \
595
 
          fi; \
596
 
        done
597
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
598
 
          if test "$$subdir" = .; then :; else \
 
622
            $(am__make_dryrun) \
 
623
              || test -d "$(distdir)/$$subdir" \
 
624
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
625
              || exit 1; \
599
626
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
600
627
            $(am__relativize); \
601
628
            new_distdir=$$reldir; \
630
657
        $(am__remove_distdir)
631
658
 
632
659
dist-bzip2: distdir
633
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
660
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
661
        $(am__remove_distdir)
 
662
 
 
663
dist-lzip: distdir
 
664
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
634
665
        $(am__remove_distdir)
635
666
 
636
667
dist-lzma: distdir
637
668
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
638
669
        $(am__remove_distdir)
639
670
dist-xz: distdir
640
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
671
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
641
672
        $(am__remove_distdir)
642
673
 
643
674
dist-tarZ: distdir
654
685
        $(am__remove_distdir)
655
686
 
656
687
dist dist-all: distdir
657
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
688
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
658
689
        $(am__remove_distdir)
659
690
 
660
691
# This target untars the dist file and tries a VPATH configuration.  Then
668
699
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
669
700
        *.tar.lzma*) \
670
701
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
702
        *.tar.lz*) \
 
703
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
671
704
        *.tar.xz*) \
672
705
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
673
706
        *.tar.Z*) \
687
720
          && am__cwd=`pwd` \
688
721
          && $(am__cd) $(distdir)/_build \
689
722
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
723
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
690
724
            $(DISTCHECK_CONFIGURE_FLAGS) \
691
725
          && $(MAKE) $(AM_MAKEFLAGS) \
692
726
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
715
749
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
716
750
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
717
751
distuninstallcheck:
718
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
719
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
752
        @test -n '$(distuninstallcheck_dir)' || { \
 
753
          echo 'ERROR: trying to run $@ with an empty' \
 
754
               '$$(distuninstallcheck_dir)' >&2; \
 
755
          exit 1; \
 
756
        }; \
 
757
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
758
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
759
          exit 1; \
 
760
        }; \
 
761
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
720
762
           || { echo "ERROR: files left after uninstall:" ; \
721
763
                if test -n "$(DESTDIR)"; then \
722
764
                  echo "  (check DESTDIR support)"; \
747
789
 
748
790
installcheck: installcheck-recursive
749
791
install-strip:
750
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
751
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
752
 
          `test -z '$(STRIP)' || \
753
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
792
        if test -z '$(STRIP)'; then \
 
793
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
794
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
795
              install; \
 
796
        else \
 
797
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
798
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
799
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
800
        fi
754
801
mostlyclean-generic:
755
802
 
756
803
clean-generic:
840
887
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
841
888
        all all-am am--refresh check check-am clean clean-generic \
842
889
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
843
 
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
844
 
        dist-zip distcheck distclean distclean-generic distclean-hdr \
845
 
        distclean-libtool distclean-tags distcleancheck distdir \
846
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
847
 
        install install-am install-data install-data-am install-dvi \
848
 
        install-dvi-am install-exec install-exec-am install-html \
849
 
        install-html-am install-info install-info-am install-man \
850
 
        install-pdf install-pdf-am install-ps install-ps-am \
851
 
        install-strip installcheck installcheck-am installdirs \
852
 
        installdirs-am maintainer-clean maintainer-clean-generic \
853
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
854
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
890
        dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
 
891
        dist-xz dist-zip distcheck distclean distclean-generic \
 
892
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
 
893
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
894
        info-am install install-am install-data install-data-am \
 
895
        install-dvi install-dvi-am install-exec install-exec-am \
 
896
        install-html install-html-am install-info install-info-am \
 
897
        install-man install-pdf install-pdf-am install-ps \
 
898
        install-ps-am install-strip installcheck installcheck-am \
 
899
        installdirs installdirs-am maintainer-clean \
 
900
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
901
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
902
        uninstall uninstall-am
855
903
 
856
904
 
857
905
# Generate a ChangeLog file from 'git log'