~ubuntu-branches/ubuntu/trusty/gst-libav1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to pkgconfig/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-09-24 17:07:00 UTC
  • mfrom: (1.1.17) (7.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130924170700-4dg62s3pwl0pdakz
Tags: 1.2.0-1
* New upstream stable release:
  + debian/control:
    - Build depend on GStreamer and gst-plugins-base >= 1.2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
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))
 
62
pkgdatadir = $(datadir)/@PACKAGE@
 
63
pkgincludedir = $(includedir)/@PACKAGE@
 
64
pkglibdir = $(libdir)/@PACKAGE@
 
65
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
66
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
67
install_sh_DATA = $(install_sh) -c -m 644
 
68
install_sh_PROGRAM = $(install_sh) -c
 
69
install_sh_SCRIPT = $(install_sh) -c
 
70
INSTALL_HEADER = $(INSTALL_DATA)
 
71
transform = $(program_transform_name)
 
72
NORMAL_INSTALL = :
 
73
PRE_INSTALL = :
 
74
POST_INSTALL = :
 
75
NORMAL_UNINSTALL = :
 
76
PRE_UNINSTALL = :
 
77
POST_UNINSTALL = :
 
78
build_triplet = @build@
 
79
host_triplet = @host@
 
80
target_triplet = @target@
 
81
subdir = pkgconfig
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
83
        $(srcdir)/gstreamer-plugins-libav-uninstalled.pc.in
 
84
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
85
am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
 
86
        $(top_srcdir)/common/m4/as-auto-alt.m4 \
 
87
        $(top_srcdir)/common/m4/as-compiler-flag.m4 \
 
88
        $(top_srcdir)/common/m4/as-docbook.m4 \
 
89
        $(top_srcdir)/common/m4/as-libtool.m4 \
 
90
        $(top_srcdir)/common/m4/as-python.m4 \
 
91
        $(top_srcdir)/common/m4/as-version.m4 \
 
92
        $(top_srcdir)/common/m4/gst-arch.m4 \
 
93
        $(top_srcdir)/common/m4/gst-args.m4 \
 
94
        $(top_srcdir)/common/m4/gst-check.m4 \
 
95
        $(top_srcdir)/common/m4/gst-doc.m4 \
 
96
        $(top_srcdir)/common/m4/gst-error.m4 \
 
97
        $(top_srcdir)/common/m4/gst-platform.m4 \
 
98
        $(top_srcdir)/common/m4/gst-plugin-docs.m4 \
 
99
        $(top_srcdir)/common/m4/gst-plugindir.m4 \
 
100
        $(top_srcdir)/common/m4/gst.m4 \
 
101
        $(top_srcdir)/common/m4/gtk-doc.m4 \
 
102
        $(top_srcdir)/common/m4/orc.m4 $(top_srcdir)/common/m4/pkg.m4 \
 
103
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
104
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
105
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
106
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
107
        $(ACLOCAL_M4)
 
108
mkinstalldirs = $(install_sh) -d
 
109
CONFIG_HEADER = $(top_builddir)/config.h
 
110
CONFIG_CLEAN_FILES = gstreamer-plugins-libav-uninstalled.pc
 
111
CONFIG_CLEAN_VPATH_FILES =
 
112
AM_V_P = $(am__v_P_@AM_V@)
 
113
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
114
am__v_P_0 = false
 
115
am__v_P_1 = :
 
116
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
117
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
118
am__v_GEN_0 = @echo "  GEN     " $@;
 
119
am__v_GEN_1 = 
 
120
AM_V_at = $(am__v_at_@AM_V@)
 
121
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
122
am__v_at_0 = @
 
123
am__v_at_1 = 
 
124
SOURCES =
 
125
DIST_SOURCES =
 
126
am__can_run_installinfo = \
 
127
  case $$AM_UPDATE_INFO_DIR in \
 
128
    n|no|NO) false;; \
 
129
    *) (install-info --version) >/dev/null 2>&1;; \
 
130
  esac
 
131
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
132
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
133
ACLOCAL = @ACLOCAL@
 
134
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
135
AMTAR = @AMTAR@
 
136
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
137
AR = @AR@
 
138
AS = @AS@
 
139
AUTOCONF = @AUTOCONF@
 
140
AUTOHEADER = @AUTOHEADER@
 
141
AUTOMAKE = @AUTOMAKE@
 
142
AWK = @AWK@
 
143
CAT_ENTRY_END = @CAT_ENTRY_END@
 
