~ubuntu-branches/ubuntu/trusty/totem/trusty

« back to all changes in this revision

Viewing changes to data/icons/22x22/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Michael Biebl, Josselin Mouette, Andreas Henriksson
  • Date: 2012-05-16 00:53:29 UTC
  • mfrom: (1.4.9)
  • Revision ID: package-import@ubuntu.com-20120516005329-7r15mpz4xg53xad7
Tags: 3.4.2-1
[ Michael Biebl ]
* Remove coherence plugin leftovers. It doesn't look like this plugin is
  coming back.

[ Josselin Mouette ]
* 02_revert_clutter.patch: un-clutter totem. Revert to the good old 
  XVideo code. It is less elegant, but works on many more systems.
* Update build-dependencies accordingly.
* Use dh-autoreconf.
* Build-depend on gtk-doc-tools for autoreconf.
* totem-plugins.install: remove rotation plugin.
* Drop useless build-dependency on libmusicbrainz.

[ Andreas Henriksson ]
* New upstream release.
* No longer try to install dropped bemused and youtube plugins.
* Bump GTK+ build-dependency to >= 3.3.6 as required by configure script.
  - could possibly be reverted, when reverting changes to make below apply.
* Disable d/p/02_revert_clutter.patch for now, doesn't apply against 3.4.0.
* Temporarily add build-dependencies needed because of above:
  - libclutter-gst-dev, libclutter-gtk-1.0-dev

[ Michael Biebl ]
* Drop obsolete Build-Depends on libirman-dev. Closes: #672401
* Bump Standards-Version to 3.9.3.
* Drop Build-Depends on libcam-dev, no longer required to build on kfreebsd.
  Closes: #659622
* Install rotation plugin since we are building with Clutter support.

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.
37
37
subdir = data/icons/22x22
38
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
41
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
42
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
43
        $(top_srcdir)/configure.in
41
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
45
        $(ACLOCAL_M4)
43
46
mkinstalldirs = $(install_sh) -d
44
47
CONFIG_HEADER = $(top_builddir)/config.h
45
48
CONFIG_CLEAN_FILES =
46
49
CONFIG_CLEAN_VPATH_FILES =
47
 
AM_V_GEN = $(am__v_GEN_$(V))
48
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
50
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
51
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
49
52
am__v_GEN_0 = @echo "  GEN   " $@;
50
 
AM_V_at = $(am__v_at_$(V))
51
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
53
AM_V_at = $(am__v_at_@AM_V@)
 
54
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
52
55
am__v_at_0 = @
53
56
SOURCES =
54
57
DIST_SOURCES =
73
76
am__base_list = \
74
77
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
75
78
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
79
am__uninstall_files_from_dir = { \
 
80
  test -z "$$files" \
 
81
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
82
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
83
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
84
  }
76
85
am__installdirs = "$(DESTDIR)$(icondir)" "$(DESTDIR)$(tvicondir)"
77
86
DATA = $(icon_DATA) $(tvicon_DATA)
78
87
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91
100
AUTOHEADER = @AUTOHEADER@
92
101
AUTOMAKE = @AUTOMAKE@
93
102
AWK = @AWK@
94
 
BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
95
 
BEMUSED_LIBS = @BEMUSED_LIBS@
96
103
BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
97
104
BROWSER_PLUGIN_DIR = @BROWSER_PLUGIN_DIR@
98
105
BROWSER_PLUGIN_LIBS = @BROWSER_PLUGIN_LIBS@
161
168
INTLTOOL_MERGE = @INTLTOOL_MERGE@
162
169
INTLTOOL_PERL = @INTLTOOL_PERL@
163
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@
164
175
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
165
176
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
166
177
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
173
184
LDFLAGS = @LDFLAGS@
174
185
LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
175
186
LIBEPC_LIBS = @LIBEPC_LIBS@
176
 
LIBGDATA_0_7_CFLAGS = @LIBGDATA_0_7_CFLAGS@
177
 
LIBGDATA_0_7_LIBS = @LIBGDATA_0_7_LIBS@
178
 
LIBGDATA_0_9_CFLAGS = @LIBGDATA_0_9_CFLAGS@
179
 
LIBGDATA_0_9_LIBS = @LIBGDATA_0_9_LIBS@
180
 
LIBGDATA_CFLAGS = @LIBGDATA_CFLAGS@
181
 
LIBGDATA_LIBS = @LIBGDATA_LIBS@
182
187
LIBGRILO_CFLAGS = @LIBGRILO_CFLAGS@
183
188
LIBGRILO_LIBS = @LIBGRILO_LIBS@
184
189
LIBOBJS = @LIBOBJS@
185
190
LIBS = @LIBS@
186
 
LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
187
 
LIBSOUP_LIBS = @LIBSOUP_LIBS@
188
191
LIBTOOL = @LIBTOOL@
189
192
LIBZEITGEIST_CFLAGS = @LIBZEITGEIST_CFLAGS@
190
193
LIBZEITGEIST_LIBS = @LIBZEITGEIST_LIBS@
233
236
PLUGINS = @PLUGINS@
234
237
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
235
238
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
 
239
PYLINT = @PYLINT@
236
240
PYTHON = @PYTHON@
237
241
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
238
242
PYTHON_PLATFORM = @PYTHON_PLATFORM@
298
302
includedir = @includedir@
299
303
infodir = @infodir@
300
304
install_sh = @install_sh@
 
305
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
306
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
301
307
libdir = @libdir@
302
308
libexecdir = @libexecdir@
303
309
localedir = @localedir@
382
388
        @$(NORMAL_UNINSTALL)
383
389
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
384
390
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
385
 
        test -n "$$files" || exit 0; \
386
 
        echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
387
 
        cd "$(DESTDIR)$(icondir)" && rm -f $$files
 
391
        dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
388
392
install-tviconDATA: $(tvicon_DATA)
389
393
        @$(NORMAL_INSTALL)
390
394
        test -z "$(tvicondir)" || $(MKDIR_P) "$(DESTDIR)$(tvicondir)"
402
406
        @$(NORMAL_UNINSTALL)
403
407
        @list='$(tvicon_DATA)'; test -n "$(tvicondir)" || list=; \
404
408
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
405
 
        test -n "$$files" || exit 0; \
406
 
        echo " ( cd '$(DESTDIR)$(tvicondir)' && rm -f" $$files ")"; \
407
 
        cd "$(DESTDIR)$(tvicondir)" && rm -f $$files
 
409
        dir='$(DESTDIR)$(tvicondir)'; $(am__uninstall_files_from_dir)
408
410
tags: TAGS
409
411
TAGS:
410
412
 
459
461
 
460
462
installcheck: installcheck-am
461
463
install-strip:
462
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
463
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
464
 
          `test -z '$(STRIP)' || \
465
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
464
        if test -z '$(STRIP)'; then \
 
465
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
466
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
467
              install; \
 
468
        else \
 
469
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
470
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
471
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
472
        fi
466
473
mostlyclean-generic:
467
474
 
468
475
clean-generic: