~ubuntu-branches/ubuntu/trusty/empathy/trusty

« back to all changes in this revision

Viewing changes to libempathy-gtk/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-01-10 10:18:05 UTC
  • mfrom: (213.1.2 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130110101805-17u1i4idzvdsyu4s
Tags: 3.6.3-0ubuntu2
* Re-apply changes to switch to GStreamer 1.0.
* Update build-deps and pass enable flag in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
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.
53
52
build_triplet = @build@
54
53
host_triplet = @host@
55
54
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
55
        $(top_srcdir)/depcomp \
56
56
        $(top_srcdir)/tools/check-coding-style.mk \
57
57
        $(top_srcdir)/tools/flymake.mk
58
58
@HAVE_GEOCLUE_TRUE@am__append_1 = \
247
247
AM_V_lt = $(am__v_lt_@AM_V@)
248
248
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
249
249
am__v_lt_0 = --silent
 
250
am__v_lt_1 = 
250
251
libempathy_gtk_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
251
252
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
252
253
        $(AM_CFLAGS) $(CFLAGS) $(libempathy_gtk_la_LDFLAGS) $(LDFLAGS) \
253
254
        -o $@
 
255
AM_V_P = $(am__v_P_@AM_V@)
 
256
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
257
am__v_P_0 = false
 
258
am__v_P_1 = :
 
259
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
260
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
261
am__v_GEN_0 = @echo "  GEN     " $@;
 
262
am__v_GEN_1 = 
 
263
AM_V_at = $(am__v_at_@AM_V@)
 
264
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
265
am__v_at_0 = @
 
266
am__v_at_1 = 
254
267
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
255
268
depcomp = $(SHELL) $(top_srcdir)/depcomp
256
269
am__depfiles_maybe = depfiles
263
276
        $(AM_CFLAGS) $(CFLAGS)
264
277
AM_V_CC = $(am__v_CC_@AM_V@)
265
278
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
266
 
am__v_CC_0 = @echo "  CC    " $@;
267
 
AM_V_at = $(am__v_at_@AM_V@)
268
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
269
 
am__v_at_0 = @
 
279
am__v_CC_0 = @echo "  CC      " $@;
 
280
am__v_CC_1 = 
270
281
CCLD = $(CC)
271
282
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
272
283
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
273
284
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
274
285
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
275
286
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
276
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
277
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
278
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
279
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
287
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
288
am__v_CCLD_1 = 
280
289
SOURCES = $(libempathy_gtk_la_SOURCES) \
281
290
        $(nodist_libempathy_gtk_la_SOURCES)
282
291
DIST_SOURCES = $(am__libempathy_gtk_la_SOURCES_DIST)
754
763
 
755
764
clean-pkglibLTLIBRARIES:
756
765
        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
757
 
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
758
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
759
 
          test "$$dir" != "$$p" || dir=.; \
760
 
          echo "rm -f \"$${dir}/so_locations\""; \
761
 
          rm -f "$${dir}/so_locations"; \
762
 
        done
 
766
        @list='$(pkglib_LTLIBRARIES)'; \
 
767
        locs=`for p in $$list; do echo $$p; done | \
 
768
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
769
              sort -u`; \
 
770
        test -z "$$locs" || { \
 
771
          echo rm -f $${locs}; \
 
772
          rm -f $${locs}; \
 
773
        }
763
774
libempathy-gtk.la: $(libempathy_gtk_la_OBJECTS) $(libempathy_gtk_la_DEPENDENCIES) $(EXTRA_libempathy_gtk_la_DEPENDENCIES) 
764
775
        $(AM_V_CCLD)$(libempathy_gtk_la_LINK) -rpath $(pkglibdir) $(libempathy_gtk_la_OBJECTS) $(libempathy_gtk_la_LIBADD) $(LIBS)
765
776
 
890
901
        dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
891
902
 
892
903
# This directory's subdirectories are mostly independent; you can cd
893
 
# into them and run `make' without going through this Makefile.
894
 
# To change the values of `make' variables: instead of editing Makefiles,
895
 
# (1) if the variable is set in `config.status', edit `config.status'
896
 
#     (which will cause the Makefiles to be regenerated when you run `make');
897
 
# (2) otherwise, pass the desired values on the `make' command line.
898
 
$(RECURSIVE_TARGETS):
 
904
# into them and run 'make' without going through this Makefile.
 
905
# To change the values of 'make' variables: instead of editing Makefiles,
 
906
# (1) if the variable is set in 'config.status', edit 'config.status'
 
907
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
908
# (2) otherwise, pass the desired values on the 'make' command line.
 
909
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
899
910
        @fail= failcom='exit 1'; \
900
911
        for f in x $$MAKEFLAGS; do \
901
912
          case $$f in \
905
916
        done; \
906
917
        dot_seen=no; \
907
918
        target=`echo $@ | sed s/-recursive//`; \
908
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
919
        case "$@" in \
 
920
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
921
          *) list='$(SUBDIRS)' ;; \
 
922
        esac; \
 
923
        for subdir in $$list; do \
909
924
          echo "Making $$target in $$subdir"; \
910
925
          if test "$$subdir" = "."; then \
911
926
            dot_seen=yes; \
919
934
        if test "$$dot_seen" = "no"; then \
920
935
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
921
936
        fi; test -z "$$fail"
922
 
 
923
 
$(RECURSIVE_CLEAN_TARGETS):
924
 
        @fail= failcom='exit 1'; \
925
 
        for f in x $$MAKEFLAGS; do \
926
 
          case $$f in \
927
 
            *=* | --[!k]*);; \
928
 
            *k*) failcom='fail=yes';; \
929
 
          esac; \
930
 
        done; \
931
 
        dot_seen=no; \
932
 
        case "$@" in \
933
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
934
 
          *) list='$(SUBDIRS)' ;; \
935
 
        esac; \
936
 
        rev=''; for subdir in $$list; do \
937
 
          if test "$$subdir" = "."; then :; else \
938
 
            rev="$$subdir $$rev"; \
939
 
          fi; \
940
 
        done; \
941
 
        rev="$$rev ."; \
942
 
        target=`echo $@ | sed s/-recursive//`; \
943
 
        for subdir in $$rev; do \
944
 
          echo "Making $$target in $$subdir"; \
945
 
          if test "$$subdir" = "."; then \
946
 
            local_target="$$target-am"; \
947
 
          else \
948
 
            local_target="$$target"; \
949
 
          fi; \
950
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
951
 
          || eval $$failcom; \
952
 
        done && test -z "$$fail"
953
937
tags-recursive:
954
938
        list='$(SUBDIRS)'; for subdir in $$list; do \
955
939
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
958
942
        list='$(SUBDIRS)'; for subdir in $$list; do \
959
943
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
960
944
        done
 
945
cscopelist-recursive:
 
946
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
947
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
948
        done
961
949
 
962
950
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
963
951
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1021
1009
          && $(am__cd) $(top_srcdir) \
1022
1010
          && gtags -i $(GTAGS_ARGS) "$$here"
1023
1011
 
 
1012
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
1013
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
1014
        case "$(srcdir)" in \
 
1015
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
1016
          *) sdir=$(subdir)/$(srcdir) ;; \
 
1017
        esac; \
 
1018
        for i in $$list; do \
 
1019
          if test -f "$$i"; then \
 
1020
            echo "$(subdir)/$$i"; \
 
1021
          else \
 
1022
            echo "$$sdir/$$i"; \
 
1023
          fi; \
 
1024
        done >> $(top_builddir)/cscope.files
 
1025
 
1024
1026
distclean-tags:
1025
1027
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1026
1028
 
1194
1196
uninstall-am: uninstall-pkglibLTLIBRARIES uninstall-uiDATA
1195
1197
 
1196
1198
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1197
 
        check-am ctags-recursive install install-am install-strip \
1198
 
        tags-recursive
 
1199
        check-am cscopelist-recursive ctags-recursive install \
 
1200
        install-am install-strip tags-recursive
1199
1201
 
1200
1202
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1201
1203
        all all-am check check-am check-local clean clean-generic \
1202
 
        clean-libtool clean-pkglibLTLIBRARIES ctags ctags-recursive \
1203
 
        distclean distclean-compile distclean-generic \
1204
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
1205
 
        html-am info info-am install install-am install-data \
1206
 
        install-data-am install-dvi install-dvi-am install-exec \
1207
 
        install-exec-am install-html install-html-am install-info \
1208
 
        install-info-am install-man install-pdf install-pdf-am \
1209
 
        install-pkglibLTLIBRARIES install-ps install-ps-am \
1210
 
        install-strip install-uiDATA installcheck installcheck-am \
1211
 
        installdirs installdirs-am maintainer-clean \
1212
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
1213
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1214
 
        tags tags-recursive uninstall uninstall-am \
 
1204
        clean-libtool clean-pkglibLTLIBRARIES cscopelist \
 
1205
        cscopelist-recursive ctags ctags-recursive distclean \
 
1206
        distclean-compile distclean-generic distclean-libtool \
 
1207
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
1208
        install install-am install-data install-data-am install-dvi \
 
1209
        install-dvi-am install-exec install-exec-am install-html \
 
1210
        install-html-am install-info install-info-am install-man \
 
1211
        install-pdf install-pdf-am install-pkglibLTLIBRARIES \
 
1212
        install-ps install-ps-am install-strip install-uiDATA \
 
1213
        installcheck installcheck-am installdirs installdirs-am \
 
1214
        maintainer-clean maintainer-clean-generic mostlyclean \
 
1215
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
1216
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1215
1217
        uninstall-pkglibLTLIBRARIES uninstall-uiDATA
1216
1218
 
1217
1219
check-syntax: