blob: f1b7c585fc57ca747e726b498f9f6d21028a938d [file] [log] [blame]
Sebastian Dröged8a669d2015-08-19 14:01:25 +03001# Makefile.in generated by automake 1.15 from Makefile.am.
Olivier Naudan2556a702012-04-16 08:57:32 -04002# @configure_input@
3
Sebastian Dröged8a669d2015-08-19 14:01:25 +03004# Copyright (C) 1994-2014 Free Software Foundation, Inc.
Sebastian Dröge6bf128e2013-07-14 12:07:04 +02005
Olivier Naudan2556a702012-04-16 08:57:32 -04006# 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
17# include this at the end of $MODULE/ext/Makefile.am to force make to
18# build subdirectories in parallel when make -jN is used. We will end up
19# descending into all subdirectories a second time, but only after the first
20# (parallel) run has finished, so it should go right through the second time.
21VPATH = @srcdir@
Sebastian Dröged8a669d2015-08-19 14:01:25 +030022am__is_gnu_make = { \
23 if test -z '$(MAKELEVEL)'; then \
24 false; \
25 elif test -n '$(MAKE_HOST)'; then \
26 true; \
27 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
28 true; \
29 else \
30 false; \
31 fi; \
32}
Sebastian Dröge6bf128e2013-07-14 12:07:04 +020033am__make_running_with_option = \
34 case $${target_option-} in \
35 ?) ;; \
36 *) echo "am__make_running_with_option: internal error: invalid" \
37 "target option '$${target_option-}' specified" >&2; \
38 exit 1;; \
39 esac; \
40 has_opt=no; \
41 sane_makeflags=$$MAKEFLAGS; \
42 if $(am__is_gnu_make); then \
43 sane_makeflags=$$MFLAGS; \
44 else \
Olivier Naudan2556a702012-04-16 08:57:32 -040045 case $$MAKEFLAGS in \
46 *\\[\ \ ]*) \
Sebastian Dröge6bf128e2013-07-14 12:07:04 +020047 bs=\\; \
48 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
Olivier Naudan2556a702012-04-16 08:57:32 -040050 esac; \
Sebastian Dröge6bf128e2013-07-14 12:07:04 +020051 fi; \
52 skip_next=no; \
53 strip_trailopt () \
54 { \
55 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56 }; \
57 for flg in $$sane_makeflags; do \
58 test $$skip_next = yes && { skip_next=no; continue; }; \
59 case $$flg in \
60 *=*|--*) continue;; \
61 -*I) strip_trailopt 'I'; skip_next=yes;; \
62 -*I?*) strip_trailopt 'I';; \
63 -*O) strip_trailopt 'O'; skip_next=yes;; \
64 -*O?*) strip_trailopt 'O';; \
65 -*l) strip_trailopt 'l'; skip_next=yes;; \
66 -*l?*) strip_trailopt 'l';; \
67 -[dEDm]) skip_next=yes;; \
68 -[JT]) skip_next=yes;; \
69 esac; \
70 case $$flg in \
71 *$$target_option*) has_opt=yes; break;; \
72 esac; \
73 done; \
74 test $$has_opt = yes
75am__make_dryrun = (target_option=n; $(am__make_running_with_option))
76am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Olivier Naudan2556a702012-04-16 08:57:32 -040077pkgdatadir = $(datadir)/@PACKAGE@
78pkgincludedir = $(includedir)/@PACKAGE@
79pkglibdir = $(libdir)/@PACKAGE@
80pkglibexecdir = $(libexecdir)/@PACKAGE@
81am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82install_sh_DATA = $(install_sh) -c -m 644
83install_sh_PROGRAM = $(install_sh) -c
84install_sh_SCRIPT = $(install_sh) -c
85INSTALL_HEADER = $(INSTALL_DATA)
86transform = $(program_transform_name)
87NORMAL_INSTALL = :
88PRE_INSTALL = :
89POST_INSTALL = :
90NORMAL_UNINSTALL = :
91PRE_UNINSTALL = :
92POST_UNINSTALL = :
93build_triplet = @build@
94host_triplet = @host@
Sebastian Dröge1e844f12012-06-08 13:25:41 +020095target_triplet = @target@
Olivier Naudan2556a702012-04-16 08:57:32 -040096subdir = gst
97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
99 $(top_srcdir)/common/m4/as-auto-alt.m4 \
100 $(top_srcdir)/common/m4/as-compiler-flag.m4 \
Sebastian Dröge7509e452012-05-21 15:15:09 +0200101 $(top_srcdir)/common/m4/as-libtool.m4 \
Olivier Naudan2556a702012-04-16 08:57:32 -0400102 $(top_srcdir)/common/m4/as-version.m4 \
103 $(top_srcdir)/common/m4/ax_create_stdint_h.m4 \
104 $(top_srcdir)/common/m4/gst-arch.m4 \
105 $(top_srcdir)/common/m4/gst-args.m4 \
106 $(top_srcdir)/common/m4/gst-check.m4 \
107 $(top_srcdir)/common/m4/gst-default.m4 \
108 $(top_srcdir)/common/m4/gst-dowhile.m4 \
109 $(top_srcdir)/common/m4/gst-error.m4 \
110 $(top_srcdir)/common/m4/gst-feature.m4 \
111 $(top_srcdir)/common/m4/gst-function.m4 \
112 $(top_srcdir)/common/m4/gst-gettext.m4 \
113 $(top_srcdir)/common/m4/gst-glib2.m4 \
114 $(top_srcdir)/common/m4/gst-package-release-datetime.m4 \
115 $(top_srcdir)/common/m4/gst-plugin-docs.m4 \
116 $(top_srcdir)/common/m4/gst-plugindir.m4 \
117 $(top_srcdir)/common/m4/gst.m4 \
118 $(top_srcdir)/common/m4/gtk-doc.m4 \
119 $(top_srcdir)/common/m4/orc.m4 $(top_srcdir)/common/m4/pkg.m4 \
120 $(top_srcdir)/m4/a52.m4 $(top_srcdir)/m4/gettext.m4 \
121 $(top_srcdir)/m4/gst-sid.m4 $(top_srcdir)/m4/iconv.m4 \
122 $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
123 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
124 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
125 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
126 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
127 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
128 $(top_srcdir)/configure.ac
129am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
130 $(ACLOCAL_M4)
Sebastian Dröged8a669d2015-08-19 14:01:25 +0300131DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
Olivier Naudan2556a702012-04-16 08:57:32 -0400132mkinstalldirs = $(install_sh) -d
133CONFIG_HEADER = $(top_builddir)/config.h
134CONFIG_CLEAN_FILES =
135CONFIG_CLEAN_VPATH_FILES =
Sebastian Dröge6bf128e2013-07-14 12:07:04 +0200136AM_V_P = $(am__v_P_@AM_V@)
137am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
138am__v_P_0 = false
139am__v_P_1 = :
Olivier Naudan2556a702012-04-16 08:57:32 -0400140AM_V_GEN = $(am__v_GEN_@AM_V@)
141am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Sebastian Dröge6bf128e2013-07-14 12:07:04 +0200142am__v_GEN_0 = @echo " GEN " $@;
143am__v_GEN_1 =
Olivier Naudan2556a702012-04-16 08:57:32 -0400144AM_V_at = $(am__v_at_@AM_V@)
145am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
146am__v_at_0 = @
Sebastian Dröge6bf128e2013-07-14 12:07:04 +0200147am__v_at_1 =
Olivier Naudan2556a702012-04-16 08:57:32 -0400148SOURCES =
149DIST_SOURCES =
Sebastian Dröge6bf128e2013-07-14 12:07:04 +0200150RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
151 ctags-recursive dvi-recursive html-recursive info-recursive \
152 install-data-recursive install-dvi-recursive \
153 install-exec-recursive install-html-recursive \
154 install-info-recursive install-pdf-recursive \
155 install-ps-recursive install-recursive installcheck-recursive \
156 installdirs-recursive pdf-recursive ps-recursive \
157 tags-recursive uninstall-recursive
Olivier Naudan2556a702012-04-16 08:57:32 -0400158am__can_run_installinfo = \
159 case $$AM_UPDATE_INFO_DIR in \
160 n|no|NO) false;; \
161 *) (install-info --version) >/dev/null 2>&1;; \
162 esac
163RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
164 distclean-recursive maintainer-clean-recursive
Sebastian Dröge6bf128e2013-07-14 12:07:04 +0200165am__recursive_targets = \
166 $(RECURSIVE_TARGETS) \
167 $(RECURSIVE_CLEAN_TARGETS) \
168 $(am__extra_recursive_targets)
169AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
Olivier Naudan2556a702012-04-16 08:57:32 -0400170 distdir
Sebastian Dröge6bf128e2013-07-14 12:07:04 +0200171am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
172# Read a list of newline-separated strings from the standard input,
173# and print each of them once, without duplicates. Input order is
174# *not* preserved.
175am__uniquify_input = $(AWK) '\
176 BEGIN { nonempty = 0; } \
177 { items[$$0] = 1; nonempty = 1; } \
178 END { if (nonempty) { for (i in items) print i; }; } \
179'
180# Make sure the list of sources is unique. This is necessary because,
181# e.g., the same source file might be shared among _SOURCES variables
182# for different programs/libraries.
183am__define_uniq_tagged_files = \
184 list='$(am__tagged_files)'; \
185 unique=`for i in $$list; do \
186 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
187 done | $(am__uniquify_input)`
Olivier Naudan2556a702012-04-16 08:57:32 -0400188ETAGS = etags
189CTAGS = ctags
Sebastian Dröged8a669d2015-08-19 14:01:25 +0300190am__DIST_COMMON = $(srcdir)/Makefile.in \
191 $(top_srcdir)/common/parallel-subdirs.mak
Olivier Naudan2556a702012-04-16 08:57:32 -0400192DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
193am__relativize = \
194 dir0=`pwd`; \
195 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
196 sed_rest='s,^[^/]*/*,,'; \
197 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
198 sed_butlast='s,/*[^/]*$$,,'; \
199 while test -n "$$dir1"; do \
200 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
201 if test "$$first" != "."; then \
202 if test "$$first" = ".."; then \
203 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
204 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
205 else \
206 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
207 if test "$$first2" = "$$first"; then \
208 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
209 else \
210 dir2="../$$dir2"; \
211 fi; \
212 dir0="$$dir0"/"$$first"; \
213 fi; \
214 fi; \
215 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
216 done; \
217 reldir="$$dir2"
218A52DEC_CFLAGS = @A52DEC_CFLAGS@
219A52DEC_LIBS = @A52DEC_LIBS@
220ACLOCAL = @ACLOCAL@
221ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
222AMRNB_CFLAGS = @AMRNB_CFLAGS@
223AMRNB_LIBS = @AMRNB_LIBS@
224AMRWB_CFLAGS = @AMRWB_CFLAGS@
225AMRWB_LIBS = @AMRWB_LIBS@
226AMTAR = @AMTAR@
227AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
228AR = @AR@
229AS = @AS@
230AUTOCONF = @AUTOCONF@
231AUTOHEADER = @AUTOHEADER@
232AUTOMAKE = @AUTOMAKE@
233AWK = @AWK@
234CC = @CC@
235CCASFLAGS = @CCASFLAGS@
236CCDEPMODE = @CCDEPMODE@
237CDIO_CFLAGS = @CDIO_CFLAGS@
238CDIO_LIBS = @CDIO_LIBS@
239CFLAGS = @CFLAGS@
240CPP = @CPP@
241CPPFLAGS = @CPPFLAGS@
242CXX = @CXX@
243CXXCPP = @CXXCPP@
244CXXDEPMODE = @CXXDEPMODE@
245CXXFLAGS = @CXXFLAGS@
246CYGPATH_W = @CYGPATH_W@
247DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
248DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
249DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
250DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
251DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
252DEFS = @DEFS@
253DEPDIR = @DEPDIR@
254DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
255DLLTOOL = @DLLTOOL@
256DSYMUTIL = @DSYMUTIL@
257DUMPBIN = @DUMPBIN@
258DVDREAD_LIBS = @DVDREAD_LIBS@
259ECHO_C = @ECHO_C@
260ECHO_N = @ECHO_N@
261ECHO_T = @ECHO_T@
262EGREP = @EGREP@
263ERROR_CFLAGS = @ERROR_CFLAGS@
264ERROR_CXXFLAGS = @ERROR_CXXFLAGS@
265EXEEXT = @EXEEXT@
266FFLAGS = @FFLAGS@
267FGREP = @FGREP@
268GCOV = @GCOV@
269GCOV_CFLAGS = @GCOV_CFLAGS@
270GCOV_LIBS = @GCOV_LIBS@
271GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
272GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
273GIO_CFLAGS = @GIO_CFLAGS@
274GIO_LDFLAGS = @GIO_LDFLAGS@
275GIO_LIBS = @GIO_LIBS@
276GLIB_CFLAGS = @GLIB_CFLAGS@
277GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
Sebastian Drögec167d672012-08-09 11:25:39 +0200278GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
Olivier Naudan2556a702012-04-16 08:57:32 -0400279GLIB_LIBS = @GLIB_LIBS@
Sebastian Drögec167d672012-08-09 11:25:39 +0200280GLIB_MKENUMS = @GLIB_MKENUMS@
Olivier Naudan2556a702012-04-16 08:57:32 -0400281GLIB_PREFIX = @GLIB_PREFIX@
282GLIB_REQ = @GLIB_REQ@
Sebastian Dröge6bf128e2013-07-14 12:07:04 +0200283GMODULE_NO_EXPORT_CFLAGS = @GMODULE_NO_EXPORT_CFLAGS@
284GMODULE_NO_EXPORT_LIBS = @GMODULE_NO_EXPORT_LIBS@
Olivier Naudan2556a702012-04-16 08:57:32 -0400285GMSGFMT = @GMSGFMT@
286GMSGFMT_015 = @GMSGFMT_015@
287GREP = @GREP@
288GSTPB_PLUGINS_DIR = @GSTPB_PLUGINS_DIR@
289GSTPB_PREFIX = @GSTPB_PREFIX@
Sebastian Dröge7509e452012-05-21 15:15:09 +0200290GST_AGE = @GST_AGE@
Olivier Naudan2556a702012-04-16 08:57:32 -0400291GST_ALL_LDFLAGS = @GST_ALL_LDFLAGS@
292GST_API_VERSION = @GST_API_VERSION@
293GST_BASE_CFLAGS = @GST_BASE_CFLAGS@
294GST_BASE_LIBS = @GST_BASE_LIBS@
295GST_CFLAGS = @GST_CFLAGS@
296GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@
297GST_CHECK_LIBS = @GST_CHECK_LIBS@
Sebastian Dröge7509e452012-05-21 15:15:09 +0200298GST_CURRENT = @GST_CURRENT@
Olivier Naudan2556a702012-04-16 08:57:32 -0400299GST_CXXFLAGS = @GST_CXXFLAGS@
300GST_LEVEL_DEFAULT = @GST_LEVEL_DEFAULT@
301GST_LIBS = @GST_LIBS@
Sebastian Dröge7509e452012-05-21 15:15:09 +0200302GST_LIBVERSION = @GST_LIBVERSION@
Olivier Naudan2556a702012-04-16 08:57:32 -0400303GST_LICENSE = @GST_LICENSE@
Sebastian Dröge7509e452012-05-21 15:15:09 +0200304GST_LT_LDFLAGS = @GST_LT_LDFLAGS@
Olivier Naudan2556a702012-04-16 08:57:32 -0400305GST_OPTION_CFLAGS = @GST_OPTION_CFLAGS@
306GST_OPTION_CXXFLAGS = @GST_OPTION_CXXFLAGS@
307GST_PACKAGE_NAME = @GST_PACKAGE_NAME@
308GST_PACKAGE_ORIGIN = @GST_PACKAGE_ORIGIN@
309GST_PLUGINS_ALL = @GST_PLUGINS_ALL@
310GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@
311GST_PLUGINS_BASE_DIR = @GST_PLUGINS_BASE_DIR@
312GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
313GST_PLUGINS_DIR = @GST_PLUGINS_DIR@
314GST_PLUGINS_NONPORTED = @GST_PLUGINS_NONPORTED@
315GST_PLUGINS_SELECTED = @GST_PLUGINS_SELECTED@
316GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
Sebastian Dröge65fd1012013-04-26 14:09:23 +0200317GST_PLUGIN_LIBTOOLFLAGS = @GST_PLUGIN_LIBTOOLFLAGS@
Olivier Naudan2556a702012-04-16 08:57:32 -0400318GST_PREFIX = @GST_PREFIX@
Sebastian Dröge7509e452012-05-21 15:15:09 +0200319GST_REVISION = @GST_REVISION@
Olivier Naudan2556a702012-04-16 08:57:32 -0400320GST_TOOLS_DIR = @GST_TOOLS_DIR@
321GTKDOC_CHECK = @GTKDOC_CHECK@
Sebastian Dröge1e844f12012-06-08 13:25:41 +0200322GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
323GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
324GTKDOC_MKPDF = @GTKDOC_MKPDF@
325GTKDOC_REBASE = @GTKDOC_REBASE@
Olivier Naudan2556a702012-04-16 08:57:32 -0400326HAVE_CXX = @HAVE_CXX@
327HAVE_DVDREAD = @HAVE_DVDREAD@
328HAVE_LAME = @HAVE_LAME@
329HTML_DIR = @HTML_DIR@
330INSTALL = @INSTALL@
331INSTALL_DATA = @INSTALL_DATA@
332INSTALL_PROGRAM = @INSTALL_PROGRAM@
333INSTALL_SCRIPT = @INSTALL_SCRIPT@
334INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
335INTLLIBS = @INTLLIBS@
336INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
337LAME_CFLAGS = @LAME_CFLAGS@
338LAME_LIBS = @LAME_LIBS@
339LD = @LD@
340LDFLAGS = @LDFLAGS@
341LIBICONV = @LIBICONV@
342LIBINTL = @LIBINTL@
343LIBM = @LIBM@
344LIBOBJS = @LIBOBJS@
345LIBS = @LIBS@
346LIBTOOL = @LIBTOOL@
347LIPO = @LIPO@
348LN_S = @LN_S@
349LOCALEDIR = @LOCALEDIR@
350LTLIBICONV = @LTLIBICONV@
351LTLIBINTL = @LTLIBINTL@
352LTLIBOBJS = @LTLIBOBJS@
Sebastian Dröge3803c8d2016-02-19 11:38:03 +0200353LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Olivier Naudan2556a702012-04-16 08:57:32 -0400354MAINT = @MAINT@
355MAKEINFO = @MAKEINFO@
356MANIFEST_TOOL = @MANIFEST_TOOL@
357MKDIR_P = @MKDIR_P@
358MPEG2DEC_CFLAGS = @MPEG2DEC_CFLAGS@
359MPEG2DEC_LIBS = @MPEG2DEC_LIBS@
Sebastian Dröge3803c8d2016-02-19 11:38:03 +0200360MPG123_CFLAGS = @MPG123_CFLAGS@
361MPG123_LIBS = @MPG123_LIBS@
Olivier Naudan2556a702012-04-16 08:57:32 -0400362MSGFMT = @MSGFMT@
363MSGFMT_015 = @MSGFMT_015@
364MSGMERGE = @MSGMERGE@
365NM = @NM@
366NMEDIT = @NMEDIT@
367OBJDUMP = @OBJDUMP@
368OBJEXT = @OBJEXT@
369ORCC = @ORCC@
370ORCC_FLAGS = @ORCC_FLAGS@
371ORC_CFLAGS = @ORC_CFLAGS@
372ORC_LIBS = @ORC_LIBS@
373OTOOL = @OTOOL@
374OTOOL64 = @OTOOL64@
375PACKAGE = @PACKAGE@
376PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
377PACKAGE_NAME = @PACKAGE_NAME@
378PACKAGE_STRING = @PACKAGE_STRING@
379PACKAGE_TARNAME = @PACKAGE_TARNAME@
380PACKAGE_URL = @PACKAGE_URL@
381PACKAGE_VERSION = @PACKAGE_VERSION@
382PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
383PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
384PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
385PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
386PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
387PATH_SEPARATOR = @PATH_SEPARATOR@
388PKG_CONFIG = @PKG_CONFIG@
389PLUGINDIR = @PLUGINDIR@
390POSUB = @POSUB@
391PROFILE_CFLAGS = @PROFILE_CFLAGS@
392PYTHON = @PYTHON@
393PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
394PYTHON_PLATFORM = @PYTHON_PLATFORM@
395PYTHON_PREFIX = @PYTHON_PREFIX@
396PYTHON_VERSION = @PYTHON_VERSION@
397RANLIB = @RANLIB@
398SED = @SED@
399SET_MAKE = @SET_MAKE@
400SHELL = @SHELL@
401SIDPLAY_CFLAGS = @SIDPLAY_CFLAGS@
402SIDPLAY_LIBS = @SIDPLAY_LIBS@
403STRIP = @STRIP@
404TWOLAME_CFLAGS = @TWOLAME_CFLAGS@
405TWOLAME_LIBS = @TWOLAME_LIBS@
406USE_NLS = @USE_NLS@
407VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
408VALGRIND_LIBS = @VALGRIND_LIBS@
409VALGRIND_PATH = @VALGRIND_PATH@
410VERSION = @VERSION@
411WARNING_CFLAGS = @WARNING_CFLAGS@
412WARNING_CXXFLAGS = @WARNING_CXXFLAGS@
413WIN32_LIBS = @WIN32_LIBS@
414X264_CFLAGS = @X264_CFLAGS@
415X264_LIBS = @X264_LIBS@
416XGETTEXT = @XGETTEXT@
417XGETTEXT_015 = @XGETTEXT_015@
418XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
419abs_builddir = @abs_builddir@
420abs_srcdir = @abs_srcdir@
421abs_top_builddir = @abs_top_builddir@
422abs_top_srcdir = @abs_top_srcdir@
423ac_ct_AR = @ac_ct_AR@
424ac_ct_CC = @ac_ct_CC@
425ac_ct_CXX = @ac_ct_CXX@
426ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
427am__include = @am__include@
428am__leading_dot = @am__leading_dot@
429am__quote = @am__quote@
430am__tar = @am__tar@
431am__untar = @am__untar@
432bindir = @bindir@
433build = @build@
434build_alias = @build_alias@
435build_cpu = @build_cpu@
436build_os = @build_os@
437build_vendor = @build_vendor@
438builddir = @builddir@
439datadir = @datadir@
440datarootdir = @datarootdir@
441docdir = @docdir@
442dvidir = @dvidir@
443exec_prefix = @exec_prefix@
444host = @host@
445host_alias = @host_alias@
446host_cpu = @host_cpu@
447host_os = @host_os@
448host_vendor = @host_vendor@
449htmldir = @htmldir@
450includedir = @includedir@
451infodir = @infodir@
452install_sh = @install_sh@
453libdir = @libdir@
454libexecdir = @libexecdir@
455localedir = @localedir@
456localstatedir = @localstatedir@
457mandir = @mandir@
458mkdir_p = @mkdir_p@
459oldincludedir = @oldincludedir@
460pdfdir = @pdfdir@
461pkgpyexecdir = @pkgpyexecdir@
462pkgpythondir = @pkgpythondir@
463plugindir = @plugindir@
464prefix = @prefix@
465program_transform_name = @program_transform_name@
466psdir = @psdir@
467pyexecdir = @pyexecdir@
468pythondir = @pythondir@
Sebastian Drögea6c47a02015-09-18 19:49:30 +0200469runstatedir = @runstatedir@
Olivier Naudan2556a702012-04-16 08:57:32 -0400470sbindir = @sbindir@
471sharedstatedir = @sharedstatedir@
472srcdir = @srcdir@
473sysconfdir = @sysconfdir@
Sebastian Dröge1e844f12012-06-08 13:25:41 +0200474target = @target@
Olivier Naudan2556a702012-04-16 08:57:32 -0400475target_alias = @target_alias@
Sebastian Dröge1e844f12012-06-08 13:25:41 +0200476target_cpu = @target_cpu@
477target_os = @target_os@
478target_vendor = @target_vendor@
Olivier Naudan2556a702012-04-16 08:57:32 -0400479top_build_prefix = @top_build_prefix@
480top_builddir = @top_builddir@
481top_srcdir = @top_srcdir@
482SUBDIRS = $(GST_PLUGINS_SELECTED)
483DIST_SUBDIRS = $(GST_PLUGINS_ALL)
484all: all-recursive
485
486.SUFFIXES:
487$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/common/parallel-subdirs.mak $(am__configure_deps)
488 @for dep in $?; do \
489 case '$(am__configure_deps)' in \
490 *$$dep*) \
491 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
492 && { if test -f $@; then exit 0; else break; fi; }; \
493 exit 1;; \
494 esac; \
495 done; \
496 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gst/Makefile'; \
497 $(am__cd) $(top_srcdir) && \
498 $(AUTOMAKE) --gnu gst/Makefile
Olivier Naudan2556a702012-04-16 08:57:32 -0400499Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
500 @case '$?' in \
501 *config.status*) \
502 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
503 *) \
504 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
505 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
506 esac;
Sebastian Dröged8a669d2015-08-19 14:01:25 +0300507$(top_srcdir)/common/parallel-subdirs.mak $(am__empty):
Olivier Naudan2556a702012-04-16 08:57:32 -0400508
509$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
510 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
511
512$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
513 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
514$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
515 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
516$(am__aclocal_m4_deps):
517
518mostlyclean-libtool:
519 -rm -f *.lo
520
521clean-libtool:
522 -rm -rf .libs _libs
523
524# This directory's subdirectories are mostly independent; you can cd
Sebastian Dröge6bf128e2013-07-14 12:07:04 +0200525# into them and run 'make' without going through this Makefile.
526# To change the values of 'make' variables: instead of editing Makefiles,
527# (1) if the variable is set in 'config.status', edit 'config.status'
528# (which will cause the Makefiles to be regenerated when you run 'make');
529# (2) otherwise, pass the desired values on the 'make' command line.
530$(am__recursive_targets):
531 @fail=; \
532 if $(am__make_keepgoing); then \
533 failcom='fail=yes'; \
534 else \
535 failcom='exit 1'; \
536 fi; \
Olivier Naudan2556a702012-04-16 08:57:32 -0400537 dot_seen=no; \
538 target=`echo $@ | sed s/-recursive//`; \
Sebastian Dröge6bf128e2013-07-14 12:07:04 +0200539 case "$@" in \
540 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
541 *) list='$(SUBDIRS)' ;; \
542 esac; \
543 for subdir in $$list; do \
Olivier Naudan2556a702012-04-16 08:57:32 -0400544 echo "Making $$target in $$subdir"; \
545 if test "$$subdir" = "."; then \
546 dot_seen=yes; \
547 local_target="$$target-am"; \
548 else \
549 local_target="$$target"; \
550 fi; \
551 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
552 || eval $$failcom; \
553 done; \
554 if test "$$dot_seen" = "no"; then \
555 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
556 fi; test -z "$$fail"
Sebastian Dröge51d87db2013-07-13 11:33:42 +0200557
Sebastian Dröge6bf128e2013-07-14 12:07:04 +0200558ID: $(am__tagged_files)
559 $(am__define_uniq_tagged_files); mkid -fID $$unique
560tags: tags-recursive
561TAGS: tags
Olivier Naudan2556a702012-04-16 08:57:32 -0400562
Sebastian Dröge6bf128e2013-07-14 12:07:04 +0200563tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Olivier Naudan2556a702012-04-16 08:57:32 -0400564 set x; \
565 here=`pwd`; \
566 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
567 include_option=--etags-include; \
568 empty_fix=.; \
569 else \
570 include_option=--include; \
571 empty_fix=; \
572 fi; \
573 list='$(SUBDIRS)'; for subdir in $$list; do \
574 if test "$$subdir" = .; then :; else \
575 test ! -f $$subdir/TAGS || \
576 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
577 fi; \
578 done; \
Sebastian Dröge6bf128e2013-07-14 12:07:04 +0200579 $(am__define_uniq_tagged_files); \
Olivier Naudan2556a702012-04-16 08:57:32 -0400580 shift; \
581 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
582 test -n "$$unique" || unique=$$empty_fix; \
583 if test $$# -gt 0; then \
584 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
585 "$$@" $$unique; \
586 else \
587 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
588 $$unique; \
589 fi; \
590 fi
Sebastian Dröge6bf128e2013-07-14 12:07:04 +0200591ctags: ctags-recursive
592
593CTAGS: ctags
594ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
595 $(am__define_uniq_tagged_files); \
Olivier Naudan2556a702012-04-16 08:57:32 -0400596 test -z "$(CTAGS_ARGS)$$unique" \
597 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
598 $$unique
599
600GTAGS:
601 here=`$(am__cd) $(top_builddir) && pwd` \
602 && $(am__cd) $(top_srcdir) \
603 && gtags -i $(GTAGS_ARGS) "$$here"
Sebastian Dröge6bf128e2013-07-14 12:07:04 +0200604cscopelist: cscopelist-recursive
605
606cscopelist-am: $(am__tagged_files)
607 list='$(am__tagged_files)'; \
608 case "$(srcdir)" in \
609 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
610 *) sdir=$(subdir)/$(srcdir) ;; \
611 esac; \
612 for i in $$list; do \
613 if test -f "$$i"; then \
614 echo "$(subdir)/$$i"; \
615 else \
616 echo "$$sdir/$$i"; \
617 fi; \
618 done >> $(top_builddir)/cscope.files
Olivier Naudan2556a702012-04-16 08:57:32 -0400619
620distclean-tags:
621 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
622
623distdir: $(DISTFILES)
624 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
625 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
626 list='$(DISTFILES)'; \
627 dist_files=`for file in $$list; do echo $$file; done | \
628 sed -e "s|^$$srcdirstrip/||;t" \
629 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
630 case $$dist_files in \
631 */*) $(MKDIR_P) `echo "$$dist_files" | \
632 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
633 sort -u` ;; \
634 esac; \
635 for file in $$dist_files; do \
636 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
637 if test -d $$d/$$file; then \
638 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
639 if test -d "$(distdir)/$$file"; then \
640 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
641 fi; \
642 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
643 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
644 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
645 fi; \
646 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
647 else \
648 test -f "$(distdir)/$$file" \
649 || cp -p $$d/$$file "$(distdir)/$$file" \
650 || exit 1; \
651 fi; \
652 done
653 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
654 if test "$$subdir" = .; then :; else \
655 $(am__make_dryrun) \
656 || test -d "$(distdir)/$$subdir" \
657 || $(MKDIR_P) "$(distdir)/$$subdir" \
658 || exit 1; \
659 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
660 $(am__relativize); \
661 new_distdir=$$reldir; \
662 dir1=$$subdir; dir2="$(top_distdir)"; \
663 $(am__relativize); \
664 new_top_distdir=$$reldir; \
665 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
666 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
667 ($(am__cd) $$subdir && \
668 $(MAKE) $(AM_MAKEFLAGS) \
669 top_distdir="$$new_top_distdir" \
670 distdir="$$new_distdir" \
671 am__remove_distdir=: \
672 am__skip_length_check=: \
673 am__skip_mode_fix=: \
674 distdir) \
675 || exit 1; \
676 fi; \
677 done
678check-am: all-am
679check: check-recursive
680all-am: Makefile
681installdirs: installdirs-recursive
682installdirs-am:
683install: install-recursive
684install-exec: install-exec-recursive
685install-data: install-data-recursive
686uninstall: uninstall-recursive
687
688install-am: all-am
689 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
690
691installcheck: installcheck-recursive
692install-strip:
693 if test -z '$(STRIP)'; then \
694 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
695 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
696 install; \
697 else \
698 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
699 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
700 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
701 fi
702mostlyclean-generic:
703
704clean-generic:
705
706distclean-generic:
707 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
708 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
709
710maintainer-clean-generic:
711 @echo "This command is intended for maintainers to use"
712 @echo "it deletes files that may require special tools to rebuild."
713clean: clean-recursive
714
715clean-am: clean-generic clean-libtool mostlyclean-am
716
717distclean: distclean-recursive
718 -rm -f Makefile
719distclean-am: clean-am distclean-generic distclean-tags
720
721dvi: dvi-recursive
722
723dvi-am:
724
725html: html-recursive
726
727html-am:
728
729info: info-recursive
730
731info-am:
732
733install-data-am:
734
735install-dvi: install-dvi-recursive
736
737install-dvi-am:
738
739install-exec-am:
740
741install-html: install-html-recursive
742
743install-html-am:
744
745install-info: install-info-recursive
746
747install-info-am:
748
749install-man:
750
751install-pdf: install-pdf-recursive
752
753install-pdf-am:
754
755install-ps: install-ps-recursive
756
757install-ps-am:
758
759installcheck-am:
760
761maintainer-clean: maintainer-clean-recursive
762 -rm -f Makefile
763maintainer-clean-am: distclean-am maintainer-clean-generic
764
765mostlyclean: mostlyclean-recursive
766
767mostlyclean-am: mostlyclean-generic mostlyclean-libtool
768
769pdf: pdf-recursive
770
771pdf-am:
772
773ps: ps-recursive
774
775ps-am:
776
777uninstall-am:
778
Sebastian Dröge6bf128e2013-07-14 12:07:04 +0200779.MAKE: $(am__recursive_targets) install-am install-strip
Olivier Naudan2556a702012-04-16 08:57:32 -0400780
Sebastian Dröge6bf128e2013-07-14 12:07:04 +0200781.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
782 check-am clean clean-generic clean-libtool cscopelist-am ctags \
783 ctags-am distclean distclean-generic distclean-libtool \
784 distclean-tags distdir dvi dvi-am html html-am info info-am \
785 install install-am install-data install-data-am install-dvi \
786 install-dvi-am install-exec install-exec-am install-html \
787 install-html-am install-info install-info-am install-man \
788 install-pdf install-pdf-am install-ps install-ps-am \
789 install-strip installcheck installcheck-am installdirs \
790 installdirs-am maintainer-clean maintainer-clean-generic \
791 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
792 ps ps-am tags tags-am uninstall uninstall-am
Olivier Naudan2556a702012-04-16 08:57:32 -0400793
Sebastian Dröged8a669d2015-08-19 14:01:25 +0300794.PRECIOUS: Makefile
795
Olivier Naudan2556a702012-04-16 08:57:32 -0400796
797.PHONY: independent-subdirs $(SUBDIRS)
798
799independent-subdirs: $(SUBDIRS)
800
801$(SUBDIRS):
802 $(MAKE) -C $@
803
804all-recursive: independent-subdirs
805
806# Tell versions [3.59,3.63) of GNU make to not export all variables.
807# Otherwise a system limit (for SysV at least) may be exceeded.
808.NOEXPORT: