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