~timo-jyrinki/ubuntu/trusty/pitivi/backport_utopic_fixes

« back to all changes in this revision

Viewing changes to data/icons/48x48/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2014-04-05 15:28:16 UTC
  • mfrom: (6.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20140405152816-6lijoax4cngiz5j5
Tags: 0.93-3
* debian/control:
  + Depend on python-gi (>= 3.10), older versions do not work
    with pitivi (Closes: #732813).
  + Add missing dependency on gir1.2-clutter-gst-2.0 (Closes: #743692).
  + Add suggests on gir1.2-notify-0.7 and gir1.2-gnomedesktop-3.0.

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.13.4 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  Free Software Foundation,
6
 
# Inc.
 
4
# Copyright (C) 1994-2013 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__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
 
31
    case $$MAKEFLAGS in \
 
32
      *\\[\ \   ]*) \
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
19
63
pkgdatadir = $(datadir)/@PACKAGE@
20
64
pkgincludedir = $(includedir)/@PACKAGE@
21
65
pkglibdir = $(libdir)/@PACKAGE@
32
76
NORMAL_UNINSTALL = :
33
77
PRE_UNINSTALL = :
34
78
POST_UNINSTALL = :
 
79
build_triplet = @build@
 
80
host_triplet = @host@
35
81
subdir = data/icons/48x48
36
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
37
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
84
am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
39
 
        $(top_srcdir)/common/m4/as-python.m4 \
40
85
        $(top_srcdir)/common/m4/as-version.m4 \
41
86
        $(top_srcdir)/common/m4/glib-gettext.m4 \
42
87
        $(top_srcdir)/common/m4/pkg.m4 $(top_srcdir)/configure.ac
45
90
mkinstalldirs = $(install_sh) -d
46
91
CONFIG_CLEAN_FILES =
47
92
CONFIG_CLEAN_VPATH_FILES =
 
93
AM_V_P = $(am__v_P_@AM_V@)
 
94
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
95
am__v_P_0 = false
 
96
am__v_P_1 = :
 
97
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
98
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
99
am__v_GEN_0 = @echo "  GEN     " $@;
 
100
am__v_GEN_1 = 
 
101
AM_V_at = $(am__v_at_@AM_V@)
 
102
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
103
am__v_at_0 = @
 
104
am__v_at_1 = 
48
105
SOURCES =
49
106
DIST_SOURCES =
 
107
am__can_run_installinfo = \
 
108
  case $$AM_UPDATE_INFO_DIR in \
 
109
    n|no|NO) false;; \
 
110
    *) (install-info --version) >/dev/null 2>&1;; \
 
111
  esac
50
112
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51
113
am__vpath_adj = case $$p in \
52
114
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
68
130
am__base_list = \
69
131
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
70
132
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
133
am__uninstall_files_from_dir = { \
 
134
  test -z "$$files" \
 
135
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
136
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
137
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
138
  }
71
139
am__installdirs = "$(DESTDIR)$(iconsdir)"
72
140
DATA = $(icons_DATA)
 
141
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
73
142
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
74
143
ACLOCAL = @ACLOCAL@
75
144
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
76
145
ALL_LINGUAS = @ALL_LINGUAS@
77
146
AMTAR = @AMTAR@
 
147
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
148
AR = @AR@
78
149
AUTOCONF = @AUTOCONF@
79
150
AUTOHEADER = @AUTOHEADER@
80
151
AUTOMAKE = @AUTOMAKE@
84
155
CC = @CC@
85
156
CCDEPMODE = @CCDEPMODE@
86
157
CFLAGS = @CFLAGS@
 
158
CONFIGURED_GI_TYPELIB_PATH = @CONFIGURED_GI_TYPELIB_PATH@
87
159
CONFIGURED_GST_PLUGIN_PATH = @CONFIGURED_GST_PLUGIN_PATH@
88
160
CONFIGURED_LD_LIBRARY_PATH = @CONFIGURED_LD_LIBRARY_PATH@
89
161
CONFIGURED_PYTHONPATH = @CONFIGURED_PYTHONPATH@
94
166
DATADIRNAME = @DATADIRNAME@
95
167
DEFS = @DEFS@
96
168
DEPDIR = @DEPDIR@
97
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
98
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
169
DLLTOOL = @DLLTOOL@
 
170
DSYMUTIL = @DSYMUTIL@
 
171
DUMPBIN = @DUMPBIN@
99
172
ECHO_C = @ECHO_C@
100
173
ECHO_N = @ECHO_N@
101
174
ECHO_T = @ECHO_T@
102
175
EGREP = @EGREP@
103
176
EXEEXT = @EXEEXT@
 
177
FGREP = @FGREP@
104
178
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
105
179
GMOFILES = @GMOFILES@
106
180
GMSGFMT = @GMSGFMT@
107
 
GNONLIN_REQ = @GNONLIN_REQ@
108
181
GREP = @GREP@
109
 
