1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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
17# include this snippet to add a common release: target by using
18# include $(top_srcdir)/common/release.mak
19
20# checks for left-over files in the (usually uninstalled) tree, ie. for
21# stuff that best be deleted to avoid problems like having old plugin binaries
22# lying around.
23#
24# set CRUFT_FILES and/or CRUFT_DIRS in your Makefile.am when you include this
25VPATH = @srcdir@
26am__is_gnu_make = { \
27  if test -z '$(MAKELEVEL)'; then \
28    false; \
29  elif test -n '$(MAKE_HOST)'; then \
30    true; \
31  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
32    true; \
33  else \
34    false; \
35  fi; \
36}
37am__make_running_with_option = \
38  case $${target_option-} in \
39      ?) ;; \
40      *) echo "am__make_running_with_option: internal error: invalid" \
41              "target option '$${target_option-}' specified" >&2; \
42         exit 1;; \
43  esac; \
44  has_opt=no; \
45  sane_makeflags=$$MAKEFLAGS; \
46  if $(am__is_gnu_make); then \
47    sane_makeflags=$$MFLAGS; \
48  else \
49    case $$MAKEFLAGS in \
50      *\\[\ \	]*) \
51        bs=\\; \
52        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
53          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
54    esac; \
55  fi; \
56  skip_next=no; \
57  strip_trailopt () \
58  { \
59    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
60  }; \
61  for flg in $$sane_makeflags; do \
62    test $$skip_next = yes && { skip_next=no; continue; }; \
63    case $$flg in \
64      *=*|--*) continue;; \
65        -*I) strip_trailopt 'I'; skip_next=yes;; \
66      -*I?*) strip_trailopt 'I';; \
67        -*O) strip_trailopt 'O'; skip_next=yes;; \
68      -*O?*) strip_trailopt 'O';; \
69        -*l) strip_trailopt 'l'; skip_next=yes;; \
70      -*l?*) strip_trailopt 'l';; \
71      -[dEDm]) skip_next=yes;; \
72      -[JT]) skip_next=yes;; \
73    esac; \
74    case $$flg in \
75      *$$target_option*) has_opt=yes; break;; \
76    esac; \
77  done; \
78  test $$has_opt = yes
79am__make_dryrun = (target_option=n; $(am__make_running_with_option))
80am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
81pkgdatadir = $(datadir)/@PACKAGE@
82pkgincludedir = $(includedir)/@PACKAGE@
83pkglibdir = $(libdir)/@PACKAGE@
84pkglibexecdir = $(libexecdir)/@PACKAGE@
85am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
86install_sh_DATA = $(install_sh) -c -m 644
87install_sh_PROGRAM = $(install_sh) -c
88install_sh_SCRIPT = $(install_sh) -c
89INSTALL_HEADER = $(INSTALL_DATA)
90transform = $(program_transform_name)
91NORMAL_INSTALL = :
92PRE_INSTALL = :
93POST_INSTALL = :
94NORMAL_UNINSTALL = :
95PRE_UNINSTALL = :
96POST_UNINSTALL = :
97build_triplet = @build@
98host_triplet = @host@
99target_triplet = @target@
100subdir = .
101ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
103	$(top_srcdir)/common/m4/as-auto-alt.m4 \
104	$(top_srcdir)/common/m4/as-compiler-flag.m4 \
105	$(top_srcdir)/common/m4/as-libtool.m4 \
106	$(top_srcdir)/common/m4/as-version.m4 \
107	$(top_srcdir)/common/m4/ax_create_stdint_h.m4 \
108	$(top_srcdir)/common/m4/ax_pthread.m4 \
109	$(top_srcdir)/common/m4/gst-arch.m4 \
110	$(top_srcdir)/common/m4/gst-args.m4 \
111	$(top_srcdir)/common/m4/gst-check.m4 \
112	$(top_srcdir)/common/m4/gst-default.m4 \
113	$(top_srcdir)/common/m4/gst-dowhile.m4 \
114	$(top_srcdir)/common/m4/gst-error.m4 \
115	$(top_srcdir)/common/m4/gst-feature.m4 \
116	$(top_srcdir)/common/m4/gst-gettext.m4 \
117	$(top_srcdir)/common/m4/gst-glib2.m4 \
118	$(top_srcdir)/common/m4/gst-package-release-datetime.m4 \
119	$(top_srcdir)/common/m4/gst-platform.m4 \
120	$(top_srcdir)/common/m4/gst-plugin-docs.m4 \
121	$(top_srcdir)/common/m4/gst-plugindir.m4 \
122	$(top_srcdir)/common/m4/gst.m4 \
123	$(top_srcdir)/common/m4/gtk-doc.m4 \
124	$(top_srcdir)/common/m4/introspection.m4 \
125	$(top_srcdir)/common/m4/orc.m4 $(top_srcdir)/common/m4/pkg.m4 \
126	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
127	$(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
128	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
129	$(top_srcdir)/m4/libgcrypt.m4 $(top_srcdir)/m4/libtool.m4 \
130	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
131	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
132	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
133	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
134am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
135	$(ACLOCAL_M4)
136DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
137	$(am__configure_deps) $(am__DIST_COMMON)
138am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
139 configure.lineno config.status.lineno
140mkinstalldirs = $(install_sh) -d
141CONFIG_HEADER = config.h
142CONFIG_CLEAN_FILES =
143CONFIG_CLEAN_VPATH_FILES =
144AM_V_P = $(am__v_P_@AM_V@)
145am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
146am__v_P_0 = false
147am__v_P_1 = :
148AM_V_GEN = $(am__v_GEN_@AM_V@)
149am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
150am__v_GEN_0 = @echo "  GEN     " $@;
151am__v_GEN_1 =
152AM_V_at = $(am__v_at_@AM_V@)
153am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
154am__v_at_0 = @
155am__v_at_1 =
156SOURCES =
157DIST_SOURCES =
158RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
159	ctags-recursive dvi-recursive html-recursive info-recursive \
160	install-data-recursive install-dvi-recursive \
161	install-exec-recursive install-html-recursive \
162	install-info-recursive install-pdf-recursive \
163	install-ps-recursive install-recursive installcheck-recursive \
164	installdirs-recursive pdf-recursive ps-recursive \
165	tags-recursive uninstall-recursive
166am__can_run_installinfo = \
167  case $$AM_UPDATE_INFO_DIR in \
168    n|no|NO) false;; \
169    *) (install-info --version) >/dev/null 2>&1;; \
170  esac
171RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
172  distclean-recursive maintainer-clean-recursive
173am__recursive_targets = \
174  $(RECURSIVE_TARGETS) \
175  $(RECURSIVE_CLEAN_TARGETS) \
176  $(am__extra_recursive_targets)
177AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
178	cscope distdir distdir-am dist dist-all distcheck
179am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
180	$(LISP)config.h.in
181# Read a list of newline-separated strings from the standard input,
182# and print each of them once, without duplicates.  Input order is
183# *not* preserved.
184am__uniquify_input = $(AWK) '\
185  BEGIN { nonempty = 0; } \
186  { items[$$0] = 1; nonempty = 1; } \
187  END { if (nonempty) { for (i in items) print i; }; } \
188'
189# Make sure the list of sources is unique.  This is necessary because,
190# e.g., the same source file might be shared among _SOURCES variables
191# for different programs/libraries.
192am__define_uniq_tagged_files = \
193  list='$(am__tagged_files)'; \
194  unique=`for i in $$list; do \
195    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
196  done | $(am__uniquify_input)`
197ETAGS = etags
198CTAGS = ctags
199CSCOPE = cscope
200am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
201	$(top_srcdir)/common/coverage/lcov.mak \
202	$(top_srcdir)/common/cruft.mak $(top_srcdir)/common/po.mak \
203	$(top_srcdir)/common/release.mak ABOUT-NLS AUTHORS COPYING \
204	COPYING.LIB ChangeLog INSTALL NEWS README compile config.guess \
205	config.rpath config.sub install-sh ltmain.sh missing
206DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
207distdir = $(PACKAGE)-$(VERSION)
208top_distdir = $(distdir)
209am__remove_distdir = \
210  if test -d "$(distdir)"; then \
211    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
212      && rm -rf "$(distdir)" \
213      || { sleep 5 && rm -rf "$(distdir)"; }; \
214  else :; fi
215am__post_remove_distdir = $(am__remove_distdir)
216am__relativize = \
217  dir0=`pwd`; \
218  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
219  sed_rest='s,^[^/]*/*,,'; \
220  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
221  sed_butlast='s,/*[^/]*$$,,'; \
222  while test -n "$$dir1"; do \
223    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
224    if test "$$first" != "."; then \
225      if test "$$first" = ".."; then \
226        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
227        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
228      else \
229        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
230        if test "$$first2" = "$$first"; then \
231          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
232        else \
233          dir2="../$$dir2"; \
234        fi; \
235        dir0="$$dir0"/"$$first"; \
236      fi; \
237    fi; \
238    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
239  done; \
240  reldir="$$dir2"
241GZIP_ENV = --best
242DIST_ARCHIVES = $(distdir).tar.xz
243DIST_TARGETS = dist-xz
244distuninstallcheck_listfiles = find . -type f -print
245am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
246  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
247distcleancheck_listfiles = find . -type f -print
248ACLOCAL = @ACLOCAL@
249ACLOCAL_AMFLAGS = -I m4 -I common/m4
250AMTAR = @AMTAR@
251AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
252AOM_CFLAGS = @AOM_CFLAGS@
253AOM_LIBS = @AOM_LIBS@
254AR = @AR@
255AS = @AS@
256ASSRENDER_CFLAGS = @ASSRENDER_CFLAGS@
257ASSRENDER_LIBS = @ASSRENDER_LIBS@
258AUTOCONF = @AUTOCONF@
259AUTOHEADER = @AUTOHEADER@
260AUTOMAKE = @AUTOMAKE@
261AWK = @AWK@
262BLUEZ5_CFLAGS = @BLUEZ5_CFLAGS@
263BLUEZ5_LIBS = @BLUEZ5_LIBS@
264BS2B_CFLAGS = @BS2B_CFLAGS@
265BS2B_LIBS = @BS2B_LIBS@
266BZ2_LIBS = @BZ2_LIBS@
267CC = @CC@
268CCASFLAGS = @CCASFLAGS@
269CCDEPMODE = @CCDEPMODE@
270CFLAGS = @CFLAGS@
271CHROMAPRINT_CFLAGS = @CHROMAPRINT_CFLAGS@
272CHROMAPRINT_LIBS = @CHROMAPRINT_LIBS@
273CPP = @CPP@
274CPPFLAGS = @CPPFLAGS@
275CUDA_CFLAGS = @CUDA_CFLAGS@
276CUDA_LIBS = @CUDA_LIBS@
277CURL_CFLAGS = @CURL_CFLAGS@
278CURL_LIBS = @CURL_LIBS@
279CXX = @CXX@
280CXXCPP = @CXXCPP@
281CXXDEPMODE = @CXXDEPMODE@
282CXXFLAGS = @CXXFLAGS@
283CYGPATH_W = @CYGPATH_W@
284DECKLINK_CXXFLAGS = @DECKLINK_CXXFLAGS@
285DECKLINK_LIBS = @DECKLINK_LIBS@
286DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
287DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
288DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
289DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
290DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
291DEFS = @DEFS@
292DEPDIR = @DEPDIR@
293DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
294DIRECT3D_LIBS = @DIRECT3D_LIBS@
295DIRECTFB_CFLAGS = @DIRECTFB_CFLAGS@
296DIRECTFB_LIBS = @DIRECTFB_LIBS@
297DIRECTSOUND_LIBS = @DIRECTSOUND_LIBS@
298DIRECTX_CFLAGS = @DIRECTX_CFLAGS@
299DIRECTX_LDFLAGS = @DIRECTX_LDFLAGS@
300DLLTOOL = @DLLTOOL@
301DSSIM_CFLAGS = @DSSIM_CFLAGS@
302DSSIM_LIBS = @DSSIM_LIBS@
303DSYMUTIL = @DSYMUTIL@
304DTLS_CFLAGS = @DTLS_CFLAGS@
305DTLS_LIBS = @DTLS_LIBS@
306DTS_LIBS = @DTS_LIBS@
307DUMPBIN = @DUMPBIN@
308DVDNAV_CFLAGS = @DVDNAV_CFLAGS@
309DVDNAV_LIBS = @DVDNAV_LIBS@
310ECHO_C = @ECHO_C@
311ECHO_N = @ECHO_N@
312ECHO_T = @ECHO_T@
313EGREP = @EGREP@
314ERROR_CFLAGS = @ERROR_CFLAGS@
315ERROR_CXXFLAGS = @ERROR_CXXFLAGS@
316ERROR_OBJCFLAGS = @ERROR_OBJCFLAGS@
317EXEEXT = @EXEEXT@
318EXIF_CFLAGS = @EXIF_CFLAGS@
319EXIF_LIBS = @EXIF_LIBS@
320EXTRA_CFLAGS = @EXTRA_CFLAGS@
321FAAC_LIBS = @FAAC_LIBS@
322FAAD_LIBS = @FAAD_LIBS@
323FDK_AAC_CFLAGS = @FDK_AAC_CFLAGS@
324FDK_AAC_LIBS = @FDK_AAC_LIBS@
325FFLAGS = @FFLAGS@
326FGREP = @FGREP@
327FLITE_CFLAGS = @FLITE_CFLAGS@
328FLITE_LIBS = @FLITE_LIBS@
329FLUIDSYNTH_CFLAGS = @FLUIDSYNTH_CFLAGS@
330FLUIDSYNTH_LIBS = @FLUIDSYNTH_LIBS@
331GCOV = @GCOV@
332GCOV_CFLAGS = @GCOV_CFLAGS@
333GCOV_LIBS = @GCOV_LIBS@
334GDBUS_CODEGEN = @GDBUS_CODEGEN@
335GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
336GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
337GIO_CFLAGS = @GIO_CFLAGS@
338GIO_LDFLAGS = @GIO_LDFLAGS@
339GIO_LIBS = @GIO_LIBS@
340GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
341GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
342GLIB_CFLAGS = @GLIB_CFLAGS@
343GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
344GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
345GLIB_LIBS = @GLIB_LIBS@
346GLIB_MKENUMS = @GLIB_MKENUMS@
347GLIB_PREFIX = @GLIB_PREFIX@
348GLIB_REQ = @GLIB_REQ@
349GME_LIBS = @GME_LIBS@
350GMODULE_NO_EXPORT_CFLAGS = @GMODULE_NO_EXPORT_CFLAGS@
351GMODULE_NO_EXPORT_LIBS = @GMODULE_NO_EXPORT_LIBS@
352GMSGFMT = @GMSGFMT@
353GMSGFMT_015 = @GMSGFMT_015@
354GNUSTL_CFLAGS = @GNUSTL_CFLAGS@
355GNUSTL_LIBS = @GNUSTL_LIBS@
356GREP = @GREP@
357GSM_LIBS = @GSM_LIBS@
358GSTPB_PLUGINS_DIR = @GSTPB_PLUGINS_DIR@
359GSTPB_PREFIX = @GSTPB_PREFIX@
360GST_AGE = @GST_AGE@
361GST_ALLOCATORS_CFLAGS = @GST_ALLOCATORS_CFLAGS@
362GST_ALLOCATORS_LIBS = @GST_ALLOCATORS_LIBS@
363GST_ALL_LDFLAGS = @GST_ALL_LDFLAGS@
364GST_API_VERSION = @GST_API_VERSION@
365GST_AUDIO_CFLAGS = @GST_AUDIO_CFLAGS@
366GST_AUDIO_LIBS = @GST_AUDIO_LIBS@
367GST_BASE_CFLAGS = @GST_BASE_CFLAGS@
368GST_BASE_LIBS = @GST_BASE_LIBS@
369GST_CFLAGS = @GST_CFLAGS@
370GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@
371GST_CHECK_LIBS = @GST_CHECK_LIBS@
372GST_CONTROLLER_CFLAGS = @GST_CONTROLLER_CFLAGS@
373GST_CONTROLLER_LIBS = @GST_CONTROLLER_LIBS@
374GST_CURRENT = @GST_CURRENT@
375GST_CXXFLAGS = @GST_CXXFLAGS@
376GST_GL_CFLAGS = @GST_GL_CFLAGS@
377GST_GL_LIBS = @GST_GL_LIBS@
378GST_LEVEL_DEFAULT = @GST_LEVEL_DEFAULT@
379GST_LIBS = @GST_LIBS@
380GST_LIBVERSION = @GST_LIBVERSION@
381GST_LIB_LDFLAGS = @GST_LIB_LDFLAGS@
382GST_LICENSE = @GST_LICENSE@
383GST_LT_LDFLAGS = @GST_LT_LDFLAGS@
384GST_NET_CFLAGS = @GST_NET_CFLAGS@
385GST_NET_LIBS = @GST_NET_LIBS@
386GST_OBJCFLAGS = @GST_OBJCFLAGS@
387GST_OPTION_CFLAGS = @GST_OPTION_CFLAGS@
388GST_OPTION_CXXFLAGS = @GST_OPTION_CXXFLAGS@
389GST_OPTION_OBJCFLAGS = @GST_OPTION_OBJCFLAGS@
390GST_PACKAGE_NAME = @GST_PACKAGE_NAME@
391GST_PACKAGE_ORIGIN = @GST_PACKAGE_ORIGIN@
392GST_PBUTILS_CFLAGS = @GST_PBUTILS_CFLAGS@
393GST_PBUTILS_LIBS = @GST_PBUTILS_LIBS@
394GST_PKG_CONFIG_PATH = @GST_PKG_CONFIG_PATH@
395GST_PLUGINS_ALL = @GST_PLUGINS_ALL@
396GST_PLUGINS_BAD_CFLAGS = @GST_PLUGINS_BAD_CFLAGS@
397GST_PLUGINS_BAD_CXXFLAGS = @GST_PLUGINS_BAD_CXXFLAGS@
398GST_PLUGINS_BAD_OBJCFLAGS = @GST_PLUGINS_BAD_OBJCFLAGS@
399GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@
400GST_PLUGINS_BASE_DIR = @GST_PLUGINS_BASE_DIR@
401GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
402GST_PLUGINS_DIR = @GST_PLUGINS_DIR@
403GST_PLUGINS_GOOD_CFLAGS = @GST_PLUGINS_GOOD_CFLAGS@
404GST_PLUGINS_GOOD_DIR = @GST_PLUGINS_GOOD_DIR@
405GST_PLUGINS_GOOD_LIBS = @GST_PLUGINS_GOOD_LIBS@
406GST_PLUGINS_LIBAV_CFLAGS = @GST_PLUGINS_LIBAV_CFLAGS@
407GST_PLUGINS_LIBAV_DIR = @GST_PLUGINS_LIBAV_DIR@
408GST_PLUGINS_LIBAV_LIBS = @GST_PLUGINS_LIBAV_LIBS@
409GST_PLUGINS_NONPORTED = @GST_PLUGINS_NONPORTED@
410GST_PLUGINS_SELECTED = @GST_PLUGINS_SELECTED@
411GST_PLUGINS_UGLY_CFLAGS = @GST_PLUGINS_UGLY_CFLAGS@
412GST_PLUGINS_UGLY_DIR = @GST_PLUGINS_UGLY_DIR@
413GST_PLUGINS_UGLY_LIBS = @GST_PLUGINS_UGLY_LIBS@
414GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
415GST_PREFIX = @GST_PREFIX@
416GST_REVISION = @GST_REVISION@
417GST_SDP_CFLAGS = @GST_SDP_CFLAGS@
418GST_SDP_LIBS = @GST_SDP_LIBS@
419GST_TOOLS_DIR = @GST_TOOLS_DIR@
420GST_VIDEO_CFLAGS = @GST_VIDEO_CFLAGS@
421GST_VIDEO_LIBS = @GST_VIDEO_LIBS@
422GTK3_CFLAGS = @GTK3_CFLAGS@
423GTK3_LIBS = @GTK3_LIBS@
424GTKDOC_CHECK = @GTKDOC_CHECK@
425GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
426GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
427GTKDOC_MKPDF = @GTKDOC_MKPDF@
428GTKDOC_REBASE = @GTKDOC_REBASE@
429GTK_BASE_DIR = @GTK_BASE_DIR@
430GTK_CFLAGS = @GTK_CFLAGS@
431GTK_LIBS = @GTK_LIBS@
432GTK_VERSION = @GTK_VERSION@
433G_UDEV_CFLAGS = @G_UDEV_CFLAGS@
434G_UDEV_LIBS = @G_UDEV_LIBS@
435HAVE_CXX = @HAVE_CXX@
436HAVE_DIRECT3D = @HAVE_DIRECT3D@
437HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@
438HAVE_DTS = @HAVE_DTS@
439HAVE_FAAC = @HAVE_FAAC@
440HAVE_FAAD = @HAVE_FAAD@
441HAVE_FLITE = @HAVE_FLITE@
442HAVE_GSM = @HAVE_GSM@
443HAVE_GTK3 = @HAVE_GTK3@
444HAVE_OPENJPEG = @HAVE_OPENJPEG@
445HAVE_SRTP = @HAVE_SRTP@
446HAVE_WASAPI = @HAVE_WASAPI@
447HAVE_WILDMIDI = @HAVE_WILDMIDI@
448HAVE_WINKS = @HAVE_WINKS@
449HAVE_WINSCREENCAP = @HAVE_WINSCREENCAP@
450HAVE_X11 = @HAVE_X11@
451HTML_DIR = @HTML_DIR@
452INSTALL = @INSTALL@
453INSTALL_DATA = @INSTALL_DATA@
454INSTALL_PROGRAM = @INSTALL_PROGRAM@
455INSTALL_SCRIPT = @INSTALL_SCRIPT@
456INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
457INTLLIBS = @INTLLIBS@
458INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
459INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
460INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
461INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
462INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
463INTROSPECTION_INIT = @INTROSPECTION_INIT@
464INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
465INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
466INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
467INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
468KATE_CFLAGS = @KATE_CFLAGS@
469KATE_LIBS = @KATE_LIBS@
470KMS_DRM_CFLAGS = @KMS_DRM_CFLAGS@
471KMS_DRM_LIBS = @KMS_DRM_LIBS@
472LCMS2_CFLAGS = @LCMS2_CFLAGS@
473LCMS2_LIBS = @LCMS2_LIBS@
474LD = @LD@
475LDFLAGS = @LDFLAGS@
476LIBDC1394_CFLAGS = @LIBDC1394_CFLAGS@
477LIBDC1394_LIBS = @LIBDC1394_LIBS@
478LIBDE265_CFLAGS = @LIBDE265_CFLAGS@
479LIBDE265_LIBS = @LIBDE265_LIBS@
480LIBDIR = @LIBDIR@
481LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
482LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
483LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
484LIBICONV = @LIBICONV@
485LIBINTL = @LIBINTL@
486LIBM = @LIBM@
487LIBMFX_CFLAGS = @LIBMFX_CFLAGS@
488LIBMFX_LIBS = @LIBMFX_LIBS@
489LIBMMS_CFLAGS = @LIBMMS_CFLAGS@
490LIBMMS_LIBS = @LIBMMS_LIBS@
491LIBOBJS = @LIBOBJS@
492LIBS = @LIBS@
493LIBTOOL = @LIBTOOL@
494LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
495LIBUDEV_LIBS = @LIBUDEV_LIBS@
496LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
497LIBUSB_LIBS = @LIBUSB_LIBS@
498LIBVA_DRM_CFLAGS = @LIBVA_DRM_CFLAGS@
499LIBVA_DRM_LIBS = @LIBVA_DRM_LIBS@
500LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
501LIBXML2_LIBS = @LIBXML2_LIBS@
502LILV_CFLAGS = @LILV_CFLAGS@
503LILV_LIBS = @LILV_LIBS@
504LIPO = @LIPO@
505LN_S = @LN_S@
506LOCALEDIR = @LOCALEDIR@
507LRDF_CFLAGS = @LRDF_CFLAGS@
508LRDF_LIBS = @LRDF_LIBS@
509LTLIBICONV = @LTLIBICONV@
510LTLIBINTL = @LTLIBINTL@
511LTLIBOBJS = @LTLIBOBJS@
512LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
513MAINT = @MAINT@
514MAKEINFO = @MAKEINFO@
515MANIFEST_TOOL = @MANIFEST_TOOL@
516MJPEG_CFLAGS = @MJPEG_CFLAGS@
517MJPEG_LIBS = @MJPEG_LIBS@
518MKDIR_P = @MKDIR_P@
519MODPLUG_CFLAGS = @MODPLUG_CFLAGS@
520MODPLUG_LIBS = @MODPLUG_LIBS@
521MPEG2ENC_CFLAGS = @MPEG2ENC_CFLAGS@
522MPEG2ENC_LIBS = @MPEG2ENC_LIBS@
523MPLEX_CFLAGS = @MPLEX_CFLAGS@
524MPLEX_LDFLAGS = @MPLEX_LDFLAGS@
525MPLEX_LIBS = @MPLEX_LIBS@
526MSDK_CFLAGS = @MSDK_CFLAGS@
527MSDK_LIBS = @MSDK_LIBS@
528MSGFMT = @MSGFMT@
529MSGFMT_015 = @MSGFMT_015@
530MSGMERGE = @MSGMERGE@
531MUSEPACK_LIBS = @MUSEPACK_LIBS@
532NEON_CFLAGS = @NEON_CFLAGS@
533NEON_LIBS = @NEON_LIBS@
534NETTLE_CFLAGS = @NETTLE_CFLAGS@
535NETTLE_LIBS = @NETTLE_LIBS@
536NICE_CFLAGS = @NICE_CFLAGS@
537NICE_LIBS = @NICE_LIBS@
538NM = @NM@
539NMEDIT = @NMEDIT@
540NVENCODE_LIBS = @NVENCODE_LIBS@
541OBJC = @OBJC@
542OBJCDEPMODE = @OBJCDEPMODE@
543OBJCFLAGS = @OBJCFLAGS@
544OBJDUMP = @OBJDUMP@
545OBJEXT = @OBJEXT@
546OFA_CFLAGS = @OFA_CFLAGS@
547OFA_LIBS = @OFA_LIBS@
548OPENAL_CFLAGS = @OPENAL_CFLAGS@
549OPENAL_LIBS = @OPENAL_LIBS@
550OPENCV_CFLAGS = @OPENCV_CFLAGS@
551OPENCV_LIBS = @OPENCV_LIBS@
552OPENCV_PREFIX = @OPENCV_PREFIX@
553OPENEXR240_CFLAGS = @OPENEXR240_CFLAGS@
554OPENEXR240_LIBS = @OPENEXR240_LIBS@
555OPENEXR_CFLAGS = @OPENEXR_CFLAGS@
556OPENEXR_LIBS = @OPENEXR_LIBS@
557OPENEXR_STDCFLAGS = @OPENEXR_STDCFLAGS@
558OPENH264_CFLAGS = @OPENH264_CFLAGS@
559OPENH264_LIBS = @OPENH264_LIBS@
560OPENJPEG_CFLAGS = @OPENJPEG_CFLAGS@
561OPENJPEG_LIBS = @OPENJPEG_LIBS@
562OPENMPT_CFLAGS = @OPENMPT_CFLAGS@
563OPENMPT_LIBS = @OPENMPT_LIBS@
564OPENNI2_CFLAGS = @OPENNI2_CFLAGS@
565OPENNI2_LIBS = @OPENNI2_LIBS@
566OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
567OPENSSL_LIBS = @OPENSSL_LIBS@
568OPUS_CFLAGS = @OPUS_CFLAGS@
569OPUS_LIBS = @OPUS_LIBS@
570ORCC = @ORCC@
571ORCC_FLAGS = @ORCC_FLAGS@
572ORC_CFLAGS = @ORC_CFLAGS@
573ORC_LIBS = @ORC_LIBS@
574OTOOL = @OTOOL@
575OTOOL64 = @OTOOL64@
576PACKAGE = @PACKAGE@
577PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
578PACKAGE_NAME = @PACKAGE_NAME@
579PACKAGE_STRING = @PACKAGE_STRING@
580PACKAGE_TARNAME = @PACKAGE_TARNAME@
581PACKAGE_URL = @PACKAGE_URL@
582PACKAGE_VERSION = @PACKAGE_VERSION@
583PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
584PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
585PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
586PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
587PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
588PANGO_CFLAGS = @PANGO_CFLAGS@
589PANGO_LIBS = @PANGO_LIBS@
590PATH_SEPARATOR = @PATH_SEPARATOR@
591PKG_CONFIG = @PKG_CONFIG@
592PLUGINDIR = @PLUGINDIR@
593POSUB = @POSUB@
594PROFILE_CFLAGS = @PROFILE_CFLAGS@
595PTHREAD_CC = @PTHREAD_CC@
596PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
597PTHREAD_LIBS = @PTHREAD_LIBS@
598PYTHON = @PYTHON@
599PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
600PYTHON_PLATFORM = @PYTHON_PLATFORM@
601PYTHON_PREFIX = @PYTHON_PREFIX@
602PYTHON_VERSION = @PYTHON_VERSION@
603RANLIB = @RANLIB@
604RSVG_CFLAGS = @RSVG_CFLAGS@
605RSVG_LIBS = @RSVG_LIBS@
606RTMP_CFLAGS = @RTMP_CFLAGS@
607RTMP_LIBS = @RTMP_LIBS@
608SBC_CFLAGS = @SBC_CFLAGS@
609SBC_LIBS = @SBC_LIBS@
610SED = @SED@
611SET_MAKE = @SET_MAKE@
612SHELL = @SHELL@
613SHM_LIBS = @SHM_LIBS@
614SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
615SNDFILE_LIBS = @SNDFILE_LIBS@
616SOUNDTOUCH_CFLAGS = @SOUNDTOUCH_CFLAGS@
617SOUNDTOUCH_LIBS = @SOUNDTOUCH_LIBS@
618SPANDSP_CFLAGS = @SPANDSP_CFLAGS@
619SPANDSP_LIBS = @SPANDSP_LIBS@
620SRTP_CFLAGS = @SRTP_CFLAGS@
621SRTP_LIBS = @SRTP_LIBS@
622SRT_CFLAGS = @SRT_CFLAGS@
623SRT_LIBS = @SRT_LIBS@
624SSH2_CFLAGS = @SSH2_CFLAGS@
625SSH2_LIBS = @SSH2_LIBS@
626STRIP = @STRIP@
627TELETEXTDEC_CFLAGS = @TELETEXTDEC_CFLAGS@
628TELETEXTDEC_LIBS = @TELETEXTDEC_LIBS@
629TIGER_CFLAGS = @TIGER_CFLAGS@
630TIGER_LIBS = @TIGER_LIBS@
631TTML_CFLAGS = @TTML_CFLAGS@
632TTML_LIBS = @TTML_LIBS@
633USE_NLS = @USE_NLS@
634USRSCTP_LIBS = @USRSCTP_LIBS@
635VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
636VALGRIND_LIBS = @VALGRIND_LIBS@
637VALGRIND_PATH = @VALGRIND_PATH@
638VDPAU_CFLAGS = @VDPAU_CFLAGS@
639VDPAU_LIBS = @VDPAU_LIBS@
640VERSION = @VERSION@
641VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
642VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
643VOAACENC_CFLAGS = @VOAACENC_CFLAGS@
644VOAACENC_LIBS = @VOAACENC_LIBS@
645VOAMRWBENC_CFLAGS = @VOAMRWBENC_CFLAGS@
646VOAMRWBENC_LIBS = @VOAMRWBENC_LIBS@
647VULKAN_LIBS = @VULKAN_LIBS@
648VULKAN_WAYLAND_CFLAGS = @VULKAN_WAYLAND_CFLAGS@
649VULKAN_WAYLAND_LIBS = @VULKAN_WAYLAND_LIBS@
650WARNING_CFLAGS = @WARNING_CFLAGS@
651WARNING_CXXFLAGS = @WARNING_CXXFLAGS@
652WARNING_OBJCFLAGS = @WARNING_OBJCFLAGS@
653WASAPI_LIBS = @WASAPI_LIBS@
654WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
655WAYLAND_LIBS = @WAYLAND_LIBS@
656WAYLAND_PROTOCOLS_DATADIR = @WAYLAND_PROTOCOLS_DATADIR@
657WEBP_CFLAGS = @WEBP_CFLAGS@
658WEBP_LIBS = @WEBP_LIBS@
659WEBRTCDSP_CFLAGS = @WEBRTCDSP_CFLAGS@
660WEBRTCDSP_LIBS = @WEBRTCDSP_LIBS@
661WGET = @WGET@
662WILDMIDI_CFLAGS = @WILDMIDI_CFLAGS@
663WILDMIDI_LIBS = @WILDMIDI_LIBS@
664WINKS_LIBS = @WINKS_LIBS@
665WINSCREENCAP_LIBS = @WINSCREENCAP_LIBS@
666WINSOCK2_LIBS = @WINSOCK2_LIBS@
667WPE_CFLAGS = @WPE_CFLAGS@
668WPE_LIBS = @WPE_LIBS@
669X11_CFLAGS = @X11_CFLAGS@
670X11_LIBS = @X11_LIBS@
671X265_CFLAGS = @X265_CFLAGS@
672X265_LIBS = @X265_LIBS@
673XCB_CFLAGS = @XCB_CFLAGS@
674XCB_LIBS = @XCB_LIBS@
675XGETTEXT = @XGETTEXT@
676XGETTEXT_015 = @XGETTEXT_015@
677XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
678ZBAR_CFLAGS = @ZBAR_CFLAGS@
679ZBAR_LIBS = @ZBAR_LIBS@
680abs_builddir = @abs_builddir@
681abs_srcdir = @abs_srcdir@
682abs_top_builddir = @abs_top_builddir@
683abs_top_srcdir = @abs_top_srcdir@
684ac_ct_AR = @ac_ct_AR@
685ac_ct_CC = @ac_ct_CC@
686ac_ct_CXX = @ac_ct_CXX@
687ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
688ac_ct_OBJC = @ac_ct_OBJC@
689am__include = @am__include@
690am__leading_dot = @am__leading_dot@
691am__quote = @am__quote@
692am__tar = @am__tar@
693am__untar = @am__untar@
694ax_pthread_config = @ax_pthread_config@
695bindir = @bindir@
696build = @build@
697build_alias = @build_alias@
698build_cpu = @build_cpu@
699build_os = @build_os@
700build_vendor = @build_vendor@
701builddir = @builddir@
702datadir = @datadir@
703datarootdir = @datarootdir@
704docdir = @docdir@
705dvidir = @dvidir@
706exec_prefix = @exec_prefix@
707host = @host@
708host_alias = @host_alias@
709host_cpu = @host_cpu@
710host_os = @host_os@
711host_vendor = @host_vendor@
712htmldir = @htmldir@
713includedir = @includedir@
714infodir = @infodir@
715install_sh = @install_sh@
716libdir = @libdir@
717libexecdir = @libexecdir@
718localedir = @localedir@
719localstatedir = @localstatedir@
720mandir = @mandir@
721mkdir_p = @mkdir_p@
722oldincludedir = @oldincludedir@
723pdfdir = @pdfdir@
724pkgpyexecdir = @pkgpyexecdir@
725pkgpythondir = @pkgpythondir@
726plugindir = @plugindir@
727prefix = @prefix@
728program_transform_name = @program_transform_name@
729psdir = @psdir@
730pyexecdir = @pyexecdir@
731pythondir = @pythondir@
732runstatedir = @runstatedir@
733sbindir = @sbindir@
734sharedstatedir = @sharedstatedir@
735srcdir = @srcdir@
736sysconfdir = @sysconfdir@
737target = @target@
738target_alias = @target_alias@
739target_cpu = @target_cpu@
740target_os = @target_os@
741target_vendor = @target_vendor@
742top_build_prefix = @top_build_prefix@
743top_builddir = @top_builddir@
744top_srcdir = @top_srcdir@
745wayland_scanner = @wayland_scanner@
746DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
747SUBDIRS = \
748	gst-libs gst sys ext pkgconfig \
749	m4 common docs tests po tools
750
751DIST_SUBDIRS = \
752	gst gst-libs sys ext pkgconfig \
753	m4 common docs tests po tools
754
755EXTRA_DIST = \
756	depcomp \
757	AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
758	ChangeLog gst-plugins-bad.doap autogen.sh \
759	$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
760	meson_options.txt \
761	ext/vulkan/vkconfig.h.meson
762
763DISTCLEANFILES = _stdint.h
764
765# cruft: plugins that have been merged or moved or renamed
766CRUFT_FILES = \
767	$(top_builddir)/gst-plugins-bad.spec \
768	$(top_builddir)/common/shave \
769	$(top_builddir)/common/shave-libtool \
770	$(top_builddir)/docs/plugins/xml/plugin-sdp.xml \
771	$(top_builddir)/ext/alsaspdif/.libs/*.{so,dll,DLL,dylib} \
772	$(top_builddir)/ext/gtk/.libs/libgstgtksink.so \
773	$(top_builddir)/ext/gtk/.libs/libgstgtk.so \
774	$(top_builddir)/ext/hls/.libs/libgstfragmented* \
775	$(top_builddir)/ext/ivorbis/.libs/*.{so,dll,DLL,dylib} \
776	$(top_builddir)/ext/jack/.libs/*.{so,dll,DLL,dylib} \
777	$(top_builddir)/ext/libde265/.libs/libgstlibde265.{so,dll,DLL,dylib} \
778	$(top_builddir)/ext/teletextdec/.libs/libgstteletextdec.so \
779	$(top_builddir)/gst/opus/.libs/libgstopus.{so,dll,DLL,dylib} \
780	$(top_builddir)/ext/mpg123/.libs/*.{so,dll,DLL,dylib} \
781	$(top_builddir)/ext/qt/.libs/*.{so,dll,DLL,dylib} \
782	$(top_builddir)/ext/schroedinger/.libs/*.{so,dll,DLL,dylib} \
783	$(top_builddir)/gst/aacparse/.libs/*.{so,dll,DLL,dylib} \
784	$(top_builddir)/gst/amrparse/.libs/*.{so,dll,DLL,dylib} \
785	$(top_builddir)/gst/audiomixer/.libs/*.{so,dll,DLL,dylib} \
786	$(top_builddir)/gst/audioparsers/.libs/*.{so,dll,DLL,dylib} \
787	$(top_builddir)/gst/camerabin2/.libs/libgstcamerabin2.so \
788	$(top_builddir)/gst/flacparse/.libs/*.{so,dll,DLL,dylib} \
789	$(top_builddir)/gst/imagefreeze/.libs/*.{so,dll,DLL,dylib} \
790	$(top_builddir)/gst/mpeg4videoparse/.libs/*.{so,dll,DLL,dylib} \
791	$(top_builddir)/gst/qtmux/.libs/*.{so,dll,DLL,dylib} \
792	$(top_builddir)/gst/rawparse/.libs/libgstrawparse* \
793	$(top_builddir)/gst/rtp/.libs/*.{so,dll,DLL,dylib} \
794	$(top_builddir)/gst/rtpmux/.libs/*.{so,dll,DLL,dylib} \
795	$(top_builddir)/gst/rtpvp8/.libs/*.{so,dll,DLL,dylib} \
796	$(top_builddir)/gst/scaletempo/.libs/*.{so,dll,DLL,dylib} \
797	$(top_builddir)/gst/selector/.libs/*.{so,dll,DLL,dylib} \
798	$(top_builddir)/gst/shapewipe/.libs/*.{so,dll,DLL,dylib} \
799	$(top_builddir)/gst/valve/.libs/*.{so,dll,DLL,dylib} \
800	$(top_builddir)/gst/videoparsers/.libs/libgsth263parse* \
801	$(top_builddir)/gst-libs/gst/baseparse/.libs/libgstbaseparse* \
802	$(top_builddir)/sys/d3dvideosink/.libs/libgstd3dvideosink.{dll,DLL} \
803	$(top_builddir)/sys/oss4/.libs/*.{so,dll,DLL,dylib} \
804	$(top_builddir)/tests/check/elements/{aac,ac3,amr,flac,mpegaudio,dca}parse \
805	$(top_builddir)/tests/check/elements/autocolorspace \
806	$(top_builddir)/tests/check/elements/capssetter \
807	$(top_builddir)/tests/check/elements/dataurisrc \
808	$(top_builddir)/tests/check/elements/imagefreeze \
809	$(top_builddir)/tests/check/elements/qtmux \
810	$(top_builddir)/tests/check/elements/rawaudioparse \
811	$(top_builddir)/tests/check/elements/rawvideoparse \
812	$(top_builddir)/tests/check/elements/rtpmux \
813	$(top_builddir)/tests/check/elements/schroenc \
814	$(top_builddir)/tests/check/elements/selector \
815	$(top_builddir)/tests/check/elements/valve \
816	$(top_builddir)/tests/check/pipelines/metadata \
817	$(top_builddir)/tests/check/pipelines/mimic \
818	$(top_builddir)/tests/examples/jack/jack_client \
819	$(top_builddir)/tests/examples/scaletempo/scaletempo-demo \
820	$(top_builddir)/tests/examples/switch/switcher \
821	$(top_builddir)/tests/icles/output-selector-test \
822	$(top_builddir)/tests/icles/test-oss4 \
823	$(top_builddir)/tests/icles/equalizer-test
824
825CRUFT_DIRS = \
826	$(top_srcdir)/docs/plugins/tmpl \
827	$(top_srcdir)/gst/aacparse \
828	$(top_srcdir)/gst/amrparse \
829	$(top_srcdir)/gst/audiomixer \
830	$(top_srcdir)/gst/camerabin \
831	$(top_srcdir)/gst/dataurisrc \
832	$(top_srcdir)/gst/flacparse \
833	$(top_srcdir)/gst/hls \
834	$(top_srcdir)/gst/imagefreeze \
835	$(top_srcdir)/gst/invtelecine \
836	$(top_srcdir)/gst/liveadder \
837	$(top_srcdir)/gst/mpeg4videoparse \
838	$(top_srcdir)/gst/qtmux \
839	$(top_srcdir)/gst/rtpmux \
840	$(top_srcdir)/gst/rtpvp8 \
841	$(top_srcdir)/gst/rtp \
842	$(top_srcdir)/gst/scaletempo \
843	$(top_srcdir)/gst/selector \
844	$(top_srcdir)/gst/shapewipe \
845	$(top_srcdir)/gst/valve \
846	$(top_srcdir)/gst-libs/gst/baseparse \
847	$(top_srcdir)/gst-libs/gst/base \
848	$(top_srcdir)/gst-libs/gst/egl \
849	$(top_srcdir)/gst-libs/gst/gl \
850	$(top_srcdir)/gst-libs/gst/signalprocessor \
851	$(top_srcdir)/tests/examples/gl \
852	$(top_srcdir)/tests/examples/scaletempo \
853	$(top_srcdir)/tests/examples/gtk \
854	$(top_srcdir)/tests/examples/qt \
855	$(top_srcdir)/tests/examples/shapewipe \
856	$(top_srcdir)/tests/examples/switch \
857	$(top_srcdir)/tests/examples/jack \
858	$(top_srcdir)/ext/alsaspdif \
859	$(top_srcdir)/ext/amrwbenc \
860	$(top_srcdir)/ext/cog \
861	$(top_srcdir)/ext/eglgles \
862	$(top_srcdir)/ext/gsettings \
863	$(top_srcdir)/ext/gtk \
864	$(top_srcdir)/ext/ivorbis \
865	$(top_srcdir)/ext/jack \
866	$(top_srcdir)/ext/metadata \
867	$(top_srcdir)/ext/mimic \
868	$(top_srcdir)/ext/mpg123 \
869	$(top_srcdir)/ext/qt \
870	$(top_srcdir)/ext/schroedinger \
871	$(top_srcdir)/ext/swfdec \
872	$(top_srcdir)/ext/tarkin \
873	$(top_srcdir)/ext/theora \
874	$(top_srcdir)/ext/vp8 \
875	$(top_srcdir)/sys/mfc \
876	$(top_srcdir)/win32
877
878all: config.h
879	$(MAKE) $(AM_MAKEFLAGS) all-recursive
880
881.SUFFIXES:
882am--refresh: Makefile
883	@:
884$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/common/release.mak $(top_srcdir)/common/po.mak $(top_srcdir)/common/coverage/lcov.mak $(top_srcdir)/common/cruft.mak $(am__configure_deps)
885	@for dep in $?; do \
886	  case '$(am__configure_deps)' in \
887	    *$$dep*) \
888	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
889	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
890		&& exit 0; \
891	      exit 1;; \
892	  esac; \
893	done; \
894	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
895	$(am__cd) $(top_srcdir) && \
896	  $(AUTOMAKE) --gnu Makefile
897Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
898	@case '$?' in \
899	  *config.status*) \
900	    echo ' $(SHELL) ./config.status'; \
901	    $(SHELL) ./config.status;; \
902	  *) \
903	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
904	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
905	esac;
906$(top_srcdir)/common/release.mak $(top_srcdir)/common/po.mak $(top_srcdir)/common/coverage/lcov.mak $(top_srcdir)/common/cruft.mak $(am__empty):
907
908$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
909	$(SHELL) ./config.status --recheck
910
911$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
912	$(am__cd) $(srcdir) && $(AUTOCONF)
913$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
914	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
915$(am__aclocal_m4_deps):
916
917config.h: stamp-h1
918	@test -f $@ || rm -f stamp-h1
919	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
920
921stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
922	@rm -f stamp-h1
923	cd $(top_builddir) && $(SHELL) ./config.status config.h
924$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
925	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
926	rm -f stamp-h1
927	touch $@
928
929distclean-hdr:
930	-rm -f config.h stamp-h1
931
932mostlyclean-libtool:
933	-rm -f *.lo
934
935clean-libtool:
936	-rm -rf .libs _libs
937
938distclean-libtool:
939	-rm -f libtool config.lt
940
941# This directory's subdirectories are mostly independent; you can cd
942# into them and run 'make' without going through this Makefile.
943# To change the values of 'make' variables: instead of editing Makefiles,
944# (1) if the variable is set in 'config.status', edit 'config.status'
945#     (which will cause the Makefiles to be regenerated when you run 'make');
946# (2) otherwise, pass the desired values on the 'make' command line.
947$(am__recursive_targets):
948	@fail=; \
949	if $(am__make_keepgoing); then \
950	  failcom='fail=yes'; \
951	else \
952	  failcom='exit 1'; \
953	fi; \
954	dot_seen=no; \
955	target=`echo $@ | sed s/-recursive//`; \
956	case "$@" in \
957	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
958	  *) list='$(SUBDIRS)' ;; \
959	esac; \
960	for subdir in $$list; do \
961	  echo "Making $$target in $$subdir"; \
962	  if test "$$subdir" = "."; then \
963	    dot_seen=yes; \
964	    local_target="$$target-am"; \
965	  else \
966	    local_target="$$target"; \
967	  fi; \
968	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
969	  || eval $$failcom; \
970	done; \
971	if test "$$dot_seen" = "no"; then \
972	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
973	fi; test -z "$$fail"
974
975ID: $(am__tagged_files)
976	$(am__define_uniq_tagged_files); mkid -fID $$unique
977tags: tags-recursive
978TAGS: tags
979
980tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
981	set x; \
982	here=`pwd`; \
983	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
984	  include_option=--etags-include; \
985	  empty_fix=.; \
986	else \
987	  include_option=--include; \
988	  empty_fix=; \
989	fi; \
990	list='$(SUBDIRS)'; for subdir in $$list; do \
991	  if test "$$subdir" = .; then :; else \
992	    test ! -f $$subdir/TAGS || \
993	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
994	  fi; \
995	done; \
996	$(am__define_uniq_tagged_files); \
997	shift; \
998	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
999	  test -n "$$unique" || unique=$$empty_fix; \
1000	  if test $$# -gt 0; then \
1001	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1002	      "$$@" $$unique; \
1003	  else \
1004	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1005	      $$unique; \
1006	  fi; \
1007	fi
1008ctags: ctags-recursive
1009
1010CTAGS: ctags
1011ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1012	$(am__define_uniq_tagged_files); \
1013	test -z "$(CTAGS_ARGS)$$unique" \
1014	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1015	     $$unique
1016
1017GTAGS:
1018	here=`$(am__cd) $(top_builddir) && pwd` \
1019	  && $(am__cd) $(top_srcdir) \
1020	  && gtags -i $(GTAGS_ARGS) "$$here"
1021cscope: cscope.files
1022	test ! -s cscope.files \
1023	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1024clean-cscope:
1025	-rm -f cscope.files
1026cscope.files: clean-cscope cscopelist
1027cscopelist: cscopelist-recursive
1028
1029cscopelist-am: $(am__tagged_files)
1030	list='$(am__tagged_files)'; \
1031	case "$(srcdir)" in \
1032	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1033	  *) sdir=$(subdir)/$(srcdir) ;; \
1034	esac; \
1035	for i in $$list; do \
1036	  if test -f "$$i"; then \
1037	    echo "$(subdir)/$$i"; \
1038	  else \
1039	    echo "$$sdir/$$i"; \
1040	  fi; \
1041	done >> $(top_builddir)/cscope.files
1042
1043distclean-tags:
1044	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1045	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1046
1047distdir: $(BUILT_SOURCES)
1048	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1049
1050distdir-am: $(DISTFILES)
1051	$(am__remove_distdir)
1052	test -d "$(distdir)" || mkdir "$(distdir)"
1053	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1054	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1055	list='$(DISTFILES)'; \
1056	  dist_files=`for file in $$list; do echo $$file; done | \
1057	  sed -e "s|^$$srcdirstrip/||;t" \
1058	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1059	case $$dist_files in \
1060	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1061			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1062			   sort -u` ;; \
1063	esac; \
1064	for file in $$dist_files; do \
1065	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1066	  if test -d $$d/$$file; then \
1067	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1068	    if test -d "$(distdir)/$$file"; then \
1069	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1070	    fi; \
1071	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1072	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1073	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1074	    fi; \
1075	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1076	  else \
1077	    test -f "$(distdir)/$$file" \
1078	    || cp -p $$d/$$file "$(distdir)/$$file" \
1079	    || exit 1; \
1080	  fi; \
1081	done
1082	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1083	  if test "$$subdir" = .; then :; else \
1084	    $(am__make_dryrun) \
1085	      || test -d "$(distdir)/$$subdir" \
1086	      || $(MKDIR_P) "$(distdir)/$$subdir" \
1087	      || exit 1; \
1088	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1089	    $(am__relativize); \
1090	    new_distdir=$$reldir; \
1091	    dir1=$$subdir; dir2="$(top_distdir)"; \
1092	    $(am__relativize); \
1093	    new_top_distdir=$$reldir; \
1094	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1095	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1096	    ($(am__cd) $$subdir && \
1097	      $(MAKE) $(AM_MAKEFLAGS) \
1098	        top_distdir="$$new_top_distdir" \
1099	        distdir="$$new_distdir" \
1100		am__remove_distdir=: \
1101		am__skip_length_check=: \
1102		am__skip_mode_fix=: \
1103	        distdir) \
1104	      || exit 1; \
1105	  fi; \
1106	done
1107	$(MAKE) $(AM_MAKEFLAGS) \
1108	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
1109	  dist-hook
1110	-test -n "$(am__skip_mode_fix)" \
1111	|| find "$(distdir)" -type d ! -perm -755 \
1112		-exec chmod u+rwx,go+rx {} \; -o \
1113	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1114	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1115	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1116	|| chmod -R a+r "$(distdir)"
1117dist-gzip: distdir
1118	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
1119	$(am__post_remove_distdir)
1120
1121dist-bzip2: distdir
1122	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1123	$(am__post_remove_distdir)
1124
1125dist-lzip: distdir
1126	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1127	$(am__post_remove_distdir)
1128dist-xz: distdir
1129	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1130	$(am__post_remove_distdir)
1131
1132dist-tarZ: distdir
1133	@echo WARNING: "Support for distribution archives compressed with" \
1134		       "legacy program 'compress' is deprecated." >&2
1135	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1136	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1137	$(am__post_remove_distdir)
1138
1139dist-shar: distdir
1140	@echo WARNING: "Support for shar distribution archives is" \
1141	               "deprecated." >&2
1142	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1143	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1144	$(am__post_remove_distdir)
1145
1146dist-zip: distdir
1147	-rm -f $(distdir).zip
1148	zip -rq $(distdir).zip $(distdir)
1149	$(am__post_remove_distdir)
1150
1151dist dist-all:
1152	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1153	$(am__post_remove_distdir)
1154
1155# This target untars the dist file and tries a VPATH configuration.  Then
1156# it guarantees that the distribution is self-contained by making another
1157# tarfile.
1158distcheck: dist
1159	case '$(DIST_ARCHIVES)' in \
1160	*.tar.gz*) \
1161	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1162	*.tar.bz2*) \
1163	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1164	*.tar.lz*) \
1165	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1166	*.tar.xz*) \
1167	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1168	*.tar.Z*) \
1169	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1170	*.shar.gz*) \
1171	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1172	*.zip*) \
1173	  unzip $(distdir).zip ;;\
1174	esac
1175	chmod -R a-w $(distdir)
1176	chmod u+w $(distdir)
1177	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1178	chmod a-w $(distdir)
1179	test -d $(distdir)/_build || exit 0; \
1180	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1181	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1182	  && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \
1183	  && am__cwd=`pwd` \
1184	  && $(am__cd) $(distdir)/_build/sub \
1185	  && ../../configure \
1186	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1187	    $(DISTCHECK_CONFIGURE_FLAGS) \
1188	    --srcdir=../.. --prefix="$$dc_install_base" \
1189	  && $(MAKE) $(AM_MAKEFLAGS) \
1190	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
1191	  && $(MAKE) $(AM_MAKEFLAGS) check \
1192	  && $(MAKE) $(AM_MAKEFLAGS) install \
1193	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1194	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1195	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1196	        distuninstallcheck \
1197	  && chmod -R a-w "$$dc_install_base" \
1198	  && ({ \
1199	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1200	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1201	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1202	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1203	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1204	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
1205	  && rm -rf "$$dc_destdir" \
1206	  && $(MAKE) $(AM_MAKEFLAGS) dist \
1207	  && rm -rf $(DIST_ARCHIVES) \
1208	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1209	  && cd "$$am__cwd" \
1210	  || exit 1
1211	$(am__post_remove_distdir)
1212	@(echo "$(distdir) archives ready for distribution: "; \
1213	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1214	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1215distuninstallcheck:
1216	@test -n '$(distuninstallcheck_dir)' || { \
1217	  echo 'ERROR: trying to run $@ with an empty' \
1218	       '$$(distuninstallcheck_dir)' >&2; \
1219	  exit 1; \
1220	}; \
1221	$(am__cd) '$(distuninstallcheck_dir)' || { \
1222	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1223	  exit 1; \
1224	}; \
1225	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1226	   || { echo "ERROR: files left after uninstall:" ; \
1227	        if test -n "$(DESTDIR)"; then \
1228	          echo "  (check DESTDIR support)"; \
1229	        fi ; \
1230	        $(distuninstallcheck_listfiles) ; \
1231	        exit 1; } >&2
1232distcleancheck: distclean
1233	@if test '$(srcdir)' = . ; then \
1234	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1235	  exit 1 ; \
1236	fi
1237	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1238	  || { echo "ERROR: files left in build directory after distclean:" ; \
1239	       $(distcleancheck_listfiles) ; \
1240	       exit 1; } >&2
1241check-am: all-am
1242check: check-recursive
1243all-am: Makefile config.h all-local
1244installdirs: installdirs-recursive
1245installdirs-am:
1246install: install-recursive
1247install-exec: install-exec-recursive
1248install-data: install-data-recursive
1249uninstall: uninstall-recursive
1250
1251install-am: all-am
1252	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1253
1254installcheck: installcheck-recursive
1255install-strip:
1256	if test -z '$(STRIP)'; then \
1257	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1258	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1259	      install; \
1260	else \
1261	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1262	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1263	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1264	fi
1265mostlyclean-generic:
1266
1267clean-generic:
1268
1269distclean-generic:
1270	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1271	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1272	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1273
1274maintainer-clean-generic:
1275	@echo "This command is intended for maintainers to use"
1276	@echo "it deletes files that may require special tools to rebuild."
1277clean: clean-recursive
1278
1279clean-am: clean-generic clean-libtool mostlyclean-am
1280
1281distclean: distclean-recursive
1282	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1283	-rm -f Makefile
1284distclean-am: clean-am distclean-generic distclean-hdr \
1285	distclean-libtool distclean-tags
1286
1287dvi: dvi-recursive
1288
1289dvi-am:
1290
1291html: html-recursive
1292
1293html-am:
1294
1295info: info-recursive
1296
1297info-am:
1298
1299install-data-am:
1300
1301install-dvi: install-dvi-recursive
1302
1303install-dvi-am:
1304
1305install-exec-am:
1306
1307install-html: install-html-recursive
1308
1309install-html-am:
1310
1311install-info: install-info-recursive
1312
1313install-info-am:
1314
1315install-man:
1316
1317install-pdf: install-pdf-recursive
1318
1319install-pdf-am:
1320
1321install-ps: install-ps-recursive
1322
1323install-ps-am:
1324
1325installcheck-am:
1326
1327maintainer-clean: maintainer-clean-recursive
1328	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1329	-rm -rf $(top_srcdir)/autom4te.cache
1330	-rm -f Makefile
1331maintainer-clean-am: distclean-am maintainer-clean-generic
1332
1333mostlyclean: mostlyclean-recursive
1334
1335mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1336
1337pdf: pdf-recursive
1338
1339pdf-am:
1340
1341ps: ps-recursive
1342
1343ps-am:
1344
1345uninstall-am:
1346
1347.MAKE: $(am__recursive_targets) all install-am install-strip
1348
1349.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
1350	am--refresh check check-am clean clean-cscope clean-generic \
1351	clean-libtool cscope cscopelist-am ctags ctags-am dist \
1352	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1353	dist-tarZ dist-xz dist-zip distcheck distclean \
1354	distclean-generic distclean-hdr distclean-libtool \
1355	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1356	dvi-am html html-am info info-am install install-am \
1357	install-data install-data-am install-dvi install-dvi-am \
1358	install-exec install-exec-am install-html install-html-am \
1359	install-info install-info-am install-man install-pdf \
1360	install-pdf-am install-ps install-ps-am install-strip \
1361	installcheck installcheck-am installdirs installdirs-am \
1362	maintainer-clean maintainer-clean-generic mostlyclean \
1363	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1364	tags tags-am uninstall uninstall-am
1365
1366.PRECIOUS: Makefile
1367
1368
1369release: dist
1370	@$(MAKE) $(PACKAGE)-$(VERSION).tar.xz.sha256sum
1371	@echo
1372	@echo "================================================================================================="
1373	@echo "http://gstreamer.freedesktop.org/src/$(PACKAGE)/$(PACKAGE)-$(VERSION).tar.xz"
1374	@cat $(PACKAGE)-$(VERSION).tar.xz.sha256sum
1375	@echo "================================================================================================="
1376	@if [ -d ~/releases/ ]; then \
1377	  cp -v $(PACKAGE)-$(VERSION).tar.xz ~/releases/; \
1378	fi
1379	@if [ -d ../www/data/src ]; then \
1380	  mv -v $(PACKAGE)-$(VERSION).tar.xz ../www/data/src/$(PACKAGE)/ ; \
1381	  mv -v $(PACKAGE)-$(VERSION).tar.xz.sha256sum ../www/data/src/$(PACKAGE)/ ; \
1382	elif [ -d ../../www/data/src ]; then \
1383	  mv -v $(PACKAGE)-$(VERSION).tar.xz ../../www/data/src/$(PACKAGE)/ ; \
1384	  mv -v $(PACKAGE)-$(VERSION).tar.xz.sha256sum ../../www/data/src/$(PACKAGE)/ ; \
1385	fi
1386	@echo "================================================================================================="
1387
1388# generate sha256 sum files
1389%.sha256sum: %
1390	@sha256sum $< > $@
1391
1392# check that no marshal or enumtypes files are included
1393# this in turn ensures that distcheck fails for missing .list files which is currently
1394# shadowed when the corresponding .c and .h files are included.
1395distcheck-hook:
1396	@test "x" = "x`find $(distdir) -name \*-enumtypes.[ch] | grep -v win32`" && \
1397	test "x" = "x`find $(distdir) -name \*-marshal.[ch]`" || \
1398	( echo "*** Leftover enumtypes or marshal files in the tarball." && \
1399	  echo "*** Make sure the following files are not disted:" && \
1400	  find $(distdir) -name \*-enumtypes.[ch] | grep -v win32 && \
1401	  find $(distdir) -name \*-marshal.[ch] && \
1402	  false )
1403
1404dist-hook:
1405	@if test -f meson.build && ! $(GREP) -e "version.*'$(VERSION)'" meson.build >/dev/null ; then \
1406	  echo "*******************************************************"; \
1407	  echo "* meson.build needs to be updated for version $(VERSION)"; \
1408	  echo "*******************************************************"; \
1409	  false; \
1410	fi
1411
1412# rule to download the latest .po files
1413download-po: $(top_srcdir)/common/download-translations
1414	$(top_srcdir)/common/download-translations $(PACKAGE)
1415	for f in po/*.po; do \
1416	  num_changed=`git diff $$f | grep -e '^[+-][^+-]' | wc -l`; \
1417	  num_date=`git diff $$f | grep -e '^[+-][^+-]' | grep POT-Creation-Date | wc -l`; \
1418	  if [ $num_date == $num_changed ]; then \
1419	    git checkout $$f; \
1420	  fi; \
1421	done
1422
1423check-valgrind:
1424	$(MAKE) -C tests/check check-valgrind
1425
1426@HAVE_GST_CHECK_TRUE@check-torture:
1427@HAVE_GST_CHECK_TRUE@	$(MAKE) -C tests/check torture
1428@HAVE_GST_CHECK_TRUE@build-checks:
1429@HAVE_GST_CHECK_TRUE@	$(MAKE) -C tests/check build-checks
1430@HAVE_GST_CHECK_FALSE@check-torture:
1431@HAVE_GST_CHECK_FALSE@	true
1432@HAVE_GST_CHECK_FALSE@build-checks:
1433@HAVE_GST_CHECK_FALSE@	true
1434.PHONY: lcov-reset lcov lcov-run lcov-report lcov-upload lcov-clean
1435
1436# run lcov from scratch, always
1437lcov-reset:
1438	$(MAKE) lcov-run
1439	$(MAKE) lcov-report
1440
1441# run lcov from scratch if the dir is not there
1442lcov:
1443	$(MAKE) lcov-reset
1444
1445# reset lcov stats
1446@GST_GCOV_ENABLED_TRUE@lcov-clean:
1447@GST_GCOV_ENABLED_TRUE@	@-rm -rf lcov
1448@GST_GCOV_ENABLED_TRUE@	lcov --directory . --zerocounters
1449
1450# reset run coverage tests
1451@GST_GCOV_ENABLED_TRUE@lcov-run:
1452@GST_GCOV_ENABLED_TRUE@	-$(MAKE) lcov-clean
1453@GST_GCOV_ENABLED_TRUE@	-if test -d tests/check; then $(MAKE) -C tests/check inspect; fi
1454@GST_GCOV_ENABLED_TRUE@	-$(MAKE) check
1455
1456# generate report based on current coverage data
1457@GST_GCOV_ENABLED_TRUE@lcov-report:
1458@GST_GCOV_ENABLED_TRUE@	mkdir lcov
1459@GST_GCOV_ENABLED_TRUE@	lcov --compat-libtool --directory . --capture --output-file lcov/lcov.info
1460@GST_GCOV_ENABLED_TRUE@	lcov --list-full-path -l lcov/lcov.info | grep -v "`cd $(top_srcdir) && pwd`" | cut -d\| -f1 > lcov/remove
1461@GST_GCOV_ENABLED_TRUE@	lcov --list-full-path -l lcov/lcov.info | grep "tests/check/" | cut -d\| -f1 >> lcov/remove
1462@GST_GCOV_ENABLED_TRUE@	lcov --list-full-path -l lcov/lcov.info | grep "docs/plugins/" | cut -d\| -f1 >> lcov/remove
1463@GST_GCOV_ENABLED_TRUE@	lcov -r lcov/lcov.info `cat lcov/remove` > lcov/lcov.cleaned.info
1464@GST_GCOV_ENABLED_TRUE@	rm lcov/remove
1465@GST_GCOV_ENABLED_TRUE@	mv lcov/lcov.cleaned.info lcov/lcov.info
1466@GST_GCOV_ENABLED_TRUE@	genhtml -t "$(PACKAGE_STRING)" -o lcov --num-spaces 2 lcov/lcov.info
1467
1468@GST_GCOV_ENABLED_TRUE@lcov-upload: lcov
1469@GST_GCOV_ENABLED_TRUE@	rsync -rvz -e ssh --delete lcov/* gstreamer.freedesktop.org:/srv/gstreamer.freedesktop.org/www/data/coverage/lcov/$(PACKAGE)
1470
1471@GST_GCOV_ENABLED_FALSE@lcov-run:
1472@GST_GCOV_ENABLED_FALSE@	echo "Need to reconfigure with --enable-gcov"
1473
1474@GST_GCOV_ENABLED_FALSE@lcov-report:
1475@GST_GCOV_ENABLED_FALSE@	echo "Need to reconfigure with --enable-gcov"
1476
1477check-cruft:
1478	@cruft_files=""; cruft_dirs=""; \
1479	for f in $(CRUFT_FILES); do \
1480	  if test -e $$f; then \
1481	    cruft_files="$$cruft_files $$f"; \
1482	  fi \
1483	done; \
1484	for d in $(CRUFT_DIRS); do \
1485	  if test -e $$d; then \
1486	    cruft_dirs="$$cruft_dirs $$d"; \
1487	  fi \
1488	done; \
1489	if test "x$$cruft_files$$cruft_dirs" != x; then \
1490	  echo; \
1491	  echo "**** CRUFT ALERT *****"; \
1492	  echo; \
1493	  echo "The following files and directories may not be needed any "; \
1494	  echo "longer (usually because a plugin has been merged into     "; \
1495	  echo "another plugin, moved to a different module, or been      "; \
1496	  echo "renamed), and you probably want to clean them up if you   "; \
1497	  echo "don't have local changes:                                 "; \
1498	  echo; \
1499	  for f in $$cruft_files; do echo "file $$f"; done; \
1500	  echo; \
1501	  for d in $$cruft_dirs; do echo "directory $$d"; done; \
1502	  echo; \
1503	  echo "'make clean-cruft' will remove these for you."; \
1504	  echo; \
1505	fi
1506
1507clean-cruft-dirs:
1508	@for d in $(CRUFT_DIRS); do \
1509	  if test -e $$d; then \
1510	    rm -r "$$d" && echo "Removed directory $$d"; \
1511	  fi \
1512	done
1513
1514clean-cruft-files:
1515	@for f in $(CRUFT_FILES); do \
1516	  if test -e $$f; then \
1517	    rm "$$f" && echo "Removed file $$f"; \
1518	  fi \
1519	done
1520
1521clean-cruft: clean-cruft-dirs clean-cruft-files
1522
1523# also might want to add this to your Makefile.am:
1524#
1525# all-local: check-cruft
1526
1527all-local: check-cruft
1528
1529# Tell versions [3.59,3.63) of GNU make to not export all variables.
1530# Otherwise a system limit (for SysV at least) may be exceeded.
1531.NOEXPORT:
1532