~walkerlee/totem/pre-interview

« back to all changes in this revision

Viewing changes to data/icons/16x16/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-05-26 00:07:51 UTC
  • mfrom: (1.6.1) (24.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130526000751-kv8ap3x1di4qq8j2
Tags: 3.8.2-0ubuntu1
* Sync with Debian. Remaining changes: 
* debian/control.in:
  - Drop build-depends on libepc-ui-dev and libgrilo-0.2-dev (in universe)
  - Drop libxtst-dev build-depends so that the (redundant) fake key presses
    for inhibiting the screensaver are disabled (LP: #1007438)
  - Build-depend on libzeitgeist-dev
  - Suggest rather than recommend gstreamer components in universe
  - Add totem-plugins-extra
  - Add XB-Npp-Description and XB-Npp-Filename header to the 
    totem-mozilla package to improve ubufox/ubuntu plugin db integration 
  - Refer to Firefox in totem-mozilla description instead of Iceweasel
  - Don't have totem-mozilla recommend any particular browser
  - Drop obsolete python library dependencies since iplayer is no longer
    included
* debian/totem-common.install, debian/source_totem.py:
  - Install Ubuntu apport debugging hook
* debian/totem-plugins-extra.install:
  - Universe plugins split out of totem-plugins (currently only gromit)
* debian/totem-plugins.install:    
  - Skip the plugins split to -extra and add the zeitgeist plugin
* debian/rules:
  - Build with --fail-missing, to ensure we install everything. 
    + Ignore libtotem.{,l}a since we delibrately don't install these.
  - Re-enable hardening, make sure both PIE and BINDNOW are used
    by setting hardening=+all. (LP: #1039604)
* debian/patches/91_quicklist_entries.patch:
  - Add static quicklist
* debian/patches/92_gst-plugins-good.patch:
  - Build without unnecessary gstreamer1.0-bad dependency
* debian/patches/93_grilo_optional.patch:
  - Allow building without grilo while grilo MIR is still pending
* debian/patches/correct_desktop_mimetypes.patch:
  - Don't list the mimetypes after the unity lists
* debian/patches/revert_shell_menu.patch: 
  - revert the use of a shell menu until indicator-appmenu can handle
    the mixed shell/traditional menus itself
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.1 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.
16
15
@SET_MAKE@
17
16
 
18
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
  }
19
35
pkgdatadir = $(datadir)/@PACKAGE@
20
36
pkgincludedir = $(includedir)/@PACKAGE@
21
37
pkglibdir = $(libdir)/@PACKAGE@
35
51
build_triplet = @build@
36
52
host_triplet = @host@
37
53
subdir = data/icons/16x16
38
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
54
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
39
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
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
 
56
am__aclocal_m4_deps = $(top_srcdir)/libgd/libgd.m4 \
 
57
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
 
58
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
59
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
60
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
44
61
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
62
        $(ACLOCAL_M4)
46
63
mkinstalldirs = $(install_sh) -d
47
64
CONFIG_HEADER = $(top_builddir)/config.h
48
65
CONFIG_CLEAN_FILES =
49
66
CONFIG_CLEAN_VPATH_FILES =
 
67
AM_V_P = $(am__v_P_@AM_V@)
 
68
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
69
am__v_P_0 = false
 
70
am__v_P_1 = :
50
71
AM_V_GEN = $(am__v_GEN_@AM_V@)
51
72
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
52
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
73
am__v_GEN_0 = @echo "  GEN     " $@;
 
74
am__v_GEN_1 = 
53
75
AM_V_at = $(am__v_at_@AM_V@)
54
76
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
55
77
am__v_at_0 = @
 
78
am__v_at_1 = 
56
79
SOURCES =
57
80
DIST_SOURCES =
 
81
am__can_run_installinfo = \
 
82
  case $$AM_UPDATE_INFO_DIR in \
 
83
    n|no|NO) false;; \
 
84
    *) (install-info --version) >/dev/null 2>&1;; \
 
85
  esac
58
86
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59
87
am__vpath_adj = case $$p in \
60
88
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
84
112
  }
85
113
am__installdirs = "$(DESTDIR)$(icondir)" "$(DESTDIR)$(tvicondir)"
86
114
DATA = $(icon_DATA) $(tvicon_DATA)
 
115
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
87
116
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88
117
ACLOCAL = @ACLOCAL@
89
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
90
118
ALL_LINGUAS = @ALL_LINGUAS@
91
119
ALL_PLUGINS = @ALL_PLUGINS@
92
120
AMTAR = @AMTAR@
100
128
AUTOHEADER = @AUTOHEADER@
101
129
AUTOMAKE = @AUTOMAKE@
102
130
AWK = @AWK@
 
131
BACKEND_CFLAGS = @BACKEND_CFLAGS@
 
132
BACKEND_LIBS = @BACKEND_LIBS@
 
133
BACKEND_TEST_CFLAGS = @BACKEND_TEST_CFLAGS@
 
134
BACKEND_TEST_LIBS = @BACKEND_TEST_LIBS@
103
135
BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
104
136
BROWSER_PLUGIN_DIR = @BROWSER_PLUGIN_DIR@
105
137
BROWSER_PLUGIN_LIBS = @BROWSER_PLUGIN_LIBS@
121
153
DBUS_LIBS = @DBUS_LIBS@
122
154
DEFS = @DEFS@
123
155
DEPDIR = @DEPDIR@
124
 
DEPENDENCY_CFLAGS = @DEPENDENCY_CFLAGS@
125
 
DEPENDENCY_LIBS = @DEPENDENCY_LIBS@
126
156
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
127
157
DISC_RECORDER_CFLAGS = @DISC_RECORDER_CFLAGS@
128
158
DISC_RECORDER_LIBS = @DISC_RECORDER_LIBS@
129
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
130
159
DLLTOOL = @DLLTOOL@
131
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
132
160
DSYMUTIL = @DSYMUTIL@
133
161
DUMPBIN = @DUMPBIN@
134
162
ECHO_C = @ECHO_C@
136
164
ECHO_T = @ECHO_T@
137
165
EGREP = @EGREP@
138
166
EXEEXT = @EXEEXT@
139
 
EXTRA_BACKEND_LIBS = @EXTRA_BACKEND_LIBS@
140
167
FGREP = @FGREP@
141
168
FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
142
169
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
143
170
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
144
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
145
171
GLIB_MKENUMS = @GLIB_MKENUMS@
146
172
GLIB_REQS = @GLIB_REQS@
 
173
GLOW_BUTTON_CFLAGS = @GLOW_BUTTON_CFLAGS@
 
174
GLOW_BUTTON_LIBS = @GLOW_BUTTON_LIBS@
147
175
GMSGFMT = @GMSGFMT@
148
176
GREP = @GREP@
149
177
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
150
 
GST_CFLAGS = @GST_CFLAGS@
151
 
GST_LIBS = @GST_LIBS@
 
178
GST_PLUGINS_BAD_CFLAGS = @GST_PLUGINS_BAD_CFLAGS@
 
179
GST_PLUGINS_BAD_LIBS = @GST_PLUGINS_BAD_LIBS@
152
180
GTKDOC_CHECK = @GTKDOC_CHECK@
153
181
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
154
182
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
155
183
GTKDOC_MKPDF = @GTKDOC_MKPDF@
156
184
GTKDOC_REBASE = @GTKDOC_REBASE@
157
 
GTK_CFLAGS = @GTK_CFLAGS@
158
 
GTK_LIBS = @GTK_LIBS@
159
185
GTK_REQS = @GTK_REQS@
 
186
HELPER_CFLAGS = @HELPER_CFLAGS@
 
187
HELPER_LIBS = @HELPER_LIBS@
160
188
HELP_DIR = @HELP_DIR@
161
189
HTML_DIR = @HTML_DIR@
162
190
INSTALL = @INSTALL@
180
208
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
181
209
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
182
210
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
211
ITSTOOL = @ITSTOOL@
183
212
LD = @LD@
184
213
LDFLAGS = @LDFLAGS@
185
 
LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
186
 
LIBEPC_LIBS = @LIBEPC_LIBS@
 
214
LIBGD_CFLAGS = @LIBGD_CFLAGS@
 
215
LIBGD_GIR_INCLUDES = @LIBGD_GIR_INCLUDES@
 
216
LIBGD_LIBS = @LIBGD_LIBS@
 
217
LIBGD_MODULE_DIR = @LIBGD_MODULE_DIR@
 
218
LIBGD_SOURCES = @LIBGD_SOURCES@
187
219
LIBGRILO_CFLAGS = @LIBGRILO_CFLAGS@
188
220
LIBGRILO_LIBS = @LIBGRILO_LIBS@
 
221
LIBM = @LIBM@
189
222
LIBOBJS = @LIBOBJS@
 
223
LIBPLAYER_CFLAGS = @LIBPLAYER_CFLAGS@
 
224
LIBPLAYER_LIBS = @LIBPLAYER_LIBS@
190
225
LIBS = @LIBS@
191
226
LIBTOOL = @LIBTOOL@
192
227
LIBZEITGEIST_CFLAGS = @LIBZEITGEIST_CFLAGS@
203
238
MISSING_PLUGINS_CFLAGS = @MISSING_PLUGINS_CFLAGS@
204
239
MISSING_PLUGINS_LIBS = @MISSING_PLUGINS_LIBS@
205
240
MKDIR_P = @MKDIR_P@
206
 
MM_CFLAGS = @MM_CFLAGS@
207
 
MM_LIBS = @MM_LIBS@
208
241
MSGFMT = @MSGFMT@
209
242
MSGMERGE = @MSGMERGE@
210
243
NAUTILUSDIR = @NAUTILUSDIR@
214
247
NMEDIT = @NMEDIT@
215
248
OBJDUMP = @OBJDUMP@
216
249
OBJEXT = @OBJEXT@
217
 
OMF_DIR = @OMF_DIR@
218
250
OTOOL = @OTOOL@
219
251
OTOOL64 = @OTOOL64@
220
252
PACKAGE = @PACKAGE@
225
257
PACKAGE_URL = @PACKAGE_URL@
226
258
PACKAGE_VERSION = @PACKAGE_VERSION@
227
259
PATH_SEPARATOR = @PATH_SEPARATOR@
228
 
PEASGTK_CFLAGS = @PEASGTK_CFLAGS@
229
 
PEASGTK_LIBS = @PEASGTK_LIBS@
230
 
PEAS_CFLAGS = @PEAS_CFLAGS@
231
 
PEAS_LIBS = @PEAS_LIBS@
 
260
PIXBUF_HELPER_CFLAGS = @PIXBUF_HELPER_CFLAGS@
 
261
PIXBUF_HELPER_LIBS = @PIXBUF_HELPER_LIBS@
232
262
PKG_CONFIG = @PKG_CONFIG@
233
263
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
234
264
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
265
PLAYER_CFLAGS = @PLAYER_CFLAGS@
 
266
PLAYER_LIBS = @PLAYER_LIBS@
235
267
PLUGINDIR = @PLUGINDIR@
236
268
PLUGINS = @PLUGINS@
 
269
PLUGIN_VIEWER_CFLAGS = @PLUGIN_VIEWER_CFLAGS@
 
270
PLUGIN_VIEWER_LIBS = @PLUGIN_VIEWER_LIBS@
 
271
PREVIEW_CFLAGS = @PREVIEW_CFLAGS@
 
272
PREVIEW_LIBS = @PREVIEW_LIBS@
 
273
PROPERTIES_CFLAGS = @PROPERTIES_CFLAGS@
 
274
PROPERTIES_LIBS = @PROPERTIES_LIBS@
237
275
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
238
276
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
239
277
PYLINT = @PYLINT@
253
291
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
254
292
SMCLIENT_LIBS = @SMCLIENT_LIBS@
255
293
STRIP = @STRIP@
 
294
THUMBNAILER_CFLAGS = @THUMBNAILER_CFLAGS@
 
295
THUMBNAILER_LIBS = @THUMBNAILER_LIBS@
 
296
TIME_HELPER_CFLAGS = @TIME_HELPER_CFLAGS@
 
