• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_pthread.m4 \
108	$(top_srcdir)/common/m4/gst-arch.m4 \
109	$(top_srcdir)/common/m4/gst-args.m4 \
110	$(top_srcdir)/common/m4/gst-check.m4 \
111	$(top_srcdir)/common/m4/gst-error.m4 \
112	$(top_srcdir)/common/m4/gst-glib2.m4 \
113	$(top_srcdir)/common/m4/gst-platform.m4 \
114	$(top_srcdir)/common/m4/gst-plugin-docs.m4 \
115	$(top_srcdir)/common/m4/gst-plugindir.m4 \
116	$(top_srcdir)/common/m4/gst.m4 \
117	$(top_srcdir)/common/m4/gtk-doc.m4 \
118	$(top_srcdir)/common/m4/orc.m4 $(top_srcdir)/common/m4/pkg.m4 \
119	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
120	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
121	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
122am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123	$(ACLOCAL_M4)
124DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
125	$(am__configure_deps) $(am__DIST_COMMON)
126am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
127 configure.lineno config.status.lineno
128mkinstalldirs = $(install_sh) -d
129CONFIG_HEADER = config.h
130CONFIG_CLEAN_FILES =
131CONFIG_CLEAN_VPATH_FILES =
132AM_V_P = $(am__v_P_@AM_V@)
133am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
134am__v_P_0 = false
135am__v_P_1 = :
136AM_V_GEN = $(am__v_GEN_@AM_V@)
137am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
138am__v_GEN_0 = @echo "  GEN     " $@;
139am__v_GEN_1 =
140AM_V_at = $(am__v_at_@AM_V@)
141am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
142am__v_at_0 = @
143am__v_at_1 =
144SOURCES =
145DIST_SOURCES =
146RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
147	ctags-recursive dvi-recursive html-recursive info-recursive \
148	install-data-recursive install-dvi-recursive \
149	install-exec-recursive install-html-recursive \
150	install-info-recursive install-pdf-recursive \
151	install-ps-recursive install-recursive installcheck-recursive \
152	installdirs-recursive pdf-recursive ps-recursive \
153	tags-recursive uninstall-recursive
154am__can_run_installinfo = \
155  case $$AM_UPDATE_INFO_DIR in \
156    n|no|NO) false;; \
157    *) (install-info --version) >/dev/null 2>&1;; \
158  esac
159RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
160  distclean-recursive maintainer-clean-recursive
161am__recursive_targets = \
162  $(RECURSIVE_TARGETS) \
163  $(RECURSIVE_CLEAN_TARGETS) \
164  $(am__extra_recursive_targets)
165AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
166	cscope distdir distdir-am dist dist-all distcheck
167am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
168	$(LISP)config.h.in
169# Read a list of newline-separated strings from the standard input,
170# and print each of them once, without duplicates.  Input order is
171# *not* preserved.
172am__uniquify_input = $(AWK) '\
173  BEGIN { nonempty = 0; } \
174  { items[$$0] = 1; nonempty = 1; } \
175  END { if (nonempty) { for (i in items) print i; }; } \
176'
177# Make sure the list of sources is unique.  This is necessary because,
178# e.g., the same source file might be shared among _SOURCES variables
179# for different programs/libraries.
180am__define_uniq_tagged_files = \
181  list='$(am__tagged_files)'; \
182  unique=`for i in $$list; do \
183    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
184  done | $(am__uniquify_input)`
185ETAGS = etags
186CTAGS = ctags
187CSCOPE = cscope
188am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
189	$(top_srcdir)/common/cruft.mak \
190	$(top_srcdir)/common/release.mak AUTHORS COPYING COPYING.LIB \
191	ChangeLog INSTALL NEWS README TODO compile config.guess \
192	config.sub install-sh ltmain.sh missing
193DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
194distdir = $(PACKAGE)-$(VERSION)
195top_distdir = $(distdir)
196am__remove_distdir = \
197  if test -d "$(distdir)"; then \
198    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
199      && rm -rf "$(distdir)" \
200      || { sleep 5 && rm -rf "$(distdir)"; }; \
201  else :; fi
202am__post_remove_distdir = $(am__remove_distdir)
203am__relativize = \
204  dir0=`pwd`; \
205  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
206  sed_rest='s,^[^/]*/*,,'; \
207  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
208  sed_butlast='s,/*[^/]*$$,,'; \
209  while test -n "$$dir1"; do \
210    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
211    if test "$$first" != "."; then \
212      if test "$$first" = ".."; then \
213        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
214        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
215      else \
216        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
217        if test "$$first2" = "$$first"; then \
218          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
219        else \
220          dir2="../$$dir2"; \
221        fi; \
222        dir0="$$dir0"/"$$first"; \
223      fi; \
224    fi; \
225    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
226  done; \
227  reldir="$$dir2"
228GZIP_ENV = --best
229DIST_ARCHIVES = $(distdir).tar.xz
230DIST_TARGETS = dist-xz
231distuninstallcheck_listfiles = find . -type f -print
232am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
233  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
234distcleancheck_listfiles = find . -type f -print
235ACLOCAL = @ACLOCAL@
236ACLOCAL_AMFLAGS = -I m4 -I common/m4
237AMTAR = @AMTAR@
238AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
239AR = @AR@
240AS = @AS@
241AUTOCONF = @AUTOCONF@
242AUTOHEADER = @AUTOHEADER@
243AUTOMAKE = @AUTOMAKE@
244AWK = @AWK@
245BZ2_LIBS = @BZ2_LIBS@
246CC = @CC@
247CCASFLAGS = @CCASFLAGS@
248CCDEPMODE = @CCDEPMODE@
249CFLAGS = @CFLAGS@
250CPP = @CPP@
251CPPFLAGS = @CPPFLAGS@
252CXXFLAGS = @CXXFLAGS@
253CYGPATH_W = @CYGPATH_W@
254DARWIN_LDFLAGS = @DARWIN_LDFLAGS@
255DEFS = @DEFS@
256DEPDIR = @DEPDIR@
257DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
258DLLTOOL = @DLLTOOL@
259DSYMUTIL = @DSYMUTIL@
260DUMPBIN = @DUMPBIN@
261ECHO_C = @ECHO_C@
262ECHO_N = @ECHO_N@
263ECHO_T = @ECHO_T@
264EGREP = @EGREP@
265ERROR_CFLAGS = @ERROR_CFLAGS@
266EXEEXT = @EXEEXT@
267EXTRA_CFLAGS = @EXTRA_CFLAGS@
268FFLAGS = @FFLAGS@
269FGREP = @FGREP@
270GCOV = @GCOV@
271GCOV_CFLAGS = @GCOV_CFLAGS@
272GCOV_LIBS = @GCOV_LIBS@
273GIO_CFLAGS = @GIO_CFLAGS@
274GIO_LDFLAGS = @GIO_LDFLAGS@
275GIO_LIBS = @GIO_LIBS@
276GLIB_CFLAGS = @GLIB_CFLAGS@
277GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
278GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
279GLIB_LIBS = @GLIB_LIBS@
280GLIB_MKENUMS = @GLIB_MKENUMS@
281GLIB_REQ = @GLIB_REQ@
282GREP = @GREP@
283GSTPB_PLUGINS_DIR = @GSTPB_PLUGINS_DIR@
284GST_AGE = @GST_AGE@
285GST_ALL_LDFLAGS = @GST_ALL_LDFLAGS@
286GST_API_VERSION = @GST_API_VERSION@
287GST_BASE_CFLAGS = @GST_BASE_CFLAGS@
288GST_BASE_LIBS = @GST_BASE_LIBS@
289GST_CFLAGS = @GST_CFLAGS@
290GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@
291GST_CHECK_LIBS = @GST_CHECK_LIBS@
292GST_CURRENT = @GST_CURRENT@
293GST_LEVEL_DEFAULT = @GST_LEVEL_DEFAULT@
294GST_LIBS = @GST_LIBS@
295GST_LIBVERSION = @GST_LIBVERSION@
296GST_LT_LDFLAGS = @GST_LT_LDFLAGS@
297GST_OPTION_CFLAGS = @GST_OPTION_CFLAGS@
298GST_PACKAGE_NAME = @GST_PACKAGE_NAME@
299GST_PACKAGE_ORIGIN = @GST_PACKAGE_ORIGIN@
300GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@
301GST_PLUGINS_BASE_DIR = @GST_PLUGINS_BASE_DIR@
302GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
303GST_PLUGINS_DIR = @GST_PLUGINS_DIR@
304GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
305GST_REVISION = @GST_REVISION@
306GST_TOOLS_DIR = @GST_TOOLS_DIR@
307GTKDOC_CHECK = @GTKDOC_CHECK@
308GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
309GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
310GTKDOC_MKPDF = @GTKDOC_MKPDF@
311GTKDOC_REBASE = @GTKDOC_REBASE@
312HTML_DIR = @HTML_DIR@
313INSTALL = @INSTALL@
314INSTALL_DATA = @INSTALL_DATA@
315INSTALL_PROGRAM = @INSTALL_PROGRAM@
316INSTALL_SCRIPT = @INSTALL_SCRIPT@
317INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
318LD = @LD@
319LDFLAGS = @LDFLAGS@
320LIBAV_CFLAGS = @LIBAV_CFLAGS@
321LIBAV_CO_DIR = @LIBAV_CO_DIR@
322LIBAV_CPPFLAGS = @LIBAV_CPPFLAGS@
323LIBAV_DEPS = @LIBAV_DEPS@
324LIBAV_EXTERNALS_REVISION = @LIBAV_EXTERNALS_REVISION@
325LIBAV_LIBS = @LIBAV_LIBS@
326LIBAV_REVISION = @LIBAV_REVISION@
327LIBAV_SUBDIRS = @LIBAV_SUBDIRS@
328LIBAV_SVN = @LIBAV_SVN@
329LIBM = @LIBM@
330LIBOBJS = @LIBOBJS@
331LIBS = @LIBS@
332LIBTOOL = @LIBTOOL@
333LIPO = @LIPO@
334LN_S = @LN_S@
335LTLIBOBJS = @LTLIBOBJS@
336LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
337LZMA_LIBS = @LZMA_LIBS@
338MAINT = @MAINT@
339MAKEINFO = @MAKEINFO@
340MANIFEST_TOOL = @MANIFEST_TOOL@
341MKDIR_P = @MKDIR_P@
342NM = @NM@
343NMEDIT = @NMEDIT@
344OBJDUMP = @OBJDUMP@
345OBJEXT = @OBJEXT@
346ORCC = @ORCC@
347ORCC_FLAGS = @ORCC_FLAGS@
348ORC_CFLAGS = @ORC_CFLAGS@
349ORC_LIBS = @ORC_LIBS@
350OTOOL = @OTOOL@
351OTOOL64 = @OTOOL64@
352PACKAGE = @PACKAGE@
353PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
354PACKAGE_NAME = @PACKAGE_NAME@
355PACKAGE_STRING = @PACKAGE_STRING@
356PACKAGE_TARNAME = @PACKAGE_TARNAME@
357PACKAGE_URL = @PACKAGE_URL@
358PACKAGE_VERSION = @PACKAGE_VERSION@
359PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
360PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
361PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
362PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
363PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
364PATH_SEPARATOR = @PATH_SEPARATOR@
365PKG_CONFIG = @PKG_CONFIG@
366PLUGINDIR = @PLUGINDIR@
367PROFILE_CFLAGS = @PROFILE_CFLAGS@
368PTHREAD_CC = @PTHREAD_CC@
369PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
370PTHREAD_LIBS = @PTHREAD_LIBS@
371PYTHON = @PYTHON@
372PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
373PYTHON_PLATFORM = @PYTHON_PLATFORM@
374PYTHON_PREFIX = @PYTHON_PREFIX@
375PYTHON_VERSION = @PYTHON_VERSION@
376RANLIB = @RANLIB@
377SED = @SED@
378SET_MAKE = @SET_MAKE@
379SHELL = @SHELL@
380STRIP = @STRIP@
381VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
382VALGRIND_LIBS = @VALGRIND_LIBS@
383VALGRIND_PATH = @VALGRIND_PATH@
384VERSION = @VERSION@
385WARNING_CFLAGS = @WARNING_CFLAGS@
386WIN32_LIBS = @WIN32_LIBS@
387abs_builddir = @abs_builddir@
388abs_srcdir = @abs_srcdir@
389abs_top_builddir = @abs_top_builddir@
390abs_top_srcdir = @abs_top_srcdir@
391ac_ct_AR = @ac_ct_AR@
392ac_ct_CC = @ac_ct_CC@
393ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
394am__include = @am__include@
395am__leading_dot = @am__leading_dot@
396am__quote = @am__quote@
397am__tar = @am__tar@
398am__untar = @am__untar@
399ax_pthread_config = @ax_pthread_config@
400bindir = @bindir@
401build = @build@
402build_alias = @build_alias@
403build_cpu = @build_cpu@
404build_os = @build_os@
405build_vendor = @build_vendor@
406builddir = @builddir@
407datadir = @datadir@
408datarootdir = @datarootdir@
409docdir = @docdir@
410dvidir = @dvidir@
411exec_prefix = @exec_prefix@
412host = @host@
413host_alias = @host_alias@
414host_cpu = @host_cpu@
415host_os = @host_os@
416host_vendor = @host_vendor@
417htmldir = @htmldir@
418includedir = @includedir@
419infodir = @infodir@
420install_sh = @install_sh@
421libdir = @libdir@
422libexecdir = @libexecdir@
423localedir = @localedir@
424localstatedir = @localstatedir@
425mandir = @mandir@
426mkdir_p = @mkdir_p@
427oldincludedir = @oldincludedir@
428pdfdir = @pdfdir@
429pkgpyexecdir = @pkgpyexecdir@
430pkgpythondir = @pkgpythondir@
431plugindir = @plugindir@
432prefix = @prefix@
433program_transform_name = @program_transform_name@
434psdir = @psdir@
435pyexecdir = @pyexecdir@
436pythondir = @pythondir@
437runstatedir = @runstatedir@
438sbindir = @sbindir@
439sharedstatedir = @sharedstatedir@
440srcdir = @srcdir@
441sysconfdir = @sysconfdir@
442target = @target@
443target_alias = @target_alias@
444target_cpu = @target_cpu@
445target_os = @target_os@
446target_vendor = @target_vendor@
447top_build_prefix = @top_build_prefix@
448top_builddir = @top_builddir@
449top_srcdir = @top_srcdir@
450DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
451COMMON_SUBDIRS = ext docs common tests
452SUBDIRS = $(LIBAV_SUBDIRS) $(COMMON_SUBDIRS) pkgconfig
453DIST_SUBDIRS = $(COMMON_SUBDIRS) gst-libs pkgconfig
454EXTRA_DIST = \
455	depcomp autogen.sh \
456	AUTHORS COPYING NEWS README ChangeLog gst-libav.doap \
457	meson_options.txt \
458	$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" )
459
460CRUFT_FILES = \
461	$(top_builddir)/gst-libav.spec \
462	$(top_builddir)/common/shave \
463	$(top_builddir)/common/shave-libtool \
464	$(top_builddir)/common/m4/libtool.m4 \
465	$(top_builddir)/common/m4/ltoptions.m4 \
466	$(top_builddir)/common/m4/ltsugar.m4 \
467	$(top_builddir)/common/m4/ltversion.m4 \
468	$(top_builddir)/common/m4/lt~obsolete.m4
469
470CRUFT_DIRS = \
471	$(top_srcdir)/docs/plugins/tmpl
472
473all: config.h
474	$(MAKE) $(AM_MAKEFLAGS) all-recursive
475
476.SUFFIXES:
477am--refresh: Makefile
478	@:
479$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/common/release.mak $(top_srcdir)/common/cruft.mak $(am__configure_deps)
480	@for dep in $?; do \
481	  case '$(am__configure_deps)' in \
482	    *$$dep*) \
483	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
484	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
485		&& exit 0; \
486	      exit 1;; \
487	  esac; \
488	done; \
489	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
490	$(am__cd) $(top_srcdir) && \
491	  $(AUTOMAKE) --gnu Makefile
492Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
493	@case '$?' in \
494	  *config.status*) \
495	    echo ' $(SHELL) ./config.status'; \
496	    $(SHELL) ./config.status;; \
497	  *) \
498	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
499	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
500	esac;
501$(top_srcdir)/common/release.mak $(top_srcdir)/common/cruft.mak $(am__empty):
502
503$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
504	$(SHELL) ./config.status --recheck
505
506$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
507	$(am__cd) $(srcdir) && $(AUTOCONF)
508$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
509	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
510$(am__aclocal_m4_deps):
511
512config.h: stamp-h1
513	@test -f $@ || rm -f stamp-h1
514	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
515
516stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
517	@rm -f stamp-h1
518	cd $(top_builddir) && $(SHELL) ./config.status config.h
519$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
520	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
521	rm -f stamp-h1
522	touch $@
523
524distclean-hdr:
525	-rm -f config.h stamp-h1
526
527mostlyclean-libtool:
528	-rm -f *.lo
529
530clean-libtool:
531	-rm -rf .libs _libs
532
533distclean-libtool:
534	-rm -f libtool config.lt
535
536# This directory's subdirectories are mostly independent; you can cd
537# into them and run 'make' without going through this Makefile.
538# To change the values of 'make' variables: instead of editing Makefiles,
539# (1) if the variable is set in 'config.status', edit 'config.status'
540#     (which will cause the Makefiles to be regenerated when you run 'make');
541# (2) otherwise, pass the desired values on the 'make' command line.
542$(am__recursive_targets):
543	@fail=; \
544	if $(am__make_keepgoing); then \
545	  failcom='fail=yes'; \
546	else \
547	  failcom='exit 1'; \
548	fi; \
549	dot_seen=no; \
550	target=`echo $@ | sed s/-recursive//`; \
551	case "$@" in \
552	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
553	  *) list='$(SUBDIRS)' ;; \
554	esac; \
555	for subdir in $$list; do \
556	  echo "Making $$target in $$subdir"; \
557	  if test "$$subdir" = "."; then \
558	    dot_seen=yes; \
559	    local_target="$$target-am"; \
560	  else \
561	    local_target="$$target"; \
562	  fi; \
563	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
564	  || eval $$failcom; \
565	done; \
566	if test "$$dot_seen" = "no"; then \
567	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
568	fi; test -z "$$fail"
569
570ID: $(am__tagged_files)
571	$(am__define_uniq_tagged_files); mkid -fID $$unique
572tags: tags-recursive
573TAGS: tags
574
575tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
576	set x; \
577	here=`pwd`; \
578	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
579	  include_option=--etags-include; \
580	  empty_fix=.; \
581	else \
582	  include_option=--include; \
583	  empty_fix=; \
584	fi; \
585	list='$(SUBDIRS)'; for subdir in $$list; do \
586	  if test "$$subdir" = .; then :; else \
587	    test ! -f $$subdir/TAGS || \
588	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
589	  fi; \
590	done; \
591	$(am__define_uniq_tagged_files); \
592	shift; \
593	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
594	  test -n "$$unique" || unique=$$empty_fix; \
595	  if test $$# -gt 0; then \
596	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
597	      "$$@" $$unique; \
598	  else \
599	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
600	      $$unique; \
601	  fi; \
602	fi
603ctags: ctags-recursive
604
605CTAGS: ctags
606ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
607	$(am__define_uniq_tagged_files); \
608	test -z "$(CTAGS_ARGS)$$unique" \
609	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
610	     $$unique
611
612GTAGS:
613	here=`$(am__cd) $(top_builddir) && pwd` \
614	  && $(am__cd) $(top_srcdir) \
615	  && gtags -i $(GTAGS_ARGS) "$$here"
616cscope: cscope.files
617	test ! -s cscope.files \
618	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
619clean-cscope:
620	-rm -f cscope.files
621cscope.files: clean-cscope cscopelist
622cscopelist: cscopelist-recursive
623
624cscopelist-am: $(am__tagged_files)
625	list='$(am__tagged_files)'; \
626	case "$(srcdir)" in \
627	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
628	  *) sdir=$(subdir)/$(srcdir) ;; \
629	esac; \
630	for i in $$list; do \
631	  if test -f "$$i"; then \
632	    echo "$(subdir)/$$i"; \
633	  else \
634	    echo "$$sdir/$$i"; \
635	  fi; \
636	done >> $(top_builddir)/cscope.files
637
638distclean-tags:
639	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
640	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
641
642distdir: $(BUILT_SOURCES)
643	$(MAKE) $(AM_MAKEFLAGS) distdir-am
644
645distdir-am: $(DISTFILES)
646	$(am__remove_distdir)
647	test -d "$(distdir)" || mkdir "$(distdir)"
648	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
649	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
650	list='$(DISTFILES)'; \
651	  dist_files=`for file in $$list; do echo $$file; done | \
652	  sed -e "s|^$$srcdirstrip/||;t" \
653	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
654	case $$dist_files in \
655	  */*) $(MKDIR_P) `echo "$$dist_files" | \
656			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
657			   sort -u` ;; \
658	esac; \
659	for file in $$dist_files; do \
660	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
661	  if test -d $$d/$$file; then \
662	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
663	    if test -d "$(distdir)/$$file"; then \
664	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
665	    fi; \
666	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
667	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
668	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
669	    fi; \
670	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
671	  else \
672	    test -f "$(distdir)/$$file" \
673	    || cp -p $$d/$$file "$(distdir)/$$file" \
674	    || exit 1; \
675	  fi; \
676	done
677	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
678	  if test "$$subdir" = .; then :; else \
679	    $(am__make_dryrun) \
680	      || test -d "$(distdir)/$$subdir" \
681	      || $(MKDIR_P) "$(distdir)/$$subdir" \
682	      || exit 1; \
683	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
684	    $(am__relativize); \
685	    new_distdir=$$reldir; \
686	    dir1=$$subdir; dir2="$(top_distdir)"; \
687	    $(am__relativize); \
688	    new_top_distdir=$$reldir; \
689	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
690	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
691	    ($(am__cd) $$subdir && \
692	      $(MAKE) $(AM_MAKEFLAGS) \
693	        top_distdir="$$new_top_distdir" \
694	        distdir="$$new_distdir" \
695		am__remove_distdir=: \
696		am__skip_length_check=: \
697		am__skip_mode_fix=: \
698	        distdir) \
699	      || exit 1; \
700	  fi; \
701	done
702	$(MAKE) $(AM_MAKEFLAGS) \
703	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
704	  dist-hook
705	-test -n "$(am__skip_mode_fix)" \
706	|| find "$(distdir)" -type d ! -perm -755 \
707		-exec chmod u+rwx,go+rx {} \; -o \
708	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
709	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
710	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
711	|| chmod -R a+r "$(distdir)"
712dist-gzip: distdir
713	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
714	$(am__post_remove_distdir)
715
716dist-bzip2: distdir
717	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
718	$(am__post_remove_distdir)
719
720dist-lzip: distdir
721	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
722	$(am__post_remove_distdir)
723dist-xz: distdir
724	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
725	$(am__post_remove_distdir)
726
727dist-tarZ: distdir
728	@echo WARNING: "Support for distribution archives compressed with" \
729		       "legacy program 'compress' is deprecated." >&2
730	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
731	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
732	$(am__post_remove_distdir)
733
734dist-shar: distdir
735	@echo WARNING: "Support for shar distribution archives is" \
736	               "deprecated." >&2
737	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
738	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
739	$(am__post_remove_distdir)
740
741dist-zip: distdir
742	-rm -f $(distdir).zip
743	zip -rq $(distdir).zip $(distdir)
744	$(am__post_remove_distdir)
745
746dist dist-all:
747	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
748	$(am__post_remove_distdir)
749
750# This target untars the dist file and tries a VPATH configuration.  Then
751# it guarantees that the distribution is self-contained by making another
752# tarfile.
753distcheck: dist
754	case '$(DIST_ARCHIVES)' in \
755	*.tar.gz*) \
756	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
757	*.tar.bz2*) \
758	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
759	*.tar.lz*) \
760	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
761	*.tar.xz*) \
762	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
763	*.tar.Z*) \
764	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
765	*.shar.gz*) \
766	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
767	*.zip*) \
768	  unzip $(distdir).zip ;;\
769	esac
770	chmod -R a-w $(distdir)
771	chmod u+w $(distdir)
772	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
773	chmod a-w $(distdir)
774	test -d $(distdir)/_build || exit 0; \
775	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
776	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
777	  && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \
778	  && am__cwd=`pwd` \
779	  && $(am__cd) $(distdir)/_build/sub \
780	  && ../../configure \
781	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
782	    $(DISTCHECK_CONFIGURE_FLAGS) \
783	    --srcdir=../.. --prefix="$$dc_install_base" \
784	  && $(MAKE) $(AM_MAKEFLAGS) \
785	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
786	  && $(MAKE) $(AM_MAKEFLAGS) check \
787	  && $(MAKE) $(AM_MAKEFLAGS) install \
788	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
789	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
790	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
791	        distuninstallcheck \
792	  && chmod -R a-w "$$dc_install_base" \
793	  && ({ \
794	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
795	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
796	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
797	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
798	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
799	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
800	  && rm -rf "$$dc_destdir" \
801	  && $(MAKE) $(AM_MAKEFLAGS) dist \
802	  && rm -rf $(DIST_ARCHIVES) \
803	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
804	  && cd "$$am__cwd" \
805	  || exit 1
806	$(am__post_remove_distdir)
807	@(echo "$(distdir) archives ready for distribution: "; \
808	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
809	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
810distuninstallcheck:
811	@test -n '$(distuninstallcheck_dir)' || { \
812	  echo 'ERROR: trying to run $@ with an empty' \
813	       '$$(distuninstallcheck_dir)' >&2; \
814	  exit 1; \
815	}; \
816	$(am__cd) '$(distuninstallcheck_dir)' || { \
817	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
818	  exit 1; \
819	}; \
820	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
821	   || { echo "ERROR: files left after uninstall:" ; \
822	        if test -n "$(DESTDIR)"; then \
823	          echo "  (check DESTDIR support)"; \
824	        fi ; \
825	        $(distuninstallcheck_listfiles) ; \
826	        exit 1; } >&2
827distcleancheck: distclean
828	@if test '$(srcdir)' = . ; then \
829	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
830	  exit 1 ; \
831	fi
832	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
833	  || { echo "ERROR: files left in build directory after distclean:" ; \
834	       $(distcleancheck_listfiles) ; \
835	       exit 1; } >&2
836check-am: all-am
837check: check-recursive
838all-am: Makefile config.h all-local
839installdirs: installdirs-recursive
840installdirs-am:
841install: install-recursive
842install-exec: install-exec-recursive
843install-data: install-data-recursive
844uninstall: uninstall-recursive
845
846install-am: all-am
847	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
848
849installcheck: installcheck-recursive
850install-strip:
851	if test -z '$(STRIP)'; then \
852	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
853	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
854	      install; \
855	else \
856	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
857	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
858	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
859	fi
860mostlyclean-generic:
861
862clean-generic:
863
864distclean-generic:
865	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
866	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
867
868maintainer-clean-generic:
869	@echo "This command is intended for maintainers to use"
870	@echo "it deletes files that may require special tools to rebuild."
871clean: clean-recursive
872
873clean-am: clean-generic clean-libtool mostlyclean-am
874
875distclean: distclean-recursive
876	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
877	-rm -f Makefile
878distclean-am: clean-am distclean-generic distclean-hdr \
879	distclean-libtool distclean-tags
880
881dvi: dvi-recursive
882
883dvi-am:
884
885html: html-recursive
886
887html-am:
888
889info: info-recursive
890
891info-am:
892
893install-data-am:
894
895install-dvi: install-dvi-recursive
896
897install-dvi-am:
898
899install-exec-am:
900
901install-html: install-html-recursive
902
903install-html-am:
904
905install-info: install-info-recursive
906
907install-info-am:
908
909install-man:
910
911install-pdf: install-pdf-recursive
912
913install-pdf-am:
914
915install-ps: install-ps-recursive
916
917install-ps-am:
918
919installcheck-am:
920
921maintainer-clean: maintainer-clean-recursive
922	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
923	-rm -rf $(top_srcdir)/autom4te.cache
924	-rm -f Makefile
925maintainer-clean-am: distclean-am maintainer-clean-generic
926
927mostlyclean: mostlyclean-recursive
928
929mostlyclean-am: mostlyclean-generic mostlyclean-libtool
930
931pdf: pdf-recursive
932
933pdf-am:
934
935ps: ps-recursive
936
937ps-am:
938
939uninstall-am:
940
941.MAKE: $(am__recursive_targets) all install-am install-strip
942
943.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
944	am--refresh check check-am clean clean-cscope clean-generic \
945	clean-libtool cscope cscopelist-am ctags ctags-am dist \
946	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
947	dist-tarZ dist-xz dist-zip distcheck distclean \
948	distclean-generic distclean-hdr distclean-libtool \
949	distclean-tags distcleancheck distdir distuninstallcheck dvi \
950	dvi-am html html-am info info-am install install-am \
951	install-data install-data-am install-dvi install-dvi-am \
952	install-exec install-exec-am install-html install-html-am \
953	install-info install-info-am install-man install-pdf \
954	install-pdf-am install-ps install-ps-am install-strip \
955	installcheck installcheck-am installdirs installdirs-am \
956	maintainer-clean maintainer-clean-generic mostlyclean \
957	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
958	tags tags-am uninstall uninstall-am
959
960.PRECIOUS: Makefile
961
962
963release: dist
964	@$(MAKE) $(PACKAGE)-$(VERSION).tar.xz.sha256sum
965	@echo
966	@echo "================================================================================================="
967	@echo "http://gstreamer.freedesktop.org/src/$(PACKAGE)/$(PACKAGE)-$(VERSION).tar.xz"
968	@cat $(PACKAGE)-$(VERSION).tar.xz.sha256sum
969	@echo "================================================================================================="
970	@if [ -d ~/releases/ ]; then \
971	  cp -v $(PACKAGE)-$(VERSION).tar.xz ~/releases/; \
972	fi
973	@if [ -d ../www/data/src ]; then \
974	  mv -v $(PACKAGE)-$(VERSION).tar.xz ../www/data/src/$(PACKAGE)/ ; \
975	  mv -v $(PACKAGE)-$(VERSION).tar.xz.sha256sum ../www/data/src/$(PACKAGE)/ ; \
976	elif [ -d ../../www/data/src ]; then \
977	  mv -v $(PACKAGE)-$(VERSION).tar.xz ../../www/data/src/$(PACKAGE)/ ; \
978	  mv -v $(PACKAGE)-$(VERSION).tar.xz.sha256sum ../../www/data/src/$(PACKAGE)/ ; \
979	fi
980	@echo "================================================================================================="
981
982# generate sha256 sum files
983%.sha256sum: %
984	@sha256sum $< > $@
985
986# check that no marshal or enumtypes files are included
987# this in turn ensures that distcheck fails for missing .list files which is currently
988# shadowed when the corresponding .c and .h files are included.
989distcheck-hook:
990	@test "x" = "x`find $(distdir) -name \*-enumtypes.[ch] | grep -v win32`" && \
991	test "x" = "x`find $(distdir) -name \*-marshal.[ch]`" || \
992	( echo "*** Leftover enumtypes or marshal files in the tarball." && \
993	  echo "*** Make sure the following files are not disted:" && \
994	  find $(distdir) -name \*-enumtypes.[ch] | grep -v win32 && \
995	  find $(distdir) -name \*-marshal.[ch] && \
996	  false )
997
998dist-hook:
999	@if test -f meson.build && ! $(GREP) -e "version.*'$(VERSION)'" meson.build >/dev/null ; then \
1000	  echo "*******************************************************"; \
1001	  echo "* meson.build needs to be updated for version $(VERSION)"; \
1002	  echo "*******************************************************"; \
1003	  false; \
1004	fi
1005
1006@HAVE_GST_CHECK_TRUE@check-valgrind:
1007@HAVE_GST_CHECK_TRUE@	$(MAKE) -C tests/check check-valgrind
1008
1009@HAVE_GST_CHECK_TRUE@check-torture:
1010@HAVE_GST_CHECK_TRUE@	$(MAKE) -C tests/check torture
1011
1012@HAVE_GST_CHECK_TRUE@build-checks:
1013@HAVE_GST_CHECK_TRUE@	$(MAKE) -C tests/check build-checks
1014@HAVE_GST_CHECK_FALSE@check-valgrind:
1015@HAVE_GST_CHECK_FALSE@	echo "'check' library not installed, skipping"
1016
1017@HAVE_GST_CHECK_FALSE@check-torture:
1018@HAVE_GST_CHECK_FALSE@	echo "'check' library not installed, skipping"
1019
1020@HAVE_GST_CHECK_FALSE@build-checks:
1021@HAVE_GST_CHECK_FALSE@	echo "'check' library not installed, skipping"
1022
1023check-cruft:
1024	@cruft_files=""; cruft_dirs=""; \
1025	for f in $(CRUFT_FILES); do \
1026	  if test -e $$f; then \
1027	    cruft_files="$$cruft_files $$f"; \
1028	  fi \
1029	done; \
1030	for d in $(CRUFT_DIRS); do \
1031	  if test -e $$d; then \
1032	    cruft_dirs="$$cruft_dirs $$d"; \
1033	  fi \
1034	done; \
1035	if test "x$$cruft_files$$cruft_dirs" != x; then \
1036	  echo; \
1037	  echo "**** CRUFT ALERT *****"; \
1038	  echo; \
1039	  echo "The following files and directories may not be needed any "; \
1040	  echo "longer (usually because a plugin has been merged into     "; \
1041	  echo "another plugin, moved to a different module, or been      "; \
1042	  echo "renamed), and you probably want to clean them up if you   "; \
1043	  echo "don't have local changes:                                 "; \
1044	  echo; \
1045	  for f in $$cruft_files; do echo "file $$f"; done; \
1046	  echo; \
1047	  for d in $$cruft_dirs; do echo "directory $$d"; done; \
1048	  echo; \
1049	  echo "'make clean-cruft' will remove these for you."; \
1050	  echo; \
1051	fi
1052
1053clean-cruft-dirs:
1054	@for d in $(CRUFT_DIRS); do \
1055	  if test -e $$d; then \
1056	    rm -r "$$d" && echo "Removed directory $$d"; \
1057	  fi \
1058	done
1059
1060clean-cruft-files:
1061	@for f in $(CRUFT_FILES); do \
1062	  if test -e $$f; then \
1063	    rm "$$f" && echo "Removed file $$f"; \
1064	  fi \
1065	done
1066
1067clean-cruft: clean-cruft-dirs clean-cruft-files
1068
1069# also might want to add this to your Makefile.am:
1070#
1071# all-local: check-cruft
1072
1073all-local: check-cruft
1074
1075# Tell versions [3.59,3.63) of GNU make to not export all variables.
1076# Otherwise a system limit (for SysV at least) may be exceeded.
1077.NOEXPORT:
1078