144
CAT_ENTRY_START = @CAT_ENTRY_START@
 
145
CC = @CC@
 
146
CCASFLAGS = @CCASFLAGS@
 
147
CCDEPMODE = @CCDEPMODE@
 
148
CFLAGS = @CFLAGS@
 
149
CPP = @CPP@
 
150
CPPFLAGS = @CPPFLAGS@
 
151
CXXFLAGS = @CXXFLAGS@
 
152
CYGPATH_W = @CYGPATH_W@
 
153
DARWIN_LDFLAGS = @DARWIN_LDFLAGS@
 
154
DEFS = @DEFS@
 
155
DEPDIR = @DEPDIR@
 
156
DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
 
157
DLLTOOL = @DLLTOOL@
 
158
DOCBOOK_ROOT = @DOCBOOK_ROOT@
 
159
DSYMUTIL = @DSYMUTIL@
 
160
DUMPBIN = @DUMPBIN@
 
161
ECHO_C = @ECHO_C@
 
162
ECHO_N = @ECHO_N@
 
163
ECHO_T = @ECHO_T@
 
164
EGREP = @EGREP@
 
165
ERROR_CFLAGS = @ERROR_CFLAGS@
 
166
EXEEXT = @EXEEXT@
 
167
FFLAGS = @FFLAGS@
 
168
FGREP = @FGREP@
 
169
GCOV = @GCOV@
 
170
GCOV_CFLAGS = @GCOV_CFLAGS@
 
171
GCOV_LIBS = @GCOV_LIBS@
 
172
GREP = @GREP@
 
173
GSTPB_PLUGINS_DIR = @GSTPB_PLUGINS_DIR@
 
174
GST_AGE = @GST_AGE@
 
175
GST_ALL_LDFLAGS = @GST_ALL_LDFLAGS@
 
176
GST_API_VERSION = @GST_API_VERSION@
 
177
GST_BASE_CFLAGS = @GST_BASE_CFLAGS@
 
178
GST_BASE_LIBS = @GST_BASE_LIBS@
 
179
GST_CFLAGS = @GST_CFLAGS@
 
180
GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@
 
181
GST_CHECK_LIBS = @GST_CHECK_LIBS@
 
182
GST_CURRENT = @GST_CURRENT@
 
183
GST_LEVEL_DEFAULT = @GST_LEVEL_DEFAULT@
 
184
GST_LIBS = @GST_LIBS@
 
185
GST_LIBVERSION = @GST_LIBVERSION@
 
186
GST_LT_LDFLAGS = @GST_LT_LDFLAGS@
 
187
GST_OPTION_CFLAGS = @GST_OPTION_CFLAGS@
 
188
GST_PACKAGE_NAME = @GST_PACKAGE_NAME@
 
189
GST_PACKAGE_ORIGIN = @GST_PACKAGE_ORIGIN@
 
190
GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@
 
191
GST_PLUGINS_BASE_DIR = @GST_PLUGINS_BASE_DIR@
 
192
GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
 
193
GST_PLUGINS_DIR = @GST_PLUGINS_DIR@
 
194
GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
 
195
GST_PLUGIN_LIBTOOLFLAGS = @GST_PLUGIN_LIBTOOLFLAGS@
 
196
GST_REVISION = @GST_REVISION@
 
197
GST_TOOLS_DIR = @GST_TOOLS_DIR@
 
198
GTKDOC_CHECK = @GTKDOC_CHECK@
 
199
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
200
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
 
201
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
202
GTKDOC_REBASE = @GTKDOC_REBASE@
 
203
HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
 
204
HAVE_DVIPS = @HAVE_DVIPS@
 
205
HAVE_EPSTOPDF = @HAVE_EPSTOPDF@
 
206
HAVE_JADETEX = @HAVE_JADETEX@
 
207
HAVE_PNGTOPNM = @HAVE_PNGTOPNM@
 
208
HAVE_PNMTOPS = @HAVE_PNMTOPS@
 
209
HAVE_PS2PDF = @HAVE_PS2PDF@
 
210
HAVE_XMLLINT = @HAVE_XMLLINT@
 
211
HAVE_XSLTPROC = @HAVE_XSLTPROC@
 
212
HTML_DIR = @HTML_DIR@
 
213
INSTALL = @INSTALL@
 
214
INSTALL_DATA = @INSTALL_DATA@
 
215
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
216
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
217
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
218
LD = @LD@
 
219
LDFLAGS = @LDFLAGS@
 
220
LIBAV_CFLAGS = @LIBAV_CFLAGS@
 
