~ken-vandine/ubuntu/precise/telepathy-gabble/ubuntu

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Ken VanDine
  • Date: 2012-02-22 19:53:58 UTC
  • mfrom: (1.7.11)
  • Revision ID: ken.vandine@canonical.com-20120222195358-yzb8u3oy48rzcdtj
New upstream release.

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.3 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.
55
55
CONFIG_HEADER = config.h
56
56
CONFIG_CLEAN_FILES =
57
57
CONFIG_CLEAN_VPATH_FILES =
58
 
AM_V_GEN = $(am__v_GEN_$(V))
59
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
58
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
59
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
60
60
am__v_GEN_0 = @echo "  GEN   " $@;
61
 
AM_V_at = $(am__v_at_$(V))
62
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
61
AM_V_at = $(am__v_at_@AM_V@)
 
62
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
63
63
am__v_at_0 = @
64
64
SOURCES =
65
65
DIST_SOURCES =
82
82
distdir = $(PACKAGE)-$(VERSION)
83
83
top_distdir = $(distdir)
84
84
am__remove_distdir = \
85
 
  { test ! -d "$(distdir)" \
86
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
87
 
         && rm -fr "$(distdir)"; }; }
 
85
  if test -d "$(distdir)"; then \
 
86
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
87
      && rm -rf "$(distdir)" \
 
88
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
89
  else :; fi
88
90
am__relativize = \
89
91
  dir0=`pwd`; \
90
92
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
113
115
DIST_ARCHIVES = $(distdir).tar.gz
114
116
GZIP_ENV = --best
115
117
distuninstallcheck_listfiles = find . -type f -print
 
118
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
119
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
116
120
distcleancheck_listfiles = find . -type f -print
117
121
ACLOCAL = @ACLOCAL@
118
122
AMTAR = @AMTAR@
201
205
TEST_PYTHON = @TEST_PYTHON@
202
206
TP_GLIB_CFLAGS = @TP_GLIB_CFLAGS@
203
207
TP_GLIB_LIBS = @TP_GLIB_LIBS@
204
 
TP_YELL_CFLAGS = @TP_YELL_CFLAGS@
205
 
TP_YELL_LIBS = @TP_YELL_LIBS@
206
208
VERSION = @VERSION@
207
209
WOCKY_CFLAGS = @WOCKY_CFLAGS@
208
210
WOCKY_LIBS = @WOCKY_LIBS@
279
281
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
280
282
 
281
283
.SUFFIXES:
282
 
am--refresh:
 
284
am--refresh: Makefile
283
285
        @:
284
286
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/tools/lcov.am $(srcdir)/tools/telepathy.am $(am__configure_deps)
285
287
        @for dep in $?; do \
304
306
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
305
307
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
306
308
        esac;
 
309
$(srcdir)/tools/lcov.am $(srcdir)/tools/telepathy.am:
307
310
 
308
311
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
309
312
        $(SHELL) ./config.status --recheck
315
318
$(am__aclocal_m4_deps):
316
319
 
317
320
config.h: stamp-h1
318
 
        @if test ! -f $@; then \
319
 
          rm -f stamp-h1; \
320
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
321
 
        else :; fi
 
321
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
322
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
322
323
 
323
324
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
324
325
        @rm -f stamp-h1
550
551
        $(am__remove_distdir)
551
552
 
552
553
dist-bzip2: distdir
553
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
554
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
555
        $(am__remove_distdir)
 
556
 
 
557
dist-lzip: distdir
 
558
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
554
559
        $(am__remove_distdir)
555
560
 
556
561
dist-lzma: distdir
558
563
        $(am__remove_distdir)
559
564
 
560
565
dist-xz: distdir
561
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
566
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
562
567
        $(am__remove_distdir)
563
568
 
564
569
dist-tarZ: distdir
589
594
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
590
595
        *.tar.lzma*) \
591
596
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
597
        *.tar.lz*) \
 
598
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
592
599
        *.tar.xz*) \
593
600
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
594
601
        *.tar.Z*) \
609
616
          && am__cwd=`pwd` \
610
617
          && $(am__cd) $(distdir)/_build \
611
618
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
619
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
612
620
            $(DISTCHECK_CONFIGURE_FLAGS) \
613
621
          && $(MAKE) $(AM_MAKEFLAGS) \
614
622
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
637
645
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
638
646
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
639
647
distuninstallcheck:
640
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
641
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
648
        @test -n '$(distuninstallcheck_dir)' || { \
 
649
          echo 'ERROR: trying to run $@ with an empty' \
 
650
               '$$(distuninstallcheck_dir)' >&2; \
 
651
          exit 1; \
 
652
        }; \
 
653
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
654
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
655
          exit 1; \
 
656
        }; \
 
657
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
642
658
           || { echo "ERROR: files left after uninstall:" ; \
643
659
                if test -n "$(DESTDIR)"; then \
644
660
                  echo "  (check DESTDIR support)"; \
670
686
 
671
687
installcheck: installcheck-recursive
672
688
install-strip:
673
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
674
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
675
 
          `test -z '$(STRIP)' || \
676
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
689
        if test -z '$(STRIP)'; then \
 
690
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
691
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
692
              install; \
 
693
        else \
 
694
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
695
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
696
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
697
        fi
677
698
mostlyclean-generic:
678
699
 
679
700
clean-generic:
762
783
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
763
784
        all all-am am--refresh check check-am check-local clean \
764
785
        clean-generic clean-libtool ctags ctags-recursive dist \
765
 
        dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \
766
 
        dist-tarZ dist-xz dist-zip distcheck distclean \
 
786
        dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-lzma \
 
787
        dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
767
788
        distclean-generic distclean-hdr distclean-libtool \
768
789
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
769
790
        dvi-am html html-am info info-am install install-am \
811
832
dist-hook:
812
833
        chmod u+w ${distdir}/ChangeLog
813
834
        if test -d ${top_srcdir}/.git; then \
814
 
                git log --date=iso $(CHANGELOG_RANGE) > ${distdir}/ChangeLog; \
 
835
                ( cd ${top_srcdir} && git log --date=iso $(CHANGELOG_RANGE) ) > ${distdir}/ChangeLog; \
815
836
        fi
816
837
 
817
838
distcheck-hook:
834
855
                        exit 2; \
835
856
                        ;; \
836
857
        esac
837
 
        @if ! git diff --no-ext-diff --quiet --exit-code; then \
 
858
        @cd ${top_srcdir} && \
 
859
        if ! git diff --no-ext-diff --quiet --exit-code; then \
838
860
                echo "Hey! Your tree is dirty! No release for you." >&2; \
839
861
                exit 2; \
840
862
        fi
841
 
        @if ! git diff --cached --no-ext-diff --quiet --exit-code; then \
 
863
        @cd ${top_srcdir} && \
 
864
        if ! git diff --cached --no-ext-diff --quiet --exit-code; then \
842
865
                echo "Hey! You have changes staged! No release for you." >&2; \
843
866
                exit 2; \
844
867
        fi