297
TIME_HELPER_LIBS = @TIME_HELPER_LIBS@
256
298
TOTEM_API_VERSION = @TOTEM_API_VERSION@
257
299
TOTEM_PLPARSER_REQS = @TOTEM_PLPARSER_REQS@
258
300
TOTEM_VERSION_MAJOR = @TOTEM_VERSION_MAJOR@
264
306
WARN_CFLAGS = @WARN_CFLAGS@
265
307
WARN_CXXFLAGS = @WARN_CXXFLAGS@
266
308
XGETTEXT = @XGETTEXT@
267
 
XMKMF = @XMKMF@
268
 
XTEST_LIBS = @XTEST_LIBS@
269
 
X_LIBS = @X_LIBS@
 
309
XMLLINT = @XMLLINT@
270
310
abs_builddir = @abs_builddir@
271
311
abs_srcdir = @abs_srcdir@
272
312
abs_top_builddir = @abs_top_builddir@
373
413
        -rm -rf .libs _libs
374
414
install-iconDATA: $(icon_DATA)
375
415
        @$(NORMAL_INSTALL)
376
 
        test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
377
416
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
417
        if test -n "$$list"; then \
 
418
          echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
 
419
          $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \
 
420
        fi; \
378
421
        for p in $$list; do \
379
422
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
380
423
          echo "$$d$$p"; \
391
434
        dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
392
435
install-tviconDATA: $(tvicon_DATA)
393
436
        @$(NORMAL_INSTALL)
394
 
        test -z "$(tvicondir)" || $(MKDIR_P) "$(DESTDIR)$(tvicondir)"
395
437
        @list='$(tvicon_DATA)'; test -n "$(tvicondir)" || list=; \
 
438
        if test -n "$$list"; then \
 
439
          echo " $(MKDIR_P) '$(DESTDIR)$(tvicondir)'"; \
 
440
          $(MKDIR_P) "$(DESTDIR)$(tvicondir)" || exit 1; \
 
441
        fi; \
396
442
        for p in $$list; do \
397
443
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
398
444
          echo "$$d$$p"; \
407
453
        @list='$(tvicon_DATA)'; test -n "$(tvicondir)" || list=; \
408
454
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
409
455
        dir='$(DESTDIR)$(tvicondir)'; $(am__uninstall_files_from_dir)
410
 
tags: TAGS
411
 
TAGS:
412
 
 
413
 
ctags: CTAGS
414
 
CTAGS:
 
456
tags TAGS:
 
457
 
 
458
ctags CTAGS:
 
459
 
 
460
cscope cscopelist:
415
461
 
416
462
 
417
463
distdir: $(DISTFILES)
550
596
.MAKE: install-am install-strip
551
597
 
552
598
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
553
 
        distclean distclean-generic distclean-libtool distdir dvi \
554
 
        dvi-am html html-am info info-am install install-am \
555
 
        install-data install-data-am install-dvi install-dvi-am \
556
 
        install-exec install-exec-am install-html install-html-am \
557
 
        install-iconDATA install-info install-info-am install-man \
558
 
        install-pdf install-pdf-am install-ps install-ps-am \
559
 
        install-strip install-tviconDATA installcheck installcheck-am \
560
 
        installdirs maintainer-clean maintainer-clean-generic \
561
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
562
 
        ps ps-am uninstall uninstall-am uninstall-iconDATA \
563
 
        uninstall-tviconDATA
 
599
        cscopelist-am ctags-am distclean distclean-generic \
 
600
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
601
        install install-am install-data install-data-am install-dvi \
 
602
        install-dvi-am install-exec install-exec-am install-html \
 
603
        install-html-am install-iconDATA install-info install-info-am \
 
604
        install-man install-pdf install-pdf-am install-ps \
 
605
        install-ps-am install-strip install-tviconDATA installcheck \
 
606
        installcheck-am installdirs maintainer-clean \
 
607
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
608
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
 
609
        uninstall-am uninstall-iconDATA uninstall-tviconDATA
564
610
 
565
611
 
566
612
-include $(top_srcdir)/git.mk