GST_REQ = @GST_REQ@
110
 
GTK_REQ = @GTK_REQ@
111
182
HELP_DIR = @HELP_DIR@
112
183
INSTALL = @INSTALL@
113
184
INSTALL_DATA = @INSTALL_DATA@
120
191
INTLTOOL_MERGE = @INTLTOOL_MERGE@
121
192
INTLTOOL_PERL = @INTLTOOL_PERL@
122
193
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
194
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
195
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
196
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
197
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
198
ITSTOOL = @ITSTOOL@
 
199
LD = @LD@
123
200
LDFLAGS = @LDFLAGS@
124
201
LIBDIR = @LIBDIR@
125
202
LIBOBJS = @LIBOBJS@
126
203
LIBS = @LIBS@
 
204
LIBTOOL = @LIBTOOL@
 
205
LIPO = @LIPO@
127
206
LN_S = @LN_S@
128
207
LOCALSTATEDIR = @LOCALSTATEDIR@
129
208
LTLIBOBJS = @LTLIBOBJS@
130
209
MAKEINFO = @MAKEINFO@
 
210
MANIFEST_TOOL = @MANIFEST_TOOL@
131
211
MKDIR_P = @MKDIR_P@
132
212
MKINSTALLDIRS = @MKINSTALLDIRS@
133
213
MSGFMT = @MSGFMT@
134
214
MSGFMT_OPTS = @MSGFMT_OPTS@
135
215
MSGMERGE = @MSGMERGE@
 
216
NM = @NM@
 
217
NMEDIT = @NMEDIT@
 
218
OBJDUMP = @OBJDUMP@
136
219
OBJEXT = @OBJEXT@
137
 
OMF_DIR = @OMF_DIR@
 
220
OTOOL = @OTOOL@
 
221
OTOOL64 = @OTOOL64@
138
222
PACKAGE = @PACKAGE@
139
223
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
140
224
PACKAGE_NAME = @PACKAGE_NAME@
145
229
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
146
230
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
147
231
PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
148
 
PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
149
 
PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
150
232
PATH_SEPARATOR = @PATH_SEPARATOR@
151
233
PKG_CONFIG = @PKG_CONFIG@
152
234
POFILES = @POFILES@
153
235
POSUB = @POSUB@
154
236
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
155
237
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
156
 
PYCAIRO_REQ = @PYCAIRO_REQ@
157
 
PYGST_REQ = @PYGST_REQ@
158
 
PYGTK_REQ = @PYGTK_REQ@
159
238
PYTHON = @PYTHON@
 
239
PYTHON_CFLAGS = @PYTHON_CFLAGS@
160
240
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
241
PYTHON_LIBS = @PYTHON_LIBS@
161
242
PYTHON_PLATFORM = @PYTHON_PLATFORM@
162
243
PYTHON_PREFIX = @PYTHON_PREFIX@
163
244
PYTHON_VERSION = @PYTHON_VERSION@
 
245
RANLIB = @RANLIB@
 
246
SED = @SED@
164
247
SET_MAKE = @SET_MAKE@
165
248
SHELL = @SHELL@
166
249
STRIP = @STRIP@
168
251
USE_NLS = @USE_NLS@
169
252
VERSION = @VERSION@
170
253
XGETTEXT = @XGETTEXT@
 
254
XMLLINT = @XMLLINT@
171
255
abs_builddir = @abs_builddir@
172
256
abs_srcdir = @abs_srcdir@
173
257
abs_top_builddir = @abs_top_builddir@
174
258
abs_top_srcdir = @abs_top_srcdir@
 
259
ac_ct_AR = @ac_ct_AR@
175
260
ac_ct_CC = @ac_ct_CC@
 
261
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
176
262
am__include = @am__include@
177
263
am__leading_dot = @am__leading_dot@
178
264
am__quote = @am__quote@
179
265
am__tar = @am__tar@
180
266
am__untar = @am__untar@
181
267
bindir = @bindir@
 
268
build = @build@
182
269
build_alias = @build_alias@
 
270
build_cpu = @build_cpu@
 
271
build_os = @build_os@
 
272
build_vendor = @build_vendor@
183
273
builddir = @builddir@
 
274
cairo_CFLAGS = @cairo_CFLAGS@
 
275
cairo_LIBS = @cairo_LIBS@
184
276
datadir = @datadir@
185
277
datarootdir = @datarootdir@
186
278
docdir = @docdir@
187
279
dvidir = @dvidir@
188
280
exec_prefix = @exec_prefix@
 
281
host = @host@
189
282
host_alias = @host_alias@
 
283
host_cpu = @host_cpu@
 
284
host_os = @host_os@
 
285
host_vendor = @host_vendor@
190
286
htmldir = @htmldir@
191
287
includedir = @includedir@
192
288
infodir = @infodir@
193
289
install_sh = @install_sh@
 
