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# we have to put in a little hack here for integration to work well 18# libav can't be in SUBDIRS, because then automake will try to descend in it 19# and find conditionals it doesn't know. 20 21# so, 22# - don't put it in SUBDIRS so automake doesn't descend 23# - put it in DIST_SUBDIRS so make dist picks up the subtree 24# - add an all-local hook so it does get built 25# this also satisfies make distcheck 26 27VPATH = @srcdir@ 28am__is_gnu_make = { \ 29 if test -z '$(MAKELEVEL)'; then \ 30 false; \ 31 elif test -n '$(MAKE_HOST)'; then \ 32 true; \ 33 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 34 true; \ 35 else \ 36 false; \ 37 fi; \ 38} 39am__make_running_with_option = \ 40 case $${target_option-} in \ 41 ?) ;; \ 42 *) echo "am__make_running_with_option: internal error: invalid" \ 43 "target option '$${target_option-}' specified" >&2; \ 44 exit 1;; \ 45 esac; \ 46 has_opt=no; \ 47 sane_makeflags=$$MAKEFLAGS; \ 48 if $(am__is_gnu_make); then \ 49 sane_makeflags=$$MFLAGS; \ 50 else \ 51 case $$MAKEFLAGS in \ 52 *\\[\ \ ]*) \ 53 bs=\\; \ 54 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 55 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 56 esac; \ 57 fi; \ 58 skip_next=no; \ 59 strip_trailopt () \ 60 { \ 61 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 62 }; \ 63 for flg in $$sane_makeflags; do \ 64 test $$skip_next = yes && { skip_next=no; continue; }; \ 65 case $$flg in \ 66 *=*|--*) continue;; \ 67 -*I) strip_trailopt 'I'; skip_next=yes;; \ 68 -*I?*) strip_trailopt 'I';; \ 69 -*O) strip_trailopt 'O'; skip_next=yes;; \ 70 -*O?*) strip_trailopt 'O';; \ 71 -*l) strip_trailopt 'l'; skip_next=yes;; \ 72 -*l?*) strip_trailopt 'l';; \ 73 -[dEDm]) skip_next=yes;; \ 74 -[JT]) skip_next=yes;; \ 75 esac; \ 76 case $$flg in \ 77 *$$target_option*) has_opt=yes; break;; \ 78 esac; \ 79 done; \ 80 test $$has_opt = yes 81am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 82am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 83pkgdatadir = $(datadir)/@PACKAGE@ 84pkgincludedir = $(includedir)/@PACKAGE@ 85pkglibdir = $(libdir)/@PACKAGE@ 86pkglibexecdir = $(libexecdir)/@PACKAGE@ 87am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 88install_sh_DATA = $(install_sh) -c -m 644 89install_sh_PROGRAM = $(install_sh) -c 90install_sh_SCRIPT = $(install_sh) -c 91INSTALL_HEADER = $(INSTALL_DATA) 92transform = $(program_transform_name) 93NORMAL_INSTALL = : 94PRE_INSTALL = : 95POST_INSTALL = : 96NORMAL_UNINSTALL = : 97PRE_UNINSTALL = : 98POST_UNINSTALL = : 99build_triplet = @build@ 100host_triplet = @host@ 101target_triplet = @target@ 102subdir = gst-libs/ext 103ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 104am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \ 105 $(top_srcdir)/common/m4/as-auto-alt.m4 \ 106 $(top_srcdir)/common/m4/as-compiler-flag.m4 \ 107 $(top_srcdir)/common/m4/as-libtool.m4 \ 108 $(top_srcdir)/common/m4/as-version.m4 \ 109 $(top_srcdir)/common/m4/ax_pthread.m4 \ 110 $(top_srcdir)/common/m4/gst-arch.m4 \ 111 $(top_srcdir)/common/m4/gst-args.m4 \ 112 $(top_srcdir)/common/m4/gst-check.m4 \ 113 $(top_srcdir)/common/m4/gst-error.m4 \ 114 $(top_srcdir)/common/m4/gst-glib2.m4 \ 115 $(top_srcdir)/common/m4/gst-platform.m4 \ 116 $(top_srcdir)/common/m4/gst-plugin-docs.m4 \ 117 $(top_srcdir)/common/m4/gst-plugindir.m4 \ 118 $(top_srcdir)/common/m4/gst.m4 \ 119 $(top_srcdir)/common/m4/gtk-doc.m4 \ 120 $(top_srcdir)/common/m4/orc.m4 $(top_srcdir)/common/m4/pkg.m4 \ 121 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 122 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 123 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 124am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 125 $(ACLOCAL_M4) 126DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 127mkinstalldirs = $(install_sh) -d 128CONFIG_HEADER = $(top_builddir)/config.h 129CONFIG_CLEAN_FILES = 130CONFIG_CLEAN_VPATH_FILES = 131AM_V_P = $(am__v_P_@AM_V@) 132am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 133am__v_P_0 = false 134am__v_P_1 = : 135AM_V_GEN = $(am__v_GEN_@AM_V@) 136am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 137am__v_GEN_0 = @echo " GEN " $@; 138am__v_GEN_1 = 139AM_V_at = $(am__v_at_@AM_V@) 140am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 141am__v_at_0 = @ 142am__v_at_1 = 143SOURCES = 144DIST_SOURCES = 145RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 146 ctags-recursive dvi-recursive html-recursive info-recursive \ 147 install-data-recursive install-dvi-recursive \ 148 install-exec-recursive install-html-recursive \ 149 install-info-recursive install-pdf-recursive \ 150 install-ps-recursive install-recursive installcheck-recursive \ 151 installdirs-recursive pdf-recursive ps-recursive \ 152 tags-recursive uninstall-recursive 153am__can_run_installinfo = \ 154 case $$AM_UPDATE_INFO_DIR in \ 155 n|no|NO) false;; \ 156 *) (install-info --version) >/dev/null 2>&1;; \ 157 esac 158am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 159am__vpath_adj = case $$p in \ 160 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 161 *) f=$$p;; \ 162 esac; 163am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 164am__install_max = 40 165am__nobase_strip_setup = \ 166 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 167am__nobase_strip = \ 168 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 169am__nobase_list = $(am__nobase_strip_setup); \ 170 for p in $$list; do echo "$$p $$p"; done | \ 171 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 172 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 173 if (++n[$$2] == $(am__install_max)) \ 174 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 175 END { for (dir in files) print dir, files[dir] }' 176am__base_list = \ 177 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 178 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 179am__uninstall_files_from_dir = { \ 180 test -z "$$files" \ 181 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 182 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 183 $(am__cd) "$$dir" && rm -f $$files; }; \ 184 } 185am__installdirs = "$(DESTDIR)$(depsdir)" 186DATA = $(nodist_deps_DATA) 187RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 188 distclean-recursive maintainer-clean-recursive 189am__recursive_targets = \ 190 $(RECURSIVE_TARGETS) \ 191 $(RECURSIVE_CLEAN_TARGETS) \ 192 $(am__extra_recursive_targets) 193AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 194 distdir distdir-am 195am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 196# Read a list of newline-separated strings from the standard input, 197# and print each of them once, without duplicates. Input order is 198# *not* preserved. 199am__uniquify_input = $(AWK) '\ 200 BEGIN { nonempty = 0; } \ 201 { items[$$0] = 1; nonempty = 1; } \ 202 END { if (nonempty) { for (i in items) print i; }; } \ 203' 204# Make sure the list of sources is unique. This is necessary because, 205# e.g., the same source file might be shared among _SOURCES variables 206# for different programs/libraries. 207am__define_uniq_tagged_files = \ 208 list='$(am__tagged_files)'; \ 209 unique=`for i in $$list; do \ 210 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 211 done | $(am__uniquify_input)` 212ETAGS = etags 213CTAGS = ctags 214am__DIST_COMMON = $(srcdir)/Makefile.in 215DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 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" 241ACLOCAL = @ACLOCAL@ 242ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ 243AMTAR = @AMTAR@ 244AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 245AR = @AR@ 246AS = @AS@ 247AUTOCONF = @AUTOCONF@ 248AUTOHEADER = @AUTOHEADER@ 249AUTOMAKE = @AUTOMAKE@ 250AWK = @AWK@ 251BZ2_LIBS = @BZ2_LIBS@ 252CC = @CC@ 253CCASFLAGS = @CCASFLAGS@ 254CCDEPMODE = @CCDEPMODE@ 255CFLAGS = @CFLAGS@ 256CPP = @CPP@ 257CPPFLAGS = @CPPFLAGS@ 258CXXFLAGS = @CXXFLAGS@ 259CYGPATH_W = @CYGPATH_W@ 260DARWIN_LDFLAGS = @DARWIN_LDFLAGS@ 261DEFS = @DEFS@ 262DEPDIR = @DEPDIR@ 263DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@ 264DLLTOOL = @DLLTOOL@ 265DSYMUTIL = @DSYMUTIL@ 266DUMPBIN = @DUMPBIN@ 267ECHO_C = @ECHO_C@ 268ECHO_N = @ECHO_N@ 269ECHO_T = @ECHO_T@ 270EGREP = @EGREP@ 271ERROR_CFLAGS = @ERROR_CFLAGS@ 272EXEEXT = @EXEEXT@ 273EXTRA_CFLAGS = @EXTRA_CFLAGS@ 274FFLAGS = @FFLAGS@ 275FGREP = @FGREP@ 276GCOV = @GCOV@ 277GCOV_CFLAGS = @GCOV_CFLAGS@ 278GCOV_LIBS = @GCOV_LIBS@ 279GIO_CFLAGS = @GIO_CFLAGS@ 280GIO_LDFLAGS = @GIO_LDFLAGS@ 281GIO_LIBS = @GIO_LIBS@ 282GLIB_CFLAGS = @GLIB_CFLAGS@ 283GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@ 284GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ 285GLIB_LIBS = @GLIB_LIBS@ 286GLIB_MKENUMS = @GLIB_MKENUMS@ 287GLIB_REQ = @GLIB_REQ@ 288GREP = @GREP@ 289GSTPB_PLUGINS_DIR = @GSTPB_PLUGINS_DIR@ 290GST_AGE = @GST_AGE@ 291GST_ALL_LDFLAGS = @GST_ALL_LDFLAGS@ 292GST_API_VERSION = @GST_API_VERSION@ 293GST_BASE_CFLAGS = @GST_BASE_CFLAGS@ 294GST_BASE_LIBS = @GST_BASE_LIBS@ 295GST_CFLAGS = @GST_CFLAGS@ 296GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@ 297GST_CHECK_LIBS = @GST_CHECK_LIBS@ 298GST_CURRENT = @GST_CURRENT@ 299GST_LEVEL_DEFAULT = @GST_LEVEL_DEFAULT@ 300GST_LIBS = @GST_LIBS@ 301GST_LIBVERSION = @GST_LIBVERSION@ 302GST_LT_LDFLAGS = @GST_LT_LDFLAGS@ 303GST_OPTION_CFLAGS = @GST_OPTION_CFLAGS@ 304GST_PACKAGE_NAME = @GST_PACKAGE_NAME@ 305GST_PACKAGE_ORIGIN = @GST_PACKAGE_ORIGIN@ 306GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@ 307GST_PLUGINS_BASE_DIR = @GST_PLUGINS_BASE_DIR@ 308GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@ 309GST_PLUGINS_DIR = @GST_PLUGINS_DIR@ 310GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@ 311GST_REVISION = @GST_REVISION@ 312GST_TOOLS_DIR = @GST_TOOLS_DIR@ 313GTKDOC_CHECK = @GTKDOC_CHECK@ 314GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ 315GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ 316GTKDOC_MKPDF = @GTKDOC_MKPDF@ 317GTKDOC_REBASE = @GTKDOC_REBASE@ 318HTML_DIR = @HTML_DIR@ 319INSTALL = @INSTALL@ 320INSTALL_DATA = @INSTALL_DATA@ 321INSTALL_PROGRAM = @INSTALL_PROGRAM@ 322INSTALL_SCRIPT = @INSTALL_SCRIPT@ 323INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 324LD = @LD@ 325LDFLAGS = @LDFLAGS@ 326LIBAV_CFLAGS = @LIBAV_CFLAGS@ 327LIBAV_CO_DIR = @LIBAV_CO_DIR@ 328LIBAV_CPPFLAGS = @LIBAV_CPPFLAGS@ 329LIBAV_DEPS = @LIBAV_DEPS@ 330LIBAV_EXTERNALS_REVISION = @LIBAV_EXTERNALS_REVISION@ 331LIBAV_LIBS = @LIBAV_LIBS@ 332LIBAV_REVISION = @LIBAV_REVISION@ 333LIBAV_SUBDIRS = @LIBAV_SUBDIRS@ 334LIBAV_SVN = @LIBAV_SVN@ 335LIBM = @LIBM@ 336LIBOBJS = @LIBOBJS@ 337LIBS = @LIBS@ 338LIBTOOL = @LIBTOOL@ 339LIPO = @LIPO@ 340LN_S = @LN_S@ 341LTLIBOBJS = @LTLIBOBJS@ 342LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 343LZMA_LIBS = @LZMA_LIBS@ 344MAINT = @MAINT@ 345MAKEINFO = @MAKEINFO@ 346MANIFEST_TOOL = @MANIFEST_TOOL@ 347MKDIR_P = @MKDIR_P@ 348NM = @NM@ 349NMEDIT = @NMEDIT@ 350OBJDUMP = @OBJDUMP@ 351OBJEXT = @OBJEXT@ 352ORCC = @ORCC@ 353ORCC_FLAGS = @ORCC_FLAGS@ 354ORC_CFLAGS = @ORC_CFLAGS@ 355ORC_LIBS = @ORC_LIBS@ 356OTOOL = @OTOOL@ 357OTOOL64 = @OTOOL64@ 358PACKAGE = @PACKAGE@ 359PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 360PACKAGE_NAME = @PACKAGE_NAME@ 361PACKAGE_STRING = @PACKAGE_STRING@ 362PACKAGE_TARNAME = @PACKAGE_TARNAME@ 363PACKAGE_URL = @PACKAGE_URL@ 364PACKAGE_VERSION = @PACKAGE_VERSION@ 365PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@ 366PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@ 367PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@ 368PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@ 369PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@ 370PATH_SEPARATOR = @PATH_SEPARATOR@ 371PKG_CONFIG = @PKG_CONFIG@ 372PLUGINDIR = @PLUGINDIR@ 373PROFILE_CFLAGS = @PROFILE_CFLAGS@ 374PTHREAD_CC = @PTHREAD_CC@ 375PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 376PTHREAD_LIBS = @PTHREAD_LIBS@ 377PYTHON = @PYTHON@ 378PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 379PYTHON_PLATFORM = @PYTHON_PLATFORM@ 380PYTHON_PREFIX = @PYTHON_PREFIX@ 381PYTHON_VERSION = @PYTHON_VERSION@ 382RANLIB = @RANLIB@ 383SED = @SED@ 384SET_MAKE = @SET_MAKE@ 385SHELL = @SHELL@ 386STRIP = @STRIP@ 387VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ 388VALGRIND_LIBS = @VALGRIND_LIBS@ 389VALGRIND_PATH = @VALGRIND_PATH@ 390VERSION = @VERSION@ 391WARNING_CFLAGS = @WARNING_CFLAGS@ 392WIN32_LIBS = @WIN32_LIBS@ 393abs_builddir = @abs_builddir@ 394abs_srcdir = @abs_srcdir@ 395abs_top_builddir = @abs_top_builddir@ 396abs_top_srcdir = @abs_top_srcdir@ 397ac_ct_AR = @ac_ct_AR@ 398ac_ct_CC = @ac_ct_CC@ 399ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 400am__include = @am__include@ 401am__leading_dot = @am__leading_dot@ 402am__quote = @am__quote@ 403am__tar = @am__tar@ 404am__untar = @am__untar@ 405ax_pthread_config = @ax_pthread_config@ 406bindir = @bindir@ 407build = @build@ 408build_alias = @build_alias@ 409build_cpu = @build_cpu@ 410build_os = @build_os@ 411build_vendor = @build_vendor@ 412builddir = @builddir@ 413datadir = @datadir@ 414datarootdir = @datarootdir@ 415docdir = @docdir@ 416dvidir = @dvidir@ 417exec_prefix = @exec_prefix@ 418host = @host@ 419host_alias = @host_alias@ 420host_cpu = @host_cpu@ 421host_os = @host_os@ 422host_vendor = @host_vendor@ 423htmldir = @htmldir@ 424includedir = @includedir@ 425infodir = @infodir@ 426install_sh = @install_sh@ 427libdir = @libdir@ 428libexecdir = @libexecdir@ 429localedir = @localedir@ 430localstatedir = @localstatedir@ 431mandir = @mandir@ 432mkdir_p = @mkdir_p@ 433oldincludedir = @oldincludedir@ 434pdfdir = @pdfdir@ 435pkgpyexecdir = @pkgpyexecdir@ 436pkgpythondir = @pkgpythondir@ 437plugindir = @plugindir@ 438prefix = @prefix@ 439program_transform_name = @program_transform_name@ 440psdir = @psdir@ 441pyexecdir = @pyexecdir@ 442pythondir = @pythondir@ 443runstatedir = @runstatedir@ 444sbindir = @sbindir@ 445sharedstatedir = @sharedstatedir@ 446srcdir = @srcdir@ 447sysconfdir = @sysconfdir@ 448target = @target@ 449target_alias = @target_alias@ 450target_cpu = @target_cpu@ 451target_os = @target_os@ 452target_vendor = @target_vendor@ 453top_build_prefix = @top_build_prefix@ 454top_builddir = @top_builddir@ 455top_srcdir = @top_srcdir@ 456SUBDIRS = 457DIST_SUBDIRS = libav 458TMP_DIST_DIR = libav-dist 459DIST_DIR = $(TMP_DIST_DIR)/.libav 460EXTRA_DIST = Makefile.am 461MAINTAINERCLEANDIRS = $(DIST_SUBDIRS) 462LIB_LIST = libavutil libswresample libavcodec libavformat libavfilter 463@GST_PLUGIN_BUILD_STATIC_TRUE@depsdir = $(libdir) 464@GST_PLUGIN_BUILD_STATIC_TRUE@nodist_deps_DATA = \ 465@GST_PLUGIN_BUILD_STATIC_TRUE@ .libs/libavutil.a \ 466@GST_PLUGIN_BUILD_STATIC_TRUE@ .libs/libswresample.a \ 467@GST_PLUGIN_BUILD_STATIC_TRUE@ .libs/libavcodec.a \ 468@GST_PLUGIN_BUILD_STATIC_TRUE@ .libs/libavformat.a \ 469@GST_PLUGIN_BUILD_STATIC_TRUE@ .libs/libavfilter.a 470 471all: all-recursive 472 473.SUFFIXES: 474$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 475 @for dep in $?; do \ 476 case '$(am__configure_deps)' in \ 477 *$$dep*) \ 478 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 479 && { if test -f $@; then exit 0; else break; fi; }; \ 480 exit 1;; \ 481 esac; \ 482 done; \ 483 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gst-libs/ext/Makefile'; \ 484 $(am__cd) $(top_srcdir) && \ 485 $(AUTOMAKE) --gnu gst-libs/ext/Makefile 486Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 487 @case '$?' in \ 488 *config.status*) \ 489 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 490 *) \ 491 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 492 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 493 esac; 494 495$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 496 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 497 498$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 499 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 500$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 501 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 502$(am__aclocal_m4_deps): 503 504mostlyclean-libtool: 505 -rm -f *.lo 506 507clean-libtool: 508 -rm -rf .libs _libs 509install-nodist_depsDATA: $(nodist_deps_DATA) 510 @$(NORMAL_INSTALL) 511 @list='$(nodist_deps_DATA)'; test -n "$(depsdir)" || list=; \ 512 if test -n "$$list"; then \ 513 echo " $(MKDIR_P) '$(DESTDIR)$(depsdir)'"; \ 514 $(MKDIR_P) "$(DESTDIR)$(depsdir)" || exit 1; \ 515 fi; \ 516 for p in $$list; do \ 517 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 518 echo "$$d$$p"; \ 519 done | $(am__base_list) | \ 520 while read files; do \ 521 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(depsdir)'"; \ 522 $(INSTALL_DATA) $$files "$(DESTDIR)$(depsdir)" || exit $$?; \ 523 done 524 525uninstall-nodist_depsDATA: 526 @$(NORMAL_UNINSTALL) 527 @list='$(nodist_deps_DATA)'; test -n "$(depsdir)" || list=; \ 528 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 529 dir='$(DESTDIR)$(depsdir)'; $(am__uninstall_files_from_dir) 530 531# This directory's subdirectories are mostly independent; you can cd 532# into them and run 'make' without going through this Makefile. 533# To change the values of 'make' variables: instead of editing Makefiles, 534# (1) if the variable is set in 'config.status', edit 'config.status' 535# (which will cause the Makefiles to be regenerated when you run 'make'); 536# (2) otherwise, pass the desired values on the 'make' command line. 537$(am__recursive_targets): 538 @fail=; \ 539 if $(am__make_keepgoing); then \ 540 failcom='fail=yes'; \ 541 else \ 542 failcom='exit 1'; \ 543 fi; \ 544 dot_seen=no; \ 545 target=`echo $@ | sed s/-recursive//`; \ 546 case "$@" in \ 547 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 548 *) list='$(SUBDIRS)' ;; \ 549 esac; \ 550 for subdir in $$list; do \ 551 echo "Making $$target in $$subdir"; \ 552 if test "$$subdir" = "."; then \ 553 dot_seen=yes; \ 554 local_target="$$target-am"; \ 555 else \ 556 local_target="$$target"; \ 557 fi; \ 558 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 559 || eval $$failcom; \ 560 done; \ 561 if test "$$dot_seen" = "no"; then \ 562 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 563 fi; test -z "$$fail" 564 565ID: $(am__tagged_files) 566 $(am__define_uniq_tagged_files); mkid -fID $$unique 567tags: tags-recursive 568TAGS: tags 569 570tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 571 set x; \ 572 here=`pwd`; \ 573 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 574 include_option=--etags-include; \ 575 empty_fix=.; \ 576 else \ 577 include_option=--include; \ 578 empty_fix=; \ 579 fi; \ 580 list='$(SUBDIRS)'; for subdir in $$list; do \ 581 if test "$$subdir" = .; then :; else \ 582 test ! -f $$subdir/TAGS || \ 583 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 584 fi; \ 585 done; \ 586 $(am__define_uniq_tagged_files); \ 587 shift; \ 588 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 589 test -n "$$unique" || unique=$$empty_fix; \ 590 if test $$# -gt 0; then \ 591 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 592 "$$@" $$unique; \ 593 else \ 594 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 595 $$unique; \ 596 fi; \ 597 fi 598ctags: ctags-recursive 599 600CTAGS: ctags 601ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 602 $(am__define_uniq_tagged_files); \ 603 test -z "$(CTAGS_ARGS)$$unique" \ 604 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 605 $$unique 606 607GTAGS: 608 here=`$(am__cd) $(top_builddir) && pwd` \ 609 && $(am__cd) $(top_srcdir) \ 610 && gtags -i $(GTAGS_ARGS) "$$here" 611cscopelist: cscopelist-recursive 612 613cscopelist-am: $(am__tagged_files) 614 list='$(am__tagged_files)'; \ 615 case "$(srcdir)" in \ 616 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 617 *) sdir=$(subdir)/$(srcdir) ;; \ 618 esac; \ 619 for i in $$list; do \ 620 if test -f "$$i"; then \ 621 echo "$(subdir)/$$i"; \ 622 else \ 623 echo "$$sdir/$$i"; \ 624 fi; \ 625 done >> $(top_builddir)/cscope.files 626 627distclean-tags: 628 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 629 630distdir-am: $(DISTFILES) 631 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 632 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 633 list='$(DISTFILES)'; \ 634 dist_files=`for file in $$list; do echo $$file; done | \ 635 sed -e "s|^$$srcdirstrip/||;t" \ 636 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 637 case $$dist_files in \ 638 */*) $(MKDIR_P) `echo "$$dist_files" | \ 639 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 640 sort -u` ;; \ 641 esac; \ 642 for file in $$dist_files; do \ 643 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 644 if test -d $$d/$$file; then \ 645 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 646 if test -d "$(distdir)/$$file"; then \ 647 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 648 fi; \ 649 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 650 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 651 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 652 fi; \ 653 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 654 else \ 655 test -f "$(distdir)/$$file" \ 656 || cp -p $$d/$$file "$(distdir)/$$file" \ 657 || exit 1; \ 658 fi; \ 659 done 660 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 661 if test "$$subdir" = .; then :; else \ 662 $(am__make_dryrun) \ 663 || test -d "$(distdir)/$$subdir" \ 664 || $(MKDIR_P) "$(distdir)/$$subdir" \ 665 || exit 1; \ 666 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 667 $(am__relativize); \ 668 new_distdir=$$reldir; \ 669 dir1=$$subdir; dir2="$(top_distdir)"; \ 670 $(am__relativize); \ 671 new_top_distdir=$$reldir; \ 672 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 673 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 674 ($(am__cd) $$subdir && \ 675 $(MAKE) $(AM_MAKEFLAGS) \ 676 top_distdir="$$new_top_distdir" \ 677 distdir="$$new_distdir" \ 678 am__remove_distdir=: \ 679 am__skip_length_check=: \ 680 am__skip_mode_fix=: \ 681 distdir) \ 682 || exit 1; \ 683 fi; \ 684 done 685check-am: all-am 686check: check-recursive 687all-am: Makefile $(DATA) all-local 688installdirs: installdirs-recursive 689installdirs-am: 690 for dir in "$(DESTDIR)$(depsdir)"; do \ 691 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 692 done 693install: install-recursive 694install-exec: install-exec-recursive 695install-data: install-data-recursive 696uninstall: uninstall-recursive 697 698install-am: all-am 699 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 700 701installcheck: installcheck-recursive 702install-strip: 703 if test -z '$(STRIP)'; then \ 704 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 705 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 706 install; \ 707 else \ 708 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 709 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 710 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 711 fi 712mostlyclean-generic: 713 714clean-generic: 715 716distclean-generic: 717 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 718 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 719 720maintainer-clean-generic: 721 @echo "This command is intended for maintainers to use" 722 @echo "it deletes files that may require special tools to rebuild." 723@GST_PLUGIN_BUILD_STATIC_FALSE@install-data-hook: 724clean: clean-recursive 725 726clean-am: clean-generic clean-libtool clean-local mostlyclean-am 727 728distclean-am: clean-am distclean-generic distclean-tags 729 730dvi: dvi-recursive 731 732dvi-am: 733 734html: html-recursive 735 736html-am: 737 738info: info-recursive 739 740info-am: 741 742install-data-am: install-nodist_depsDATA 743 @$(NORMAL_INSTALL) 744 $(MAKE) $(AM_MAKEFLAGS) install-data-hook 745install-dvi: install-dvi-recursive 746 747install-dvi-am: 748 749install-exec-am: 750 751install-html: install-html-recursive 752 753install-html-am: 754 755install-info: install-info-recursive 756 757install-info-am: 758 759install-man: 760 761install-pdf: install-pdf-recursive 762 763install-pdf-am: 764 765install-ps: install-ps-recursive 766 767install-ps-am: 768 769installcheck-am: 770 771maintainer-clean-am: distclean-am maintainer-clean-generic 772 773mostlyclean: mostlyclean-recursive 774 775mostlyclean-am: mostlyclean-generic mostlyclean-libtool 776 777pdf: pdf-recursive 778 779pdf-am: 780 781ps: ps-recursive 782 783ps-am: 784 785uninstall-am: uninstall-nodist_depsDATA 786 787.MAKE: $(am__recursive_targets) install-am install-data-am \ 788 install-strip 789 790.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \ 791 check check-am clean clean-generic clean-libtool clean-local \ 792 cscopelist-am ctags ctags-am distclean distclean-generic \ 793 distclean-libtool distclean-tags distdir dvi dvi-am html \ 794 html-am info info-am install install-am install-data \ 795 install-data-am install-data-hook install-dvi install-dvi-am \ 796 install-exec install-exec-am install-html install-html-am \ 797 install-info install-info-am install-man \ 798 install-nodist_depsDATA install-pdf install-pdf-am install-ps \ 799 install-ps-am install-strip installcheck installcheck-am \ 800 installdirs installdirs-am maintainer-clean \ 801 maintainer-clean-generic mostlyclean mostlyclean-generic \ 802 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 803 uninstall-am uninstall-nodist_depsDATA 804 805.PRECIOUS: Makefile 806 807 808# attempt to generate .la references from -l and a list of -L 809# $1 is the argument to filter, -l, -L, -I, etc 810# $2 is the list to filter 811define filter_arg 812 $(foreach item,$(filter $(1)%,$(2)),$(patsubst $(1)%,%,$(item))) 813endef 814 815# $1 library to find 816# $2 directories to search 817define find_la 818 $(firstword $(wildcard $(foreach path,$(call filter_arg,-L,$(2)), $(path)/lib$(strip $(call filter_arg,-l,$(1))).la))) 819endef 820 821# $(call find_la,...) and if a library is found use that, otherwise, return the 822# original lib unchanged 823define find_la_or_original 824 $(if $(strip $(call find_la,$1,$2)),$(call find_la,$1,$2),$(1)) 825endef 826 827# $1 the libraries to look for (including -l) e.g. -lbz2 -lz 828# $2 LDFLAGS containing -L arguments 829define find_library_la 830 $(foreach lib,$(1),$(call find_la_or_original,$(lib),$(2))) 831endef 832 833define create_la 834echo " GEN $1.la" && \ 835(echo "# $1.la - a libtool library file" && \ 836 echo "# Generated by libtool (GNU libtool) 2.4.6" && \ 837 echo "dlname=''" && \ 838 echo "library_names=''" && \ 839 echo "old_library='$1.a'" && \ 840 echo "inherited_linker_flags=''" && \ 841 echo "dependency_libs=' -L$(libdir) $(if $2,$(foreach dep,$2,$(abs_builddir)/$(dep).la)) $(call find_library_la,$3 $(LIBM),$(LDFLAGS)) '" && \ 842 echo "weak_library_names=''" && \ 843 echo "current=" && \ 844 echo "age=" && \ 845 echo "revision=" && \ 846 echo "installed=no" && \ 847 echo "shouldnotlink=no" && \ 848 echo "dlopen=''" && \ 849 echo "dlpreopen=''" && \ 850 echo "libdir='$(libdir)'") > $1.la 851endef 852 853libavutil.la: 854 $(AM_V_at)$(call create_la,libavutil) 855 856libswresample.la: 857 $(AM_V_at)$(call create_la,libswresample,libavutil) 858 859libavcodec.la: 860 $(AM_V_at)$(call create_la,libavcodec,libswresample libavutil,-lz $(LZMA_LIBS)) 861 862libavformat.la: 863 $(AM_V_at)$(call create_la,libavformat,libavcodec libavutil,$(LIBM) -lz $(BZ2_LIBS)) 864 865libavfilter.la: 866 $(AM_V_at)$(call create_la,libavfilter,libavformat libavcodec libswresample libavutil) 867 868all-local: $(foreach lib,$(LIB_LIST),$(lib).la) 869 cd libav && $(MAKE) 870 $(AM_V_at)$(MKDIR_P) .libs 871 $(AM_V_at)for lib in $(LIB_LIST); do \ 872 if ! test -f .libs/$${lib}.a; then \ 873 echo " CP $${lib}"; \ 874 cp libav/$${lib}/$${lib}.a .libs/$${lib}.a; \ 875 fi; \ 876 done 877 878@GST_PLUGIN_BUILD_STATIC_TRUE@define install_la 879@GST_PLUGIN_BUILD_STATIC_TRUE@echo " INSTALL $1.la" && \ 880@GST_PLUGIN_BUILD_STATIC_TRUE@sed -e "s|$(abs_builddir)|$(libdir)|g" \ 881@GST_PLUGIN_BUILD_STATIC_TRUE@ -e "s|installed=no|installed=no|" \ 882@GST_PLUGIN_BUILD_STATIC_TRUE@ $1.la > $(DESTDIR)$(libdir)/$1.la 883@GST_PLUGIN_BUILD_STATIC_TRUE@endef 884 885# Normally DATA is built before am-local, fix it 886@GST_PLUGIN_BUILD_STATIC_TRUE@.libs/libavutil.a: all-local 887 888@GST_PLUGIN_BUILD_STATIC_TRUE@.libs/libswresample.a: all-local 889 890@GST_PLUGIN_BUILD_STATIC_TRUE@.libs/libavcodec.a: all-local 891 892@GST_PLUGIN_BUILD_STATIC_TRUE@.libs/libavformat.a: all-local 893 894@GST_PLUGIN_BUILD_STATIC_TRUE@.libs/libavfilter.a: all-local 895 896@GST_PLUGIN_BUILD_STATIC_TRUE@install-data-hook: 897@GST_PLUGIN_BUILD_STATIC_TRUE@ $(AM_V_at)$(call install_la,libavutil) 898@GST_PLUGIN_BUILD_STATIC_TRUE@ $(AM_V_at)$(call install_la,libswresample) 899@GST_PLUGIN_BUILD_STATIC_TRUE@ $(AM_V_at)$(call install_la,libavcodec) 900@GST_PLUGIN_BUILD_STATIC_TRUE@ $(AM_V_at)$(call install_la,libavformat) 901@GST_PLUGIN_BUILD_STATIC_TRUE@ $(AM_V_at)$(call install_la,libavfilter) 902 903clean-local: 904 cd libav && $(MAKE) clean 905 rm -rf .libs 906 rm -f *.la 907 908dist-clean: 909 cd libav && $(MAKE) distclean 910 rm -rf libav/$(TMP_DIST_DIR) 911 rm -f Makefile 912 rm -f libav/.version 913 rm -f libav/.config 914 915distclean: dist-clean 916 917maintainer-clean: distclean 918 rm -rf $(MAINTAINERCLEANDIRS) 919 920maintainerclean: maintainer-clean 921 922dist-local: 923 GIT_DIR=$(srcdir)/libav/.git git checkout-index --prefix=$(abs_builddir)/libav/$(TMP_DIST_DIR)/libav/ -a 924 touch libav/$(TMP_DIST_DIR)/libav/config.mak 925 echo "Patching libav ./configure" 926 sed -e '/Unknown option/ {N;N;s/exit 1//; }' libav/$(TMP_DIST_DIR)/libav/configure > libav/$(TMP_DIST_DIR)/libav/configure.tmp 927 mv libav/$(TMP_DIST_DIR)/libav/configure.tmp libav/$(TMP_DIST_DIR)/libav/configure 928 chmod +x libav/$(TMP_DIST_DIR)/libav/configure 929 930distdir: dist-local 931 cp -r libav/$(TMP_DIST_DIR)/libav ${distdir} 932 cp -f $(top_srcdir)/gst-libs/ext/Makefile.am $(top_srcdir)/gst-libs/ext/Makefile.in ${distdir} 933 rm -rf libav/$(TMP_DIST_DIR) 934 935dist: dist-local 936 cd libav/$(TMP_DIST_DIR) && tar -czf libav.tar.gz libav 937 mv libav/$(TMP_DIST_DIR)/libav.tar.gz ./ 938 rm -rf libav/$(TMP_DIST_DIR) 939 940# Tell versions [3.59,3.63) of GNU make to not export all variables. 941# Otherwise a system limit (for SysV at least) may be exceeded. 942.NOEXPORT: 943