~ubuntu-branches/ubuntu/trusty/pitivi/trusty-proposed

« back to all changes in this revision

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