# Makefile.in generated by automake 1.16.5 from Makefile.am.
# Makefile.  Generated from Makefile.in by configure.

# Copyright (C) 1994-2021 Free Software Foundation, Inc.

# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.



###############################################################################
# Automake targets and declarations
###############################################################################

#! /usr/bin/make -f


VPATH = /data/jenkins/workspace/oi-encumbered/components/encumbered/vlc/vlc-3.0.21
am__is_gnu_make = { \
  if test -z '$(MAKELEVEL)'; then \
    false; \
  elif test -n '$(MAKE_HOST)'; then \
    true; \
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
    true; \
  else \
    false; \
  fi; \
}
am__make_running_with_option = \
  case $${target_option-} in \
      ?) ;; \
      *) echo "am__make_running_with_option: internal error: invalid" \
              "target option '$${target_option-}' specified" >&2; \
         exit 1;; \
  esac; \
  has_opt=no; \
  sane_makeflags=$$MAKEFLAGS; \
  if $(am__is_gnu_make); then \
    sane_makeflags=$$MFLAGS; \
  else \
    case $$MAKEFLAGS in \
      *\\[\ \	]*) \
        bs=\\; \
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    esac; \
  fi; \
  skip_next=no; \
  strip_trailopt () \
  { \
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  }; \
  for flg in $$sane_makeflags; do \
    test $$skip_next = yes && { skip_next=no; continue; }; \
    case $$flg in \
      *=*|--*) continue;; \
        -*I) strip_trailopt 'I'; skip_next=yes;; \
      -*I?*) strip_trailopt 'I';; \
        -*O) strip_trailopt 'O'; skip_next=yes;; \
      -*O?*) strip_trailopt 'O';; \
        -*l) strip_trailopt 'l'; skip_next=yes;; \
      -*l?*) strip_trailopt 'l';; \
      -[dEDm]) skip_next=yes;; \
      -[JT]) skip_next=yes;; \
    esac; \
    case $$flg in \
      *$$target_option*) has_opt=yes; break;; \
    esac; \
  done; \
  test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/vlc
pkgincludedir = $(includedir)/vlc
pkglibdir = $(libdir)/vlc
pkglibexecdir = $(libexecdir)/vlc
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = x86_64-pc-solaris2.11
host_triplet = x86_64-pc-solaris2.11
#am__append_1 =  \
#	extras/package/win32/NSIS/vlc.win32.nsi \
#	extras/package/win32/NSIS/spad.nsi \
#	extras/package/win32/msi/config.wxi
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
	$(top_srcdir)/m4/ax_append_flag.m4 \
	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
	$(top_srcdir)/m4/ax_require_defined.m4 $(top_srcdir)/m4/c11.m4 \
	$(top_srcdir)/m4/dolt.m4 $(top_srcdir)/m4/gettext.m4 \
	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/stdcxx_11.m4 \
	$(top_srcdir)/m4/vlc.m4 $(top_srcdir)/m4/with_pkg.m4 \
	$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
	$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
	$(am__configure_deps) $(dist_noinst_SCRIPTS) \
	$(am__DIST_COMMON)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = extras/package/win32/NSIS/spad.nsi \
	extras/package/win32/NSIS/vlc.win32.nsi \
	extras/package/win32/msi/config.wxi share/macosx/Info.plist
CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    *) f=$$p;; \
  esac;
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40
am__nobase_strip_setup = \
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
am__nobase_list = $(am__nobase_strip_setup); \
  for p in $$list; do echo "$$p $$p"; done | \
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    if (++n[$$2] == $(am__install_max)) \
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    END { for (dir in files) print dir, files[dir] }'
am__base_list = \
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__uninstall_files_from_dir = { \
  test -z "$$files" \
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
         $(am__cd) "$$dir" && rm -f $$files; }; \
  }
am__installdirs = "$(DESTDIR)$(bindir)"
SCRIPTS = $(bin_SCRIPTS) $(dist_noinst_SCRIPTS) \
	$(nodist_noinst_SCRIPTS) $(noinst_SCRIPTS)
AM_V_P = $(am__v_P_$(V))
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_$(V))
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
am__v_GEN_0 = @echo "  GEN     " $@;
am__v_GEN_1 = 
AM_V_at = $(am__v_at_$(V))
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
am__v_at_0 = @
am__v_at_1 = 
SOURCES =
DIST_SOURCES =
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
	ctags-recursive dvi-recursive html-recursive info-recursive \
	install-data-recursive install-dvi-recursive \
	install-exec-recursive install-html-recursive \
	install-info-recursive install-pdf-recursive \
	install-ps-recursive install-recursive installcheck-recursive \
	installdirs-recursive pdf-recursive ps-recursive \
	tags-recursive uninstall-recursive
am__can_run_installinfo = \
  case $$AM_UPDATE_INFO_DIR in \
    n|no|NO) false;; \
    *) (install-info --version) >/dev/null 2>&1;; \
  esac
DATA = $(noinst_DATA)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
  distclean-recursive maintainer-clean-recursive
am__recursive_targets = \
  $(RECURSIVE_TARGETS) \
  $(RECURSIVE_CLEAN_TARGETS) \
  $(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
	cscope check recheck distdir distdir-am dist dist-all \
	distcheck
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
	config.h.in
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates.  Input order is
# *not* preserved.
am__uniquify_input = $(AWK) '\
  BEGIN { nonempty = 0; } \
  { items[$$0] = 1; nonempty = 1; } \
  END { if (nonempty) { for (i in items) print i; }; } \
'
# Make sure the list of sources is unique.  This is necessary because,
# e.g., the same source file might be shared among _SOURCES variables
# for different programs/libraries.
am__define_uniq_tagged_files = \
  list='$(am__tagged_files)'; \
  unique=`for i in $$list; do \
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  done | $(am__uniquify_input)`
am__tty_colors_dummy = \
  mgn= red= grn= lgn= blu= brg= std=; \
  am__color_tests=no
am__tty_colors = { \
  $(am__tty_colors_dummy); \
  if test "X$(AM_COLOR_TESTS)" = Xno; then \
    am__color_tests=no; \
  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
    am__color_tests=yes; \
  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
    am__color_tests=yes; \
  fi; \
  if test $$am__color_tests = yes; then \
    red='[0;31m'; \
    grn='[0;32m'; \
    lgn='[1;32m'; \
    blu='[1;34m'; \
    mgn='[0;35m'; \
    brg='[1m'; \
    std='[m'; \
  fi; \
}
am__recheck_rx = ^[ 	]*:recheck:[ 	]*
am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
# A command that, given a newline-separated list of test names on the
# standard input, print the name of the tests that are to be re-run
# upon "make recheck".
am__list_recheck_tests = $(AWK) '{ \
  recheck = 1; \
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
    { \
      if (rc < 0) \
        { \
          if ((getline line2 < ($$0 ".log")) < 0) \
	    recheck = 0; \
          break; \
        } \
      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
        { \
          recheck = 0; \
          break; \
        } \
      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
        { \
          break; \
        } \
    }; \
  if (recheck) \
    print $$0; \
  close ($$0 ".trs"); \
  close ($$0 ".log"); \
}'
# A command that, given a newline-separated list of test names on the
# standard input, create the global log from their .trs and .log files.
am__create_global_log = $(AWK) ' \
function fatal(msg) \
{ \
  print "fatal: making $@: " msg | "cat >&2"; \
  exit 1; \
} \
function rst_section(header) \
{ \
  print header; \
  len = length(header); \
  for (i = 1; i <= len; i = i + 1) \
    printf "="; \
  printf "\n\n"; \
} \
{ \
  copy_in_global_log = 1; \
  global_test_result = "RUN"; \
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
    { \
      if (rc < 0) \
         fatal("failed to read from " $$0 ".trs"); \
      if (line ~ /$(am__global_test_result_rx)/) \
        { \
          sub("$(am__global_test_result_rx)", "", line); \
          sub("[ 	]*$$", "", line); \
          global_test_result = line; \
        } \
      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
        copy_in_global_log = 0; \
    }; \
  if (copy_in_global_log) \
    { \
      rst_section(global_test_result ": " $$0); \
      while ((rc = (getline line < ($$0 ".log"))) != 0) \
      { \
        if (rc < 0) \
          fatal("failed to read from " $$0 ".log"); \
        print line; \
      }; \
      printf "\n"; \
    }; \
  close ($$0 ".trs"); \
  close ($$0 ".log"); \
}'
# Restructured Text title.
am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
# Solaris 10 'make', and several other traditional 'make' implementations,
# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
# by disabling -e (using the XSI extension "set +e") if it's set.
am__sh_e_setup = case $$- in *e*) set +e;; esac
# Default flags passed to test drivers.
am__common_driver_flags = \
  --color-tests "$$am__color_tests" \
  --enable-hard-errors "$$am__enable_hard_errors" \
  --expect-failure "$$am__expect_failure"
# To be inserted before the command running the test.  Creates the
# directory for the log if needed.  Stores in $dir the directory
# containing $f, in $tst the test, in $log the log.  Executes the
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
# will run the test scripts (or their associated LOG_COMPILER, if
# thy have one).
am__check_pre = \
$(am__sh_e_setup);					\
$(am__vpath_adj_setup) $(am__vpath_adj)			\
$(am__tty_colors);					\
srcdir=$(srcdir); export srcdir;			\
case "$@" in						\
  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
    *) am__odir=.;; 					\
esac;							\
test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
if test -f "./$$f"; then dir=./;			\
elif test -f "$$f"; then dir=;				\
else dir="$(srcdir)/"; fi;				\
tst=$$dir$$f; log='$@'; 				\
if test -n '$(DISABLE_HARD_ERRORS)'; then		\
  am__enable_hard_errors=no; 				\
else							\
  am__enable_hard_errors=yes; 				\
fi; 							\
case " $(XFAIL_TESTS) " in				\
  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
    am__expect_failure=yes;;				\
  *)							\
    am__expect_failure=no;;				\
esac; 							\
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
# A shell command to get the names of the tests scripts with any registered
# extension removed (i.e., equivalently, the names of the test logs, with
# the '.log' extension removed).  The result is saved in the shell variable
# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
# since that might cause problem with VPATH rewrites for suffix-less tests.
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
am__set_TESTS_bases = \
  bases='$(TEST_LOGS)'; \
  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
  bases=`echo $$bases`
AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
RECHECK_LOGS = $(TEST_LOGS)
TEST_SUITE_LOG = test-suite.log
TEST_EXTENSIONS =  .test
LOG_DRIVER = $(SHELL) $(top_srcdir)/autotools/test-driver
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
am__set_b = \
  case '$@' in \
    */*) \
      case '$*' in \
        */*) b='$*';; \
          *) b=`echo '$@' | sed 's/\.log$$//'`; \
       esac;; \
    *) \
      b='$*';; \
  esac
am__test_logs1 = $(TESTS:=.log)
am__test_logs2 = $(am__test_logs1:.log=.log)
TEST_LOGS = $(am__test_logs2:.test.log=.log)
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/autotools/test-driver
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
	$(TEST_LOG_FLAGS)
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
	$(srcdir)/extras/package/macosx/package.mak \
	$(srcdir)/extras/package/npapi.am \
	$(srcdir)/extras/package/win32/msi.mak \
	$(srcdir)/extras/package/win32/package.mak \
	$(top_srcdir)/autotools/compile \
	$(top_srcdir)/autotools/config.guess \
	$(top_srcdir)/autotools/config.rpath \
	$(top_srcdir)/autotools/config.sub \
	$(top_srcdir)/autotools/install-sh \
	$(top_srcdir)/autotools/ltmain.sh \
	$(top_srcdir)/autotools/missing \
	$(top_srcdir)/autotools/test-driver \
	$(top_srcdir)/extras/package/win32/NSIS/spad.nsi.in \
	$(top_srcdir)/extras/package/win32/NSIS/vlc.win32.nsi.in \
	$(top_srcdir)/extras/package/win32/msi/config.wxi.in \
	$(top_srcdir)/share/Info.plist.in ABOUT-NLS AUTHORS COPYING \
	COPYING.LIB ChangeLog INSTALL NEWS README THANKS \
	autotools/compile autotools/config.guess \
	autotools/config.rpath autotools/config.sub autotools/depcomp \
	autotools/install-sh autotools/ltmain.sh autotools/missing \
	autotools/ylwrap
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
am__remove_distdir = \
  if test -d "$(distdir)"; then \
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
      && rm -rf "$(distdir)" \
      || { sleep 5 && rm -rf "$(distdir)"; }; \
  else :; fi
am__post_remove_distdir = $(am__remove_distdir)
am__relativize = \
  dir0=`pwd`; \
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  sed_rest='s,^[^/]*/*,,'; \
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  sed_butlast='s,/*[^/]*$$,,'; \
  while test -n "$$dir1"; do \
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    if test "$$first" != "."; then \
      if test "$$first" = ".."; then \
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
      else \
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
        if test "$$first2" = "$$first"; then \
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
        else \
          dir2="../$$dir2"; \
        fi; \
        dir0="$$dir0"/"$$first"; \
      fi; \
    fi; \
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  done; \
  reldir="$$dir2"
GZIP_ENV = --best
DIST_ARCHIVES = $(distdir).tar.xz
DIST_TARGETS = dist-xz
# Exists only to be overridden by the user if desired.
AM_DISTCHECK_DVI_TARGET = dvi
distuninstallcheck_listfiles = find . -type f -print
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
distcleancheck_listfiles = find . -type f -print
ACLOCAL = ${SHELL} '/data/jenkins/workspace/oi-encumbered/components/encumbered/vlc/vlc-3.0.21/autotools/missing' aclocal-1.16
ALIASES =  cvlc rvlc qvlc svlc
ALSA_CFLAGS = 
ALSA_LIBS = 
AMTAR = $${TAR-tar}
AM_CPPFLAGS = 
AM_DEFAULT_VERBOSITY = 0
AOM_CFLAGS = 
AOM_LIBS = 
AR = ar
ARCH = x86_64 mmx sse sse2
ARCHIVE_CFLAGS = -I/usr/openssl/3/include
ARCHIVE_LIBS = -larchive
ARIBB24_CFLAGS = 
ARIBB24_LIBS = 
ARIBB25_CFLAGS = 
ARIBB25_LIBS = 
AS = as
ASDCP_CFLAGS = 
ASDCP_LIBS = 
ASM = 
AUTOCONF = ${SHELL} '/data/jenkins/workspace/oi-encumbered/components/encumbered/vlc/vlc-3.0.21/autotools/missing' autoconf
AUTOHEADER = ${SHELL} '/data/jenkins/workspace/oi-encumbered/components/encumbered/vlc/vlc-3.0.21/autotools/missing' autoheader
AUTOMAKE = ${SHELL} '/data/jenkins/workspace/oi-encumbered/components/encumbered/vlc/vlc-3.0.21/autotools/missing' automake-1.16
AVAHI_CFLAGS = -D_REENTRANT
AVAHI_LIBS = -lavahi-common -lavahi-client
AVCODEC_CFLAGS = -I/usr/include/ffmpeg-6
AVCODEC_LIBS = -lavcodec6 -lavutil6
AVFORMAT_CFLAGS = -I/usr/include/ffmpeg-6
AVFORMAT_LIBS = -lavformat6 -lavcodec6 -lavutil6
AWK = gawk
BLURAY_CFLAGS = -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre
BLURAY_LIBS = -lbluray
BREAKPAD_CFLAGS = 
BREAKPAD_LIBS = 
BREAKPAD_URL = 
BUILDCC = /usr/bin/gcc
BUILDEXEEXT = 
CACA_CFLAGS = 
CACA_LIBS = 
CC = /usr/gcc/14/bin/gcc
CCAS = /usr/gcc/14/bin/gcc
CCASDEPMODE = depmode=gcc3
CCASFLAGS = -m64 -O3  -I/usr/include/mesa -DGLEXT_PROTOTYPES -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
CCDEPMODE = depmode=gcc3
CFLAGS = -m64 -O3  -I/usr/include/mesa -DGLEXT_PROTOTYPES -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -pipe -fvisibility=hidden -O3 -fno-math-errno -funsafe-math-optimizations -fno-rounding-math -fno-signaling-nans -fcx-limited-range -funroll-loops -fomit-frame-pointer -fstack-protector-strong
CFLAGS_access_mtp =  -I/usr/include/libusb-1.0 
CFLAGS_access_output_shout = 
CFLAGS_access_output_srt = 
CFLAGS_access_srt = 
CFLAGS_aom = 
CFLAGS_archive =  -I/usr/openssl/3/include 
CFLAGS_aribcam = 
CFLAGS_avahi =  -D_REENTRANT 
CFLAGS_caca = 
CFLAGS_cdda = 
CFLAGS_daala = 
CFLAGS_dav1d =   
CFLAGS_dc1394 = 
CFLAGS_dca =   
CFLAGS_dsm = 
CFLAGS_dv1394 = 
CFLAGS_dvdnav =   
CFLAGS_dvdread =   
CFLAGS_fdkaac = 
CFLAGS_flac =   
CFLAGS_fluidsynth = 
CFLAGS_gles2 = 
CFLAGS_gme = 
CFLAGS_goom = 
CFLAGS_kate = 
CFLAGS_libbluray =  -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre 
CFLAGS_libmpeg2 =  -I/usr/include/mpeg2dec 
CFLAGS_microdns = 
CFLAGS_mkv =   
CFLAGS_mmal = 
CFLAGS_mod = 
CFLAGS_mpg123 =   
CFLAGS_mtp =  -I/usr/include/libusb-1.0 
CFLAGS_mux_ogg =   
CFLAGS_nfs = 
CFLAGS_notify =  -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DFFI_NO_RAW_API -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/drm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/lib/amd64/libffi-3.2.1/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre 
CFLAGS_ogg =   
CFLAGS_oggspots =   
CFLAGS_omxil = 
CFLAGS_omxil_vout = 
CFLAGS_opencv_example = 
CFLAGS_opencv_wrapper = 
CFLAGS_opus =  -I/usr/include/opus 
CFLAGS_qsv = 
CFLAGS_rdp = 
CFLAGS_samplerate =   
CFLAGS_schroedinger =  -I/usr/include/schroedinger-1.0 -I/usr/include/orc-0.4 
CFLAGS_secret =  -DFFI_NO_RAW_API -I/usr/include/libsecret-1 -I/usr/include/gio-unix-2.0 -I/usr/lib/amd64/libffi-3.2.1/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre 
CFLAGS_sftp =   
CFLAGS_shine = 
CFLAGS_sid = 
CFLAGS_smb = 
CFLAGS_smb2 = 
CFLAGS_soxr =   
CFLAGS_spatialaudio = 
CFLAGS_speex =   
CFLAGS_svg =  -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DFFI_NO_RAW_API -I/usr/lib/amd64/pkgconfig/../../../include/librsvg-2.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/lib/amd64/libffi-3.2.1/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre 
CFLAGS_svgdec =  -DFFI_NO_RAW_API -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/lib/amd64/pkgconfig/../../../include/librsvg-2.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/lib/amd64/libffi-3.2.1/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/pixman-1 
CFLAGS_swscale =  -I/usr/include/ffmpeg-6
CFLAGS_theora =   
CFLAGS_twolame =   
CFLAGS_udev = 
CFLAGS_upnp =  -D_POSIX_PTHREAD_SEMANTICS -pthread -I/usr/include/upnp 
CFLAGS_vnc = 
CFLAGS_vorbis =   
CFLAGS_x262 = 
CFLAGS_x264 =  -DX264_API_IMPORTS
CFLAGS_x26410b =  -DX264_API_IMPORTS
CFLAGS_x265 =   
CFLAGS_xml =  -I/usr/include/libxml2 
CHROMAPRINT_CFLAGS = 
CHROMAPRINT_LIBS = 
CHROMECAST_CFLAGS = -DPROTOBUF_USE_DLLS -DNOMINMAX
CHROMECAST_LIBS = -lprotobuf-lite -labsl_log_internal_check_op -labsl_die_if_null -labsl_log_internal_conditions -labsl_log_internal_message -labsl_examine_stack -labsl_log_internal_format -labsl_log_internal_nullguard -labsl_log_internal_structured_proto -labsl_log_internal_proto -labsl_log_internal_log_sink_set -labsl_log_sink -labsl_log_entry -labsl_flags_internal -labsl_flags_marshalling -labsl_flags_reflection -labsl_flags_private_handle_accessor -labsl_flags_commandlineflag -labsl_flags_commandlineflag_internal -labsl_flags_config -labsl_flags_program_name -labsl_log_initialize -labsl_log_internal_globals -labsl_log_globals -labsl_vlog_config_internal -labsl_log_internal_fnmatch -labsl_raw_hash_set -labsl_hash -labsl_city -labsl_low_level_hash -labsl_hashtablez_sampler -labsl_random_distributions -labsl_random_seed_sequences -labsl_random_internal_pool_urbg -labsl_random_internal_randen -labsl_random_internal_randen_hwaes -labsl_random_internal_randen_hwaes_impl -labsl_random_internal_randen_slow -labsl_random_internal_platform -labsl_random_internal_seed_material -labsl_random_seed_gen_exception -labsl_statusor -labsl_status -labsl_cord -labsl_cordz_info -labsl_cord_internal -labsl_cordz_functions -labsl_exponential_biased -labsl_cordz_handle -labsl_crc_cord_state -labsl_crc32c -labsl_crc_internal -labsl_crc_cpu_detect -labsl_leak_check -labsl_bad_optional_access -labsl_strerror -labsl_str_format_internal -labsl_synchronization -labsl_graphcycles_internal -labsl_kernel_timeout_internal -labsl_stacktrace -labsl_symbolize -labsl_debugging_internal -labsl_demangle_internal -labsl_demangle_rust -labsl_decode_rust_punycode -labsl_utf8_for_code_point -labsl_malloc_internal -labsl_tracing_internal -labsl_time -labsl_civil_time -labsl_time_zone -labsl_bad_variant_access -lutf8_validity -lutf8_range -labsl_strings -labsl_strings_internal -labsl_string_view -labsl_base -lrt -labsl_spinlock_wait -labsl_int128 -labsl_throw_delegate -labsl_raw_logging_internal -labsl_log_severity
CONTRIB_DIR = 
COPYRIGHT_MESSAGE = Copyright © 1996-2024 the VideoLAN team
COPYRIGHT_YEARS = 1996-2024
CPP = /usr/gcc/14/bin/gcc -E
CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include 
CPPFLAGS_a52 =  
CPPFLAGS_access_mtp = 
CPPFLAGS_access_output_shout = 
CPPFLAGS_access_output_srt = 
CPPFLAGS_access_srt = 
CPPFLAGS_aom = 
CPPFLAGS_archive = 
CPPFLAGS_aribcam = 
CPPFLAGS_avahi = 
CPPFLAGS_caca = 
CPPFLAGS_daala = 
CPPFLAGS_dav1d = 
CPPFLAGS_dc1394 = 
CPPFLAGS_dca = 
CPPFLAGS_decklink = 
CPPFLAGS_decklinkoutput = 
CPPFLAGS_dv1394 = 
CPPFLAGS_dvdnav = 
CPPFLAGS_dvdread = 
CPPFLAGS_fdkaac = 
CPPFLAGS_flac = 
CPPFLAGS_fluidsynth = 
CPPFLAGS_gles2 = 
CPPFLAGS_gme = 
CPPFLAGS_goom = 
CPPFLAGS_kate = 
CPPFLAGS_libass =  -DHAVE_FONTCONFIG
CPPFLAGS_libbluray = 
CPPFLAGS_libmpeg2 = 
CPPFLAGS_microdns = 
CPPFLAGS_mkv = 
CPPFLAGS_mpg123 = 
CPPFLAGS_mtp = 
CPPFLAGS_mux_ogg = 
CPPFLAGS_nfs = 
CPPFLAGS_notify = 
CPPFLAGS_ogg = 
CPPFLAGS_oggspots = 
CPPFLAGS_opencv_example = 
CPPFLAGS_opencv_wrapper = 
CPPFLAGS_opus = 
CPPFLAGS_qsv = 
CPPFLAGS_rdp = 
CPPFLAGS_samplerate = 
CPPFLAGS_schroedinger = 
CPPFLAGS_secret = 
CPPFLAGS_sftp = 
CPPFLAGS_shine = 
CPPFLAGS_skins2 =  -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/fribidi -DHAVE_FRIBIDI -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -DHAVE_HARFBUZZ  -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DX11_SKINS
CPPFLAGS_smb = 
CPPFLAGS_smb2 = 
CPPFLAGS_soxr = 
CPPFLAGS_spatialaudio = 
CPPFLAGS_speex = 
CPPFLAGS_svg = 
CPPFLAGS_svgdec = 
CPPFLAGS_theora = 
CPPFLAGS_twolame =   -DLIBTWOLAME_STATIC
CPPFLAGS_udev = 
CPPFLAGS_upnp = 
CPPFLAGS_vnc = 
CPPFLAGS_vorbis = 
CPPFLAGS_vpx =   -DENABLE_VP8_DECODER -DENABLE_VP9_DECODER -DENABLE_VP8_ENCODER -DENABLE_VP9_ENCODER
CPPFLAGS_x265 = 
CPPFLAGS_xml = 
CSCOPE = cscope
CTAGS = ctags
CXX = /usr/gcc/14/bin/g++
CXXCPP = /usr/gcc/14/bin/g++ -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -m64 -O3  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -fvisibility=hidden -O3 -fno-math-errno -funsafe-math-optimizations -fno-rounding-math -fno-signaling-nans -fcx-limited-range -funroll-loops -fomit-frame-pointer -fstack-protector-strong
CXXFLAGS_live555 = 
CXXFLAGS_mod = 
CYGPATH_W = echo
DAALA_CFLAGS = 
DAALA_LIBS = 
DAV1D_CFLAGS = 
DAV1D_LIBS = -ldav1d
DBUS_CFLAGS = -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include
DBUS_LIBS = -ldbus-1
DC1394_CFLAGS = 
DC1394_LIBS = 
DCA_CFLAGS = 
DCA_LIBS = -ldca
DEFS = -DHAVE_CONFIG_H
DEFS_BIGENDIAN = 
DEPDIR = .deps
DESKTOP_FILE_VALIDATE = :
DLLTOOL = false
DMGBUILD = 
DOLT_BASH = /usr/bin/bash
DOLT_CLEANFILES = 
DSM_CFLAGS = 
DSM_LIBS = 
DSYMUTIL = 
DUMPBIN = 
DV1394_CFLAGS = 
DV1394_LIBS = 
DVBPSI_CFLAGS = 
DVBPSI_LIBS = -ldvbpsi
DVDNAV_CFLAGS = 
DVDNAV_LIBS = -ldvdnav -lpthread
DVDREAD_CFLAGS = 
DVDREAD_LIBS = -ldvdread
ECHO_C = \c
ECHO_N = 
ECHO_T = 
EGL_CFLAGS = -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/drm
EGL_LIBS = -L/usr/lib/mesa/amd64 -lEGL
EGREP = /usr/gnu/bin/grep -E
ETAGS = etags
EVAS_CFLAGS = 
EVAS_LIBS = 
EXEEXT = 
FDKAAC_CFLAGS = 
FDKAAC_LIBS = 
FGREP = /usr/gnu/bin/grep -F
FILECMD = file
FILE_LIBVLCCORE_DLL = 
FILE_LIBVLC_DLL = 
FLAC_CFLAGS = 
FLAC_LIBS = -lFLAC
FLUIDLITE_CFLAGS = 
FLUIDLITE_LIBS = 
FLUIDSYNTH_CFLAGS = 
FLUIDSYNTH_LIBS = 
FONTCONFIG_CFLAGS = -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre
FONTCONFIG_LIBS = -lfontconfig -lfreetype
FREERDP_CFLAGS = 
FREERDP_LIBS = 
FREETYPE_CFLAGS = -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre
FREETYPE_LIBS = -lfreetype
FRIBIDI_CFLAGS = -I/usr/include/fribidi
FRIBIDI_LIBS = -lfribidi
GCRYPT_CFLAGS = 
GCRYPT_LIBS = -lgcrypt -lgpg-error
GETTEXT_MACRO_VERSION = 0.19
GLES2_CFLAGS = 
GLES2_LIBS = 
GL_CFLAGS = -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/drm
GL_LIBS = -L/usr/lib/mesa/amd64 -lGL
GME_CFLAGS = 
GME_LIBS = 
GMSGFMT = /usr/bin/gmsgfmt
GMSGFMT_015 = /usr/bin/gmsgfmt
GNUGETOPT_LIBS = 
GNUTLS_CFLAGS = -I/usr/include/idn2 -I/usr/include/p11-kit-1
GNUTLS_LIBS = -lgnutls
GOOM_CFLAGS = 
GOOM_LIBS = 
GREP = /usr/gnu/bin/grep
GST_APP_CFLAGS = 
GST_APP_LIBS = 
GST_VIDEO_CFLAGS = 
GST_VIDEO_LIBS = 
HARFBUZZ_CFLAGS = -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre
HARFBUZZ_LIBS = -lharfbuzz
HAVE_CXX11 = 
IDN_CFLAGS = -I/usr/include/idn
IDN_LIBS = -lidn
INSTALL = /usr/gnu/bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
INTLLIBS = 
INTL_MACOSX_LIBS = 
JACK_CFLAGS = 
JACK_LIBS = 
KAI_LIBS = 
KATE_CFLAGS = 
KATE_LIBS = 
KDE4_CONFIG = kde4-config
KVA_LIBS = 
LD = /usr/bin/ld -64
LDFLAGS = -m64 -lnsl -lsocket -lssp -Wl,-z,defs
LDFLAGS_live555 = 
LDFLAGS_mmal = 
LDFLAGS_x262 = 
LDFLAGS_x264 = 
LDFLAGS_x26410b = 
LEX = flex
LEXLIB = 
LEX_OUTPUT_ROOT = lex.yy
LIBASS_CFLAGS = -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre
LIBASS_LIBS = -lass
LIBCDDB_CFLAGS = 
LIBCDDB_LIBS = 
LIBCOM = 
LIBDL = 
LIBEXT = .so
LIBICONV = 
LIBINTL = 
LIBM = -lm
LIBMODPLUG_CFLAGS = 
LIBMODPLUG_LIBS = 
LIBMPEG2_CFLAGS = -I/usr/include/mpeg2dec
LIBMPEG2_LIBS = -lmpeg2
LIBOBJS =  ${LIBOBJDIR}tdestroy$U.o ${LIBOBJDIR}strverscmp$U.o
LIBPLACEBO_CFLAGS = 
LIBPLACEBO_LIBS = 
LIBPTHREAD = 
LIBRT = 
LIBS = 
LIBS_a52 =  -la52 -lm 
LIBS_access_mtp = -lmtp  
LIBS_access_output_shout = 
LIBS_access_output_srt = 
LIBS_access_srt = 
LIBS_aom = 
LIBS_archive = -larchive  
LIBS_aribcam = 
LIBS_aribsub = 
LIBS_avahi = -lavahi-common -lavahi-client  
LIBS_caca = 
LIBS_cdda = 
LIBS_crystalhd = 
LIBS_daala = 
LIBS_dav1d = -ldav1d  
LIBS_dc1394 = 
LIBS_dca = -ldca  
LIBS_dsm = 
LIBS_dv1394 = 
LIBS_dvdnav = -ldvdnav -lpthread  
LIBS_dvdread = -ldvdread  
LIBS_faad = -lfaad 
LIBS_fdkaac = 
LIBS_flac = -lFLAC  
LIBS_fluidsynth = 
LIBS_gles2 = 
LIBS_gme = 
LIBS_goom = 
LIBS_kate = 
LIBS_libass = -lfontconfig 
LIBS_libbluray = -lbluray  
LIBS_libmpeg2 = -lmpeg2  
LIBS_libvlc = 
LIBS_libvlccore = 
LIBS_live555 = 
LIBS_microdns = 
LIBS_mkv = -lebml -lmatroska  
LIBS_mmal = 
LIBS_mod = 
LIBS_mpc = -lmpcdec 
LIBS_mpg123 = -lmpg123  
LIBS_mtp = -lmtp  
LIBS_mux_ogg = -logg  
LIBS_nfs = 
LIBS_notify = -lnotify -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  
LIBS_ogg = -logg -lvorbis 
LIBS_oggspots = -logg  
LIBS_opencv_example = 
LIBS_opencv_wrapper = 
LIBS_opus = -logg -lopus  
LIBS_osx_notifications = 
LIBS_qsv = 
LIBS_rdp = 
LIBS_samplerate = -lsamplerate  
LIBS_sap = -lz 
LIBS_schroedinger = -lschroedinger-1.0  
LIBS_secret = -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0  
LIBS_sftp = -lssh2  
LIBS_shine = 
LIBS_sid = 
LIBS_skins2 =   -lSM -lICE -lXext -lXpm -lX11 -lXinerama -lX11 -lharfbuzz -lfribidi -lfreetype -lm 
LIBS_smb = 
LIBS_smb2 = 
LIBS_soxr = -lsoxr  
LIBS_spatialaudio = 
LIBS_speex = -logg -lspeex  
LIBS_svg = -L/usr/lib/amd64/pkgconfig/../../../lib/amd64 -lrsvg-2 -lcairo-gobject -lpng16 -lgdk_pixbuf-2.0 -lgio-2.0 -lxml2 -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lharfbuzz -lfontconfig -lfreetype -lgmodule-2.0 -lglib-2.0  
LIBS_svgdec = -L/usr/lib/amd64/pkgconfig/../../../lib/amd64 -lrsvg-2 -lcairo-gobject -lpng16 -lgdk_pixbuf-2.0 -lgio-2.0 -lxml2 -lpangocairo-1.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lharfbuzz -lfontconfig -lfreetype -lgmodule-2.0 -lglib-2.0 -lcairo  
LIBS_swscale = -lswscale6 
LIBS_theora = -ltheoraenc -ltheoradec -logg  
LIBS_twolame = -ltwolame  
LIBS_udev = 
LIBS_upnp = -D_POSIX_PTHREAD_SEMANTICS -pthread -lpthread -lupnp -lixml  
LIBS_vlc = 
LIBS_vnc = 
LIBS_vorbis = -logg -lvorbis -lvorbisenc  
LIBS_vpx = -lvpx -lm 
LIBS_x262 = 
LIBS_x264 = -lx264 
LIBS_x26410b = -lx264 
LIBS_x265 = -lx265  
LIBS_xml = -lxml2  
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIBVA_CFLAGS = 
LIBVA_DRM_CFLAGS = 
LIBVA_DRM_LIBS = 
LIBVA_LIBS = 
LIBVA_WL_CFLAGS = 
LIBVA_WL_LIBS = 
LIBVA_X11_CFLAGS = 
LIBVA_X11_LIBS = 
LIBVORBIS_CFLAGS = 
LIBVORBIS_LIBS = -lvorbis
LIBXML2_CFLAGS = -I/usr/include/libxml2
LIBXML2_LIBS = -lxml2
LINSYS_SDI_CFLAGS = 
LINSYS_SDI_LIBS = 
LIPO = 
LIVE555_CFLAGS = 
LIVE555_LIBS = 
LN_S = ln -s
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(COMPILE)
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXXCOMPILE)
LTLIBICONV = 
LTLIBINTL = 
LTLIBOBJS =  ${LIBOBJDIR}tdestroy$U.lo ${LIBOBJDIR}strverscmp$U.lo
LTLIBa52 = liba52_plugin.la
LTLIBaa = 
LTLIBaccess_mtp = libaccess_mtp_plugin.la
LTLIBaccess_output_shout = 
LTLIBaccess_output_srt = 
LTLIBaccess_realrtsp = 
LTLIBaccess_srt = 
LTLIBaom = 
LTLIBarchive = libarchive_plugin.la
LTLIBaribcam = 
LTLIBaribsub = 
LTLIBaudiotoolboxmidi = 
LTLIBavahi = libavahi_plugin.la
LTLIBavcapture = 
LTLIBbpg = 
LTLIBcaca = 
LTLIBcdda = 
LTLIBcrystalhd = 
LTLIBcvpx = 
LTLIBdaala = 
LTLIBdav1d = libdav1d_plugin.la
LTLIBdc1394 = 
LTLIBdca = libdca_plugin.la
LTLIBdirect3d11 = 
LTLIBdirect3d11_filters = 
LTLIBdirect3d9 = 
LTLIBdirect3d9_filters = 
LTLIBdirectdraw = 
LTLIBdsm = 
LTLIBdv1394 = 
LTLIBdvdnav = libdvdnav_plugin.la
LTLIBdvdread = libdvdread_plugin.la
LTLIBfaad = libfaad_plugin.la
LTLIBfb = 
LTLIBfdkaac = 
LTLIBflac = libflac_plugin.la
LTLIBfluidsynth = 
LTLIBgles2 = 
LTLIBglwin32 = 
LTLIBgme = 
LTLIBgnutls = libgnutls_plugin.la
LTLIBgoom = 
LTLIBjpeg = libjpeg_plugin.la
LTLIBkate = 
LTLIBkwallet = libkwallet_plugin.la
LTLIBlibass = liblibass_plugin.la
LTLIBlibbluray = liblibbluray_plugin.la
LTLIBlibmpeg2 = liblibmpeg2_plugin.la
LTLIBlinsys_hdsdi = 
LTLIBlinsys_sdi = 
LTLIBlive555 = 
LTLIBmicrodns = 
LTLIBminimal_macosx = 
LTLIBmkv = libmkv_plugin.la
LTLIBmmal = 
LTLIBmod = 
LTLIBmpc = libmpc_plugin.la
LTLIBmpg123 = libmpg123_plugin.la
LTLIBmtp = libmtp_plugin.la
LTLIBmux_ogg = libmux_ogg_plugin.la
LTLIBnfs = 
LTLIBnotify = libnotify_plugin.la
LTLIBogg = libogg_plugin.la
LTLIBoggspots = liboggspots_plugin.la
LTLIBomxil = 
LTLIBomxil_vout = 
LTLIBopencv_example = 
LTLIBopencv_wrapper = 
LTLIBopensles_android = 
LTLIBopus = libopus_plugin.la
LTLIBosx_notifications = 
LTLIBpng = libpng_plugin.la
LTLIBpostproc = 
LTLIBprojectm = 
LTLIBqsv = 
LTLIBrdp = 
LTLIBsamplerate = libsamplerate_plugin.la
LTLIBschroedinger = libschroedinger_plugin.la
LTLIBscreen = 
LTLIBsdl_image = libsdl_image_plugin.la
LTLIBsecret = libsecret_plugin.la
LTLIBsftp = libsftp_plugin.la
LTLIBshine = 
LTLIBsid = 
LTLIBsmb = 
LTLIBsmb2 = 
LTLIBsoxr = libsoxr_plugin.la
LTLIBspatialaudio = 
LTLIBspeex = libspeex_plugin.la
LTLIBstream_out_chromaprint = 
LTLIBsvg = libsvg_plugin.la
LTLIBsvgdec = libsvgdec_plugin.la
LTLIBswscale = libswscale_plugin.la
LTLIBtaglib = libtaglib_plugin.la
LTLIBtelx = libtelx_plugin.la
LTLIBtheora = libtheora_plugin.la
LTLIBtizen_audio = 
LTLIBtremor = 
LTLIBtwolame = libtwolame_plugin.la
LTLIBudev = 
LTLIBupnp = libupnp_plugin.la
LTLIBvcd = 
LTLIBvideotoolbox = 
LTLIBvnc = 
LTLIBvorbis = libvorbis_plugin.la
LTLIBvpx = libvpx_plugin.la
LTLIBvsxu = 
LTLIBwgl = 
LTLIBwma_fixed = 
LTLIBx262 = 
LTLIBx264 = libx264_plugin.la
LTLIBx26410b = libx26410b_plugin.la
LTLIBx265 = libx265_plugin.la
LTLIBxml = libxml_plugin.la
LTLIBzvbi = 
LT_SYS_LIBRARY_PATH = 
LUAC = /usr/bin/amd64/luac
LUA_CFLAGS = 
LUA_LIBS = -llua -lm
MACOSX_DEPLOYMENT_TARGET = 
MAD_CFLAGS = 
MAD_LIBS =  -lmad
MAINT = 
MAKEINFO = ${SHELL} '/data/jenkins/workspace/oi-encumbered/components/encumbered/vlc/vlc-3.0.21/autotools/missing' makeinfo
MANIFEST_TOOL = :
MATROSKA_CFLAGS = 
MATROSKA_LIBS = -lebml -lmatroska
MFX_CFLAGS = 
MFX_LIBS = 
MICRODNS_CFLAGS = 
MICRODNS_LIBS = 
MINIZIP_CFLAGS = 
MINIZIP_LIBS = 
MKDIR_P = /usr/gnu/bin/mkdir -p
MOC = /usr/lib/qt/5.15/bin/amd64/moc
MPG123_CFLAGS = 
MPG123_LIBS = -lmpg123
MSGFMT = /usr/gnu/bin/msgfmt
MSGFMT_015 = /usr/gnu/bin/msgfmt
MSGMERGE = /usr/bin/msgmerge
MTP_CFLAGS = -I/usr/include/libusb-1.0
MTP_LIBS = -lmtp
NCURSES_CFLAGS = 
NCURSES_LIBS = 
NFS_CFLAGS = 
NFS_LIBS = 
NM = /usr/gnu/bin/nm -B
NMEDIT = 
NOTIFY_CFLAGS = -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DFFI_NO_RAW_API -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/drm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/lib/amd64/libffi-3.2.1/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre
NOTIFY_LIBS = -lnotify -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
OBJC = gcc
OBJCDEPMODE = depmode=gcc3
OBJCFLAGS = -g -O2 -fvisibility=hidden -O3 -funroll-loops -fomit-frame-pointer
OBJCFLAGS_osx_notifications = 
OBJCOPY = 
OBJDUMP = objdump
OBJEXT = o
OGGSPOTS_CFLAGS = 
OGGSPOTS_LIBS = -logg
OGG_CFLAGS = 
OGG_LIBS = -logg
OPENCV_CFLAGS = 
OPENCV_LIBS = 
OPUS_CFLAGS = -I/usr/include/opus
OPUS_LIBS = -logg -lopus
OSS_LIBS = 
OTOOL = 
OTOOL64 = 
PACKAGE = vlc
PACKAGE_BUGREPORT = 
PACKAGE_NAME = vlc
PACKAGE_STRING = vlc 3.0.21
PACKAGE_TARNAME = vlc
PACKAGE_URL = 
PACKAGE_VERSION = 3.0.21
PATH_SEPARATOR = :
PKGDIR = vlc
PKG_CONFIG = /usr/bin/amd64/pkg-config
PKG_CONFIG_LIBDIR = 
PKG_CONFIG_PATH = /usr/mariadb/10.6/lib/amd64/pkgconfig:/usr/openssl/3/lib/amd64/pkgconfig:/usr/lib/amd64/pkgconfig/ffmpeg-6:/usr/lib/amd64/pkgconfig:/usr/lib/pkgconfig :/usr/lib/qt/5.15/lib/amd64/pkgconfig
POSTPROC_CFLAGS = 
POSTPROC_LIBS = 
POSUB = po
PROGRAMFILES = 
PROJECTM_CFLAGS = 
PROJECTM_LIBS = 
PROTOC = protoc
PULSE_CFLAGS = -D_REENTRANT
PULSE_LIBS = -lpulse -pthread
QT5_X11_CFLAGS = -DQT_X11EXTRAS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/include
QT5_X11_LIBS = -L/usr/lib/qt/5.15/lib/amd64 -lQt5X11Extras -lQt5Gui -lQt5Core
QT_CFLAGS = -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/include
QT_LIBS = -L/usr/lib/qt/5.15/lib/amd64 -lQt5Svg -lQt5Widgets -lQt5Gui -lQt5Core
QT_VERSION = 5.15.16
RANLIB = ranlib
RC = 
RCC = /usr/lib/qt/5.15/bin/amd64/rcc
SAMPLERATE_CFLAGS = 
SAMPLERATE_LIBS = -lsamplerate
SCHROEDINGER_CFLAGS = -I/usr/include/schroedinger-1.0 -I/usr/include/orc-0.4
SCHROEDINGER_LIBS = -lschroedinger-1.0
SDL_IMAGE_CFLAGS = -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL
SDL_IMAGE_LIBS = -lSDL_image -lSDL -lpthread -lposix4
SECRET_CFLAGS = -DFFI_NO_RAW_API -I/usr/include/libsecret-1 -I/usr/include/gio-unix-2.0 -I/usr/lib/amd64/libffi-3.2.1/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre
SECRET_LIBS = -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0
SED = /usr/gnu/bin/sed
SET_MAKE = 
SFTP_CFLAGS = 
SFTP_LIBS = -lssh2
SHELL = /bin/bash
SHINE_CFLAGS = 
SHINE_LIBS = 
SHOUT_CFLAGS = 
SHOUT_LIBS = 
SID_CFLAGS = 
SID_LIBS = 
SMB2_CFLAGS = 
SMB2_LIBS = 
SMBCLIENT_CFLAGS = 
SMBCLIENT_LIBS = 
SNDIO_CFLAGS = 
SNDIO_LIBS = 
SOCKET_LIBS = 
SOXR_CFLAGS = 
SOXR_LIBS = -lsoxr
SPATIALAUDIO_CFLAGS = 
SPATIALAUDIO_LIBS = 
SPEEXDSP_CFLAGS = 
SPEEXDSP_LIBS = -lspeexdsp
SPEEX_CFLAGS = 
SPEEX_LIBS = -logg -lspeex
SRT_CFLAGS = 
SRT_LIBS = 
STRIP = strip
SVGDEC_CFLAGS = -DFFI_NO_RAW_API -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/lib/amd64/pkgconfig/../../../include/librsvg-2.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/lib/amd64/libffi-3.2.1/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/pixman-1
SVGDEC_LIBS = -L/usr/lib/amd64/pkgconfig/../../../lib/amd64 -lrsvg-2 -lcairo-gobject -lpng16 -lgdk_pixbuf-2.0 -lgio-2.0 -lxml2 -lpangocairo-1.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lharfbuzz -lfontconfig -lfreetype -lgmodule-2.0 -lglib-2.0 -lcairo
SVG_CFLAGS = -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DFFI_NO_RAW_API -I/usr/lib/amd64/pkgconfig/../../../include/librsvg-2.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/lib/amd64/libffi-3.2.1/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre
SVG_LIBS = -L/usr/lib/amd64/pkgconfig/../../../lib/amd64 -lrsvg-2 -lcairo-gobject -lpng16 -lgdk_pixbuf-2.0 -lgio-2.0 -lxml2 -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lharfbuzz -lfontconfig -lfreetype -lgmodule-2.0 -lglib-2.0
SWSCALE_CFLAGS = -I/usr/include/ffmpeg-6
SWSCALE_LIBS = -lswscale6
SYMBOLIC_LDFLAGS = 
SYS = solaris
SYSTEMD_CFLAGS = 
SYSTEMD_LIBS = 
TAGLIB_CFLAGS = -I/usr/include/taglib
TAGLIB_LIBS = -ltag -lz
THEORA_CFLAGS = 
THEORA_LIBS = -ltheoraenc -ltheoradec -logg
TIGER_CFLAGS = 
TIGER_LIBS = 
TWOLAME_CFLAGS = 
TWOLAME_LIBS = -ltwolame
U2D = 
UDEV_CFLAGS = 
UDEV_LIBS = 
UIC = /usr/lib/qt/5.15/bin/amd64/uic
UPNP_CFLAGS = -D_POSIX_PTHREAD_SEMANTICS -pthread -I/usr/include/upnp
UPNP_LIBS = -D_POSIX_PTHREAD_SEMANTICS -pthread -lpthread -lupnp -lixml
USE_NLS = yes
VDPAU_CFLAGS = 
VDPAU_LIBS = -lvdpau
VERSION = 3.0.21
VERSION_EXTRA = 0
VERSION_MAJOR = 3
VERSION_MESSAGE = 3.0.21 Vetinari
VERSION_MINOR = 0
VERSION_REVISION = 21
VNC_CFLAGS = 
VNC_LIBS = 
VORBIS_CFLAGS = 
VORBIS_LIBS = -logg -lvorbis -lvorbisenc
VPX_CFLAGS = 
VPX_LIBS = -lvpx -lm
VSXU_CFLAGS = 
VSXU_LIBS = 
WAYLAND_CLIENT_CFLAGS = 
WAYLAND_CLIENT_LIBS = 
WAYLAND_EGL_CFLAGS = 
WAYLAND_EGL_LIBS = 
WAYLAND_PROTOCOLS = 
WAYLAND_SCANNER = 
WINDOWS_ARCH = 
WINDRES = 
WINE_SDK_PATH = 
X262_CFLAGS = 
X262_LIBS = 
X26410b_CFLAGS = -DX264_API_IMPORTS
X26410b_LIBS = -lx264
X264_CFLAGS = -DX264_API_IMPORTS
X264_LIBS = -lx264
X265_CFLAGS = 
X265_LIBS = -lx265
XCB_CFLAGS = 
XCB_COMPOSITE_CFLAGS = 
XCB_COMPOSITE_LIBS = -lxcb-composite
XCB_KEYSYMS_CFLAGS = 
XCB_KEYSYMS_LIBS = -lxcb-keysyms -lxcb
XCB_LIBS = -lxcb
XCB_RANDR_CFLAGS = 
XCB_RANDR_LIBS = -lxcb-randr
XCB_SHM_CFLAGS = 
XCB_SHM_LIBS = -lxcb-shm
XCB_XV_CFLAGS = 
XCB_XV_LIBS = -lxcb-xv
XCRUN = 
XEXT_CFLAGS = -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
XEXT_LIBS = -lXext
XGETTEXT = /usr/gnu/bin/xgettext
XGETTEXT_015 = /usr/gnu/bin/xgettext
XGETTEXT_EXTRA_OPTIONS = 
XIB = 
XINERAMA_CFLAGS = -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
XINERAMA_LIBS = -lXinerama
XMKMF = 
XPM_CFLAGS = -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
XPM_LIBS = -lXpm -lX11
XPROTO_CFLAGS = 
XPROTO_LIBS = 
X_CFLAGS = 
X_EXTRA_LIBS = 
X_LIBS = 
X_PRE_LIBS =  -lSM -lICE
YACC = bison -y
YFLAGS = 
ZVBI_CFLAGS = 
ZVBI_LIBS = 
abs_builddir = /data/jenkins/workspace/oi-encumbered/components/encumbered/vlc/build/amd64
abs_srcdir = /data/jenkins/workspace/oi-encumbered/components/encumbered/vlc/vlc-3.0.21
abs_top_builddir = /data/jenkins/workspace/oi-encumbered/components/encumbered/vlc/build/amd64
abs_top_srcdir = /data/jenkins/workspace/oi-encumbered/components/encumbered/vlc/vlc-3.0.21
ac_ct_AR = ar
ac_ct_CC = /usr/gcc/14/bin/gcc
ac_ct_CXX = 
ac_ct_DUMPBIN = 
ac_ct_OBJC = gcc
am__include = include
am__leading_dot = .
am__quote = 
am__tar = tar --format=ustar -chf - "$$tardir"
am__untar = tar -xf -
bindir = /usr/bin
build = x86_64-pc-solaris2.11
build_alias = 
build_cpu = x86_64
build_os = solaris2.11
build_vendor = pc
builddir = .
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = ${prefix}
have_avfoundation = no
host = x86_64-pc-solaris2.11
host_alias = 
host_cpu = x86_64
host_os = solaris2.11
host_vendor = pc
htmldir = ${docdir}
includedir = /usr/include
infodir = /usr/share/info
install_sh = ${SHELL} /data/jenkins/workspace/oi-encumbered/components/encumbered/vlc/vlc-3.0.21/autotools/install-sh
libdir = /usr/lib/amd64
libexecdir = /usr/libexec
localedir = /usr/share/locale
localstatedir = /var
mandir = /usr/share/man
mkdir_p = $(MKDIR_P)
oldincludedir = /usr/include
pdfdir = ${docdir}
prefix = /usr
program_transform_name = s,x,x,
psdir = ${docdir}
runstatedir = ${localstatedir}/run
sbindir = /usr/sbin
sharedstatedir = ${prefix}/com
soliddatadir = ${datadir}/kde4/apps/solid/actions
srcdir = /data/jenkins/workspace/oi-encumbered/components/encumbered/vlc/vlc-3.0.21
sysconfdir = /etc
target_alias = 
top_build_prefix = 
top_builddir = .
top_srcdir = /data/jenkins/workspace/oi-encumbered/components/encumbered/vlc/vlc-3.0.21
vlcdatadir = ${datadir}/${PKGDIR}
vlclibdir = ${libdir}/${PKGDIR}

# SUBDIRS stores the directories where a "make" is required when building
# something. DIST_SUBDIRS stores the directories where nothing is built but
# which have makefiles with distribution information.
#  - src (libvlccore) is nedeed by modules
SUBDIRS = compat doc po share src modules lib bin test
DIST_SUBDIRS = m4 $(SUBDIRS)

###############################################################################
# tools (needed for contrib)
##############################################################################

###############################################################################
# Various utilities ( editor syntax files, D-Bus controller ... )
##############################################################################

###############################################################################
# Scripts for building dependencies.
##############################################################################

###############################################################################
# Mac OS X project
###############################################################################
EXTRA_DIST = extras/package/macosx/package.mak \
	extras/package/win32/package.mak extras/package/npapi.am \
	extras/tools/bootstrap extras/tools/packages.mak \
	extras/tools/tools.mak extras/tools/SHA512SUMS \
	extras/tools/automake-clang.patch \
	extras/tools/bison-macOS-7df04f9.patch \
	extras/tools/bison-macOS-c41f233c.patch \
	extras/tools/cmake-enable-ALPN-support-on-macOS-10.14.patch \
	extras/tools/libtool-2.4.7-bitcode.patch \
	extras/tools/libtool-2.4.7-clang-libs.patch \
	extras/tools/libtool-2.4.7-response-files.patch \
	extras/tools/ragel-6.8-javacodegen.patch \
	extras/analyser/zsh_completion.sh extras/analyser/zsh.cpp \
	extras/analyser/emacs.init extras/analyser/vlc.vim \
	extras/analyser/valgrind.suppressions \
	extras/buildsystem/make.pl extras/misc/mpris.py \
	extras/misc/mpris.xml contrib/bootstrap contrib/src \
	extras/package/macosx/build.sh \
	extras/package/macosx/codesign.sh \
	extras/package/macosx/configure.sh \
	extras/package/macosx/dmg/dmg_settings.py \
	extras/package/macosx/dmg/disk_image.icns \
	extras/package/macosx/dmg/background.tiff \
	extras/package/macosx/asset_sources/vlc_app_icon.svg \
	extras/package/macosx/VLC.entitlements \
	extras/package/macosx/vlc.xcodeproj/project.pbxproj \
	extras/package/win32/vlc.exe.manifest \
	extras/package/win32/libvlc.dll.manifest \
	extras/package/win32/configure.sh \
	extras/package/win32/NSIS/vlc.win32.nsi.in \
	extras/package/win32/NSIS/spad.nsi.in \
	extras/package/win32/NSIS/vlc_branding.bmp \
	extras/package/win32/NSIS/languages/AfrikaansExtra.nsh \
	extras/package/win32/NSIS/languages/AlbanianExtra.nsh \
	extras/package/win32/NSIS/languages/ArabicExtra.nsh \
	extras/package/win32/NSIS/languages/AsturianExtra.nsh \
	extras/package/win32/NSIS/languages/BasqueExtra.nsh \
	extras/package/win32/NSIS/languages/BosnianExtra.nsh \
	extras/package/win32/NSIS/languages/BretonExtra.nsh \
	extras/package/win32/NSIS/languages/BulgarianExtra.nsh \
	extras/package/win32/NSIS/languages/CatalanExtra.nsh \
	extras/package/win32/NSIS/languages/CorsicanExtra.nsh \
	extras/package/win32/NSIS/languages/CroatianExtra.nsh \
	extras/package/win32/NSIS/languages/CzechExtra.nsh \
	extras/package/win32/NSIS/languages/DanishExtra.nsh \
	extras/package/win32/NSIS/languages/DutchExtra.nsh \
	extras/package/win32/NSIS/languages/EnglishExtra.nsh \
	extras/package/win32/NSIS/languages/EstonianExtra.nsh \
	extras/package/win32/NSIS/languages/FinnishExtra.nsh \
	extras/package/win32/NSIS/languages/FrenchExtra.nsh \
	extras/package/win32/NSIS/languages/GalicianExtra.nsh \
	extras/package/win32/NSIS/languages/GermanExtra.nsh \
	extras/package/win32/NSIS/languages/GreekExtra.nsh \
	extras/package/win32/NSIS/languages/HebrewExtra.nsh \
	extras/package/win32/NSIS/languages/HungarianExtra.nsh \
	extras/package/win32/NSIS/languages/IcelandicExtra.nsh \
	extras/package/win32/NSIS/languages/IndonesianExtra.nsh \
	extras/package/win32/NSIS/languages/ItalianExtra.nsh \
	extras/package/win32/NSIS/languages/JapaneseExtra.nsh \
	extras/package/win32/NSIS/languages/KhmerExtra.nsh \
	extras/package/win32/NSIS/languages/KoreanExtra.nsh \
	extras/package/win32/NSIS/languages/LatvianExtra.nsh \
	extras/package/win32/NSIS/languages/LithuanianExtra.nsh \
	extras/package/win32/NSIS/languages/MalayExtra.nsh \
	extras/package/win32/NSIS/languages/MongolianExtra.nsh \
	extras/package/win32/NSIS/languages/NorwegianExtra.nsh \
	extras/package/win32/NSIS/languages/NorwegianNynorskExtra.nsh \
	extras/package/win32/NSIS/languages/PolishExtra.nsh \
	extras/package/win32/NSIS/languages/PortugueseExtra.nsh \
	extras/package/win32/NSIS/languages/PortugueseBRExtra.nsh \
	extras/package/win32/NSIS/languages/RomanianExtra.nsh \
	extras/package/win32/NSIS/languages/RussianExtra.nsh \
	extras/package/win32/NSIS/languages/ScotsGaelicExtra.nsh \
	extras/package/win32/NSIS/languages/SerbianExtra.nsh \
	extras/package/win32/NSIS/languages/SimpChineseExtra.nsh \
	extras/package/win32/NSIS/languages/SlovakExtra.nsh \
	extras/package/win32/NSIS/languages/SlovenianExtra.nsh \
	extras/package/win32/NSIS/languages/SpanishExtra.nsh \
	extras/package/win32/NSIS/languages/SwedishExtra.nsh \
	extras/package/win32/NSIS/languages/ThaiExtra.nsh \
	extras/package/win32/NSIS/languages/TradChineseExtra.nsh \
	extras/package/win32/NSIS/languages/TurkishExtra.nsh \
	extras/package/win32/NSIS/languages/UkrainianExtra.nsh \
	extras/package/win32/NSIS/languages/UzbekExtra.nsh \
	extras/package/win32/NSIS/languages/WelshExtra.nsh
dist_noinst_SCRIPTS = bootstrap make-alias test/run_vlc.sh
nodist_noinst_SCRIPTS = compile
BUILT_SOURCES_distclean = $(am__append_1)
BUILT_SOURCES = $(BUILT_SOURCES_distclean)
SUFFIXES = 
DISTCHECK_CONFIGURE_FLAGS = \
	--enable-fast-install \
	--disable-a52 \
	--disable-alsa \
	--disable-avcodec --disable-avformat \
	--disable-postproc --disable-swscale \
	--disable-dbus \
	--disable-mad --disable-libmpeg2 \
	--disable-faad --disable-skins2 \
	--disable-live555 \
	--disable-lua \
	--disable-fribidi \
	--disable-mkv \
	--with-kde-solid='$${datadir}/kde4/apps'

ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = \
	1.11 \
	-Wall \
	check-news \
	dist-xz \
	no-dist-gzip


###############################################################################
# Building libvlc
###############################################################################
CLEANFILES = $(ALIASES) $(noinst_SCRIPTS)
DISTCLEANFILES = $(BUILT_SOURCES_distclean) compile doltcompile doltlibtool
MAINTAINERCLEANFILES = ChangeLog

###############################################################################
# Building aliases
###############################################################################
ALL_ALIASES = cvlc rvlc svlc qvlc nvlc
bin_SCRIPTS = $(ALIASES)
EXTRA_SCRIPTS = $(ALL_ALIASES)
MKALIAS = bindir="$(bindir)" transform="$(transform)" program_prefix="$(program_prefix)" program_suffix="$(program_suffix)" $(top_srcdir)/make-alias $@
noinst_SCRIPTS = vlc$(EXEEXT)
TESTS = test/run_vlc.sh
#noinst_DATA = pseudo-bundle
win32_destdir = $(top_builddir)/vlc-$(VERSION)
win32_debugdir = $(abs_top_builddir)/symbols-$(VERSION)
win32_xpi_destdir = $(abs_top_builddir)/vlc-plugin-$(VERSION)
7Z_OPTS = -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on
##ENABLE_PDB_OPTION := --enable-pdb
WINVERSION = vlc-$(VERSION)-win32
#WINVERSION = vlc-$(VERSION)-win64
WIXPATH = `wine winepath -u 'C:\\Program Files (x86)\\Windows Installer XML v3.5\\bin'`
HEAT = wine "$(WIXPATH)/heat.exe"
CANDLE = wine "$(WIXPATH)/candle.exe"
LIGHT = wine "$(WIXPATH)/light.exe"
VLCDIR = `wine winepath -s \`wine winepath -w '$(abs_top_builddir)/vlc-$(VERSION)'\``
MSIDIR = $(abs_srcdir)/extras/package/win32/msi
W_MSIDIR = `wine winepath -w '$(MSIDIR)'`
MSIBUILDDIR = $(abs_top_builddir)/extras/package/win32/msi
W_MSIBUILDDIR = `wine winepath -w '$(MSIBUILDDIR)'`
MSIOUTFILE = vlc-$(VERSION)-win32.msi
#MSIOUTFILE = vlc-$(VERSION)-win64.msi
WINE_C = `wine winepath c:`
all: $(BUILT_SOURCES) config.h
	$(MAKE) $(AM_MAKEFLAGS) all-recursive

.SUFFIXES:
.SUFFIXES: .log .test .test$(EXEEXT) .trs
am--refresh: Makefile
	@:
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/extras/package/macosx/package.mak $(srcdir)/extras/package/win32/package.mak $(srcdir)/extras/package/npapi.am $(srcdir)/extras/package/win32/msi.mak $(am__configure_deps)
	@for dep in $?; do \
	  case '$(am__configure_deps)' in \
	    *$$dep*) \
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
		&& exit 0; \
	      exit 1;; \
	  esac; \
	done; \
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
	$(am__cd) $(top_srcdir) && \
	  $(AUTOMAKE) --foreign Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	@case '$?' in \
	  *config.status*) \
	    echo ' $(SHELL) ./config.status'; \
	    $(SHELL) ./config.status;; \
	  *) \
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
	esac;
$(srcdir)/extras/package/macosx/package.mak $(srcdir)/extras/package/win32/package.mak $(srcdir)/extras/package/npapi.am $(srcdir)/extras/package/win32/msi.mak $(am__empty):

$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
	$(SHELL) ./config.status --recheck

$(top_srcdir)/configure:  $(am__configure_deps)
	$(am__cd) $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
$(am__aclocal_m4_deps):

config.h: stamp-h1
	@test -f $@ || rm -f stamp-h1
	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1

stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
	@rm -f stamp-h1
	cd $(top_builddir) && $(SHELL) ./config.status config.h
$(srcdir)/config.h.in:  $(am__configure_deps) 
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
	rm -f stamp-h1
	touch $@

distclean-hdr:
	-rm -f config.h stamp-h1
#extras/package/win32/NSIS/spad.nsi: $(top_builddir)/config.status $(top_srcdir)/extras/package/win32/NSIS/spad.nsi.in
#	cd $(top_builddir) && $(SHELL) ./config.status $@
#extras/package/win32/NSIS/vlc.win32.nsi: $(top_builddir)/config.status $(top_srcdir)/extras/package/win32/NSIS/vlc.win32.nsi.in
#	cd $(top_builddir) && $(SHELL) ./config.status $@
#extras/package/win32/msi/config.wxi: $(top_builddir)/config.status $(top_srcdir)/extras/package/win32/msi/config.wxi.in
#	cd $(top_builddir) && $(SHELL) ./config.status $@
share/macosx/Info.plist: $(top_builddir)/config.status $(top_srcdir)/share/Info.plist.in
	cd $(top_builddir) && $(SHELL) ./config.status $@
install-binSCRIPTS: $(bin_SCRIPTS)
	@$(NORMAL_INSTALL)
	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
	done | \
	sed -e 'p;s,.*/,,;n' \
	    -e 'h;s|.*|.|' \
	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
	      if (++n[d] == $(am__install_max)) { \
		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
	    else { print "f", d "/" $$4, $$1 } } \
	  END { for (d in files) print "f", d, files[d] }' | \
	while read type dir files; do \
	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
	     test -z "$$files" || { \
	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
	     } \
	; done

uninstall-binSCRIPTS:
	@$(NORMAL_UNINSTALL)
	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
	files=`for p in $$list; do echo "$$p"; done | \
	       sed -e 's,.*/,,;$(transform)'`; \
	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)

mostlyclean-libtool:
	-rm -f *.lo

clean-libtool:
	-rm -rf .libs _libs

distclean-libtool:
	-rm -f libtool config.lt

# This directory's subdirectories are mostly independent; you can cd
# into them and run 'make' without going through this Makefile.
# To change the values of 'make' variables: instead of editing Makefiles,
# (1) if the variable is set in 'config.status', edit 'config.status'
#     (which will cause the Makefiles to be regenerated when you run 'make');
# (2) otherwise, pass the desired values on the 'make' command line.
$(am__recursive_targets):
	@fail=; \
	if $(am__make_keepgoing); then \
	  failcom='fail=yes'; \
	else \
	  failcom='exit 1'; \
	fi; \
	dot_seen=no; \
	target=`echo $@ | sed s/-recursive//`; \
	case "$@" in \
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
	  *) list='$(SUBDIRS)' ;; \
	esac; \
	for subdir in $$list; do \
	  echo "Making $$target in $$subdir"; \
	  if test "$$subdir" = "."; then \
	    dot_seen=yes; \
	    local_target="$$target-am"; \
	  else \
	    local_target="$$target"; \
	  fi; \
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
	  || eval $$failcom; \
	done; \
	if test "$$dot_seen" = "no"; then \
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
	fi; test -z "$$fail"

ID: $(am__tagged_files)
	$(am__define_uniq_tagged_files); mkid -fID $$unique
tags: tags-recursive
TAGS: tags

tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
	set x; \
	here=`pwd`; \
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
	  include_option=--etags-include; \
	  empty_fix=.; \
	else \
	  include_option=--include; \
	  empty_fix=; \
	fi; \
	list='$(SUBDIRS)'; for subdir in $$list; do \
	  if test "$$subdir" = .; then :; else \
	    test ! -f $$subdir/TAGS || \
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
	  fi; \
	done; \
	$(am__define_uniq_tagged_files); \
	shift; \
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
	  test -n "$$unique" || unique=$$empty_fix; \
	  if test $$# -gt 0; then \
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
	      "$$@" $$unique; \
	  else \
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
	      $$unique; \
	  fi; \
	fi
ctags: ctags-recursive

CTAGS: ctags
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
	$(am__define_uniq_tagged_files); \
	test -z "$(CTAGS_ARGS)$$unique" \
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
	     $$unique

GTAGS:
	here=`$(am__cd) $(top_builddir) && pwd` \
	  && $(am__cd) $(top_srcdir) \
	  && gtags -i $(GTAGS_ARGS) "$$here"
cscope: cscope.files
	test ! -s cscope.files \
	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
clean-cscope:
	-rm -f cscope.files
cscope.files: clean-cscope cscopelist
cscopelist: cscopelist-recursive

cscopelist-am: $(am__tagged_files)
	list='$(am__tagged_files)'; \
	case "$(srcdir)" in \
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
	  *) sdir=$(subdir)/$(srcdir) ;; \
	esac; \
	for i in $$list; do \
	  if test -f "$$i"; then \
	    echo "$(subdir)/$$i"; \
	  else \
	    echo "$$sdir/$$i"; \
	  fi; \
	done >> $(top_builddir)/cscope.files

distclean-tags:
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files

# Recover from deleted '.trs' file; this should ensure that
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
# to avoid problems with "make -n".
.log.trs:
	rm -f $< $@
	$(MAKE) $(AM_MAKEFLAGS) $<

# Leading 'am--fnord' is there to ensure the list of targets does not
# expand to empty, as could happen e.g. with make check TESTS=''.
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
am--force-recheck:
	@:

$(TEST_SUITE_LOG): $(TEST_LOGS)
	@$(am__set_TESTS_bases); \
	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
	redo_bases=`for i in $$bases; do \
	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
	            done`; \
	if test -n "$$redo_bases"; then \
	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
	  if $(am__make_dryrun); then :; else \
	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
	  fi; \
	fi; \
	if test -n "$$am__remaking_logs"; then \
	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
	       "recursion detected" >&2; \
	elif test -n "$$redo_logs"; then \
	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
	fi; \
	if $(am__make_dryrun); then :; else \
	  st=0;  \
	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
	  for i in $$redo_bases; do \
	    test -f $$i.trs && test -r $$i.trs \
	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
	    test -f $$i.log && test -r $$i.log \
	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
	  done; \
	  test $$st -eq 0 || exit 1; \
	fi
	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
	ws='[ 	]'; \
	results=`for b in $$bases; do echo $$b.trs; done`; \
	test -n "$$results" || results=/dev/null; \
	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
	  success=true; \
	else \
	  success=false; \
	fi; \
	br='==================='; br=$$br$$br$$br$$br; \
	result_count () \
	{ \
	    if test x"$$1" = x"--maybe-color"; then \
	      maybe_colorize=yes; \
	    elif test x"$$1" = x"--no-color"; then \
	      maybe_colorize=no; \
	    else \
	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
	    fi; \
	    shift; \
	    desc=$$1 count=$$2; \
	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
	      color_start=$$3 color_end=$$std; \
	    else \
	      color_start= color_end=; \
	    fi; \
	    echo "$${color_start}# $$desc $$count$${color_end}"; \
	}; \
	create_testsuite_report () \
	{ \
	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
	  result_count $$1 "PASS: " $$pass  "$$grn"; \
	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
	  result_count $$1 "FAIL: " $$fail  "$$red"; \
	  result_count $$1 "XPASS:" $$xpass "$$red"; \
	  result_count $$1 "ERROR:" $$error "$$mgn"; \
	}; \
	{								\
	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
	    $(am__rst_title);						\
	  create_testsuite_report --no-color;				\
	  echo;								\
	  echo ".. contents:: :depth: 2";				\
	  echo;								\
	  for b in $$bases; do echo $$b; done				\
	    | $(am__create_global_log);					\
	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
	if $$success; then						\
	  col="$$grn";							\
	 else								\
	  col="$$red";							\
	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
	fi;								\
	echo "$${col}$$br$${std}"; 					\
	echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}";	\
	echo "$${col}$$br$${std}"; 					\
	create_testsuite_report --maybe-color;				\
	echo "$$col$$br$$std";						\
	if $$success; then :; else					\
	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
	  fi;								\
	  echo "$$col$$br$$std";					\
	fi;								\
	$$success || exit 1

check-TESTS: 
	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
	@set +e; $(am__set_TESTS_bases); \
	log_list=`for i in $$bases; do echo $$i.log; done`; \
	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
	exit $$?;
recheck: all 
	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
	@set +e; $(am__set_TESTS_bases); \
	bases=`for i in $$bases; do echo $$i; done \
	         | $(am__list_recheck_tests)` || exit 1; \
	log_list=`for i in $$bases; do echo $$i.log; done`; \
	log_list=`echo $$log_list`; \
	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
	        am__force_recheck=am--force-recheck \
	        TEST_LOGS="$$log_list"; \
	exit $$?
test/run_vlc.sh.log: test/run_vlc.sh
	@p='test/run_vlc.sh'; \
	b='test/run_vlc.sh'; \
	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
	--log-file $$b.log --trs-file $$b.trs \
	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
	"$$tst" $(AM_TESTS_FD_REDIRECT)
.test.log:
	@p='$<'; \
	$(am__set_b); \
	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
	--log-file $$b.log --trs-file $$b.trs \
	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
	"$$tst" $(AM_TESTS_FD_REDIRECT)
#.test$(EXEEXT).log:
#	@p='$<'; \
#	$(am__set_b); \
#	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
#	--log-file $$b.log --trs-file $$b.trs \
#	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
#	"$$tst" $(AM_TESTS_FD_REDIRECT)
distdir: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) distdir-am

distdir-am: $(DISTFILES)
	@case `sed 15q $(srcdir)/NEWS` in \
	*"$(VERSION)"*) : ;; \
	*) \
	  echo "NEWS not updated; not releasing" 1>&2; \
	  exit 1;; \
	esac
	$(am__remove_distdir)
	test -d "$(distdir)" || mkdir "$(distdir)"
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	list='$(DISTFILES)'; \
	  dist_files=`for file in $$list; do echo $$file; done | \
	  sed -e "s|^$$srcdirstrip/||;t" \
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
	case $$dist_files in \
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $$dist_files; do \
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
	  if test -d $$d/$$file; then \
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
	    if test -d "$(distdir)/$$file"; then \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
	  else \
	    test -f "$(distdir)/$$file" \
	    || cp -p $$d/$$file "$(distdir)/$$file" \
	    || exit 1; \
	  fi; \
	done
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
	  if test "$$subdir" = .; then :; else \
	    $(am__make_dryrun) \
	      || test -d "$(distdir)/$$subdir" \
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
	      || exit 1; \
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
	    $(am__relativize); \
	    new_distdir=$$reldir; \
	    dir1=$$subdir; dir2="$(top_distdir)"; \
	    $(am__relativize); \
	    new_top_distdir=$$reldir; \
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
	    ($(am__cd) $$subdir && \
	      $(MAKE) $(AM_MAKEFLAGS) \
	        top_distdir="$$new_top_distdir" \
	        distdir="$$new_distdir" \
		am__remove_distdir=: \
		am__skip_length_check=: \
		am__skip_mode_fix=: \
	        distdir) \
	      || exit 1; \
	  fi; \
	done
	-test -n "$(am__skip_mode_fix)" \
	|| find "$(distdir)" -type d ! -perm -755 \
		-exec chmod u+rwx,go+rx {} \; -o \
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
	|| chmod -R a+r "$(distdir)"
dist-gzip: distdir
	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
	$(am__post_remove_distdir)

dist-bzip2: distdir
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
	$(am__post_remove_distdir)

dist-lzip: distdir
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
	$(am__post_remove_distdir)
dist-xz: distdir
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
	$(am__post_remove_distdir)

dist-zstd: distdir
	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
	$(am__post_remove_distdir)

dist-tarZ: distdir
	@echo WARNING: "Support for distribution archives compressed with" \
		       "legacy program 'compress' is deprecated." >&2
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
	$(am__post_remove_distdir)

dist-shar: distdir
	@echo WARNING: "Support for shar distribution archives is" \
	               "deprecated." >&2
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
	$(am__post_remove_distdir)

dist-zip: distdir
	-rm -f $(distdir).zip
	zip -rq $(distdir).zip $(distdir)
	$(am__post_remove_distdir)

dist dist-all:
	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
	$(am__post_remove_distdir)

# This target untars the dist file and tries a VPATH configuration.  Then
# it guarantees that the distribution is self-contained by making another
# tarfile.
distcheck: dist
	case '$(DIST_ARCHIVES)' in \
	*.tar.gz*) \
	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
	*.tar.bz2*) \
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
	*.tar.lz*) \
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
	*.tar.xz*) \
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
	*.tar.Z*) \
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
	*.shar.gz*) \
	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
	*.zip*) \
	  unzip $(distdir).zip ;;\
	*.tar.zst*) \
	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
	esac
	chmod -R a-w $(distdir)
	chmod u+w $(distdir)
	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
	chmod a-w $(distdir)
	test -d $(distdir)/_build || exit 0; \
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
	  && am__cwd=`pwd` \
	  && $(am__cd) $(distdir)/_build/sub \
	  && ../../configure \
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
	    $(DISTCHECK_CONFIGURE_FLAGS) \
	    --srcdir=../.. --prefix="$$dc_install_base" \
	  && $(MAKE) $(AM_MAKEFLAGS) \
	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
	  && $(MAKE) $(AM_MAKEFLAGS) check \
	  && $(MAKE) $(AM_MAKEFLAGS) install \
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
	        distuninstallcheck \
	  && chmod -R a-w "$$dc_install_base" \
	  && ({ \
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
	  && rm -rf "$$dc_destdir" \
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
	  && rm -rf $(DIST_ARCHIVES) \
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
	  && cd "$$am__cwd" \
	  || exit 1
	$(am__post_remove_distdir)
	@(echo "$(distdir) archives ready for distribution: "; \
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
distuninstallcheck:
	@test -n '$(distuninstallcheck_dir)' || { \
	  echo 'ERROR: trying to run $@ with an empty' \
	       '$$(distuninstallcheck_dir)' >&2; \
	  exit 1; \
	}; \
	$(am__cd) '$(distuninstallcheck_dir)' || { \
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
	  exit 1; \
	}; \
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
	   || { echo "ERROR: files left after uninstall:" ; \
	        if test -n "$(DESTDIR)"; then \
	          echo "  (check DESTDIR support)"; \
	        fi ; \
	        $(distuninstallcheck_listfiles) ; \
	        exit 1; } >&2
distcleancheck: distclean
	@if test '$(srcdir)' = . ; then \
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
	  exit 1 ; \
	fi
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
	  || { echo "ERROR: files left in build directory after distclean:" ; \
	       $(distcleancheck_listfiles) ; \
	       exit 1; } >&2
check-am: all-am
	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
check: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) check-recursive
all-am: Makefile $(SCRIPTS) $(DATA) config.h
installdirs: installdirs-recursive
installdirs-am:
	for dir in "$(DESTDIR)$(bindir)"; do \
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
	done
install: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) install-recursive
install-exec: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-recursive
install-strip:
	if test -z '$(STRIP)'; then \
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	      install; \
	else \
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
	fi
mostlyclean-generic:
	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)

clean-generic:
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)

distclean-generic:
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)

maintainer-clean-generic:
	@echo "This command is intended for maintainers to use"
	@echo "it deletes files that may require special tools to rebuild."
	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
#install-exec-hook:
clean: clean-recursive

clean-am: clean-generic clean-libtool mostlyclean-am

distclean: distclean-recursive
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
	-rm -f Makefile
distclean-am: clean-am distclean-generic distclean-hdr \
	distclean-libtool distclean-tags

dvi: dvi-recursive

dvi-am:

html: html-recursive

html-am:

info: info-recursive

info-am:

install-data-am:

install-dvi: install-dvi-recursive

install-dvi-am:

install-exec-am: install-binSCRIPTS
	@$(NORMAL_INSTALL)
	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
install-html: install-html-recursive

install-html-am:

install-info: install-info-recursive

install-info-am:

install-man:

install-pdf: install-pdf-recursive

install-pdf-am:

install-ps: install-ps-recursive

install-ps-am:

installcheck-am:

maintainer-clean: maintainer-clean-recursive
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
	-rm -rf $(top_srcdir)/autom4te.cache
	-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-recursive

mostlyclean-am: mostlyclean-generic mostlyclean-libtool

pdf: pdf-recursive

pdf-am:

ps: ps-recursive

ps-am:

uninstall-am: uninstall-binSCRIPTS
	@$(NORMAL_INSTALL)
	$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
.MAKE: $(am__recursive_targets) all check check-am install install-am \
	install-exec install-exec-am install-strip uninstall-am

.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
	am--refresh check check-TESTS check-am clean clean-cscope \
	clean-generic clean-libtool cscope cscopelist-am ctags \
	ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
	dist-shar dist-tarZ dist-xz dist-zip dist-zstd distcheck \
	distclean distclean-generic distclean-hdr distclean-libtool \
	distclean-tags distcleancheck distdir distuninstallcheck dvi \
	dvi-am html html-am info info-am install install-am \
	install-binSCRIPTS install-data install-data-am install-dvi \
	install-dvi-am install-exec install-exec-am install-exec-hook \
	install-html install-html-am install-info install-info-am \
	install-man install-pdf install-pdf-am install-ps \
	install-ps-am install-strip installcheck installcheck-am \
	installdirs installdirs-am maintainer-clean \
	maintainer-clean-generic mostlyclean mostlyclean-generic \
	mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \
	uninstall uninstall-am uninstall-binSCRIPTS uninstall-hook

.PRECIOUS: Makefile

#	std-options

ChangeLog: Makefile.am
	rm -f -- "$@"
	cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
	$(LN_S) -f doc/ChangeLog-2021 "$@"

# Shortcut for developers to rebuild the core (libvlc + vlc)
# Don't use it if you don't know what it is about.
# Don't complain if it doesn't work. -- Courmisch
libcompat:
	cd compat && $(MAKE) $(AM_MAKEFLAGS)

libvlccore: libcompat
	cd src && $(MAKE) $(AM_MAKEFLAGS) libvlccore.la

libvlc: libvlccore
	cd lib && $(MAKE) $(AM_MAKEFLAGS) libvlc.la

core: libvlc vlc$(EXEEXT)
	cd bin && $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT) vlc-static$(EXEEXT)

doc:
	cd doc && $(MAKE) $(AM_MAKEFLAGS) doc

.PHONY: libvlc core doc

cvlc: make-alias Makefile
	$(AM_V_GEN)$(MKALIAS) dummy

rvlc: make-alias Makefile
	$(AM_V_GEN)$(MKALIAS) rc

svlc: make-alias Makefile
	$(AM_V_GEN)$(MKALIAS) skins2

qvlc: make-alias Makefile
	$(AM_V_GEN)$(MKALIAS) qt

nvlc: make-alias Makefile
	$(AM_V_GEN)$(MKALIAS) ncurses

vlc$(EXEEXT):
#	$(AM_V_GEN)$(LN_S) -f bin/vlc-osx-static vlc
	$(AM_V_GEN)$(LN_S) -f bin/vlc-static$(EXEEXT) vlc$(EXEEXT)

###############################################################################
# Installing plugins cache
###############################################################################
install-exec-hook:
	if test "$(build)" = "$(host)"; then \
		PATH="$(DESTDIR)$(bindir):$$PATH" \
		LD_LIBRARY_PATH="$(DESTDIR)$(libdir):$$LD_LIBRARY_PATH" \
		DYLD_LIBRARY_PATH="$(DESTDIR)$(libdir):$$DYLD_LIBRARY_PATH" \
		"$(DESTDIR)$(vlclibdir)/vlc-cache-gen$(EXEEXT)" \
			 "$(DESTDIR)$(vlclibdir)/plugins" ; \
	else \
		echo "Cross-compilation: cache generation skipped!" ; \
	fi

uninstall-hook:
	rm -f -- "$(DESTDIR)$(vlclibdir)/plugins/plugins.dat"

###############################################################################
# Test coverage
###############################################################################

lcov-raw.out:
	$(MAKE) $(AM_MAKEFLAGS) all
	lcov -z -d .
	$(MAKE) $(AM_MAKEFLAGS) check
	lcov -c -d . -o lcov-raw.out

lcov.out: lcov-raw.out
	lcov -r lcov-raw.out -o lcov.out \
		'*test*' 'contrib/*' '/usr/include/*'

lcov: lcov.out
	rm -Rf lcov lcov.tmp
	prefix="$$(cd "$(top_srcdir)" && pwd)" ; \
	genhtml -p "$$prefix" -o lcov.tmp lcov.out >/dev/null
	mv lcov.tmp lcov

.PHONY: lcov-raw.out

###############################################################################
# PO translation files update
###############################################################################
.PHONY: update-po

update-po:
	cd po && $(MAKE) POTFILES vlc.pot update-po

# Symlink a pseudo-bundle
pseudo-bundle:
	$(MKDIR_P) $(top_builddir)/bin/Contents/Resources/
	$(LN_S) -nf $(abs_top_builddir)/modules/gui/macosx/UI $(top_builddir)/bin/Contents/Resources/Base.lproj
	$(LN_S) -nf $(abs_top_builddir)/share/macosx/Info.plist $(top_builddir)/bin/Contents/Info.plist
	$(LN_S) -nf $(CONTRIB_DIR)/Frameworks
	cd $(top_builddir)/bin/Contents/Resources/ && find $(abs_top_srcdir)/modules/gui/macosx/Resources/ -type f -not -path "*.lproj/*" -exec $(LN_S) -f {} \;

# VLC.app for packaging and giving it to your friends
# use package-macosx to get a nice dmg
VLC.app: install
	rm -Rf $@
	cp -R $(prefix)/share/macosx/ $@
	cp -R "$(srcdir)/modules/gui/macosx/Resources/"*.lproj $@/Contents/Resources/
	cp -R "$(top_builddir)/modules/gui/macosx/UI/." $@/Contents/Resources/English.lproj/
	cp -R $(top_builddir)/share/macosx/Info.plist $@/Contents/
	xcrun plutil -convert binary1 $@/Contents/Info.plist
	mkdir -p $@/Contents/Frameworks
#	cp -R $(CONTRIB_DIR)/Frameworks/Growl.framework $@/Contents/Frameworks
	cp -R $(CONTRIB_DIR)/Frameworks/Sparkle.framework $@/Contents/Frameworks
#	cp -R $(CONTRIB_DIR)/Frameworks/Breakpad.framework $@/Contents/Frameworks
	mkdir -p $@/Contents/MacOS/share/
	cp -r "$(prefix)/share/vlc/lua" $@/Contents/MacOS/share/
	cp -r "$(prefix)/lib/vlc/lua" $@/Contents/MacOS/share/
	cp -r $(srcdir)/share/hrtfs $@/Contents/MacOS/share/
	mkdir -p $@/Contents/MacOS/include/
	(cd "$(prefix)/include" && $(AMTAR) -c --exclude "plugins" vlc) | $(AMTAR) -x -C $@/Contents/MacOS/include/
	-cp -r "$(prefix)/share/locale" $@/Contents/MacOS/share/
	printf "APPLVLC#" >| $@/Contents/PkgInfo
	mkdir -p $@/Contents/MacOS/lib
	find $(prefix)/lib -name 'libvlc*.dylib' -maxdepth 1 -exec cp -a {} $@/Contents/MacOS/lib \;
	mkdir -p $@/Contents/MacOS/plugins
	find $(prefix)/lib/vlc/plugins -name 'lib*_plugin.dylib' -maxdepth 3 -exec cp -a {} $@/Contents/MacOS/plugins \;
	find "$(CONTRIB_DIR)/share/java/" -name 'libbluray*.jar' -maxdepth 1 -exec cp -a {} $@/Contents/MacOS/plugins \; || true
	cp $(prefix)/bin/vlc $@/Contents/MacOS/VLC
	if test "$(build)" = "$(host)"; then \
		bin/vlc-cache-gen $@/Contents/MacOS/plugins ; \
	else \
		echo "Cross-compilation: cache generation skipped!" ; \
	fi
	find $@ -type d -exec chmod ugo+rx '{}' \;
	find $@ -type f -exec chmod ugo+r '{}' \;

package-macosx: VLC.app
	rm -f "$(top_builddir)/vlc-$(VERSION).dmg"
#	@echo "Packaging fancy DMG using dmgbuild"
#	cd "$(top_srcdir)/extras/package/macosx/dmg" && dmgbuild -s "dmg_settings.py" \
#		-D app="$(abs_top_builddir)/VLC.app" "VLC Media Player" "$(abs_top_builddir)/vlc-$(VERSION).dmg"
	@echo "Packaging non-fancy DMG"
	mkdir -p "$(top_builddir)/vlc-$(VERSION)"
	cp -Rp "$(top_builddir)/VLC.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"
	$(LN_S) -f /Applications "$(top_builddir)/vlc-$(VERSION)/"
	hdiutil create -srcfolder "$(top_builddir)/vlc-$(VERSION)" -volname "VLC Media Player" \
		-format UDBZ -fs HFS+ -o "$(top_builddir)/vlc-$(VERSION).dmg"
	rm -rf "$(top_builddir)/vlc-$(VERSION)"

package-macosx-zip: VLC.app
	rm -f "$(top_builddir)/vlc-$(VERSION).zip"
	mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies/
	cp -Rp $(top_builddir)/VLC.app $(top_builddir)/vlc-$(VERSION)/VLC.app
	cd $(srcdir); cp -R AUTHORS COPYING README THANKS NEWS $(abs_top_builddir)/vlc-$(VERSION)/Goodies/
	zip -r -y -9 $(top_builddir)/vlc-$(VERSION).zip $(top_builddir)/vlc-$(VERSION)
	rm -rf "$(top_builddir)/vlc-$(VERSION)"

package-macosx-release:
	rm -f "$(top_builddir)/vlc-$(VERSION)-release.zip"
	mkdir -p $(top_builddir)/vlc-$(VERSION)-release
	cp -Rp $(top_builddir)/VLC.app $(top_builddir)/vlc-$(VERSION)-release/
	cp $(srcdir)/extras/package/macosx/dmg/* $(top_builddir)/vlc-$(VERSION)-release/
	cp "$(srcdir)/extras/package/macosx/codesign.sh" $(top_builddir)/vlc-$(VERSION)-release/
	cp "$(prefix)/lib/vlc/vlc-cache-gen" $(top_builddir)/vlc-$(VERSION)-release/
	cp "$(srcdir)/extras/package/macosx/vlc-hardening.entitlements" $(top_builddir)/vlc-$(VERSION)-release/
	install_name_tool -add_rpath "@executable_path/VLC.app/Contents/MacOS/lib" $(top_builddir)/vlc-$(VERSION)-release/vlc-cache-gen
	zip -r -y -9 $(top_builddir)/vlc-$(VERSION)-release.zip $(top_builddir)/vlc-$(VERSION)-release
	rm -rf "$(top_builddir)/vlc-$(VERSION)-release"

package-translations:
	mkdir -p "$(srcdir)/vlc-translations-$(VERSION)"
	for i in `cat "$(top_srcdir)/po/LINGUAS"`; do \
	  cp "$(srcdir)/po/$${i}.po" "$(srcdir)/vlc-translations-$(VERSION)/" ; \
	done
	cp "$(srcdir)/doc/translations.txt" "$(srcdir)/vlc-translations-$(VERSION)/README.txt"

	echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
	echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
	echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
	echo "	echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
	echo "	exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
	echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
	echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
	echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"

	$(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
	  | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz

.PHONY: package-macosx package-macosx-zip package-macosx-release package-translations pseudo-bundle

#build-npapi: fetch-npapi
#	$(MAKE) install-npapi

#fetch-npapi:
#	rm -f -- stamp-npapi.tmp
#	if test -d npapi-vlc; then \
#		cd npapi-vlc && \
#		git fetch origin && \
#		git reset --hard origin/3.0.x; \
#		git submodule update; \
#	else \
#		git clone -b 3.0.x --single-branch https://code.videolan.org/videolan/npapi-vlc.git npapi-vlc && \
#		cd npapi-vlc && \
#		git submodule update --init; \
#	fi
#	git --git-dir=npapi-vlc/.git describe --long --always > stamp-npapi.tmp
#	if diff stamp-npapi.tmp stamp-npapi >/dev/null 2>&1; then \
#		rm -f -- stamp-npapi.tmp ; \
#	else \
#		mv -f -- stamp-npapi.tmp stamp-npapi ; \
#	fi

#stamp-npapi:
#	$(MAKE) fetch-npapi

#npapi-vlc/configure: stamp-npapi
#	cd npapi-vlc && \
#	$(SHELL) ./autogen.sh
#	touch $@

#npapi-vlc/Makefile: npapi-vlc/configure
#	cd npapi-vlc && \
#	$(SHELL) ./configure \
#		--prefix=/ \
#		--host=$(host_alias) --build=$(build_alias) \
#		$(ENABLE_PDB_OPTION) \
#		CPP="$(CPP)" CPPFLAGS="$(CPPFLAGS)" \
#		CC="$(CC)" CFLAGS="$(CFLAGS)" \
#		CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" \
#		LD="$(LD)" LDFLAGS="$(LDFLAGS)" \
#		SHELL="$(SHELL)" \
#		PKG_CONFIG_PATH="$(libdir)/pkgconfig:$(CONTRIB_DIR)/lib/pkgconfig" \
#		PKG_CONFIG="$(PKG_CONFIG)"
#	touch $@

#npapi-vlc/npapi/npvlc.la: npapi-vlc/Makefile
#	$(MAKE) -C npapi-vlc

#install-npapi: npapi-vlc/npapi/npvlc.la
#	$(MAKE) -C npapi-vlc \
#		DESTDIR="$(abs_builddir)/npapi-vlc/installed" install

#build-npapi: package-win-install

package-win-install:
	$(MAKE) install
	cp '$(DESTDIR)$(libdir)/libvlc.dll.a' '$(DESTDIR)$(libdir)/libvlc.lib'
	cp '$(DESTDIR)$(libdir)/libvlccore.dll.a' '$(DESTDIR)$(libdir)/libvlccore.lib'
#	cp lib/.libs/libvlc.pdb '$(DESTDIR)$(bindir)'
#	cp src/.libs/libvlccore.pdb '$(DESTDIR)$(bindir)'
#	find '$(DESTDIR)$(libdir)/vlc/plugins' -name "*.dll" -exec sh -c "echo {} | sed -e 's@$(DESTDIR)$(libdir)/vlc/plugins/\(.*\)/\(.*\).dll@modules/.libs/\2.pdb $(DESTDIR)$(libdir)/vlc/plugins/\1@' | xargs -t cp " \;
	touch $@

package-win-sdk: package-win-install
	mkdir -p "$(win32_destdir)/sdk/lib/"
	cp -r $(prefix)/include "$(win32_destdir)/sdk"
	cp -r $(prefix)/lib/pkgconfig "$(win32_destdir)/sdk/lib"
	cp -rv $(prefix)/lib/libvlc.dll.a "$(win32_destdir)/sdk/lib/libvlc.lib"
	cp -rv $(prefix)/lib/libvlccore.dll.a "$(win32_destdir)/sdk/lib/libvlccore.lib"
	$(DLLTOOL) -D libvlc.dll -l "$(win32_destdir)/sdk/lib/libvlc.lib" -d "$(top_builddir)/lib/.libs/libvlc.dll.def"
	echo "INPUT(libvlc.lib)" > "$(win32_destdir)/sdk/lib/vlc.lib"
	$(DLLTOOL) -D libvlccore.dll -l "$(win32_destdir)/sdk/lib/libvlccore.lib" -d "$(top_builddir)/src/.libs/libvlccore.dll.def"
	echo "INPUT(libvlccore.lib)" > "$(win32_destdir)/sdk/lib/vlccore.lib"

package-win-common: package-win-install package-win-sdk
# Executables, major libs
	find $(prefix) -maxdepth 4 \( -name "*$(LIBEXT)" -o -name "*$(EXEEXT)" \) -exec cp {} "$(win32_destdir)/" \;

# Text files, clean them from mail addresses
	for file in AUTHORS THANKS ; \
		do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(win32_destdir)/$${file}.txt"; \
	done
	for file in NEWS COPYING README; \
		do cp "$(srcdir)/$$file" "$(win32_destdir)/$${file}.txt"; \
	done

	cp $(srcdir)/share/icons/vlc.ico $(win32_destdir)
	for plugindir in $(prefix)/lib/vlc/plugins/*/; do \
		plugin_destdir="$(win32_destdir)/plugins/`basename $$plugindir`"; \
		mkdir -p "$$plugin_destdir"; \
		find "$$plugindir" -type f \( -not -name '*.la' -and -not -name '*.a' \) -exec cp -v "{}" "$$plugin_destdir" \; ;\
	done
	-cp -r $(prefix)/share/locale $(win32_destdir)

# BD-J JAR
	-cp $(CONTRIB_DIR)/share/java/*.jar $(win32_destdir)/plugins/access/

	mkdir -p $(win32_destdir)/lua/
	cp -r $(prefix)/lib/vlc/lua/* $(win32_destdir)/lua/
	cp -r $(prefix)/share/vlc/lua/* $(win32_destdir)/lua/

	rm -fr $(win32_destdir)/skins
	cp -r $(prefix)/share/vlc/skins2 $(win32_destdir)/skins

# HRTF
	cp -r $(srcdir)/share/hrtfs $(win32_destdir)/

# Convert to DOS line endings
	find $(win32_destdir) -type f \( -name "*xml" -or -name "*html" -or -name '*js' -or -name '*css' -or -name '*hosts' -or -iname '*txt' -or -name '*.cfg' -or -name '*.lua' \) -exec $(U2D) -q {} \;

package-win-npapi: build-npapi
	cp "$(top_builddir)/npapi-vlc/installed/lib/axvlc.dll" "$(win32_destdir)/"
	cp "$(top_builddir)/npapi-vlc/installed/lib/npvlc.dll" "$(win32_destdir)/"
	mkdir -p "$(win32_destdir)/sdk/activex/"
	cp $(top_builddir)/npapi-vlc/activex/README.TXT $(top_builddir)/npapi-vlc/share/test/test.html $(win32_destdir)/sdk/activex/

package-win-strip: package-win-common package-win-npapi
	mkdir -p "$(win32_debugdir)"/
	find $(win32_destdir) -type f \( -name '*$(LIBEXT)' -or -name '*$(EXEEXT)' \) | while read i; \
	do if test -n "$$i" ; then \
	    $(OBJCOPY) --only-keep-debug "$$i" "$(win32_debugdir)/`basename $$i.dbg`"; \
	    $(OBJCOPY) --strip-all "$$i" ; \
	    $(OBJCOPY) --add-gnu-debuglink="$(win32_debugdir)/`basename $$i.dbg`" "$$i" ; \
	  fi ; \
	done

package-win32-webplugin-common: package-win-strip
	mkdir -p "$(win32_xpi_destdir)/plugins/"
	cp -r $(win32_destdir)/plugins/ "$(win32_xpi_destdir)/plugins/"
	cp "$(win32_destdir)/libvlc.dll" "$(win32_destdir)/libvlccore.dll" "$(win32_destdir)/npvlc.dll" "$(win32_xpi_destdir)/plugins/"
	rm -rf "$(win32_xpi_destdir)/plugins/plugins/gui/"

package-win32-xpi: package-win32-webplugin-common
	cp $(top_builddir)/npapi-vlc/npapi/package/install.rdf "$(win32_xpi_destdir)/"
	zip -r -9 $(WINVERSION).xpi $(win32_xpi_destdir)/install.rdf $(win32_xpi_destdir)/plugins

package-win32-crx: package-win32-webplugin-common
	cp $(top_builddir)/npapi-vlc/npapi/package/manifest.json "$(win32_xpi_destdir)/"
	crxmake --pack-extension "$(win32_xpi_destdir)" \
		--extension-output "$(win32_destdir)/$(WINVERSION).crx" --ignore-file install.rdf

$(win32_destdir)/NSIS/nsProcess.dll: extras/package/win32/NSIS/nsProcess/nsProcess.c extras/package/win32/NSIS/nsProcess/pluginapi.c
	mkdir -p "$(win32_destdir)/NSIS/"
#	i686-w64-mingw32-gcc $^ -shared -o $@ -lole32 -static-libgcc -D_UNICODE=1 -DUNICODE=1
#	i686-w64-mingw32-strip $@
	$(CC) $^ -D_WIN32_IE=0x0601 -shared -o $@ -lole32 -static-libgcc -D_UNICODE=1 -DUNICODE=1
	$(STRIP) $@

package-win32-exe: package-win-strip $(win32_destdir)/NSIS/nsProcess.dll extras/package/win32/NSIS/vlc.win32.nsi
# Script installer
	cp    $(top_builddir)/extras/package/win32/NSIS/vlc.win32.nsi "$(win32_destdir)/"
	cp    $(top_builddir)/extras/package/win32/NSIS/spad.nsi      "$(win32_destdir)/"
	cp -r $(srcdir)/extras/package/win32/NSIS/languages    "$(win32_destdir)/"
	cp -r $(srcdir)/extras/package/win32/NSIS/helpers      "$(win32_destdir)/"
	cp "$(top_srcdir)/extras/package/win32/NSIS/nsProcess.nsh" "$(win32_destdir)/NSIS/"
	cp "$(top_srcdir)/extras/package/win32/NSIS/vlc_branding.bmp" "$(win32_destdir)/NSIS/"

# Create package
	if makensis -VERSION >/dev/null 2>&1; then \
	    MAKENSIS="makensis"; \
	elif [ -x "$(PROGRAMFILES)/NSIS/makensis" ]; then \
	    MAKENSIS="$(PROGRAMFILES)/NSIS/makensis"; \
	else \
	    echo 'Error: cannot locate makensis tool'; exit 1; \
	fi; \
	MAKENSIS_VERSION=`makensis -VERSION`; echo $${MAKENSIS_VERSION:1:1}; \
	if [ $${MAKENSIS_VERSION:1:1} -lt 3 ]; then \
	    echo 'Please update your nsis packager';\
	    exit 1; \
	fi; \
	eval "$$MAKENSIS $(win32_destdir)/spad.nsi"; \
	eval "$$MAKENSIS $(win32_destdir)/vlc.win32.nsi"

package-win32-zip: package-win-strip
	rm -f -- $(WINVERSION).zip
	zip -r -9 $(WINVERSION).zip vlc-$(VERSION) --exclude \*.nsi \*NSIS\* \*languages\* \*sdk\* \*helpers\* spad\*

package-win32-debug-zip: package-win-common
	rm -f -- $(WINVERSION)-debug.zip
	zip -r -9 $(WINVERSION)-debug.zip vlc-$(VERSION)

package-win32-7zip: package-win-strip
	7z a $(7Z_OPTS) $(WINVERSION).7z vlc-$(VERSION)

package-win32-debug-7zip: package-win-common
	7z a $(7Z_OPTS) $(WINVERSION)-debug.7z vlc-$(VERSION)

package-win32-cleanup:
	rm -Rf $(win32_destdir) $(win32_debugdir) $(win32_xpi_destdir)

package-win32: package-win32-zip package-win32-7zip package-win32-exe package-win32-xpi

package-win32-debug: package-win32-debug-zip package-win32-debug-7zip

package-win32-release: package-win-strip $(win32_destdir)/NSIS/nsProcess.dll package-win-sdk
	cp    $(top_builddir)/extras/package/win32/NSIS/vlc.win32.nsi "$(win32_destdir)/"
	cp    $(top_builddir)/extras/package/win32/NSIS/spad.nsi      "$(win32_destdir)/"
	cp -r $(srcdir)/extras/package/win32/NSIS/languages    		  "$(win32_destdir)/"
	cp -r $(srcdir)/extras/package/win32/NSIS/helpers      		  "$(win32_destdir)/"
	cp "$(top_srcdir)/extras/package/win32/NSIS/nsProcess.nsh" "$(win32_destdir)/NSIS/"
	cp "$(top_srcdir)/extras/package/win32/NSIS/vlc_branding.bmp" "$(win32_destdir)/NSIS/"

	mkdir -p "$(win32_destdir)/msi/"
	cp    $(top_builddir)/extras/package/win32/msi/config.wxi	  "$(win32_destdir)/msi/"
	cp    $(top_srcdir)/extras/package/win32/msi/axvlc.wxs		  "$(win32_destdir)/msi/"
	cp    $(top_srcdir)/extras/package/win32/msi/bannrbmp.bmp	  "$(win32_destdir)/msi/"
	cp    $(top_srcdir)/extras/package/win32/msi/extensions.wxs	  "$(win32_destdir)/msi/"
	cp    $(top_srcdir)/extras/package/win32/msi/LICENSE.rtf	  "$(win32_destdir)/msi/"
	cp    $(top_srcdir)/extras/package/win32/msi/product.wxs	  "$(win32_destdir)/msi/"

	7z a $(7Z_OPTS) $(WINVERSION)-release.7z $(win32_debugdir) "$(win32_destdir)/"

#######
# WinCE
#######
package-wince: package-win-strip
	rm -f -- vlc-$(VERSION)-wince.zip
	zip -r -9 vlc-$(VERSION)-wince.zip vlc-$(VERSION)

.PHONY: package-win-install package-win-common package-win-strip package-win32-webplugin-common package-win32-xpi package-win32-crx package-win32-exe package-win32-zip package-win32-debug-zip package-win32-7zip package-win32-debug-7zip package-win32-cleanup package-win32 package-win32-debug package-wince

heat: package-win-strip
	$(HEAT) dir $(VLCDIR)/plugins -cg CompPluginsGroup -gg -scom -sreg -sfrag -dr APPLICATIONFOLDER -out $(W_MSIBUILDDIR)/Plugins.fragment.wxs
	$(HEAT) dir $(VLCDIR)/locale -cg CompLocaleGroup -gg -scom -sreg -sfrag -dr APPLICATIONFOLDER -out $(W_MSIBUILDDIR)/Locale.fragment.wxs
	$(HEAT) dir $(VLCDIR)/lua -cg CompLuaGroup -gg -scom -sreg -sfrag -dr APPLICATIONFOLDER -out $(W_MSIBUILDDIR)/Lua.fragment.wxs
	$(HEAT) dir $(VLCDIR)/skins -cg CompSkinsGroup -gg -scom -sreg -sfrag -dr APPLICATIONFOLDER -out $(W_MSIBUILDDIR)/Skins.fragment.wxs

candle: heat
	$(am__cd) $(MSIBUILDDIR) && $(CANDLE) -arch $(WINDOWS_ARCH) -ext WiXUtilExtension $(W_MSIDIR)\\product.wxs $(W_MSIDIR)\\axvlc.wxs $(W_MSIDIR)\\extensions.wxs $(W_MSIBUILDDIR)\\*.fragment.wxs

light: candle
	test ! -d "$(WINE_C)/v" -o ! -f "$(WINE_C)/v"
	ln -Tsf "$(abs_top_builddir)/vlc-$(VERSION)" "$(WINE_C)"/v
	$(LIGHT) -sval -spdb -ext WixUIExtension -ext WixUtilExtension -cultures:en-us -b $(W_MSIDIR) -b C:/v/plugins -b C:/v/locale -b C:/v/lua -b C:/v/skins $(W_MSIBUILDDIR)\\product.wixobj $(W_MSIBUILDDIR)\\axvlc.wixobj $(W_MSIBUILDDIR)\\extensions.wixobj $(W_MSIBUILDDIR)\\*.fragment.wixobj -o $(MSIOUTFILE)
	chmod 644 $(MSIOUTFILE)

package-msi: light

cleanmsi:
	-rm -f $(MSIBUILDDIR)/*.wixobj
	-rm -f $(MSIBUILDDIR)/*.wixpdb
	-rm -f $(MSIBUILDDIR)/*.fragment.wxs

distcleanmsi: cleanmsi
	-rm -f $(MSIOUTFILE)

.PHONY: heat candle light cleanmsi distcleanmsi package-msi

###############################################################################
# OS Packaging rules
###############################################################################

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