221
LIBAV_CO_DIR = @LIBAV_CO_DIR@
 
222
LIBAV_DEPS = @LIBAV_DEPS@
 
223
LIBAV_EXTERNALS_REVISION = @LIBAV_EXTERNALS_REVISION@
 
224
LIBAV_LIBS = @LIBAV_LIBS@
 
225
LIBAV_REVISION = @LIBAV_REVISION@
 
226
LIBAV_SUBDIRS = @LIBAV_SUBDIRS@
 
227
LIBAV_SVN = @LIBAV_SVN@
 
228
LIBM = @LIBM@
 
229
LIBOBJS = @LIBOBJS@
 
230
LIBS = @LIBS@
 
231
LIBTOOL = @LIBTOOL@
 
232
LIPO = @LIPO@
 
233
LN_S = @LN_S@
 
234
LTLIBOBJS = @LTLIBOBJS@
 
235
MAINT = @MAINT@
 
236
MAKEINFO = @MAKEINFO@
 
237
MANIFEST_TOOL = @MANIFEST_TOOL@
 
238
MKDIR_P = @MKDIR_P@
 
239
NM = @NM@
 
240
NMEDIT = @NMEDIT@
 
241
OBJDUMP = @OBJDUMP@
 
242
OBJEXT = @OBJEXT@
 
243
ORCC = @ORCC@
 
244
ORCC_FLAGS = @ORCC_FLAGS@
 
245
ORC_CFLAGS = @ORC_CFLAGS@
 
246
ORC_LIBS = @ORC_LIBS@
 
247
OTOOL = @OTOOL@
 
248
OTOOL64 = @OTOOL64@
 
249
PACKAGE = @PACKAGE@
 
250
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
251
PACKAGE_NAME = @PACKAGE_NAME@
 
252
PACKAGE_STRING = @PACKAGE_STRING@
 
253
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
254
PACKAGE_URL = @PACKAGE_URL@
 
255
PACKAGE_VERSION = @PACKAGE_VERSION@
 
256
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
 
257
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
 
258
PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
 
259
PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
 
260
PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
 
261
PATH_SEPARATOR = @PATH_SEPARATOR@
 
262
PKG_CONFIG = @PKG_CONFIG@
 
263
PLUGINDIR = @PLUGINDIR@
 
264
PROFILE_CFLAGS = @PROFILE_CFLAGS@
 
265
PYTHON = @PYTHON@
 
266
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
267
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
268
PYTHON_PREFIX = @PYTHON_PREFIX@
 
269
PYTHON_VERSION = @PYTHON_VERSION@
 
270
RANLIB = @RANLIB@
 
271
SED = @SED@
 
272
SET_MAKE = @SET_MAKE@
 
273
SHELL = @SHELL@
 
274
STRIP = @STRIP@
 
275
SWSCALE_CFLAGS = @SWSCALE_CFLAGS@
 
276
SWSCALE_DEPS = @SWSCALE_DEPS@
 
277
SWSCALE_LIBS = @SWSCALE_LIBS@
 
278
VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
 
279
VALGRIND_LIBS = @VALGRIND_LIBS@
 
280
VALGRIND_PATH = @VALGRIND_PATH@
 
281
VERSION = @VERSION@
 
282
WARNING_CFLAGS = @WARNING_CFLAGS@
 
283
WIN32_LIBS = @WIN32_LIBS@
 
284
XML_CATALOG = @XML_CATALOG@
 
285
XSLTPROC = @XSLTPROC@
 
286
XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
 
287
abs_builddir = @abs_builddir@
 
288
abs_srcdir = @abs_srcdir@
 
289
abs_top_builddir = @abs_top_builddir@
 
290
abs_top_srcdir = @abs_top_srcdir@
 
291
ac_ct_AR = @ac_ct_AR@
 
292
ac_ct_CC = @ac_ct_CC@
 
293
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
294
am__include = @am__include@
 
295
am__leading_dot = @am__leading_dot@
 
296
am__quote = @am__quote@
 
297
am__tar = @am__tar@
 
298
am__untar = @am__untar@
 
299
bindir = @bindir@
 
300
build = @build@
 
301
build_alias = @build_alias@
 
302
build_cpu = @build_cpu@
 
303
build_os = @build_os@
 
304
build_vendor = @build_vendor@
 
305
builddir = @builddir@
 
306
datadir = @datadir@
 
307
datarootdir = @datarootdir@
 
308
docdir = @docdir@
 
309
dvidir = @dvidir@
 
310
exec_prefix = @exec_prefix@
 
311
host = @host@
 
312
host_alias = @host_alias@
 
313
host_cpu = @host_cpu@
 
314
host_os = @host_os@
 
315
host_vendor = @host_vendor@
 
316
htmldir = @htmldir@
 
317
includedir = @includedir@
 
318
infodir = @infodir@
 
319
install_sh = @install_sh@
 
320
libdir = @libdir@
 
321
libexecdir = @libexecdir@
 
322
localedir = @localedir@
 
323
localstatedir = @localstatedir@
 
324
mandir = @mandir@
 
325
mkdir_p = @mkdir_p@
 
326
oldincludedir = @oldincludedir@
 
327
pdfdir = @pdfdir@
 
328
pkgpyexecdir = @pkgpyexecdir@
 
329
pkgpythondir = @pkgpythondir@
 
330
plugindir = @plugindir@
 
331
prefix = @prefix@
 
332
program_transform_name = @program_transform_name@
 
333
psdir = @psdir@
 
334
pyexecdir = @pyexecdir@
 
335
pythondir = @pythondir@
 
336
sbindir = @sbindir@
 
337
sharedstatedir = @sharedstatedir@
 
338
srcdir = @srcdir@
 
339
sysconfdir = @sysconfdir@
 
340
target = @target@
 
341
target_alias = @target_alias@
 
342
target_cpu = @target_cpu@
 
343
target_os = @target_os@
 
344
target_vendor = @target_vendor@
 
345
top_build_prefix = @top_build_prefix@
 
346
top_builddir = @top_builddir@
 
347
top_srcdir = @top_srcdir@
 
348
 
 
349
### all of the standard pc files we need to generate
 
350
pcverfiles = \
 
351
        gstreamer-plugins-libav-@GST_API_VERSION@.pc
 
352
 
 
353
pcverfiles_uninstalled = \
 
354
        gstreamer-plugins-libav-@GST_API_VERSION@-uninstalled.pc
 
355
 
 
356
cp_verbose = $(cp_verbose_$(V))
 
357
cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
 
358
cp_verbose_0 = @echo "  CP     $@";
 
359
 
 
360
# do not install for now
 
361
# pkgconfigdir = $(libdir)/pkgconfig
 
362
# pkgconfig_DATA = $(pcverfiles)
 
363
CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
 
364
# pcinfiles = \
 
365
#           gstreamer-plugins-libav.pc.in gstreamer-plugins-libav-uninstalled.pc.in
 
366
pcinfiles = \
 
367
           gstreamer-plugins-libav-uninstalled.pc.in
 
368
 
 
369
DISTCLEANFILES = $(pcinfiles:.in=)
 
370
EXTRA_DIST = $(pcinfiles)
 
371
all: all-am
 
372
 
 
373
.SUFFIXES:
 
374
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
375
        @for dep in $?; do \
 
376
          case '$(am__configure_deps)' in \
 
377
            *$$dep*) \
 
378
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
379
                && { if test -f $@; then exit 0; else break; fi; }; \
 
380
              exit 1;; \
 
381
          esac; \
 
382
        done; \
 
383
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pkgconfig/Makefile'; \
 
384
        $(am__cd) $(top_srcdir) && \
 
385
          $(AUTOMAKE) --gnu pkgconfig/Makefile
 
386
.PRECIOUS: Makefile
 
387
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
388
        @case '$?' in \
 
389
          *config.status*) \
 
390
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
391
          *) \
 
392
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
393
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
394
        esac;
 
395
 
 
396
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
397
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
398
 
 
399
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
400
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
401
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
402
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
403
$(am__aclocal_m4_deps):
 
404
gstreamer-plugins-libav-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/gstreamer-plugins-libav-uninstalled.pc.in
 
405
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
406
 
 
407
mostlyclean-libtool:
 
408
        -rm -f *.lo
 
409
 
 
410
clean-libtool:
 
411
        -rm -rf .libs _libs
 
412
tags TAGS:
 
413
 
 
414
ctags CTAGS:
 
415
 
 
416
cscope cscopelist:
 
417
 
 
418
 
 
419
distdir: $(DISTFILES)
 
420
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
421
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
422
        list='$(DISTFILES)'; \
 
423
          dist_files=`for file in $$list; do echo $$file; done | \
 
424
          sed -e "s|^$$srcdirstrip/||;t" \
 
425
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
426
        case $$dist_files in \
 
427
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
428
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
429
                           sort -u` ;; \
 