290
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
291
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
194
292
libdir = @libdir@
195
293
libexecdir = @libexecdir@
196
294
localedir = @localedir@
204
302
prefix = @prefix@
205
303
program_transform_name = @program_transform_name@
206
304
psdir = @psdir@
 
305
pycairo_CFLAGS = @pycairo_CFLAGS@
 
306
pycairo_LIBS = @pycairo_LIBS@
207
307
pyexecdir = @pyexecdir@
208
308
pythondir = @pythondir@
209
309
sbindir = @sbindir@
216
316
top_srcdir = @top_srcdir@
217
317
themedir = $(datadir)/icons/hicolor
218
318
size = 48x48
219
 
context = actions
220
319
iconsdir = $(themedir)/$(size)/apps
221
320
icons_DATA = \
222
321
        pitivi.png
223
322
 
224
323
EXTRA_DIST = \
225
 
        $(icons_DATA) \
226
 
        pitivi.svg
 
324
        $(icons_DATA)
227
325
 
228
326
all: all-am
229
327
 
237
335
              exit 1;; \
238
336
          esac; \
239
337
        done; \
240
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/icons/48x48/Makefile'; \
 
338
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/48x48/Makefile'; \
241
339
        $(am__cd) $(top_srcdir) && \
242
 
          $(AUTOMAKE) --gnu data/icons/48x48/Makefile
 
340
          $(AUTOMAKE) --foreign data/icons/48x48/Makefile
243
341
.PRECIOUS: Makefile
244
342
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
245
343
        @case '$?' in \
258
356
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
259
357
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260
358
$(am__aclocal_m4_deps):
 
359
 
 
360
mostlyclean-libtool:
 
361
        -rm -f *.lo
 
362
 
 
363
clean-libtool:
 
364
        -rm -rf .libs _libs
261
365
install-iconsDATA: $(icons_DATA)
262
366
        @$(NORMAL_INSTALL)
263
 
        test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)"
264
367
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
368
        if test -n "$$list"; then \
 
369
          echo " $(MKDIR_P) '$(DESTDIR)$(iconsdir)'"; \
 
370
          $(MKDIR_P) "$(DESTDIR)$(iconsdir)" || exit 1; \
 
371
        fi; \
265
372
        for p in $$list; do \
266
373
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
267
374
          echo "$$d$$p"; \
275
382
        @$(NORMAL_UNINSTALL)
276
383
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
277
384
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
278
 
        test -n "$$files" || exit 0; \
279
 
        echo " ( cd '$(DESTDIR)$(iconsdir)' && rm -f" $$files ")"; \
280
 
        cd "$(DESTDIR)$(iconsdir)" && rm -f $$files
281
 
tags: TAGS
282
 
TAGS:
283
 
 
284
 
ctags: CTAGS
285
 
CTAGS:
 
385
        dir='$(DESTDIR)$(iconsdir)'; $(am__uninstall_files_from_dir)
 
386
tags TAGS:
 
387
 
 
388
ctags CTAGS:
 
389
 
 
390
cscope cscopelist:
286
391
 
287
392
 
288
393
distdir: $(DISTFILES)
332
437
 
333
438
installcheck: installcheck-am
334
439
install-strip:
335
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
336
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
337
 
          `test -z '$(STRIP)' || \
338
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
440
        if test -z '$(STRIP)'; then \
 
441
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
442
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
443
              install; \
 
444
        else \
 
445
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
446
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
447
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
448
        fi
339
449
mostlyclean-generic:
340
450
 
341
451
clean-generic:
349
459
        @echo "it deletes files that may require special tools to rebuild."
350
460
clean: clean-am
351
461
 
352
 
clean-am: clean-generic mostlyclean-am
 
462
clean-am: clean-generic clean-libtool mostlyclean-am
353
463
 
354
464
distclean: distclean-am
355
465
        -rm -f Makefile
401
511
 
402
512
mostlyclean: mostlyclean-am
403
513
 
404
 
mostlyclean-am: mostlyclean-generic
 
514
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
405
515
 
406
516
pdf: pdf-am
407
517
 
415
525
 
416
526
.MAKE: install-am install-strip
417
527
 
418
 
.PHONY: all all-am check check-am clean clean-generic distclean \
419
 
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
528
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
529
        cscopelist-am ctags-am distclean distclean-generic \
 
530
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
420
531
        install install-am install-data install-data-am install-dvi \
421
532
        install-dvi-am install-exec install-exec-am install-html \
422
533
        install-html-am install-iconsDATA install-info install-info-am \
423
534
        install-man install-pdf install-pdf-am install-ps \
424
535
        install-ps-am install-strip installcheck installcheck-am \
425
536
        installdirs maintainer-clean maintainer-clean-generic \
426
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
427
 
        uninstall-am uninstall-iconsDATA
 
537
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
538
        ps ps-am tags-am uninstall uninstall-am uninstall-iconsDATA
428
539
 
429
540
 
430
541
# Tell versions [3.59,3.63) of GNU make to not export all variables.