430
        esac; \
 
431
        for file in $$dist_files; do \
 
432
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
433
          if test -d $$d/$$file; then \
 
434
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
435
            if test -d "$(distdir)/$$file"; then \
 
436
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
437
            fi; \
 
438
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
439
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
440
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
441
            fi; \
 
442
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
443
          else \
 
444
            test -f "$(distdir)/$$file" \
 
445
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
446
            || exit 1; \
 
447
          fi; \
 
448
        done
 
449
check-am: all-am
 
450
check: check-am
 
451
all-am: Makefile all-local
 
452
installdirs:
 
453
install: install-am
 
454
install-exec: install-exec-am
 
455
install-data: install-data-am
 
456
uninstall: uninstall-am
 
457
 
 
458
install-am: all-am
 
459
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
460
 
 
461
installcheck: installcheck-am
 
462
install-strip:
 
463
        if test -z '$(STRIP)'; then \
 
464
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
465
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
466
              install; \
 
467
        else \
 
468
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
469
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
470
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
471
        fi
 
472
mostlyclean-generic:
 
473
 
 
474
clean-generic:
 
475
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
476
 
 
477
distclean-generic:
 
478
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
479
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
480
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
481
 
 
482
maintainer-clean-generic:
 
483
        @echo "This command is intended for maintainers to use"
 
484
        @echo "it deletes files that may require special tools to rebuild."
 
485
clean: clean-am
 
486
 
 
487
clean-am: clean-generic clean-libtool mostlyclean-am
 
488
 
 
489
distclean: distclean-am
 
490
        -rm -f Makefile
 
491
distclean-am: clean-am distclean-generic
 
492
 
 
493
dvi: dvi-am
 
494
 
 
495
dvi-am:
 
496
 
 
497
html: html-am
 
498
 
 
499
html-am:
 
500
 
 
501
info: info-am
 
502
 
 
503
info-am:
 
504
 
 
505
install-data-am:
 
506
 
 
507
install-dvi: install-dvi-am
 
508
 
 
509
install-dvi-am:
 
510
 
 
511
install-exec-am:
 
512
 
 
513
install-html: install-html-am
 
514
 
 
515
install-html-am:
 
516
 
 
517
install-info: install-info-am
 
518
 
 
519
install-info-am:
 
520
 
 
521
install-man:
 
522
 
 
523
install-pdf: install-pdf-am
 
524
 
 
525
install-pdf-am:
 
526
 
 
527
install-ps: install-ps-am
 
528
 
 
529
install-ps-am:
 
530
 
 
531
installcheck-am:
 
532
 
 
533
maintainer-clean: maintainer-clean-am
 
534
        -rm -f Makefile
 
535
maintainer-clean-am: distclean-am maintainer-clean-generic
 
536
 
 
537
mostlyclean: mostlyclean-am
 
538
 
 
539
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
540
 
 
541
pdf: pdf-am
 
542
 
 
543
pdf-am:
 
544
 
 
545
ps: ps-am
 
546
 
 
547
ps-am:
 
548
 
 
549
uninstall-am:
 
550
 
 
551
.MAKE: install-am install-strip
 
552
 
 
553
.PHONY: all all-am all-local check check-am clean clean-generic \
 
554
        clean-libtool cscopelist-am ctags-am distclean \
 
555
        distclean-generic distclean-libtool distdir dvi dvi-am html \
 
556
        html-am info info-am install install-am install-data \
 
557
        install-data-am install-dvi install-dvi-am install-exec \
 
558
        install-exec-am install-html install-html-am install-info \
 
559
        install-info-am install-man install-pdf install-pdf-am \
 
560
        install-ps install-ps-am install-strip installcheck \
 
561
        installcheck-am installdirs maintainer-clean \
 
562
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
563
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
 
564
        uninstall-am
 
565
 
 
566
 
 
567
### all-local: $(pcverfiles) $(pcverfiles_uninstalled)
 
568
all-local: $(pcverfiles_uninstalled)
 
569
 
 
570
### how to generate versioned .pc files from .pc files in this dir
 
571
%-@GST_API_VERSION@.pc: %.pc
 
572
        $(cp_verbose)cp $< $@
 
573
%-@GST_API_VERSION@-uninstalled.pc: %-uninstalled.pc
 
574
        $(cp_verbose)cp $< $@
 
575
 
 
576
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
577
# Otherwise a system limit (for SysV at least) may be exceeded.
 
578
.NOEXPORT: