Codebase list libde265 / b005353d-8d6f-4336-bfc1-9fc135f3ad24/upstream
Import upstream version 1.0.8+git20210503.1.900772c Debian Janitor 2 years ago
28 changed file(s) with 1206 addition(s) and 701 deletion(s). Raw diff Collapse all Expand all
1919 include(GNUInstallDirs)
2020 include(CheckFunctionExists)
2121
22 find_package(SDL)
22 option(ENABLE_SDL "Enable SDL" ON)
23
24 if (ENABLE_SDL)
25 find_package(SDL)
26 endif()
27
2328 find_package(Threads REQUIRED)
2429
2530 CHECK_INCLUDE_FILE(malloc.h HAVE_MALLOC_H)
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
173173 $(RECURSIVE_CLEAN_TARGETS) \
174174 $(am__extra_recursive_targets)
175175 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
176 cscope distdir dist dist-all distcheck
177 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
178 $(LISP)config.h.in
176 cscope distdir distdir-am dist dist-all distcheck
177 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
178 config.h.in
179179 # Read a list of newline-separated strings from the standard input,
180180 # and print each of them once, without duplicates. Input order is
181181 # *not* preserved.
199199 sherlock265
200200 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
201201 $(srcdir)/libde265.pc.in AUTHORS COPYING ChangeLog INSTALL \
202 NEWS README compile config.guess config.sub depcomp install-sh \
202 NEWS README compile config.guess config.sub install-sh \
203203 ltmain.sh missing
204204 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
205205 distdir = $(PACKAGE)-$(VERSION)
239239 DIST_ARCHIVES = $(distdir).tar.gz
240240 GZIP_ENV = --best
241241 DIST_TARGETS = dist-gzip
242 # Exists only to be overridden by the user if desired.
243 AM_DISTCHECK_DVI_TARGET = dvi
242244 distuninstallcheck_listfiles = find . -type f -print
243245 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
244246 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
430432 echo ' $(SHELL) ./config.status'; \
431433 $(SHELL) ./config.status;; \
432434 *) \
433 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
434 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
435 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
436 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
435437 esac;
436438
437439 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
596598 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
597599 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
598600
599 distdir: $(DISTFILES)
601 distdir: $(BUILT_SOURCES)
602 $(MAKE) $(AM_MAKEFLAGS) distdir-am
603
604 distdir-am: $(DISTFILES)
600605 $(am__remove_distdir)
601606 test -d "$(distdir)" || mkdir "$(distdir)"
602607 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
676681 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
677682 $(am__post_remove_distdir)
678683
684 dist-zstd: distdir
685 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
686 $(am__post_remove_distdir)
687
679688 dist-tarZ: distdir
680689 @echo WARNING: "Support for distribution archives compressed with" \
681690 "legacy program 'compress' is deprecated." >&2
718727 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
719728 *.zip*) \
720729 unzip $(distdir).zip ;;\
730 *.tar.zst*) \
731 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
721732 esac
722733 chmod -R a-w $(distdir)
723734 chmod u+w $(distdir)
733744 $(DISTCHECK_CONFIGURE_FLAGS) \
734745 --srcdir=../.. --prefix="$$dc_install_base" \
735746 && $(MAKE) $(AM_MAKEFLAGS) \
736 && $(MAKE) $(AM_MAKEFLAGS) dvi \
747 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
737748 && $(MAKE) $(AM_MAKEFLAGS) check \
738749 && $(MAKE) $(AM_MAKEFLAGS) install \
739750 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
898909 am--refresh check check-am clean clean-cscope clean-generic \
899910 clean-libtool cscope cscopelist-am ctags ctags-am dist \
900911 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
901 dist-xz dist-zip distcheck distclean distclean-generic \
902 distclean-hdr distclean-libtool distclean-tags distcleancheck \
903 distdir distuninstallcheck dvi dvi-am html html-am info \
904 info-am install install-am install-data install-data-am \
905 install-dvi install-dvi-am install-exec install-exec-am \
906 install-html install-html-am install-info install-info-am \
907 install-man install-pdf install-pdf-am install-pkgconfigDATA \
908 install-ps install-ps-am install-strip installcheck \
909 installcheck-am installdirs installdirs-am maintainer-clean \
910 maintainer-clean-generic mostlyclean mostlyclean-generic \
911 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
912 uninstall-am uninstall-pkgconfigDATA
912 dist-xz dist-zip dist-zstd distcheck distclean \
913 distclean-generic distclean-hdr distclean-libtool \
914 distclean-tags distcleancheck distdir distuninstallcheck dvi \
915 dvi-am html html-am info info-am install install-am \
916 install-data install-data-am install-dvi install-dvi-am \
917 install-exec install-exec-am install-html install-html-am \
918 install-info install-info-am install-man install-pdf \
919 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
920 install-strip installcheck installcheck-am installdirs \
921 installdirs-am maintainer-clean maintainer-clean-generic \
922 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
923 ps ps-am tags tags-am uninstall uninstall-am \
924 uninstall-pkgconfigDATA
913925
914926 .PRECIOUS: Makefile
915927
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
140140 am__v_at_1 =
141141 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
142142 depcomp = $(SHELL) $(top_srcdir)/depcomp
143 am__depfiles_maybe = depfiles
143 am__maybe_remake_depfiles = depfiles
144 am__depfiles_remade = \
145 ./$(DEPDIR)/acceleration_speed-acceleration-speed.Po \
146 ./$(DEPDIR)/acceleration_speed-dct-scalar.Po \
147 ./$(DEPDIR)/acceleration_speed-dct-sse.Po \
148 ./$(DEPDIR)/acceleration_speed-dct.Po
144149 am__mv = mv -f
145150 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
146151 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
382387 *config.status*) \
383388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
384389 *) \
385 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
386 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
390 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
391 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
387392 esac;
388393
389394 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
454459 distclean-compile:
455460 -rm -f *.tab.c
456461
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acceleration_speed-acceleration-speed.Po@am__quote@
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acceleration_speed-dct-scalar.Po@am__quote@
459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acceleration_speed-dct-sse.Po@am__quote@
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acceleration_speed-dct.Po@am__quote@
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acceleration_speed-acceleration-speed.Po@am__quote@ # am--include-marker
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acceleration_speed-dct-scalar.Po@am__quote@ # am--include-marker
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acceleration_speed-dct-sse.Po@am__quote@ # am--include-marker
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acceleration_speed-dct.Po@am__quote@ # am--include-marker
466
467 $(am__depfiles_remade):
468 @$(MKDIR_P) $(@D)
469 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
470
471 am--depfiles: $(am__depfiles_remade)
461472
462473 .cc.o:
463474 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
594605 distclean-tags:
595606 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
596607
597 distdir: $(DISTFILES)
608 distdir: $(BUILT_SOURCES)
609 $(MAKE) $(AM_MAKEFLAGS) distdir-am
610
611 distdir-am: $(DISTFILES)
598612 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
599613 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
600614 list='$(DISTFILES)'; \
666680 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
667681
668682 distclean: distclean-am
669 -rm -rf ./$(DEPDIR)
683 -rm -f ./$(DEPDIR)/acceleration_speed-acceleration-speed.Po
684 -rm -f ./$(DEPDIR)/acceleration_speed-dct-scalar.Po
685 -rm -f ./$(DEPDIR)/acceleration_speed-dct-sse.Po
686 -rm -f ./$(DEPDIR)/acceleration_speed-dct.Po
670687 -rm -f Makefile
671688 distclean-am: clean-am distclean-compile distclean-generic \
672689 distclean-tags
712729 installcheck-am:
713730
714731 maintainer-clean: maintainer-clean-am
715 -rm -rf ./$(DEPDIR)
732 -rm -f ./$(DEPDIR)/acceleration_speed-acceleration-speed.Po
733 -rm -f ./$(DEPDIR)/acceleration_speed-dct-scalar.Po
734 -rm -f ./$(DEPDIR)/acceleration_speed-dct-sse.Po
735 -rm -f ./$(DEPDIR)/acceleration_speed-dct.Po
716736 -rm -f Makefile
717737 maintainer-clean-am: distclean-am maintainer-clean-generic
718738
733753
734754 .MAKE: install-am install-strip
735755
736 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
756 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
737757 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
738758 ctags ctags-am distclean distclean-compile distclean-generic \
739759 distclean-libtool distclean-tags distdir dvi dvi-am html \
0 # generated automatically by aclocal 1.15.1 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
0 # generated automatically by aclocal 1.16.3 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
33
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
1919 If you have problems, you may need to regenerate the build system entirely.
2020 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
2121
22 dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
23 dnl serial 11 (pkg-config-0.29.1)
24 dnl
22 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
23 # serial 12 (pkg-config-0.29.2)
24
2525 dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
2626 dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
2727 dnl
6262 dnl See the "Since" comment for each macro you use to see what version
6363 dnl of the macros you require.
6464 m4_defun([PKG_PREREQ],
65 [m4_define([PKG_MACROS_VERSION], [0.29.1])
65 [m4_define([PKG_MACROS_VERSION], [0.29.2])
6666 m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
6767 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
6868 ])dnl PKG_PREREQ
163163 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
164164
165165 pkg_failed=no
166 AC_MSG_CHECKING([for $1])
166 AC_MSG_CHECKING([for $2])
167167
168168 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
169169 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
173173 See the pkg-config man page for more details.])
174174
175175 if test $pkg_failed = yes; then
176 AC_MSG_RESULT([no])
176 AC_MSG_RESULT([no])
177177 _PKG_SHORT_ERRORS_SUPPORTED
178178 if test $_pkg_short_errors_supported = yes; then
179179 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
180 else
180 else
181181 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
182182 fi
183183 # Put the nasty error message in config.log where it belongs
194194 _PKG_TEXT])[]dnl
195195 ])
196196 elif test $pkg_failed = untried; then
197 AC_MSG_RESULT([no])
197 AC_MSG_RESULT([no])
198198 m4_default([$4], [AC_MSG_FAILURE(
199199 [The pkg-config script could not be found or is too old. Make sure it
200200 is in your PATH or set the PKG_CONFIG environment variable to the full
295295 AS_VAR_IF([$1], [""], [$5], [$4])dnl
296296 ])dnl PKG_CHECK_VAR
297297
298 # Copyright (C) 2002-2017 Free Software Foundation, Inc.
298 # Copyright (C) 2002-2020 Free Software Foundation, Inc.
299299 #
300300 # This file is free software; the Free Software Foundation
301301 # gives unlimited permission to copy and/or distribute it,
307307 # generated from the m4 files accompanying Automake X.Y.
308308 # (This private macro should not be called outside this file.)
309309 AC_DEFUN([AM_AUTOMAKE_VERSION],
310 [am__api_version='1.15'
310 [am__api_version='1.16'
311311 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
312312 dnl require some minimum version. Point them to the right macro.
313 m4_if([$1], [1.15.1], [],
313 m4_if([$1], [1.16.3], [],
314314 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
315315 ])
316316
326326 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
327327 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
328328 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
329 [AM_AUTOMAKE_VERSION([1.15.1])dnl
329 [AM_AUTOMAKE_VERSION([1.16.3])dnl
330330 m4_ifndef([AC_AUTOCONF_VERSION],
331331 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
332332 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
333333
334334 # Figure out how to run the assembler. -*- Autoconf -*-
335335
336 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
336 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
337337 #
338338 # This file is free software; the Free Software Foundation
339339 # gives unlimited permission to copy and/or distribute it,
353353
354354 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
355355
356 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
356 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
357357 #
358358 # This file is free software; the Free Software Foundation
359359 # gives unlimited permission to copy and/or distribute it,
405405
406406 # AM_CONDITIONAL -*- Autoconf -*-
407407
408 # Copyright (C) 1997-2017 Free Software Foundation, Inc.
408 # Copyright (C) 1997-2020 Free Software Foundation, Inc.
409409 #
410410 # This file is free software; the Free Software Foundation
411411 # gives unlimited permission to copy and/or distribute it,
436436 Usually this means the macro was only invoked conditionally.]])
437437 fi])])
438438
439 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
439 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
440440 #
441441 # This file is free software; the Free Software Foundation
442442 # gives unlimited permission to copy and/or distribute it,
627627
628628 # Generate code to set up dependency tracking. -*- Autoconf -*-
629629
630 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
631 #
632 # This file is free software; the Free Software Foundation
633 # gives unlimited permission to copy and/or distribute it,
634 # with or without modifications, as long as this notice is preserved.
635
630 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
631 #
632 # This file is free software; the Free Software Foundation
633 # gives unlimited permission to copy and/or distribute it,
634 # with or without modifications, as long as this notice is preserved.
636635
637636 # _AM_OUTPUT_DEPENDENCY_COMMANDS
638637 # ------------------------------
641640 # Older Autoconf quotes --file arguments for eval, but not when files
642641 # are listed without --file. Let's play safe and only enable the eval
643642 # if we detect the quoting.
644 case $CONFIG_FILES in
645 *\'*) eval set x "$CONFIG_FILES" ;;
646 *) set x $CONFIG_FILES ;;
647 esac
643 # TODO: see whether this extra hack can be removed once we start
644 # requiring Autoconf 2.70 or later.
645 AS_CASE([$CONFIG_FILES],
646 [*\'*], [eval set x "$CONFIG_FILES"],
647 [*], [set x $CONFIG_FILES])
648648 shift
649 for mf
649 # Used to flag and report bootstrapping failures.
650 am_rc=0
651 for am_mf
650652 do
651653 # Strip MF so we end up with the name of the file.
652 mf=`echo "$mf" | sed -e 's/:.*$//'`
653 # Check whether this is an Automake generated Makefile or not.
654 # We used to match only the files named 'Makefile.in', but
655 # some people rename them; so instead we look at the file content.
656 # Grep'ing the first line is not enough: some people post-process
657 # each Makefile.in and add a new line on top of each file to say so.
658 # Grep'ing the whole file is not good either: AIX grep has a line
654 am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
655 # Check whether this is an Automake generated Makefile which includes
656 # dependency-tracking related rules and includes.
657 # Grep'ing the whole file directly is not great: AIX grep has a line
659658 # limit of 2048, but all sed's we know have understand at least 4000.
660 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
661 dirpart=`AS_DIRNAME("$mf")`
662 else
663 continue
664 fi
665 # Extract the definition of DEPDIR, am__include, and am__quote
666 # from the Makefile without running 'make'.
667 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
668 test -z "$DEPDIR" && continue
669 am__include=`sed -n 's/^am__include = //p' < "$mf"`
670 test -z "$am__include" && continue
671 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
672 # Find all dependency output files, they are included files with
673 # $(DEPDIR) in their names. We invoke sed twice because it is the
674 # simplest approach to changing $(DEPDIR) to its actual value in the
675 # expansion.
676 for file in `sed -n "
677 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
678 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
679 # Make sure the directory exists.
680 test -f "$dirpart/$file" && continue
681 fdir=`AS_DIRNAME(["$file"])`
682 AS_MKDIR_P([$dirpart/$fdir])
683 # echo "creating $dirpart/$file"
684 echo '# dummy' > "$dirpart/$file"
685 done
659 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
660 || continue
661 am_dirpart=`AS_DIRNAME(["$am_mf"])`
662 am_filepart=`AS_BASENAME(["$am_mf"])`
663 AM_RUN_LOG([cd "$am_dirpart" \
664 && sed -e '/# am--include-marker/d' "$am_filepart" \
665 | $MAKE -f - am--depfiles]) || am_rc=$?
686666 done
667 if test $am_rc -ne 0; then
668 AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
669 for automatic dependency tracking. If GNU make was not used, consider
670 re-running the configure script with MAKE="gmake" (or whatever is
671 necessary). You can also try re-running configure with the
672 '--disable-dependency-tracking' option to at least be able to build
673 the package (albeit without support for automatic dependency tracking).])
674 fi
675 AS_UNSET([am_dirpart])
676 AS_UNSET([am_filepart])
677 AS_UNSET([am_mf])
678 AS_UNSET([am_rc])
679 rm -f conftest-deps.mk
687680 }
688681 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
689682
692685 # -----------------------------
693686 # This macro should only be invoked once -- use via AC_REQUIRE.
694687 #
695 # This code is only required when automatic dependency tracking
696 # is enabled. FIXME. This creates each '.P' file that we will
697 # need in order to bootstrap the dependency handling code.
688 # This code is only required when automatic dependency tracking is enabled.
689 # This creates each '.Po' and '.Plo' makefile fragment that we'll need in
690 # order to bootstrap the dependency handling code.
698691 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
699692 [AC_CONFIG_COMMANDS([depfiles],
700693 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
701 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
702 ])
694 [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
703695
704696 # Do all the work for Automake. -*- Autoconf -*-
705697
706 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
698 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
707699 #
708700 # This file is free software; the Free Software Foundation
709701 # gives unlimited permission to copy and/or distribute it,
790782 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
791783 # For better backward compatibility. To be removed once Automake 1.9.x
792784 # dies out for good. For more background, see:
793 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
794 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
785 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
786 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
795787 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
796788 # We need awk for the "check" target (and possibly the TAP driver). The
797789 # system "awk" is bad on some platforms.
858850 Aborting the configuration process, to ensure you take notice of the issue.
859851
860852 You can download and install GNU coreutils to get an 'rm' implementation
861 that behaves properly: <http://www.gnu.org/software/coreutils/>.
853 that behaves properly: <https://www.gnu.org/software/coreutils/>.
862854
863855 If you want to complete the configuration process using your problematic
864856 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
900892 done
901893 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
902894
903 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
895 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
904896 #
905897 # This file is free software; the Free Software Foundation
906898 # gives unlimited permission to copy and/or distribute it,
921913 fi
922914 AC_SUBST([install_sh])])
923915
924 # Copyright (C) 2003-2017 Free Software Foundation, Inc.
916 # Copyright (C) 2003-2020 Free Software Foundation, Inc.
925917 #
926918 # This file is free software; the Free Software Foundation
927919 # gives unlimited permission to copy and/or distribute it,
942934
943935 # Check to see how 'make' treats includes. -*- Autoconf -*-
944936
945 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
937 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
946938 #
947939 # This file is free software; the Free Software Foundation
948940 # gives unlimited permission to copy and/or distribute it,
950942
951943 # AM_MAKE_INCLUDE()
952944 # -----------------
953 # Check to see how make treats includes.
945 # Check whether make has an 'include' directive that can support all
946 # the idioms we need for our automatic dependency tracking code.
954947 AC_DEFUN([AM_MAKE_INCLUDE],
955 [am_make=${MAKE-make}
956 cat > confinc << 'END'
948 [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive])
949 cat > confinc.mk << 'END'
957950 am__doit:
958 @echo this is the am__doit target
951 @echo this is the am__doit target >confinc.out
959952 .PHONY: am__doit
960953 END
961 # If we don't find an include directive, just comment out the code.
962 AC_MSG_CHECKING([for style of include used by $am_make])
963954 am__include="#"
964955 am__quote=
965 _am_result=none
966 # First try GNU make style include.
967 echo "include confinc" > confmf
968 # Ignore all kinds of additional output from 'make'.
969 case `$am_make -s -f confmf 2> /dev/null` in #(
970 *the\ am__doit\ target*)
971 am__include=include
972 am__quote=
973 _am_result=GNU
974 ;;
975 esac
976 # Now try BSD make style include.
977 if test "$am__include" = "#"; then
978 echo '.include "confinc"' > confmf
979 case `$am_make -s -f confmf 2> /dev/null` in #(
980 *the\ am__doit\ target*)
981 am__include=.include
982 am__quote="\""
983 _am_result=BSD
984 ;;
985 esac
986 fi
987 AC_SUBST([am__include])
988 AC_SUBST([am__quote])
989 AC_MSG_RESULT([$_am_result])
990 rm -f confinc confmf
991 ])
956 # BSD make does it like this.
957 echo '.include "confinc.mk" # ignored' > confmf.BSD
958 # Other make implementations (GNU, Solaris 10, AIX) do it like this.
959 echo 'include confinc.mk # ignored' > confmf.GNU
960 _am_result=no
961 for s in GNU BSD; do
962 AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
963 AS_CASE([$?:`cat confinc.out 2>/dev/null`],
964 ['0:this is the am__doit target'],
965 [AS_CASE([$s],
966 [BSD], [am__include='.include' am__quote='"'],
967 [am__include='include' am__quote=''])])
968 if test "$am__include" != "#"; then
969 _am_result="yes ($s style)"
970 break
971 fi
972 done
973 rm -f confinc.* confmf.*
974 AC_MSG_RESULT([${_am_result}])
975 AC_SUBST([am__include])])
976 AC_SUBST([am__quote])])
992977
993978 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
994979
995 # Copyright (C) 1997-2017 Free Software Foundation, Inc.
980 # Copyright (C) 1997-2020 Free Software Foundation, Inc.
996981 #
997982 # This file is free software; the Free Software Foundation
998983 # gives unlimited permission to copy and/or distribute it,
1013998 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1014999 AC_REQUIRE_AUX_FILE([missing])dnl
10151000 if test x"${MISSING+set}" != xset; then
1016 case $am_aux_dir in
1017 *\ * | *\ *)
1018 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1019 *)
1020 MISSING="\${SHELL} $am_aux_dir/missing" ;;
1021 esac
1001 MISSING="\${SHELL} '$am_aux_dir/missing'"
10221002 fi
10231003 # Use eval to expand $SHELL
10241004 if eval "$MISSING --is-lightweight"; then
10311011
10321012 # Helper functions for option handling. -*- Autoconf -*-
10331013
1034 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
1014 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
10351015 #
10361016 # This file is free software; the Free Software Foundation
10371017 # gives unlimited permission to copy and/or distribute it,
10601040 AC_DEFUN([_AM_IF_OPTION],
10611041 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
10621042
1063 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
1043 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
10641044 #
10651045 # This file is free software; the Free Software Foundation
10661046 # gives unlimited permission to copy and/or distribute it,
11071087 # For backward compatibility.
11081088 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
11091089
1110 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
1090 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
11111091 #
11121092 # This file is free software; the Free Software Foundation
11131093 # gives unlimited permission to copy and/or distribute it,
11261106
11271107 # Check to make sure that the build environment is sane. -*- Autoconf -*-
11281108
1129 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
1109 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
11301110 #
11311111 # This file is free software; the Free Software Foundation
11321112 # gives unlimited permission to copy and/or distribute it,
12071187 rm -f conftest.file
12081188 ])
12091189
1210 # Copyright (C) 2009-2017 Free Software Foundation, Inc.
1190 # Copyright (C) 2009-2020 Free Software Foundation, Inc.
12111191 #
12121192 # This file is free software; the Free Software Foundation
12131193 # gives unlimited permission to copy and/or distribute it,
12671247 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
12681248 ])
12691249
1270 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
1250 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
12711251 #
12721252 # This file is free software; the Free Software Foundation
12731253 # gives unlimited permission to copy and/or distribute it,
12951275 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
12961276 AC_SUBST([INSTALL_STRIP_PROGRAM])])
12971277
1298 # Copyright (C) 2006-2017 Free Software Foundation, Inc.
1278 # Copyright (C) 2006-2020 Free Software Foundation, Inc.
12991279 #
13001280 # This file is free software; the Free Software Foundation
13011281 # gives unlimited permission to copy and/or distribute it,
13141294
13151295 # Check how to create a tarball. -*- Autoconf -*-
13161296
1317 # Copyright (C) 2004-2017 Free Software Foundation, Inc.
1297 # Copyright (C) 2004-2020 Free Software Foundation, Inc.
13181298 #
13191299 # This file is free software; the Free Software Foundation
13201300 # gives unlimited permission to copy and/or distribute it,
00 #! /bin/sh
11 # Wrapper for compilers which do not understand '-c -o'.
22
3 scriptversion=2012-10-14.11; # UTC
4
5 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
3 scriptversion=2018-03-07.03; # UTC
4
5 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
66 # Written by Tom Tromey <tromey@cygnus.com>.
77 #
88 # This program is free software; you can redistribute it and/or modify
1616 # GNU General Public License for more details.
1717 #
1818 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 # along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
2121 # As a special exception to the GNU General Public License, if you
2222 # distribute this file as part of a program that contains a
5252 MINGW*)
5353 file_conv=mingw
5454 ;;
55 CYGWIN*)
55 CYGWIN* | MSYS*)
5656 file_conv=cygwin
5757 ;;
5858 *)
6666 mingw/*)
6767 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
6868 ;;
69 cygwin/*)
69 cygwin/* | msys/*)
7070 file=`cygpath -m "$file" || echo "$file"`
7171 ;;
7272 wine/*)
254254 echo "compile $scriptversion"
255255 exit $?
256256 ;;
257 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
257 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
258 icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
258259 func_cl_wrapper "$@" # Doesn't return...
259260 ;;
260261 esac
338339 # Local Variables:
339340 # mode: shell-script
340341 # sh-indentation: 2
341 # eval: (add-hook 'write-file-hooks 'time-stamp)
342 # eval: (add-hook 'before-save-hook 'time-stamp)
342343 # time-stamp-start: "scriptversion="
343344 # time-stamp-format: "%:y-%02m-%02d.%02H"
344 # time-stamp-time-zone: "UTC"
345 # time-stamp-time-zone: "UTC0"
345346 # time-stamp-end: "; # UTC"
346347 # End:
717717 AMDEPBACKSLASH
718718 AMDEP_FALSE
719719 AMDEP_TRUE
720 am__quote
721720 am__include
722721 DEPDIR
723722 am__leading_dot
809808 PACKAGE_TARNAME
810809 PACKAGE_NAME
811810 PATH_SEPARATOR
812 SHELL'
811 SHELL
812 am__quote'
813813 ac_subst_files=''
814814 ac_user_opts='
815815 enable_option_checking
53575357 fi
53585358
53595359 : ${AR=ar}
5360 : ${AR_FLAGS=cru}
5360 : ${AR_FLAGS=cr}
53615361
53625362
53635363
59005900 test $ac_status = 0; }; then
59015901 # Now try to grab the symbols.
59025902 nlist=conftest.nm
5903 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5904 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5905 ac_status=$?
5906 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5907 test $ac_status = 0; } && test -s "$nlist"; then
5903 $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5
5904 if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then
59085905 # Try sorting and uniquifying the output.
59095906 if sort "$nlist" | uniq > "$nlist"T; then
59105907 mv -f "$nlist"T "$nlist"
71237120 _LT_EOF
71247121 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
71257122 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7126 echo "$AR cru libconftest.a conftest.o" >&5
7127 $AR cru libconftest.a conftest.o 2>&5
7123 echo "$AR cr libconftest.a conftest.o" >&5
7124 $AR cr libconftest.a conftest.o 2>&5
71287125 echo "$RANLIB libconftest.a" >&5
71297126 $RANLIB libconftest.a 2>&5
71307127 cat > conftest.c << _LT_EOF
71567153 # to the OS version, if on x86, and 10.4, the deployment
71577154 # target defaults to 10.4. Don't you love it?
71587155 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7159 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7156 10.0,*86*-darwin8*|10.0,*-darwin[912]*)
71607157 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
71617158 10.[012][,.]*)
71627159 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
7163 10.*)
7160 10.*|11.*)
71647161 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
71657162 esac
71667163 ;;
82518248 ecc*)
82528249 lt_prog_compiler_wl='-Wl,'
82538250 lt_prog_compiler_pic='-KPIC'
8251 lt_prog_compiler_static='-static'
8252 ;;
8253 # flang / f18. f95 an alias for gfortran or flang on Debian
8254 flang* | f18* | f95*)
8255 lt_prog_compiler_wl='-Wl,'
8256 lt_prog_compiler_pic='-fPIC'
82548257 lt_prog_compiler_static='-static'
82558258 ;;
82568259 # icc used to be incompatible with GCC.
1182811831
1182911832 ac_config_commands="$ac_config_commands depfiles"
1183011833
11831
11832 am_make=${MAKE-make}
11833 cat > confinc << 'END'
11834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
11835 $as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; }
11836 cat > confinc.mk << 'END'
1183411837 am__doit:
11835 @echo this is the am__doit target
11838 @echo this is the am__doit target >confinc.out
1183611839 .PHONY: am__doit
1183711840 END
11838 # If we don't find an include directive, just comment out the code.
11839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
11840 $as_echo_n "checking for style of include used by $am_make... " >&6; }
1184111841 am__include="#"
1184211842 am__quote=
11843 _am_result=none
11844 # First try GNU make style include.
11845 echo "include confinc" > confmf
11846 # Ignore all kinds of additional output from 'make'.
11847 case `$am_make -s -f confmf 2> /dev/null` in #(
11848 *the\ am__doit\ target*)
11849 am__include=include
11850 am__quote=
11851 _am_result=GNU
11852 ;;
11843 # BSD make does it like this.
11844 echo '.include "confinc.mk" # ignored' > confmf.BSD
11845 # Other make implementations (GNU, Solaris 10, AIX) do it like this.
11846 echo 'include confinc.mk # ignored' > confmf.GNU
11847 _am_result=no
11848 for s in GNU BSD; do
11849 { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
11850 (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
11851 ac_status=$?
11852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11853 (exit $ac_status); }
11854 case $?:`cat confinc.out 2>/dev/null` in #(
11855 '0:this is the am__doit target') :
11856 case $s in #(
11857 BSD) :
11858 am__include='.include' am__quote='"' ;; #(
11859 *) :
11860 am__include='include' am__quote='' ;;
11861 esac ;; #(
11862 *) :
11863 ;;
1185311864 esac
11854 # Now try BSD make style include.
11855 if test "$am__include" = "#"; then
11856 echo '.include "confinc"' > confmf
11857 case `$am_make -s -f confmf 2> /dev/null` in #(
11858 *the\ am__doit\ target*)
11859 am__include=.include
11860 am__quote="\""
11861 _am_result=BSD
11862 ;;
11863 esac
11864 fi
11865
11866
11867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
11868 $as_echo "$_am_result" >&6; }
11869 rm -f confinc confmf
11865 if test "$am__include" != "#"; then
11866 _am_result="yes ($s style)"
11867 break
11868 fi
11869 done
11870 rm -f confinc.* confmf.*
11871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
11872 $as_echo "${_am_result}" >&6; }
1187011873
1187111874 # Check whether --enable-dependency-tracking was given.
1187211875 if test "${enable_dependency_tracking+set}" = set; then :
1269212695 # Commands to make compiler produce verbose output that lists
1269312696 # what "hidden" libraries, object files and flags are used when
1269412697 # linking a shared library.
12695 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12698 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
1269612699
1269712700 else
1269812701 GXX=no
1318413187 # explicitly linking system object files so we need to strip them
1318513188 # from the output so that they don't get included in the library
1318613189 # dependencies.
13187 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13190 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
1318813191 ;;
1318913192 *)
1319013193 if test yes = "$GXX"; then
1324913252 # explicitly linking system object files so we need to strip them
1325013253 # from the output so that they don't get included in the library
1325113254 # dependencies.
13252 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13255 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
1325313256 ;;
1325413257 *)
1325513258 if test yes = "$GXX"; then
1358813591 # Commands to make compiler produce verbose output that lists
1358913592 # what "hidden" libraries, object files and flags are used when
1359013593 # linking a shared library.
13591 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13594 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
1359213595
1359313596 else
1359413597 # FIXME: insert proper C++ library support
1367213675 # Commands to make compiler produce verbose output that lists
1367313676 # what "hidden" libraries, object files and flags are used when
1367413677 # linking a shared library.
13675 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13678 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
1367613679 else
1367713680 # g++ 2.7 appears to require '-G' NOT '-shared' on this
1367813681 # platform.
1368313686 # Commands to make compiler produce verbose output that lists
1368413687 # what "hidden" libraries, object files and flags are used when
1368513688 # linking a shared library.
13686 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13689 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
1368713690 fi
1368813691
1368913692 hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir'
1637416377
1637516378
1637616379 # Initialize automake stuff
16377 am__api_version='1.15'
16380 am__api_version='1.16'
1637816381
1637916382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
1638016383 $as_echo_n "checking whether build environment is sane... " >&6; }
1645416457 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
1645516458
1645616459 if test x"${MISSING+set}" != xset; then
16457 case $am_aux_dir in
16458 *\ * | *\ *)
16459 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
16460 *)
16461 MISSING="\${SHELL} $am_aux_dir/missing" ;;
16462 esac
16460 MISSING="\${SHELL} '$am_aux_dir/missing'"
1646316461 fi
1646416462 # Use eval to expand $SHELL
1646516463 if eval "$MISSING --is-lightweight"; then
1674316741
1674416742 # For better backward compatibility. To be removed once Automake 1.9.x
1674516743 # dies out for good. For more background, see:
16746 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
16747 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
16744 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
16745 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
1674816746 mkdir_p='$(MKDIR_P)'
1674916747
1675016748 # We need awk for the "check" target (and possibly the TAP driver). The
1705117049 Aborting the configuration process, to ensure you take notice of the issue.
1705217050
1705317051 You can download and install GNU coreutils to get an 'rm' implementation
17054 that behaves properly: <http://www.gnu.org/software/coreutils/>.
17052 that behaves properly: <https://www.gnu.org/software/coreutils/>.
1705517053
1705617054 If you want to complete the configuration process using your problematic
1705717055 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
1891518913 fi
1891618914
1891718915 pkg_failed=no
18918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for VIDEOGFX" >&5
18919 $as_echo_n "checking for VIDEOGFX... " >&6; }
18916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvideogfx" >&5
18917 $as_echo_n "checking for libvideogfx... " >&6; }
1892018918
1892118919 if test -n "$VIDEOGFX_CFLAGS"; then
1892218920 pkg_cv_VIDEOGFX_CFLAGS="$VIDEOGFX_CFLAGS"
1895618954
1895718955
1895818956 if test $pkg_failed = yes; then
18959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1896018958 $as_echo "no" >&6; }
1896118959
1896218960 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1897518973 have_videogfx="no"
1897618974
1897718975 elif test $pkg_failed = untried; then
18978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1897918977 $as_echo "no" >&6; }
1898018978 have_videogfx="no"
1898118979
1899618994 if eval "test x$enable_dec265 = xyes" ; then
1899718995
1899818996 pkg_failed=no
18999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL" >&5
19000 $as_echo_n "checking for SDL... " >&6; }
18997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sdl" >&5
18998 $as_echo_n "checking for sdl... " >&6; }
1900118999
1900219000 if test -n "$SDL_CFLAGS"; then
1900319001 pkg_cv_SDL_CFLAGS="$SDL_CFLAGS"
1903719035
1903819036
1903919037 if test $pkg_failed = yes; then
19040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1904119039 $as_echo "no" >&6; }
1904219040
1904319041 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1905619054 have_sdl="no"
1905719055
1905819056 elif test $pkg_failed = untried; then
19059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1906019058 $as_echo "no" >&6; }
1906119059 have_sdl="no"
1906219060
1907719075 if eval "test x$enable_sherlock265 = xyes" && eval "test x$have_videogfx != xyes" ; then
1907819076
1907919077 pkg_failed=no
19080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SWSCALE" >&5
19081 $as_echo_n "checking for SWSCALE... " >&6; }
19078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libswscale" >&5
19079 $as_echo_n "checking for libswscale... " >&6; }
1908219080
1908319081 if test -n "$SWSCALE_CFLAGS"; then
1908419082 pkg_cv_SWSCALE_CFLAGS="$SWSCALE_CFLAGS"
1911819116
1911919117
1912019118 if test $pkg_failed = yes; then
19121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1912219120 $as_echo "no" >&6; }
1912319121
1912419122 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1913719135 have_swscale="no"
1913819136
1913919137 elif test $pkg_failed = untried; then
19140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1914119139 $as_echo "no" >&6; }
1914219140 have_swscale="no"
1914319141
1919419192 if eval "test $enable_sherlock265 = yes" ; then
1919519193
1919619194 pkg_failed=no
19197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for QT" >&5
19198 $as_echo_n "checking for QT... " >&6; }
19195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Qt5Core Qt5Gui Qt5Widgets" >&5
19196 $as_echo_n "checking for Qt5Core Qt5Gui Qt5Widgets... " >&6; }
1919919197
1920019198 if test -n "$QT_CFLAGS"; then
1920119199 pkg_cv_QT_CFLAGS="$QT_CFLAGS"
1923519233
1923619234
1923719235 if test $pkg_failed = yes; then
19238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1923919237 $as_echo "no" >&6; }
1924019238
1924119239 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1925319251
1925419252 found_qt=no
1925519253 elif test $pkg_failed = untried; then
19256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1925719255 $as_echo "no" >&6; }
1925819256 found_qt=no
1925919257 else
1926619264 if eval "test $found_qt = no" ; then
1926719265
1926819266 pkg_failed=no
19269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for QT" >&5
19270 $as_echo_n "checking for QT... " >&6; }
19267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for QtCore QtGui" >&5
19268 $as_echo_n "checking for QtCore QtGui... " >&6; }
1927119269
1927219270 if test -n "$QT_CFLAGS"; then
1927319271 pkg_cv_QT_CFLAGS="$QT_CFLAGS"
1930719305
1930819306
1930919307 if test $pkg_failed = yes; then
19310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1931119309 $as_echo "no" >&6; }
1931219310
1931319311 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1933419332 and QT_LIBS to avoid the need to call pkg-config.
1933519333 See the pkg-config man page for more details." "$LINENO" 5
1933619334 elif test $pkg_failed = untried; then
19337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1933819336 $as_echo "no" >&6; }
1933919337 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1934019338 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2070520703
2070620704
2070720705
20708 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
20706 AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
2070920707
2071020708 _ACEOF
2071120709
2203922037 # Older Autoconf quotes --file arguments for eval, but not when files
2204022038 # are listed without --file. Let's play safe and only enable the eval
2204122039 # if we detect the quoting.
22042 case $CONFIG_FILES in
22043 *\'*) eval set x "$CONFIG_FILES" ;;
22044 *) set x $CONFIG_FILES ;;
22045 esac
22040 # TODO: see whether this extra hack can be removed once we start
22041 # requiring Autoconf 2.70 or later.
22042 case $CONFIG_FILES in #(
22043 *\'*) :
22044 eval set x "$CONFIG_FILES" ;; #(
22045 *) :
22046 set x $CONFIG_FILES ;; #(
22047 *) :
22048 ;;
22049 esac
2204622050 shift
22047 for mf
22051 # Used to flag and report bootstrapping failures.
22052 am_rc=0
22053 for am_mf
2204822054 do
2204922055 # Strip MF so we end up with the name of the file.
22050 mf=`echo "$mf" | sed -e 's/:.*$//'`
22051 # Check whether this is an Automake generated Makefile or not.
22052 # We used to match only the files named 'Makefile.in', but
22053 # some people rename them; so instead we look at the file content.
22054 # Grep'ing the first line is not enough: some people post-process
22055 # each Makefile.in and add a new line on top of each file to say so.
22056 # Grep'ing the whole file is not good either: AIX grep has a line
22056 am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
22057 # Check whether this is an Automake generated Makefile which includes
22058 # dependency-tracking related rules and includes.
22059 # Grep'ing the whole file directly is not great: AIX grep has a line
2205722060 # limit of 2048, but all sed's we know have understand at least 4000.
22058 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
22059 dirpart=`$as_dirname -- "$mf" ||
22060 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22061 X"$mf" : 'X\(//\)[^/]' \| \
22062 X"$mf" : 'X\(//\)$' \| \
22063 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
22064 $as_echo X"$mf" |
22061 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
22062 || continue
22063 am_dirpart=`$as_dirname -- "$am_mf" ||
22064 $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22065 X"$am_mf" : 'X\(//\)[^/]' \| \
22066 X"$am_mf" : 'X\(//\)$' \| \
22067 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
22068 $as_echo X"$am_mf" |
2206522069 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2206622070 s//\1/
2206722071 q
2207922083 q
2208022084 }
2208122085 s/.*/./; q'`
22082 else
22083 continue
22084 fi
22085 # Extract the definition of DEPDIR, am__include, and am__quote
22086 # from the Makefile without running 'make'.
22087 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
22088 test -z "$DEPDIR" && continue
22089 am__include=`sed -n 's/^am__include = //p' < "$mf"`
22090 test -z "$am__include" && continue
22091 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
22092 # Find all dependency output files, they are included files with
22093 # $(DEPDIR) in their names. We invoke sed twice because it is the
22094 # simplest approach to changing $(DEPDIR) to its actual value in the
22095 # expansion.
22096 for file in `sed -n "
22097 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
22098 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
22099 # Make sure the directory exists.
22100 test -f "$dirpart/$file" && continue
22101 fdir=`$as_dirname -- "$file" ||
22102 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22103 X"$file" : 'X\(//\)[^/]' \| \
22104 X"$file" : 'X\(//\)$' \| \
22105 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
22106 $as_echo X"$file" |
22107 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22086 am_filepart=`$as_basename -- "$am_mf" ||
22087 $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
22088 X"$am_mf" : 'X\(//\)$' \| \
22089 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
22090 $as_echo X/"$am_mf" |
22091 sed '/^.*\/\([^/][^/]*\)\/*$/{
2210822092 s//\1/
2210922093 q
2211022094 }
22111 /^X\(\/\/\)[^/].*/{
22095 /^X\/\(\/\/\)$/{
2211222096 s//\1/
2211322097 q
2211422098 }
22115 /^X\(\/\/\)$/{
22116 s//\1/
22117 q
22118 }
22119 /^X\(\/\).*/{
22099 /^X\/\(\/\).*/{
2212022100 s//\1/
2212122101 q
2212222102 }
2212322103 s/.*/./; q'`
22124 as_dir=$dirpart/$fdir; as_fn_mkdir_p
22125 # echo "creating $dirpart/$file"
22126 echo '# dummy' > "$dirpart/$file"
22127 done
22104 { echo "$as_me:$LINENO: cd "$am_dirpart" \
22105 && sed -e '/# am--include-marker/d' "$am_filepart" \
22106 | $MAKE -f - am--depfiles" >&5
22107 (cd "$am_dirpart" \
22108 && sed -e '/# am--include-marker/d' "$am_filepart" \
22109 | $MAKE -f - am--depfiles) >&5 2>&5
22110 ac_status=$?
22111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22112 (exit $ac_status); } || am_rc=$?
2212822113 done
22114 if test $am_rc -ne 0; then
22115 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
22116 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22117 as_fn_error $? "Something went wrong bootstrapping makefile fragments
22118 for automatic dependency tracking. If GNU make was not used, consider
22119 re-running the configure script with MAKE=\"gmake\" (or whatever is
22120 necessary). You can also try re-running configure with the
22121 '--disable-dependency-tracking' option to at least be able to build
22122 the package (albeit without support for automatic dependency tracking).
22123 See \`config.log' for more details" "$LINENO" 5; }
22124 fi
22125 { am_dirpart=; unset am_dirpart;}
22126 { am_filepart=; unset am_filepart;}
22127 { am_mf=; unset am_mf;}
22128 { am_rc=; unset am_rc;}
22129 rm -f conftest-deps.mk
2212922130 }
2213022131 ;;
2213122132
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
143143 am__v_at_1 =
144144 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
145145 depcomp = $(SHELL) $(top_srcdir)/depcomp
146 am__depfiles_maybe = depfiles
146 am__maybe_remake_depfiles = depfiles
147 am__depfiles_remade = ./$(DEPDIR)/dec265-dec265.Po \
148 ./$(DEPDIR)/dec265-sdl.Po ./$(DEPDIR)/hdrcopy-hdrcopy.Po
147149 am__mv = mv -f
148150 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
149151 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
394396 *config.status*) \
395397 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
396398 *) \
397 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
398 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
399 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
400 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
399401 esac;
400402
401403 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
470472 distclean-compile:
471473 -rm -f *.tab.c
472474
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dec265-dec265.Po@am__quote@
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dec265-sdl.Po@am__quote@
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hdrcopy-hdrcopy.Po@am__quote@
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dec265-dec265.Po@am__quote@ # am--include-marker
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dec265-sdl.Po@am__quote@ # am--include-marker
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hdrcopy-hdrcopy.Po@am__quote@ # am--include-marker
478
479 $(am__depfiles_remade):
480 @$(MKDIR_P) $(@D)
481 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
482
483 am--depfiles: $(am__depfiles_remade)
476484
477485 .cc.o:
478486 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
595603 distclean-tags:
596604 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
597605
598 distdir: $(DISTFILES)
606 distdir: $(BUILT_SOURCES)
607 $(MAKE) $(AM_MAKEFLAGS) distdir-am
608
609 distdir-am: $(DISTFILES)
599610 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
600611 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
601612 list='$(DISTFILES)'; \
667678 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
668679
669680 distclean: distclean-am
670 -rm -rf ./$(DEPDIR)
681 -rm -f ./$(DEPDIR)/dec265-dec265.Po
682 -rm -f ./$(DEPDIR)/dec265-sdl.Po
683 -rm -f ./$(DEPDIR)/hdrcopy-hdrcopy.Po
671684 -rm -f Makefile
672685 distclean-am: clean-am distclean-compile distclean-generic \
673686 distclean-tags
713726 installcheck-am:
714727
715728 maintainer-clean: maintainer-clean-am
716 -rm -rf ./$(DEPDIR)
729 -rm -f ./$(DEPDIR)/dec265-dec265.Po
730 -rm -f ./$(DEPDIR)/dec265-sdl.Po
731 -rm -f ./$(DEPDIR)/hdrcopy-hdrcopy.Po
717732 -rm -f Makefile
718733 maintainer-clean-am: distclean-am maintainer-clean-generic
719734
734749
735750 .MAKE: install-am install-strip
736751
737 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
752 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
738753 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
739754 ctags ctags-am distclean distclean-compile distclean-generic \
740755 distclean-libtool distclean-tags distdir dvi dvi-am html \
00 #! /bin/sh
11 # depcomp - compile a program generating dependencies as side-effects
22
3 scriptversion=2016-01-11.22; # UTC
4
5 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
3 scriptversion=2018-03-07.03; # UTC
4
5 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
66
77 # This program is free software; you can redistribute it and/or modify
88 # it under the terms of the GNU General Public License as published by
1515 # GNU General Public License for more details.
1616
1717 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 # along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
2020 # As a special exception to the GNU General Public License, if you
2121 # distribute this file as part of a program that contains a
782782 # Local Variables:
783783 # mode: shell-script
784784 # sh-indentation: 2
785 # eval: (add-hook 'write-file-hooks 'time-stamp)
785 # eval: (add-hook 'before-save-hook 'time-stamp)
786786 # time-stamp-start: "scriptversion="
787787 # time-stamp-format: "%:y-%02m-%02d.%02H"
788788 # time-stamp-time-zone: "UTC0"
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
133133 am__v_at_1 =
134134 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
135135 depcomp = $(SHELL) $(top_srcdir)/depcomp
136 am__depfiles_maybe = depfiles
136 am__maybe_remake_depfiles = depfiles
137 am__depfiles_remade = ./$(DEPDIR)/enc265-enc265.Po \
138 ./$(DEPDIR)/enc265-image-io-png.Po
137139 am__mv = mv -f
138140 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
139141 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
377379 *config.status*) \
378380 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
379381 *) \
380 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
381 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
382 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
383 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
382384 esac;
383385
384386 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
449451 distclean-compile:
450452 -rm -f *.tab.c
451453
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enc265-enc265.Po@am__quote@
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enc265-image-io-png.Po@am__quote@
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enc265-enc265.Po@am__quote@ # am--include-marker
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enc265-image-io-png.Po@am__quote@ # am--include-marker
456
457 $(am__depfiles_remade):
458 @$(MKDIR_P) $(@D)
459 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
460
461 am--depfiles: $(am__depfiles_remade)
454462
455463 .cc.o:
456464 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
559567 distclean-tags:
560568 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
561569
562 distdir: $(DISTFILES)
570 distdir: $(BUILT_SOURCES)
571 $(MAKE) $(AM_MAKEFLAGS) distdir-am
572
573 distdir-am: $(DISTFILES)
563574 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
564575 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
565576 list='$(DISTFILES)'; \
631642 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
632643
633644 distclean: distclean-am
634 -rm -rf ./$(DEPDIR)
645 -rm -f ./$(DEPDIR)/enc265-enc265.Po
646 -rm -f ./$(DEPDIR)/enc265-image-io-png.Po
635647 -rm -f Makefile
636648 distclean-am: clean-am distclean-compile distclean-generic \
637649 distclean-tags
677689 installcheck-am:
678690
679691 maintainer-clean: maintainer-clean-am
680 -rm -rf ./$(DEPDIR)
692 -rm -f ./$(DEPDIR)/enc265-enc265.Po
693 -rm -f ./$(DEPDIR)/enc265-image-io-png.Po
681694 -rm -f Makefile
682695 maintainer-clean-am: distclean-am maintainer-clean-generic
683696
698711
699712 .MAKE: install-am install-strip
700713
701 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
714 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
702715 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
703716 ctags ctags-am distclean distclean-compile distclean-generic \
704717 distclean-libtool distclean-tags distdir dvi dvi-am html \
00 #!/bin/sh
11 # install - install a program, script, or datafile
22
3 scriptversion=2014-09-12.12; # UTC
3 scriptversion=2020-11-14.01; # UTC
44
55 # This originates from X11R5 (mit/util/scripts/install.sh), which was
66 # later released in X11R6 (xc/config/util/install.sh) with the
6868 # Desired mode of installed file.
6969 mode=0755
7070
71 # Create dirs (including intermediate dirs) using mode 755.
72 # This is like GNU 'install' as of coreutils 8.32 (2020).
73 mkdir_umask=22
74
75 backupsuffix=
7176 chgrpcmd=
7277 chmodcmd=$chmodprog
7378 chowncmd=
98103 --version display version info and exit.
99104
100105 -c (ignored)
101 -C install only if different (preserve the last data modification time)
106 -C install only if different (preserve data modification time)
102107 -d create directories instead of installing files.
103108 -g GROUP $chgrpprog installed files to GROUP.
104109 -m MODE $chmodprog installed files to MODE.
105110 -o USER $chownprog installed files to USER.
111 -p pass -p to $cpprog.
106112 -s $stripprog installed files.
113 -S SUFFIX attempt to back up existing files, with suffix SUFFIX.
107114 -t DIRECTORY install into DIRECTORY.
108115 -T report an error if DSTFILE is a directory.
109116
110117 Environment variables override the default commands:
111118 CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
112119 RMPROG STRIPPROG
120
121 By default, rm is invoked with -f; when overridden with RMPROG,
122 it's up to you to specify -f if you want it.
123
124 If -S is not specified, no backups are attempted.
125
126 Email bug reports to bug-automake@gnu.org.
127 Automake home page: https://www.gnu.org/software/automake/
113128 "
114129
115130 while test $# -ne 0; do
136151 -o) chowncmd="$chownprog $2"
137152 shift;;
138153
154 -p) cpprog="$cpprog -p";;
155
139156 -s) stripcmd=$stripprog;;
157
158 -S) backupsuffix="$2"
159 shift;;
140160
141161 -t)
142162 is_target_a_directory=always
254274 dstdir=$dst
255275 test -d "$dstdir"
256276 dstdir_status=$?
277 # Don't chown directories that already exist.
278 if test $dstdir_status = 0; then
279 chowncmd=""
280 fi
257281 else
258282
259283 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
270294 fi
271295 dst=$dst_arg
272296
273 # If destination is a directory, append the input filename; won't work
274 # if double slashes aren't ignored.
297 # If destination is a directory, append the input filename.
275298 if test -d "$dst"; then
276299 if test "$is_target_a_directory" = never; then
277300 echo "$0: $dst_arg: Is a directory" >&2
278301 exit 1
279302 fi
280303 dstdir=$dst
281 dst=$dstdir/`basename "$src"`
304 dstbase=`basename "$src"`
305 case $dst in
306 */) dst=$dst$dstbase;;
307 *) dst=$dst/$dstbase;;
308 esac
282309 dstdir_status=0
283310 else
284311 dstdir=`dirname "$dst"`
287314 fi
288315 fi
289316
317 case $dstdir in
318 */) dstdirslash=$dstdir;;
319 *) dstdirslash=$dstdir/;;
320 esac
321
290322 obsolete_mkdir_used=false
291323
292324 if test $dstdir_status != 0; then
293325 case $posix_mkdir in
294326 '')
295 # Create intermediate dirs using mode 755 as modified by the umask.
296 # This is like FreeBSD 'install' as of 1997-10-28.
297 umask=`umask`
298 case $stripcmd.$umask in
299 # Optimize common cases.
300 *[2367][2367]) mkdir_umask=$umask;;
301 .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
302
303 *[0-7])
304 mkdir_umask=`expr $umask + 22 \
305 - $umask % 100 % 40 + $umask % 20 \
306 - $umask % 10 % 4 + $umask % 2
307 `;;
308 *) mkdir_umask=$umask,go-w;;
309 esac
310
311327 # With -d, create the new directory with the user-specified mode.
312328 # Otherwise, rely on $mkdir_umask.
313329 if test -n "$dir_arg"; then
317333 fi
318334
319335 posix_mkdir=false
320 case $umask in
321 *[123567][0-7][0-7])
322 # POSIX mkdir -p sets u+wx bits regardless of umask, which
323 # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
324 ;;
325 *)
326 # $RANDOM is not portable (e.g. dash); use it when possible to
327 # lower collision chance
328 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
329 trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0
330
331 # As "mkdir -p" follows symlinks and we work in /tmp possibly; so
332 # create the $tmpdir first (and fail if unsuccessful) to make sure
333 # that nobody tries to guess the $tmpdir name.
334 if (umask $mkdir_umask &&
335 $mkdirprog $mkdir_mode "$tmpdir" &&
336 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1
337 then
338 if test -z "$dir_arg" || {
339 # Check for POSIX incompatibilities with -m.
340 # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
341 # other-writable bit of parent directory when it shouldn't.
342 # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
343 test_tmpdir="$tmpdir/a"
344 ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
345 case $ls_ld_tmpdir in
346 d????-?r-*) different_mode=700;;
347 d????-?--*) different_mode=755;;
348 *) false;;
349 esac &&
350 $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
351 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
352 test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
353 }
354 }
355 then posix_mkdir=:
356 fi
357 rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir"
358 else
359 # Remove any dirs left behind by ancient mkdir implementations.
360 rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null
361 fi
362 trap '' 0;;
363 esac;;
336 # The $RANDOM variable is not portable (e.g., dash). Use it
337 # here however when possible just to lower collision chance.
338 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
339
340 trap '
341 ret=$?
342 rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null
343 exit $ret
344 ' 0
345
346 # Because "mkdir -p" follows existing symlinks and we likely work
347 # directly in world-writeable /tmp, make sure that the '$tmpdir'
348 # directory is successfully created first before we actually test
349 # 'mkdir -p'.
350 if (umask $mkdir_umask &&
351 $mkdirprog $mkdir_mode "$tmpdir" &&
352 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1
353 then
354 if test -z "$dir_arg" || {
355 # Check for POSIX incompatibilities with -m.
356 # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
357 # other-writable bit of parent directory when it shouldn't.
358 # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
359 test_tmpdir="$tmpdir/a"
360 ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
361 case $ls_ld_tmpdir in
362 d????-?r-*) different_mode=700;;
363 d????-?--*) different_mode=755;;
364 *) false;;
365 esac &&
366 $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
367 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
368 test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
369 }
370 }
371 then posix_mkdir=:
372 fi
373 rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir"
374 else
375 # Remove any dirs left behind by ancient mkdir implementations.
376 rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null
377 fi
378 trap '' 0;;
364379 esac
365380
366381 if
371386 then :
372387 else
373388
374 # The umask is ridiculous, or mkdir does not conform to POSIX,
389 # mkdir does not conform to POSIX,
375390 # or it failed possibly due to a race condition. Create the
376391 # directory the slow way, step by step, checking for races as we go.
377392
400415 prefixes=
401416 else
402417 if $posix_mkdir; then
403 (umask=$mkdir_umask &&
418 (umask $mkdir_umask &&
404419 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
405420 # Don't fail if two instances are running concurrently.
406421 test -d "$prefix" || exit 1
433448 else
434449
435450 # Make a couple of temp file names in the proper directory.
436 dsttmp=$dstdir/_inst.$$_
437 rmtmp=$dstdir/_rm.$$_
451 dsttmp=${dstdirslash}_inst.$$_
452 rmtmp=${dstdirslash}_rm.$$_
438453
439454 # Trap to clean up those temp files at exit.
440455 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
441456
442457 # Copy the file name to the temp name.
443 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
458 (umask $cp_umask &&
459 { test -z "$stripcmd" || {
460 # Create $dsttmp read-write so that cp doesn't create it read-only,
461 # which would cause strip to fail.
462 if test -z "$doit"; then
463 : >"$dsttmp" # No need to fork-exec 'touch'.
464 else
465 $doit touch "$dsttmp"
466 fi
467 }
468 } &&
469 $doit_exec $cpprog "$src" "$dsttmp") &&
444470
445471 # and set any options; do chmod last to preserve setuid bits.
446472 #
466492 then
467493 rm -f "$dsttmp"
468494 else
495 # If $backupsuffix is set, and the file being installed
496 # already exists, attempt a backup. Don't worry if it fails,
497 # e.g., if mv doesn't support -f.
498 if test -n "$backupsuffix" && test -f "$dst"; then
499 $doit $mvcmd -f "$dst" "$dst$backupsuffix" 2>/dev/null
500 fi
501
469502 # Rename the file to the real destination.
470503 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
471504
480513 # file should still install successfully.
481514 {
482515 test ! -f "$dst" ||
483 $doit $rmcmd -f "$dst" 2>/dev/null ||
516 $doit $rmcmd "$dst" 2>/dev/null ||
484517 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
485 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
518 { $doit $rmcmd "$rmtmp" 2>/dev/null; :; }
486519 } ||
487520 { echo "$0: cannot unlink or rename $dst" >&2
488521 (exit 1); exit 1
499532 done
500533
501534 # Local variables:
502 # eval: (add-hook 'write-file-hooks 'time-stamp)
535 # eval: (add-hook 'before-save-hook 'time-stamp)
503536 # time-stamp-start: "scriptversion="
504537 # time-stamp-format: "%:y-%02m-%02d.%02H"
505 # time-stamp-time-zone: "UTC"
538 # time-stamp-time-zone: "UTC0"
506539 # time-stamp-end: "; # UTC"
507540 # End:
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
202202 am__v_at_1 =
203203 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
204204 depcomp = $(SHELL) $(top_srcdir)/depcomp
205 am__depfiles_maybe = depfiles
205 am__maybe_remake_depfiles = depfiles
206 am__depfiles_remade = ../extra/$(DEPDIR)/libde265_la-win32cond.Plo \
207 ./$(DEPDIR)/libde265_la-alloc_pool.Plo \
208 ./$(DEPDIR)/libde265_la-bitstream.Plo \
209 ./$(DEPDIR)/libde265_la-cabac.Plo \
210 ./$(DEPDIR)/libde265_la-configparam.Plo \
211 ./$(DEPDIR)/libde265_la-contextmodel.Plo \
212 ./$(DEPDIR)/libde265_la-de265.Plo \
213 ./$(DEPDIR)/libde265_la-deblock.Plo \
214 ./$(DEPDIR)/libde265_la-decctx.Plo \
215 ./$(DEPDIR)/libde265_la-dpb.Plo \
216 ./$(DEPDIR)/libde265_la-en265.Plo \
217 ./$(DEPDIR)/libde265_la-fallback-dct.Plo \
218 ./$(DEPDIR)/libde265_la-fallback-motion.Plo \
219 ./$(DEPDIR)/libde265_la-fallback.Plo \
220 ./$(DEPDIR)/libde265_la-image-io.Plo \
221 ./$(DEPDIR)/libde265_la-image.Plo \
222 ./$(DEPDIR)/libde265_la-intrapred.Plo \
223 ./$(DEPDIR)/libde265_la-md5.Plo \
224 ./$(DEPDIR)/libde265_la-motion.Plo \
225 ./$(DEPDIR)/libde265_la-nal-parser.Plo \
226 ./$(DEPDIR)/libde265_la-nal.Plo \
227 ./$(DEPDIR)/libde265_la-pps.Plo \
228 ./$(DEPDIR)/libde265_la-quality.Plo \
229 ./$(DEPDIR)/libde265_la-refpic.Plo \
230 ./$(DEPDIR)/libde265_la-sao.Plo \
231 ./$(DEPDIR)/libde265_la-scan.Plo \
232 ./$(DEPDIR)/libde265_la-sei.Plo \
233 ./$(DEPDIR)/libde265_la-slice.Plo \
234 ./$(DEPDIR)/libde265_la-sps.Plo \
235 ./$(DEPDIR)/libde265_la-threads.Plo \
236 ./$(DEPDIR)/libde265_la-transform.Plo \
237 ./$(DEPDIR)/libde265_la-util.Plo \
238 ./$(DEPDIR)/libde265_la-visualize.Plo \
239 ./$(DEPDIR)/libde265_la-vps.Plo \
240 ./$(DEPDIR)/libde265_la-vui.Plo
206241 am__mv = mv -f
207242 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
208243 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
263298 $(RECURSIVE_CLEAN_TARGETS) \
264299 $(am__extra_recursive_targets)
265300 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
266 distdir
301 distdir distdir-am
267302 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
268303 # Read a list of newline-separated strings from the standard input,
269304 # and print each of them once, without duplicates. Input order is
517552 *config.status*) \
518553 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
519554 *) \
520 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
521 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
555 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
556 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
522557 esac;
523558
524559 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
586621 distclean-compile:
587622 -rm -f *.tab.c
588623
589 @AMDEP_TRUE@@am__include@ @am__quote@../extra/$(DEPDIR)/libde265_la-win32cond.Plo@am__quote@
590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-alloc_pool.Plo@am__quote@
591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-bitstream.Plo@am__quote@
592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-cabac.Plo@am__quote@
593 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-configparam.Plo@am__quote@
594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-contextmodel.Plo@am__quote@
595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-de265.Plo@am__quote@
596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-deblock.Plo@am__quote@
597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-decctx.Plo@am__quote@
598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-dpb.Plo@am__quote@
599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-en265.Plo@am__quote@
600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-fallback-dct.Plo@am__quote@
601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-fallback-motion.Plo@am__quote@
602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-fallback.Plo@am__quote@
603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-image-io.Plo@am__quote@
604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-image.Plo@am__quote@
605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-intrapred.Plo@am__quote@
606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-md5.Plo@am__quote@
607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-motion.Plo@am__quote@
608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-nal-parser.Plo@am__quote@
609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-nal.Plo@am__quote@
610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-pps.Plo@am__quote@
611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-quality.Plo@am__quote@
612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-refpic.Plo@am__quote@
613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-sao.Plo@am__quote@
614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-scan.Plo@am__quote@
615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-sei.Plo@am__quote@
616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-slice.Plo@am__quote@
617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-sps.Plo@am__quote@
618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-threads.Plo@am__quote@
619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-transform.Plo@am__quote@
620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-util.Plo@am__quote@
621 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-visualize.Plo@am__quote@
622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-vps.Plo@am__quote@
623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-vui.Plo@am__quote@
624 @AMDEP_TRUE@@am__include@ @am__quote@../extra/$(DEPDIR)/libde265_la-win32cond.Plo@am__quote@ # am--include-marker
625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-alloc_pool.Plo@am__quote@ # am--include-marker
626 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-bitstream.Plo@am__quote@ # am--include-marker
627 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-cabac.Plo@am__quote@ # am--include-marker
628 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-configparam.Plo@am__quote@ # am--include-marker
629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-contextmodel.Plo@am__quote@ # am--include-marker
630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-de265.Plo@am__quote@ # am--include-marker
631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-deblock.Plo@am__quote@ # am--include-marker
632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-decctx.Plo@am__quote@ # am--include-marker
633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-dpb.Plo@am__quote@ # am--include-marker
634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-en265.Plo@am__quote@ # am--include-marker
635 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-fallback-dct.Plo@am__quote@ # am--include-marker
636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-fallback-motion.Plo@am__quote@ # am--include-marker
637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-fallback.Plo@am__quote@ # am--include-marker
638 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-image-io.Plo@am__quote@ # am--include-marker
639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-image.Plo@am__quote@ # am--include-marker
640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-intrapred.Plo@am__quote@ # am--include-marker
641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-md5.Plo@am__quote@ # am--include-marker
642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-motion.Plo@am__quote@ # am--include-marker
643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-nal-parser.Plo@am__quote@ # am--include-marker
644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-nal.Plo@am__quote@ # am--include-marker
645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-pps.Plo@am__quote@ # am--include-marker
646 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-quality.Plo@am__quote@ # am--include-marker
647 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-refpic.Plo@am__quote@ # am--include-marker
648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-sao.Plo@am__quote@ # am--include-marker
649 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-scan.Plo@am__quote@ # am--include-marker
650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-sei.Plo@am__quote@ # am--include-marker
651 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-slice.Plo@am__quote@ # am--include-marker
652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-sps.Plo@am__quote@ # am--include-marker
653 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-threads.Plo@am__quote@ # am--include-marker
654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-transform.Plo@am__quote@ # am--include-marker
655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-util.Plo@am__quote@ # am--include-marker
656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-visualize.Plo@am__quote@ # am--include-marker
657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-vps.Plo@am__quote@ # am--include-marker
658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_la-vui.Plo@am__quote@ # am--include-marker
659
660 $(am__depfiles_remade):
661 @$(MKDIR_P) $(@D)
662 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
663
664 am--depfiles: $(am__depfiles_remade)
624665
625666 .c.o:
626667 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
10421083 distclean-tags:
10431084 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
10441085
1045 distdir: $(DISTFILES)
1086 distdir: $(BUILT_SOURCES)
1087 $(MAKE) $(AM_MAKEFLAGS) distdir-am
1088
1089 distdir-am: $(DISTFILES)
10461090 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
10471091 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
10481092 list='$(DISTFILES)'; \
11431187 mostlyclean-am
11441188
11451189 distclean: distclean-recursive
1146 -rm -rf ../extra/$(DEPDIR) ./$(DEPDIR)
1190 -rm -f ../extra/$(DEPDIR)/libde265_la-win32cond.Plo
1191 -rm -f ./$(DEPDIR)/libde265_la-alloc_pool.Plo
1192 -rm -f ./$(DEPDIR)/libde265_la-bitstream.Plo
1193 -rm -f ./$(DEPDIR)/libde265_la-cabac.Plo
1194 -rm -f ./$(DEPDIR)/libde265_la-configparam.Plo
1195 -rm -f ./$(DEPDIR)/libde265_la-contextmodel.Plo
1196 -rm -f ./$(DEPDIR)/libde265_la-de265.Plo
1197 -rm -f ./$(DEPDIR)/libde265_la-deblock.Plo
1198 -rm -f ./$(DEPDIR)/libde265_la-decctx.Plo
1199 -rm -f ./$(DEPDIR)/libde265_la-dpb.Plo
1200 -rm -f ./$(DEPDIR)/libde265_la-en265.Plo
1201 -rm -f ./$(DEPDIR)/libde265_la-fallback-dct.Plo
1202 -rm -f ./$(DEPDIR)/libde265_la-fallback-motion.Plo
1203 -rm -f ./$(DEPDIR)/libde265_la-fallback.Plo
1204 -rm -f ./$(DEPDIR)/libde265_la-image-io.Plo
1205 -rm -f ./$(DEPDIR)/libde265_la-image.Plo
1206 -rm -f ./$(DEPDIR)/libde265_la-intrapred.Plo
1207 -rm -f ./$(DEPDIR)/libde265_la-md5.Plo
1208 -rm -f ./$(DEPDIR)/libde265_la-motion.Plo
1209 -rm -f ./$(DEPDIR)/libde265_la-nal-parser.Plo
1210 -rm -f ./$(DEPDIR)/libde265_la-nal.Plo
1211 -rm -f ./$(DEPDIR)/libde265_la-pps.Plo
1212 -rm -f ./$(DEPDIR)/libde265_la-quality.Plo
1213 -rm -f ./$(DEPDIR)/libde265_la-refpic.Plo
1214 -rm -f ./$(DEPDIR)/libde265_la-sao.Plo
1215 -rm -f ./$(DEPDIR)/libde265_la-scan.Plo
1216 -rm -f ./$(DEPDIR)/libde265_la-sei.Plo
1217 -rm -f ./$(DEPDIR)/libde265_la-slice.Plo
1218 -rm -f ./$(DEPDIR)/libde265_la-sps.Plo
1219 -rm -f ./$(DEPDIR)/libde265_la-threads.Plo
1220 -rm -f ./$(DEPDIR)/libde265_la-transform.Plo
1221 -rm -f ./$(DEPDIR)/libde265_la-util.Plo
1222 -rm -f ./$(DEPDIR)/libde265_la-visualize.Plo
1223 -rm -f ./$(DEPDIR)/libde265_la-vps.Plo
1224 -rm -f ./$(DEPDIR)/libde265_la-vui.Plo
11471225 -rm -f Makefile
11481226 distclean-am: clean-am distclean-compile distclean-generic \
11491227 distclean-tags
11891267 installcheck-am:
11901268
11911269 maintainer-clean: maintainer-clean-recursive
1192 -rm -rf ../extra/$(DEPDIR) ./$(DEPDIR)
1270 -rm -f ../extra/$(DEPDIR)/libde265_la-win32cond.Plo
1271 -rm -f ./$(DEPDIR)/libde265_la-alloc_pool.Plo
1272 -rm -f ./$(DEPDIR)/libde265_la-bitstream.Plo
1273 -rm -f ./$(DEPDIR)/libde265_la-cabac.Plo
1274 -rm -f ./$(DEPDIR)/libde265_la-configparam.Plo
1275 -rm -f ./$(DEPDIR)/libde265_la-contextmodel.Plo
1276 -rm -f ./$(DEPDIR)/libde265_la-de265.Plo
1277 -rm -f ./$(DEPDIR)/libde265_la-deblock.Plo
1278 -rm -f ./$(DEPDIR)/libde265_la-decctx.Plo
1279 -rm -f ./$(DEPDIR)/libde265_la-dpb.Plo
1280 -rm -f ./$(DEPDIR)/libde265_la-en265.Plo
1281 -rm -f ./$(DEPDIR)/libde265_la-fallback-dct.Plo
1282 -rm -f ./$(DEPDIR)/libde265_la-fallback-motion.Plo
1283 -rm -f ./$(DEPDIR)/libde265_la-fallback.Plo
1284 -rm -f ./$(DEPDIR)/libde265_la-image-io.Plo
1285 -rm -f ./$(DEPDIR)/libde265_la-image.Plo
1286 -rm -f ./$(DEPDIR)/libde265_la-intrapred.Plo
1287 -rm -f ./$(DEPDIR)/libde265_la-md5.Plo
1288 -rm -f ./$(DEPDIR)/libde265_la-motion.Plo
1289 -rm -f ./$(DEPDIR)/libde265_la-nal-parser.Plo
1290 -rm -f ./$(DEPDIR)/libde265_la-nal.Plo
1291 -rm -f ./$(DEPDIR)/libde265_la-pps.Plo
1292 -rm -f ./$(DEPDIR)/libde265_la-quality.Plo
1293 -rm -f ./$(DEPDIR)/libde265_la-refpic.Plo
1294 -rm -f ./$(DEPDIR)/libde265_la-sao.Plo
1295 -rm -f ./$(DEPDIR)/libde265_la-scan.Plo
1296 -rm -f ./$(DEPDIR)/libde265_la-sei.Plo
1297 -rm -f ./$(DEPDIR)/libde265_la-slice.Plo
1298 -rm -f ./$(DEPDIR)/libde265_la-sps.Plo
1299 -rm -f ./$(DEPDIR)/libde265_la-threads.Plo
1300 -rm -f ./$(DEPDIR)/libde265_la-transform.Plo
1301 -rm -f ./$(DEPDIR)/libde265_la-util.Plo
1302 -rm -f ./$(DEPDIR)/libde265_la-visualize.Plo
1303 -rm -f ./$(DEPDIR)/libde265_la-vps.Plo
1304 -rm -f ./$(DEPDIR)/libde265_la-vui.Plo
11931305 -rm -f Makefile
11941306 maintainer-clean-am: distclean-am maintainer-clean-generic
11951307
12101322
12111323 .MAKE: $(am__recursive_targets) install-am install-strip
12121324
1213 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1214 check-am clean clean-generic clean-libLTLIBRARIES \
1215 clean-libtool cscopelist-am ctags ctags-am distclean \
1216 distclean-compile distclean-generic distclean-libtool \
1217 distclean-tags distdir dvi dvi-am html html-am info info-am \
1218 install install-am install-data install-data-am install-dvi \
1219 install-dvi-am install-exec install-exec-am install-html \
1220 install-html-am install-info install-info-am \
1221 install-libLTLIBRARIES install-libde265_laHEADERS install-man \
1222 install-pdf install-pdf-am install-ps install-ps-am \
1223 install-strip installcheck installcheck-am installdirs \
1224 installdirs-am maintainer-clean maintainer-clean-generic \
1225 mostlyclean mostlyclean-compile mostlyclean-generic \
1226 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1227 uninstall-am uninstall-libLTLIBRARIES \
1228 uninstall-libde265_laHEADERS
1325 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1326 am--depfiles check check-am clean clean-generic \
1327 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
1328 ctags-am distclean distclean-compile distclean-generic \
1329 distclean-libtool distclean-tags distdir dvi dvi-am html \
1330 html-am info info-am install install-am install-data \
1331 install-data-am install-dvi install-dvi-am install-exec \
1332 install-exec-am install-html install-html-am install-info \
1333 install-info-am install-libLTLIBRARIES \
1334 install-libde265_laHEADERS install-man install-pdf \
1335 install-pdf-am install-ps install-ps-am install-strip \
1336 installcheck installcheck-am installdirs installdirs-am \
1337 maintainer-clean maintainer-clean-generic mostlyclean \
1338 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1339 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1340 uninstall-libLTLIBRARIES uninstall-libde265_laHEADERS
12291341
12301342 .PRECIOUS: Makefile
12311343
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
144144 am__v_at_1 =
145145 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
146146 depcomp = $(SHELL) $(top_srcdir)/depcomp
147 am__depfiles_maybe = depfiles
147 am__maybe_remake_depfiles = depfiles
148 am__depfiles_remade = ./$(DEPDIR)/libde265_arm_la-arm.Plo \
149 ./$(DEPDIR)/libde265_arm_neon_la-asm.Plo \
150 ./$(DEPDIR)/libde265_arm_neon_la-cpudetect.Plo \
151 ./$(DEPDIR)/libde265_arm_neon_la-hevcdsp_qpel_neon.Plo \
152 ./$(DEPDIR)/libde265_arm_neon_la-neon.Plo
148153 am__mv = mv -f
149154 CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
150155 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
151 LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
156 LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
152157 $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
153158 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
154159 $(AM_CCASFLAGS) $(CCASFLAGS)
406411 *config.status*) \
407412 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
408413 *) \
409 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
410 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
414 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
415 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
411416 esac;
412417
413418 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
442447 distclean-compile:
443448 -rm -f *.tab.c
444449
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_arm_la-arm.Plo@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_arm_neon_la-asm.Plo@am__quote@
447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_arm_neon_la-cpudetect.Plo@am__quote@
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_arm_neon_la-hevcdsp_qpel_neon.Plo@am__quote@
449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_arm_neon_la-neon.Plo@am__quote@
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_arm_la-arm.Plo@am__quote@ # am--include-marker
451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_arm_neon_la-asm.Plo@am__quote@ # am--include-marker
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_arm_neon_la-cpudetect.Plo@am__quote@ # am--include-marker
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_arm_neon_la-hevcdsp_qpel_neon.Plo@am__quote@ # am--include-marker
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_arm_neon_la-neon.Plo@am__quote@ # am--include-marker
455
456 $(am__depfiles_remade):
457 @$(MKDIR_P) $(@D)
458 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
459
460 am--depfiles: $(am__depfiles_remade)
450461
451462 .S.o:
452463 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
470481 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
471482
472483 libde265_arm_neon_la-asm.lo: asm.S
473 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -MT libde265_arm_neon_la-asm.lo -MD -MP -MF $(DEPDIR)/libde265_arm_neon_la-asm.Tpo -c -o libde265_arm_neon_la-asm.lo `test -f 'asm.S' || echo '$(srcdir)/'`asm.S
484 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -MT libde265_arm_neon_la-asm.lo -MD -MP -MF $(DEPDIR)/libde265_arm_neon_la-asm.Tpo -c -o libde265_arm_neon_la-asm.lo `test -f 'asm.S' || echo '$(srcdir)/'`asm.S
474485 @am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libde265_arm_neon_la-asm.Tpo $(DEPDIR)/libde265_arm_neon_la-asm.Plo
475486 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm.S' object='libde265_arm_neon_la-asm.lo' libtool=yes @AMDEPBACKSLASH@
476487 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -c -o libde265_arm_neon_la-asm.lo `test -f 'asm.S' || echo '$(srcdir)/'`asm.S
488 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -c -o libde265_arm_neon_la-asm.lo `test -f 'asm.S' || echo '$(srcdir)/'`asm.S
478489
479490 libde265_arm_neon_la-cpudetect.lo: cpudetect.S
480 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -MT libde265_arm_neon_la-cpudetect.lo -MD -MP -MF $(DEPDIR)/libde265_arm_neon_la-cpudetect.Tpo -c -o libde265_arm_neon_la-cpudetect.lo `test -f 'cpudetect.S' || echo '$(srcdir)/'`cpudetect.S
491 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -MT libde265_arm_neon_la-cpudetect.lo -MD -MP -MF $(DEPDIR)/libde265_arm_neon_la-cpudetect.Tpo -c -o libde265_arm_neon_la-cpudetect.lo `test -f 'cpudetect.S' || echo '$(srcdir)/'`cpudetect.S
481492 @am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libde265_arm_neon_la-cpudetect.Tpo $(DEPDIR)/libde265_arm_neon_la-cpudetect.Plo
482493 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='cpudetect.S' object='libde265_arm_neon_la-cpudetect.lo' libtool=yes @AMDEPBACKSLASH@
483494 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -c -o libde265_arm_neon_la-cpudetect.lo `test -f 'cpudetect.S' || echo '$(srcdir)/'`cpudetect.S
495 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -c -o libde265_arm_neon_la-cpudetect.lo `test -f 'cpudetect.S' || echo '$(srcdir)/'`cpudetect.S
485496
486497 libde265_arm_neon_la-hevcdsp_qpel_neon.lo: hevcdsp_qpel_neon.S
487 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -MT libde265_arm_neon_la-hevcdsp_qpel_neon.lo -MD -MP -MF $(DEPDIR)/libde265_arm_neon_la-hevcdsp_qpel_neon.Tpo -c -o libde265_arm_neon_la-hevcdsp_qpel_neon.lo `test -f 'hevcdsp_qpel_neon.S' || echo '$(srcdir)/'`hevcdsp_qpel_neon.S
498 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -MT libde265_arm_neon_la-hevcdsp_qpel_neon.lo -MD -MP -MF $(DEPDIR)/libde265_arm_neon_la-hevcdsp_qpel_neon.Tpo -c -o libde265_arm_neon_la-hevcdsp_qpel_neon.lo `test -f 'hevcdsp_qpel_neon.S' || echo '$(srcdir)/'`hevcdsp_qpel_neon.S
488499 @am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libde265_arm_neon_la-hevcdsp_qpel_neon.Tpo $(DEPDIR)/libde265_arm_neon_la-hevcdsp_qpel_neon.Plo
489500 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='hevcdsp_qpel_neon.S' object='libde265_arm_neon_la-hevcdsp_qpel_neon.lo' libtool=yes @AMDEPBACKSLASH@
490501 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -c -o libde265_arm_neon_la-hevcdsp_qpel_neon.lo `test -f 'hevcdsp_qpel_neon.S' || echo '$(srcdir)/'`hevcdsp_qpel_neon.S
502 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -c -o libde265_arm_neon_la-hevcdsp_qpel_neon.lo `test -f 'hevcdsp_qpel_neon.S' || echo '$(srcdir)/'`hevcdsp_qpel_neon.S
492503
493504 libde265_arm_neon_la-neon.lo: neon.S
494 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -MT libde265_arm_neon_la-neon.lo -MD -MP -MF $(DEPDIR)/libde265_arm_neon_la-neon.Tpo -c -o libde265_arm_neon_la-neon.lo `test -f 'neon.S' || echo '$(srcdir)/'`neon.S
505 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -MT libde265_arm_neon_la-neon.lo -MD -MP -MF $(DEPDIR)/libde265_arm_neon_la-neon.Tpo -c -o libde265_arm_neon_la-neon.lo `test -f 'neon.S' || echo '$(srcdir)/'`neon.S
495506 @am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libde265_arm_neon_la-neon.Tpo $(DEPDIR)/libde265_arm_neon_la-neon.Plo
496507 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='neon.S' object='libde265_arm_neon_la-neon.lo' libtool=yes @AMDEPBACKSLASH@
497508 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
498 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -c -o libde265_arm_neon_la-neon.lo `test -f 'neon.S' || echo '$(srcdir)/'`neon.S
509 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -c -o libde265_arm_neon_la-neon.lo `test -f 'neon.S' || echo '$(srcdir)/'`neon.S
499510
500511 .cc.o:
501512 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
583594 distclean-tags:
584595 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
585596
586 distdir: $(DISTFILES)
597 distdir: $(BUILT_SOURCES)
598 $(MAKE) $(AM_MAKEFLAGS) distdir-am
599
600 distdir-am: $(DISTFILES)
587601 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
588602 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
589603 list='$(DISTFILES)'; \
653667 mostlyclean-am
654668
655669 distclean: distclean-am
656 -rm -rf ./$(DEPDIR)
670 -rm -f ./$(DEPDIR)/libde265_arm_la-arm.Plo
671 -rm -f ./$(DEPDIR)/libde265_arm_neon_la-asm.Plo
672 -rm -f ./$(DEPDIR)/libde265_arm_neon_la-cpudetect.Plo
673 -rm -f ./$(DEPDIR)/libde265_arm_neon_la-hevcdsp_qpel_neon.Plo
674 -rm -f ./$(DEPDIR)/libde265_arm_neon_la-neon.Plo
657675 -rm -f Makefile
658676 distclean-am: clean-am distclean-compile distclean-generic \
659677 distclean-tags
699717 installcheck-am:
700718
701719 maintainer-clean: maintainer-clean-am
702 -rm -rf ./$(DEPDIR)
720 -rm -f ./$(DEPDIR)/libde265_arm_la-arm.Plo
721 -rm -f ./$(DEPDIR)/libde265_arm_neon_la-asm.Plo
722 -rm -f ./$(DEPDIR)/libde265_arm_neon_la-cpudetect.Plo
723 -rm -f ./$(DEPDIR)/libde265_arm_neon_la-hevcdsp_qpel_neon.Plo
724 -rm -f ./$(DEPDIR)/libde265_arm_neon_la-neon.Plo
703725 -rm -f Makefile
704726 maintainer-clean-am: distclean-am maintainer-clean-generic
705727
720742
721743 .MAKE: install-am install-strip
722744
723 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
724 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
725 ctags-am distclean distclean-compile distclean-generic \
726 distclean-libtool distclean-tags distdir dvi dvi-am html \
727 html-am info info-am install install-am install-data \
728 install-data-am install-dvi install-dvi-am install-exec \
729 install-exec-am install-html install-html-am install-info \
730 install-info-am install-man install-pdf install-pdf-am \
731 install-ps install-ps-am install-strip installcheck \
732 installcheck-am installdirs maintainer-clean \
745 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
746 clean-generic clean-libtool clean-noinstLTLIBRARIES \
747 cscopelist-am ctags ctags-am distclean distclean-compile \
748 distclean-generic distclean-libtool distclean-tags distdir dvi \
749 dvi-am html html-am info info-am install install-am \
750 install-data install-data-am install-dvi install-dvi-am \
751 install-exec install-exec-am install-html install-html-am \
752 install-info install-info-am install-man install-pdf \
753 install-pdf-am install-ps install-ps-am install-strip \
754 installcheck installcheck-am installdirs maintainer-clean \
733755 maintainer-clean-generic mostlyclean mostlyclean-compile \
734756 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
735757 tags tags-am uninstall uninstall-am
156156 return "SPS header missing, cannot decode SEI";
157157 case DE265_WARNING_COLLOCATED_MOTION_VECTOR_OUTSIDE_IMAGE_AREA:
158158 return "collocated motion-vector is outside image area";
159 case DE265_WARNING_PCM_BITDEPTH_TOO_LARGE:
160 return "PCM bit-depth too large";
159161
160162 default: return "unknown error";
161163 }
134134 DE265_NON_EXISTING_LT_REFERENCE_CANDIDATE_IN_SLICE_HEADER=1023,
135135 DE265_WARNING_CANNOT_APPLY_SAO_OUT_OF_MEMORY=1024,
136136 DE265_WARNING_SPS_MISSING_CANNOT_DECODE_SEI=1025,
137 DE265_WARNING_COLLOCATED_MOTION_VECTOR_OUTSIDE_IMAGE_AREA=1026
137 DE265_WARNING_COLLOCATED_MOTION_VECTOR_OUTSIDE_IMAGE_AREA=1026,
138 DE265_WARNING_PCM_BITDEPTH_TOO_LARGE=1027
138139 } de265_error;
139140
140141 LIBDE265_API const char* de265_get_error_text(de265_error err);
843843
844844
845845 for (int k=0;k<4;k++) {
846 int delta = Clip3(-tc,tc, ((((q[0][k]-p[0][k])<<2)+p[1][k]-q[1][k]+4)>>3));
846 int delta = Clip3(-tc,tc, ((((q[0][k]-p[0][k])*4)+p[1][k]-q[1][k]+4)>>3)); // standard says <<2 in eq. (8-356), but the value can also be negative
847847 logtrace(LogDeblock,"delta=%d\n",delta);
848848 if (filterP) { ptr[-1+k*stride] = Clip_BitDepth(p[0][k]+delta, bitDepth_C); }
849849 if (filterQ) { ptr[ 0+k*stride] = Clip_BitDepth(q[0][k]-delta, bitDepth_C); }
859859 if (img->get_cu_transquant_bypass(SubWidthC*xDi,SubHeightC*yDi)) filterQ=false;
860860
861861 for (int k=0;k<4;k++) {
862 int delta = Clip3(-tc,tc, ((((q[0][k]-p[0][k])<<2)+p[1][k]-q[1][k]+4)>>3));
862 int delta = Clip3(-tc,tc, ((((q[0][k]-p[0][k])*4)+p[1][k]-q[1][k]+4)>>3)); // standard says <<2, but the value can also be negative
863863 if (filterP) { ptr[ k-1*stride] = Clip_BitDepth(p[0][k]+delta, bitDepth_C); }
864864 if (filterQ) { ptr[ k+0*stride] = Clip_BitDepth(q[0][k]-delta, bitDepth_C); }
865865 }
449449 de265_image* img;
450450
451451 public:
452 const slice_segment_header* previous_slice_header; /* Remember the last slice for a successive
453 dependent slice. */
452 const slice_segment_header* previous_slice_header = nullptr; /* Remember the last slice for a successive
453 dependent slice. */
454454
455455
456456 // --- motion compensation ---
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
137137 am__v_at_1 =
138138 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
139139 depcomp = $(SHELL) $(top_srcdir)/depcomp
140 am__depfiles_maybe = depfiles
140 am__maybe_remake_depfiles = depfiles
141 am__depfiles_remade = \
142 ./$(DEPDIR)/libde265_encoder_la-encoder-context.Plo \
143 ./$(DEPDIR)/libde265_encoder_la-encoder-core.Plo \
144 ./$(DEPDIR)/libde265_encoder_la-encoder-intrapred.Plo \
145 ./$(DEPDIR)/libde265_encoder_la-encoder-motion.Plo \
146 ./$(DEPDIR)/libde265_encoder_la-encoder-params.Plo \
147 ./$(DEPDIR)/libde265_encoder_la-encoder-syntax.Plo \
148 ./$(DEPDIR)/libde265_encoder_la-encoder-types.Plo \
149 ./$(DEPDIR)/libde265_encoder_la-encpicbuf.Plo \
150 ./$(DEPDIR)/libde265_encoder_la-sop.Plo
141151 am__mv = mv -f
142152 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
143153 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
197207 $(RECURSIVE_CLEAN_TARGETS) \
198208 $(am__extra_recursive_targets)
199209 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
200 distdir
210 distdir distdir-am
201211 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
202212 # Read a list of newline-separated strings from the standard input,
203213 # and print each of them once, without duplicates. Input order is
431441 *config.status*) \
432442 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
433443 *) \
434 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
435 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
444 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
445 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
436446 esac;
437447
438448 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
464474 distclean-compile:
465475 -rm -f *.tab.c
466476
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_la-encoder-context.Plo@am__quote@
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_la-encoder-core.Plo@am__quote@
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_la-encoder-intrapred.Plo@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_la-encoder-motion.Plo@am__quote@
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_la-encoder-params.Plo@am__quote@
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_la-encoder-syntax.Plo@am__quote@
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_la-encoder-types.Plo@am__quote@
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_la-encpicbuf.Plo@am__quote@
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_la-sop.Plo@am__quote@
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_la-encoder-context.Plo@am__quote@ # am--include-marker
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_la-encoder-core.Plo@am__quote@ # am--include-marker
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_la-encoder-intrapred.Plo@am__quote@ # am--include-marker
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_la-encoder-motion.Plo@am__quote@ # am--include-marker
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_la-encoder-params.Plo@am__quote@ # am--include-marker
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_la-encoder-syntax.Plo@am__quote@ # am--include-marker
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_la-encoder-types.Plo@am__quote@ # am--include-marker
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_la-encpicbuf.Plo@am__quote@ # am--include-marker
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_la-sop.Plo@am__quote@ # am--include-marker
486
487 $(am__depfiles_remade):
488 @$(MKDIR_P) $(@D)
489 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
490
491 am--depfiles: $(am__depfiles_remade)
476492
477493 .cc.o:
478494 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
663679 distclean-tags:
664680 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
665681
666 distdir: $(DISTFILES)
682 distdir: $(BUILT_SOURCES)
683 $(MAKE) $(AM_MAKEFLAGS) distdir-am
684
685 distdir-am: $(DISTFILES)
667686 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
668687 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
669688 list='$(DISTFILES)'; \
759778 mostlyclean-am
760779
761780 distclean: distclean-recursive
762 -rm -rf ./$(DEPDIR)
781 -rm -f ./$(DEPDIR)/libde265_encoder_la-encoder-context.Plo
782 -rm -f ./$(DEPDIR)/libde265_encoder_la-encoder-core.Plo
783 -rm -f ./$(DEPDIR)/libde265_encoder_la-encoder-intrapred.Plo
784 -rm -f ./$(DEPDIR)/libde265_encoder_la-encoder-motion.Plo
785 -rm -f ./$(DEPDIR)/libde265_encoder_la-encoder-params.Plo
786 -rm -f ./$(DEPDIR)/libde265_encoder_la-encoder-syntax.Plo
787 -rm -f ./$(DEPDIR)/libde265_encoder_la-encoder-types.Plo
788 -rm -f ./$(DEPDIR)/libde265_encoder_la-encpicbuf.Plo
789 -rm -f ./$(DEPDIR)/libde265_encoder_la-sop.Plo
763790 -rm -f Makefile
764791 distclean-am: clean-am distclean-compile distclean-generic \
765792 distclean-tags
805832 installcheck-am:
806833
807834 maintainer-clean: maintainer-clean-recursive
808 -rm -rf ./$(DEPDIR)
835 -rm -f ./$(DEPDIR)/libde265_encoder_la-encoder-context.Plo
836 -rm -f ./$(DEPDIR)/libde265_encoder_la-encoder-core.Plo
837 -rm -f ./$(DEPDIR)/libde265_encoder_la-encoder-intrapred.Plo
838 -rm -f ./$(DEPDIR)/libde265_encoder_la-encoder-motion.Plo
839 -rm -f ./$(DEPDIR)/libde265_encoder_la-encoder-params.Plo
840 -rm -f ./$(DEPDIR)/libde265_encoder_la-encoder-syntax.Plo
841 -rm -f ./$(DEPDIR)/libde265_encoder_la-encoder-types.Plo
842 -rm -f ./$(DEPDIR)/libde265_encoder_la-encpicbuf.Plo
843 -rm -f ./$(DEPDIR)/libde265_encoder_la-sop.Plo
809844 -rm -f Makefile
810845 maintainer-clean-am: distclean-am maintainer-clean-generic
811846
826861
827862 .MAKE: $(am__recursive_targets) install-am install-strip
828863
829 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
830 check-am clean clean-generic clean-libtool \
864 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
865 am--depfiles check check-am clean clean-generic clean-libtool \
831866 clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
832867 distclean-compile distclean-generic distclean-libtool \
833868 distclean-tags distdir dvi dvi-am html html-am info info-am \
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
145145 am__v_at_1 =
146146 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
147147 depcomp = $(SHELL) $(top_srcdir)/depcomp
148 am__depfiles_maybe = depfiles
148 am__maybe_remake_depfiles = depfiles
149 am__depfiles_remade = ./$(DEPDIR)/libde265_encoder_algo_la-algo.Plo \
150 ./$(DEPDIR)/libde265_encoder_algo_la-cb-interpartmode.Plo \
151 ./$(DEPDIR)/libde265_encoder_algo_la-cb-intra-inter.Plo \
152 ./$(DEPDIR)/libde265_encoder_algo_la-cb-intrapartmode.Plo \
153 ./$(DEPDIR)/libde265_encoder_algo_la-cb-mergeindex.Plo \
154 ./$(DEPDIR)/libde265_encoder_algo_la-cb-skip.Plo \
155 ./$(DEPDIR)/libde265_encoder_algo_la-cb-split.Plo \
156 ./$(DEPDIR)/libde265_encoder_algo_la-coding-options.Plo \
157 ./$(DEPDIR)/libde265_encoder_algo_la-ctb-qscale.Plo \
158 ./$(DEPDIR)/libde265_encoder_algo_la-pb-mv.Plo \
159 ./$(DEPDIR)/libde265_encoder_algo_la-tb-intrapredmode.Plo \
160 ./$(DEPDIR)/libde265_encoder_algo_la-tb-rateestim.Plo \
161 ./$(DEPDIR)/libde265_encoder_algo_la-tb-split.Plo \
162 ./$(DEPDIR)/libde265_encoder_algo_la-tb-transform.Plo
149163 am__mv = mv -f
150164 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
151165 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
400414 *config.status*) \
401415 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
402416 *) \
403 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
404 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
417 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
418 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
405419 esac;
406420
407421 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
433447 distclean-compile:
434448 -rm -f *.tab.c
435449
436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-algo.Plo@am__quote@
437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-cb-interpartmode.Plo@am__quote@
438 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-cb-intra-inter.Plo@am__quote@
439 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-cb-intrapartmode.Plo@am__quote@
440 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-cb-mergeindex.Plo@am__quote@
441 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-cb-skip.Plo@am__quote@
442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-cb-split.Plo@am__quote@
443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-coding-options.Plo@am__quote@
444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-ctb-qscale.Plo@am__quote@
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-pb-mv.Plo@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-tb-intrapredmode.Plo@am__quote@
447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-tb-rateestim.Plo@am__quote@
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-tb-split.Plo@am__quote@
449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-tb-transform.Plo@am__quote@
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-algo.Plo@am__quote@ # am--include-marker
451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-cb-interpartmode.Plo@am__quote@ # am--include-marker
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-cb-intra-inter.Plo@am__quote@ # am--include-marker
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-cb-intrapartmode.Plo@am__quote@ # am--include-marker
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-cb-mergeindex.Plo@am__quote@ # am--include-marker
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-cb-skip.Plo@am__quote@ # am--include-marker
456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-cb-split.Plo@am__quote@ # am--include-marker
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-coding-options.Plo@am__quote@ # am--include-marker
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-ctb-qscale.Plo@am__quote@ # am--include-marker
459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-pb-mv.Plo@am__quote@ # am--include-marker
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-tb-intrapredmode.Plo@am__quote@ # am--include-marker
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-tb-rateestim.Plo@am__quote@ # am--include-marker
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-tb-split.Plo@am__quote@ # am--include-marker
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_encoder_algo_la-tb-transform.Plo@am__quote@ # am--include-marker
464
465 $(am__depfiles_remade):
466 @$(MKDIR_P) $(@D)
467 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
468
469 am--depfiles: $(am__depfiles_remade)
450470
451471 .cc.o:
452472 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
625645 distclean-tags:
626646 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
627647
628 distdir: $(DISTFILES)
648 distdir: $(BUILT_SOURCES)
649 $(MAKE) $(AM_MAKEFLAGS) distdir-am
650
651 distdir-am: $(DISTFILES)
629652 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
630653 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
631654 list='$(DISTFILES)'; \
695718 mostlyclean-am
696719
697720 distclean: distclean-am
698 -rm -rf ./$(DEPDIR)
721 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-algo.Plo
722 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-cb-interpartmode.Plo
723 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-cb-intra-inter.Plo
724 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-cb-intrapartmode.Plo
725 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-cb-mergeindex.Plo
726 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-cb-skip.Plo
727 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-cb-split.Plo
728 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-coding-options.Plo
729 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-ctb-qscale.Plo
730 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-pb-mv.Plo
731 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-tb-intrapredmode.Plo
732 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-tb-rateestim.Plo
733 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-tb-split.Plo
734 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-tb-transform.Plo
699735 -rm -f Makefile
700736 distclean-am: clean-am distclean-compile distclean-generic \
701737 distclean-tags
741777 installcheck-am:
742778
743779 maintainer-clean: maintainer-clean-am
744 -rm -rf ./$(DEPDIR)
780 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-algo.Plo
781 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-cb-interpartmode.Plo
782 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-cb-intra-inter.Plo
783 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-cb-intrapartmode.Plo
784 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-cb-mergeindex.Plo
785 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-cb-skip.Plo
786 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-cb-split.Plo
787 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-coding-options.Plo
788 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-ctb-qscale.Plo
789 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-pb-mv.Plo
790 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-tb-intrapredmode.Plo
791 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-tb-rateestim.Plo
792 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-tb-split.Plo
793 -rm -f ./$(DEPDIR)/libde265_encoder_algo_la-tb-transform.Plo
745794 -rm -f Makefile
746795 maintainer-clean-am: distclean-am maintainer-clean-generic
747796
762811
763812 .MAKE: install-am install-strip
764813
765 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
766 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
767 ctags-am distclean distclean-compile distclean-generic \
768 distclean-libtool distclean-tags distdir dvi dvi-am html \
769 html-am info info-am install install-am install-data \
770 install-data-am install-dvi install-dvi-am install-exec \
771 install-exec-am install-html install-html-am install-info \
772 install-info-am install-man install-pdf install-pdf-am \
773 install-ps install-ps-am install-strip installcheck \
774 installcheck-am installdirs maintainer-clean \
814 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
815 clean-generic clean-libtool clean-noinstLTLIBRARIES \
816 cscopelist-am ctags ctags-am distclean distclean-compile \
817 distclean-generic distclean-libtool distclean-tags distdir dvi \
818 dvi-am html html-am info info-am install install-am \
819 install-data install-data-am install-dvi install-dvi-am \
820 install-exec install-exec-am install-html install-html-am \
821 install-info install-info-am install-man install-pdf \
822 install-pdf-am install-ps install-ps-am install-strip \
823 installcheck installcheck-am installdirs maintainer-clean \
775824 maintainer-clean-generic mostlyclean mostlyclean-compile \
776825 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
777826 tags tags-am uninstall uninstall-am
41734173
41744174 int shift = bitDepth - nPcmBits;
41754175
4176 // a shift < 0 may result when the SPS sequence header is broken
4177 if (shift < 0) {
4178 shift=0;
4179 }
4180
41764181 for (int y=0;y<h;y++)
41774182 for (int x=0;x<w;x++)
41784183 {
364364 READ_VLC_OFFSET(log2_min_pcm_luma_coding_block_size, uvlc, 3);
365365 READ_VLC(log2_diff_max_min_pcm_luma_coding_block_size, uvlc);
366366 pcm_loop_filter_disable_flag = get_bits(br,1);
367
368 if (pcm_sample_bit_depth_luma > bit_depth_luma) {
369 errqueue->add_warning(DE265_WARNING_PCM_BITDEPTH_TOO_LARGE, false);
370 return DE265_ERROR_CODED_PARAMETER_OUT_OF_RANGE;
371 }
372
373 if (pcm_sample_bit_depth_chroma > bit_depth_chroma) {
374 errqueue->add_warning(DE265_WARNING_PCM_BITDEPTH_TOO_LARGE, false);
375 return DE265_ERROR_CODED_PARAMETER_OUT_OF_RANGE;
376 }
367377 }
368378 else {
369379 pcm_sample_bit_depth_luma = 0;
872882 int dc_coeff[4][6];
873883
874884 for (int sizeId=0;sizeId<4;sizeId++) {
875 int n = ((sizeId==3) ? 2 : 6);
885 //int n = ((sizeId==3) ? 2 : 6);
876886 uint8_t scaling_list[6][32*32];
877887
878 for (int matrixId=0;matrixId<n;matrixId++) {
888 for (int matrixId=0 ; matrixId<6 ; matrixId += (sizeId==3 ? 3 : 1)) {
879889 uint8_t* curr_scaling_list = scaling_list[matrixId];
880890 int scaling_list_dc_coef;
881891
981991 }
982992 }
983993
994
995 // --- fill 32x32 matrices for chroma
996
997 const position* scan = get_scan_order(3, 0 /* diag */);
998
999 for (int matrixId=0;matrixId<6;matrixId++)
1000 if (matrixId!=0 && matrixId!=3) {
1001 for (int i=0;i<64;i++) {
1002 int x = scan[i].x;
1003 int y = scan[i].y;
1004 int v = sclist->ScalingFactor_Size1[matrixId][y][x];
1005
1006 for (int dy=0;dy<4;dy++)
1007 for (int dx=0;dx<4;dx++) {
1008 sclist->ScalingFactor_Size3[matrixId][4*y+dy][4*x+dx] = v;
1009 }
1010 }
1011
1012 sclist->ScalingFactor_Size3[matrixId][0][0] = sclist->ScalingFactor_Size1[matrixId][0][0];
1013 }
1014
9841015 return DE265_OK;
9851016 }
9861017
5353 uint8_t ScalingFactor_Size0[6][4][4];
5454 uint8_t ScalingFactor_Size1[6][8][8];
5555 uint8_t ScalingFactor_Size2[6][16][16];
56 uint8_t ScalingFactor_Size3[2][32][32];
56 uint8_t ScalingFactor_Size3[6][32][32];
5757 } scaling_list_data;
5858
5959
503503
504504 for (int i=0;i<tctx->nCoeff[cIdx];i++) {
505505 int pos = tctx->coeffPos[cIdx][i];
506 int x = pos%nT;
507 int y = pos/nT;
508
509 const int m_x_y = sclist[x+y*nT];
506
507 const int m_x_y = sclist[pos];
510508 const int fact = m_x_y * levelScale[qP%6] << (qP/6);
511509
512510 int64_t currCoeff = tctx->coeffList[cIdx][i];
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
140140 am__v_at_1 =
141141 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
142142 depcomp = $(SHELL) $(top_srcdir)/depcomp
143 am__depfiles_maybe = depfiles
143 am__maybe_remake_depfiles = depfiles
144 am__depfiles_remade = ./$(DEPDIR)/libde265_x86_la-sse.Plo \
145 ./$(DEPDIR)/libde265_x86_sse_la-sse-dct.Plo \
146 ./$(DEPDIR)/libde265_x86_sse_la-sse-motion.Plo
144147 am__mv = mv -f
145148 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
146149 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
388391 *config.status*) \
389392 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
390393 *) \
391 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
392 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
394 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
395 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
393396 esac;
394397
395398 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
424427 distclean-compile:
425428 -rm -f *.tab.c
426429
427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_x86_la-sse.Plo@am__quote@
428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_x86_sse_la-sse-dct.Plo@am__quote@
429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_x86_sse_la-sse-motion.Plo@am__quote@
430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_x86_la-sse.Plo@am__quote@ # am--include-marker
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_x86_sse_la-sse-dct.Plo@am__quote@ # am--include-marker
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_x86_sse_la-sse-motion.Plo@am__quote@ # am--include-marker
433
434 $(am__depfiles_remade):
435 @$(MKDIR_P) $(@D)
436 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
437
438 am--depfiles: $(am__depfiles_remade)
430439
431440 .cc.o:
432441 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
528537 distclean-tags:
529538 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
530539
531 distdir: $(DISTFILES)
540 distdir: $(BUILT_SOURCES)
541 $(MAKE) $(AM_MAKEFLAGS) distdir-am
542
543 distdir-am: $(DISTFILES)
532544 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
533545 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
534546 list='$(DISTFILES)'; \
598610 mostlyclean-am
599611
600612 distclean: distclean-am
601 -rm -rf ./$(DEPDIR)
613 -rm -f ./$(DEPDIR)/libde265_x86_la-sse.Plo
614 -rm -f ./$(DEPDIR)/libde265_x86_sse_la-sse-dct.Plo
615 -rm -f ./$(DEPDIR)/libde265_x86_sse_la-sse-motion.Plo
602616 -rm -f Makefile
603617 distclean-am: clean-am distclean-compile distclean-generic \
604618 distclean-tags
644658 installcheck-am:
645659
646660 maintainer-clean: maintainer-clean-am
647 -rm -rf ./$(DEPDIR)
661 -rm -f ./$(DEPDIR)/libde265_x86_la-sse.Plo
662 -rm -f ./$(DEPDIR)/libde265_x86_sse_la-sse-dct.Plo
663 -rm -f ./$(DEPDIR)/libde265_x86_sse_la-sse-motion.Plo
648664 -rm -f Makefile
649665 maintainer-clean-am: distclean-am maintainer-clean-generic
650666
665681
666682 .MAKE: install-am install-strip
667683
668 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
669 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
670 ctags-am distclean distclean-compile distclean-generic \
671 distclean-libtool distclean-tags distdir dvi dvi-am html \
672 html-am info info-am install install-am install-data \
673 install-data-am install-dvi install-dvi-am install-exec \
674 install-exec-am install-html install-html-am install-info \
675 install-info-am install-man install-pdf install-pdf-am \
676 install-ps install-ps-am install-strip installcheck \
677 installcheck-am installdirs maintainer-clean \
684 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
685 clean-generic clean-libtool clean-noinstLTLIBRARIES \
686 cscopelist-am ctags ctags-am distclean distclean-compile \
687 distclean-generic distclean-libtool distclean-tags distdir dvi \
688 dvi-am html html-am info info-am install install-am \
689 install-data install-data-am install-dvi install-dvi-am \
690 install-exec install-exec-am install-html install-html-am \
691 install-info install-info-am install-man install-pdf \
692 install-pdf-am install-ps install-ps-am install-strip \
693 installcheck installcheck-am installdirs maintainer-clean \
678694 maintainer-clean-generic mostlyclean mostlyclean-compile \
679695 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
680696 tags tags-am uninstall uninstall-am
3030
3131 PROGRAM=libtool
3232 PACKAGE=libtool
33 VERSION="2.4.6 Debian-2.4.6-2"
33 VERSION="2.4.6 Debian-2.4.6-15"
3434 package_revision=2.4.6
3535
3636
386386 # putting '$debug_cmd' at the start of all your functions, you can get
387387 # bash to show function call trace with:
388388 #
389 # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
389 # debug_cmd='echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
390390 debug_cmd=${debug_cmd-":"}
391391 exit_cmd=:
392392
13691369 #! /bin/sh
13701370
13711371 # Set a version string for this script.
1372 scriptversion=2014-01-07.03; # UTC
1372 scriptversion=2015-10-07.11; # UTC
13731373
13741374 # A portable, pluggable option parser for Bourne shell.
13751375 # Written by Gary V. Vaughan, 2010
15291529 {
15301530 $debug_cmd
15311531
1532 _G_rc_run_hooks=false
1533
15321534 case " $hookable_fns " in
15331535 *" $1 "*) ;;
15341536 *) func_fatal_error "'$1' does not support hook funcions.n" ;;
15371539 eval _G_hook_fns=\$$1_hooks; shift
15381540
15391541 for _G_hook in $_G_hook_fns; do
1540 eval $_G_hook '"$@"'
1541
1542 # store returned options list back into positional
1543 # parameters for next 'cmd' execution.
1544 eval _G_hook_result=\$${_G_hook}_result
1545 eval set dummy "$_G_hook_result"; shift
1542 if eval $_G_hook '"$@"'; then
1543 # store returned options list back into positional
1544 # parameters for next 'cmd' execution.
1545 eval _G_hook_result=\$${_G_hook}_result
1546 eval set dummy "$_G_hook_result"; shift
1547 _G_rc_run_hooks=:
1548 fi
15461549 done
15471550
1548 func_quote_for_eval ${1+"$@"}
1549 func_run_hooks_result=$func_quote_for_eval_result
1551 $_G_rc_run_hooks && func_run_hooks_result=$_G_hook_result
15501552 }
15511553
15521554
15561558 ## --------------- ##
15571559
15581560 # In order to add your own option parsing hooks, you must accept the
1559 # full positional parameter list in your hook function, remove any
1560 # options that you action, and then pass back the remaining unprocessed
1561 # full positional parameter list in your hook function, you may remove/edit
1562 # any options that you action, and then pass back the remaining unprocessed
15611563 # options in '<hooked_function_name>_result', escaped suitably for
1562 # 'eval'. Like this:
1564 # 'eval'. In this case you also must return $EXIT_SUCCESS to let the
1565 # hook's caller know that it should pay attention to
1566 # '<hooked_function_name>_result'. Returning $EXIT_FAILURE signalizes that
1567 # arguments are left untouched by the hook and therefore caller will ignore the
1568 # result variable.
1569 #
1570 # Like this:
15631571 #
15641572 # my_options_prep ()
15651573 # {
15691577 # usage_message=$usage_message'
15701578 # -s, --silent don'\''t print informational messages
15711579 # '
1572 #
1573 # func_quote_for_eval ${1+"$@"}
1574 # my_options_prep_result=$func_quote_for_eval_result
1580 # # No change in '$@' (ignored completely by this hook). There is
1581 # # no need to do the equivalent (but slower) action:
1582 # # func_quote_for_eval ${1+"$@"}
1583 # # my_options_prep_result=$func_quote_for_eval_result
1584 # false
15751585 # }
15761586 # func_add_hook func_options_prep my_options_prep
15771587 #
15801590 # {
15811591 # $debug_cmd
15821592 #
1593 # args_changed=false
1594 #
15831595 # # Note that for efficiency, we parse as many options as we can
15841596 # # recognise in a loop before passing the remainder back to the
15851597 # # caller on the first unrecognised argument we encounter.
15861598 # while test $# -gt 0; do
15871599 # opt=$1; shift
15881600 # case $opt in
1589 # --silent|-s) opt_silent=: ;;
1601 # --silent|-s) opt_silent=:
1602 # args_changed=:
1603 # ;;
15901604 # # Separate non-argument short options:
15911605 # -s*) func_split_short_opt "$_G_opt"
15921606 # set dummy "$func_split_short_opt_name" \
15931607 # "-$func_split_short_opt_arg" ${1+"$@"}
15941608 # shift
1609 # args_changed=:
15951610 # ;;
1596 # *) set dummy "$_G_opt" "$*"; shift; break ;;
1611 # *) # Make sure the first unrecognised option "$_G_opt"
1612 # # is added back to "$@", we could need that later
1613 # # if $args_changed is true.
1614 # set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
15971615 # esac
15981616 # done
15991617 #
1600 # func_quote_for_eval ${1+"$@"}
1601 # my_silent_option_result=$func_quote_for_eval_result
1618 # if $args_changed; then
1619 # func_quote_for_eval ${1+"$@"}
1620 # my_silent_option_result=$func_quote_for_eval_result
1621 # fi
1622 #
1623 # $args_changed
16021624 # }
16031625 # func_add_hook func_parse_options my_silent_option
16041626 #
16101632 # $opt_silent && $opt_verbose && func_fatal_help "\
16111633 # '--silent' and '--verbose' options are mutually exclusive."
16121634 #
1613 # func_quote_for_eval ${1+"$@"}
1614 # my_option_validation_result=$func_quote_for_eval_result
1635 # false
16151636 # }
16161637 # func_add_hook func_validate_options my_option_validation
16171638 #
1618 # You'll alse need to manually amend $usage_message to reflect the extra
1639 # You'll also need to manually amend $usage_message to reflect the extra
16191640 # options you parse. It's preferable to append if you can, so that
16201641 # multiple option parsing hooks can be added safely.
1642
1643
1644 # func_options_finish [ARG]...
1645 # ----------------------------
1646 # Finishing the option parse loop (call 'func_options' hooks ATM).
1647 func_options_finish ()
1648 {
1649 $debug_cmd
1650
1651 _G_func_options_finish_exit=false
1652 if func_run_hooks func_options ${1+"$@"}; then
1653 func_options_finish_result=$func_run_hooks_result
1654 _G_func_options_finish_exit=:
1655 fi
1656
1657 $_G_func_options_finish_exit
1658 }
16211659
16221660
16231661 # func_options [ARG]...
16291667 {
16301668 $debug_cmd
16311669
1632 func_options_prep ${1+"$@"}
1633 eval func_parse_options \
1634 ${func_options_prep_result+"$func_options_prep_result"}
1635 eval func_validate_options \
1636 ${func_parse_options_result+"$func_parse_options_result"}
1637
1638 eval func_run_hooks func_options \
1639 ${func_validate_options_result+"$func_validate_options_result"}
1640
1641 # save modified positional parameters for caller
1642 func_options_result=$func_run_hooks_result
1670 _G_rc_options=false
1671
1672 for my_func in options_prep parse_options validate_options options_finish
1673 do
1674 if eval func_$my_func '${1+"$@"}'; then
1675 eval _G_res_var='$'"func_${my_func}_result"
1676 eval set dummy "$_G_res_var" ; shift
1677 _G_rc_options=:
1678 fi
1679 done
1680
1681 # Save modified positional parameters for caller. As a top-level
1682 # options-parser function we always need to set the 'func_options_result'
1683 # variable (regardless the $_G_rc_options value).
1684 if $_G_rc_options; then
1685 func_options_result=$_G_res_var
1686 else
1687 func_quote_for_eval ${1+"$@"}
1688 func_options_result=$func_quote_for_eval_result
1689 fi
1690
1691 $_G_rc_options
16431692 }
16441693
16451694
16481697 # All initialisations required before starting the option parse loop.
16491698 # Note that when calling hook functions, we pass through the list of
16501699 # positional parameters. If a hook function modifies that list, and
1651 # needs to propogate that back to rest of this script, then the complete
1700 # needs to propagate that back to rest of this script, then the complete
16521701 # modified list must be put in 'func_run_hooks_result' before
1653 # returning.
1702 # returning $EXIT_SUCCESS (otherwise $EXIT_FAILURE is returned).
16541703 func_hookable func_options_prep
16551704 func_options_prep ()
16561705 {
16601709 opt_verbose=false
16611710 opt_warning_types=
16621711
1663 func_run_hooks func_options_prep ${1+"$@"}
1664
1665 # save modified positional parameters for caller
1666 func_options_prep_result=$func_run_hooks_result
1712 _G_rc_options_prep=false
1713 if func_run_hooks func_options_prep ${1+"$@"}; then
1714 _G_rc_options_prep=:
1715 # save modified positional parameters for caller
1716 func_options_prep_result=$func_run_hooks_result
1717 fi
1718
1719 $_G_rc_options_prep
16671720 }
16681721
16691722
16771730
16781731 func_parse_options_result=
16791732
1733 _G_rc_parse_options=false
16801734 # this just eases exit handling
16811735 while test $# -gt 0; do
16821736 # Defer to hook functions for initial option parsing, so they
16831737 # get priority in the event of reusing an option name.
1684 func_run_hooks func_parse_options ${1+"$@"}
1685
1686 # Adjust func_parse_options positional parameters to match
1687 eval set dummy "$func_run_hooks_result"; shift
1738 if func_run_hooks func_parse_options ${1+"$@"}; then
1739 eval set dummy "$func_run_hooks_result"; shift
1740 _G_rc_parse_options=:
1741 fi
16881742
16891743 # Break out of the loop if we already parsed every option.
16901744 test $# -gt 0 || break
16911745
1746 _G_match_parse_options=:
16921747 _G_opt=$1
16931748 shift
16941749 case $_G_opt in
17031758 ;;
17041759
17051760 --warnings|--warning|-W)
1706 test $# = 0 && func_missing_arg $_G_opt && break
1761 if test $# = 0 && func_missing_arg $_G_opt; then
1762 _G_rc_parse_options=:
1763 break
1764 fi
17071765 case " $warning_categories $1" in
17081766 *" $1 "*)
17091767 # trailing space prevents matching last $1 above
17561814 shift
17571815 ;;
17581816
1759 --) break ;;
1817 --) _G_rc_parse_options=: ; break ;;
17601818 -*) func_fatal_help "unrecognised option: '$_G_opt'" ;;
1761 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
1819 *) set dummy "$_G_opt" ${1+"$@"}; shift
1820 _G_match_parse_options=false
1821 break
1822 ;;
17621823 esac
1824
1825 $_G_match_parse_options && _G_rc_parse_options=:
17631826 done
17641827
1765 # save modified positional parameters for caller
1766 func_quote_for_eval ${1+"$@"}
1767 func_parse_options_result=$func_quote_for_eval_result
1828
1829 if $_G_rc_parse_options; then
1830 # save modified positional parameters for caller
1831 func_quote_for_eval ${1+"$@"}
1832 func_parse_options_result=$func_quote_for_eval_result
1833 fi
1834
1835 $_G_rc_parse_options
17681836 }
17691837
17701838
17771845 {
17781846 $debug_cmd
17791847
1848 _G_rc_validate_options=false
1849
17801850 # Display all warnings if -W was not given.
17811851 test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
17821852
1783 func_run_hooks func_validate_options ${1+"$@"}
1853 if func_run_hooks func_validate_options ${1+"$@"}; then
1854 # save modified positional parameters for caller
1855 func_validate_options_result=$func_run_hooks_result
1856 _G_rc_validate_options=:
1857 fi
17841858
17851859 # Bail if the options were screwed!
17861860 $exit_cmd $EXIT_FAILURE
17871861
1788 # save modified positional parameters for caller
1789 func_validate_options_result=$func_run_hooks_result
1862 $_G_rc_validate_options
17901863 }
17911864
17921865
20672140 compiler: $LTCC
20682141 compiler flags: $LTCFLAGS
20692142 linker: $LD (gnu? $with_gnu_ld)
2070 version: $progname $scriptversion Debian-2.4.6-2
2143 version: $progname $scriptversion Debian-2.4.6-15
20712144 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
20722145 autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`
20732146
22692342 nonopt=
22702343 preserve_args=
22712344
2345 _G_rc_lt_options_prep=:
2346
22722347 # Shorthand for --mode=foo, only valid as the first argument
22732348 case $1 in
22742349 clean|clea|cle|cl)
22922367 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
22932368 shift; set dummy --mode uninstall ${1+"$@"}; shift
22942369 ;;
2370 *)
2371 _G_rc_lt_options_prep=false
2372 ;;
22952373 esac
22962374
2297 # Pass back the list of options.
2298 func_quote_for_eval ${1+"$@"}
2299 libtool_options_prep_result=$func_quote_for_eval_result
2375 if $_G_rc_lt_options_prep; then
2376 # Pass back the list of options.
2377 func_quote_for_eval ${1+"$@"}
2378 libtool_options_prep_result=$func_quote_for_eval_result
2379 fi
2380
2381 $_G_rc_lt_options_prep
23002382 }
23012383 func_add_hook func_options_prep libtool_options_prep
23022384
23082390 {
23092391 $debug_cmd
23102392
2393 _G_rc_lt_parse_options=false
2394
23112395 # Perform our own loop to consume as many options as possible in
23122396 # each iteration.
23132397 while test $# -gt 0; do
2398 _G_match_lt_parse_options=:
23142399 _G_opt=$1
23152400 shift
23162401 case $_G_opt in
23852470 func_append preserve_args " $_G_opt"
23862471 ;;
23872472
2388 # An option not handled by this hook function:
2389 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
2473 # An option not handled by this hook function:
2474 *) set dummy "$_G_opt" ${1+"$@"} ; shift
2475 _G_match_lt_parse_options=false
2476 break
2477 ;;
23902478 esac
2479 $_G_match_lt_parse_options && _G_rc_lt_parse_options=:
23912480 done
23922481
2393
2394 # save modified positional parameters for caller
2395 func_quote_for_eval ${1+"$@"}
2396 libtool_parse_options_result=$func_quote_for_eval_result
2482 if $_G_rc_lt_parse_options; then
2483 # save modified positional parameters for caller
2484 func_quote_for_eval ${1+"$@"}
2485 libtool_parse_options_result=$func_quote_for_eval_result
2486 fi
2487
2488 $_G_rc_lt_parse_options
23972489 }
23982490 func_add_hook func_parse_options libtool_parse_options
23992491
72747366 # -specs=* GCC specs files
72757367 # -stdlib=* select c++ std lib with clang
72767368 # -fsanitize=* Clang/GCC memory and address sanitizer
7369 # -fuse-ld=* Linker select flags for GCC
7370 # -static-* direct GCC to link specific libraries statically
7371 # -fcilkplus Cilk Plus language extension features for C/C++
72777372 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
72787373 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
72797374 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
7280 -specs=*|-fsanitize=*)
7375 -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus)
72817376 func_quote_for_eval "$arg"
72827377 arg=$func_quote_for_eval_result
72837378 func_append compile_command " $arg"
10401040 _LT_EOF
10411041 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
10421042 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
1043 echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
1044 $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
1043 echo "$AR cr libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
1044 $AR cr libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
10451045 echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
10461046 $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
10471047 cat > conftest.c << _LT_EOF
10701070 # to the OS version, if on x86, and 10.4, the deployment
10711071 # target defaults to 10.4. Don't you love it?
10721072 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
1073 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
1073 10.0,*86*-darwin8*|10.0,*-darwin[[912]]*)
10741074 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
10751075 10.[[012]][[,.]]*)
10761076 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1077 10.*)
1077 10.*|11.*)
10781078 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
10791079 esac
10801080 ;;
14911491 m4_defun([_LT_PROG_AR],
14921492 [AC_CHECK_TOOLS(AR, [ar], false)
14931493 : ${AR=ar}
1494 : ${AR_FLAGS=cru}
1494 : ${AR_FLAGS=cr}
14951495 _LT_DECL([], [AR], [1], [The archiver])
14961496 _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
14971497
40624062 if AC_TRY_EVAL(ac_compile); then
40634063 # Now try to grab the symbols.
40644064 nlist=conftest.nm
4065 if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
4065 $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD
4066 if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then
40664067 # Try sorting and uniquifying the output.
40674068 if sort "$nlist" | uniq > "$nlist"T; then
40684069 mv -f "$nlist"T "$nlist"
47024703 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
47034704 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
47044705 ;;
4706 # flang / f18. f95 an alias for gfortran or flang on Debian
4707 flang* | f18* | f95*)
4708 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4709 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4710 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4711 ;;
47054712 # icc used to be incompatible with GCC.
47064713 # ICC 10 doesn't accept -KPIC any more.
47074714 icc* | ifort*)
64376444 # Commands to make compiler produce verbose output that lists
64386445 # what "hidden" libraries, object files and flags are used when
64396446 # linking a shared library.
6440 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
6447 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
64416448
64426449 else
64436450 GXX=no
68126819 # explicitly linking system object files so we need to strip them
68136820 # from the output so that they don't get included in the library
68146821 # dependencies.
6815 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6822 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
68166823 ;;
68176824 *)
68186825 if test yes = "$GXX"; then
68776884 # explicitly linking system object files so we need to strip them
68786885 # from the output so that they don't get included in the library
68796886 # dependencies.
6880 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6887 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
68816888 ;;
68826889 *)
68836890 if test yes = "$GXX"; then
72167223 # Commands to make compiler produce verbose output that lists
72177224 # what "hidden" libraries, object files and flags are used when
72187225 # linking a shared library.
7219 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
7226 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
72207227
72217228 else
72227229 # FIXME: insert proper C++ library support
73007307 # Commands to make compiler produce verbose output that lists
73017308 # what "hidden" libraries, object files and flags are used when
73027309 # linking a shared library.
7303 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
7310 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
73047311 else
73057312 # g++ 2.7 appears to require '-G' NOT '-shared' on this
73067313 # platform.
73117318 # Commands to make compiler produce verbose output that lists
73127319 # what "hidden" libraries, object files and flags are used when
73137320 # linking a shared library.
7314 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
7321 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
73157322 fi
73167323
73177324 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
00 #! /bin/sh
11 # Common wrapper for a few potentially missing GNU programs.
22
3 scriptversion=2013-10-28.13; # UTC
4
5 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
3 scriptversion=2018-03-07.03; # UTC
4
5 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
66 # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
77
88 # This program is free software; you can redistribute it and/or modify
1616 # GNU General Public License for more details.
1717
1818 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 # along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
2121 # As a special exception to the GNU General Public License, if you
2222 # distribute this file as part of a program that contains a
100100 exit $st
101101 fi
102102
103 perl_URL=http://www.perl.org/
104 flex_URL=http://flex.sourceforge.net/
105 gnu_software_URL=http://www.gnu.org/software
103 perl_URL=https://www.perl.org/
104 flex_URL=https://github.com/westes/flex
105 gnu_software_URL=https://www.gnu.org/software
106106
107107 program_details ()
108108 {
206206 exit $st
207207
208208 # Local variables:
209 # eval: (add-hook 'write-file-hooks 'time-stamp)
209 # eval: (add-hook 'before-save-hook 'time-stamp)
210210 # time-stamp-start: "scriptversion="
211211 # time-stamp-format: "%:y-%02m-%02d.%02H"
212 # time-stamp-time-zone: "UTC"
212 # time-stamp-time-zone: "UTC0"
213213 # time-stamp-end: "; # UTC"
214214 # End:
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
141141 am__v_at_1 =
142142 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
143143 depcomp = $(SHELL) $(top_srcdir)/depcomp
144 am__depfiles_maybe = depfiles
144 am__maybe_remake_depfiles = depfiles
145 am__depfiles_remade = ./$(DEPDIR)/sherlock265-VideoDecoder.Po \
146 ./$(DEPDIR)/sherlock265-VideoPlayer.Po \
147 ./$(DEPDIR)/sherlock265-VideoWidget.Po \
148 ./$(DEPDIR)/sherlock265-moc_VideoDecoder.Po \
149 ./$(DEPDIR)/sherlock265-moc_VideoPlayer.Po \
150 ./$(DEPDIR)/sherlock265-moc_VideoWidget.Po \
151 ./$(DEPDIR)/sherlock265-sherlock265.Po
145152 am__mv = mv -f
146153 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
147154 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
404411 *config.status*) \
405412 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
406413 *) \
407 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
408 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
414 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
415 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
409416 esac;
410417
411418 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
476483 distclean-compile:
477484 -rm -f *.tab.c
478485
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sherlock265-VideoDecoder.Po@am__quote@
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sherlock265-VideoPlayer.Po@am__quote@
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sherlock265-VideoWidget.Po@am__quote@
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sherlock265-moc_VideoDecoder.Po@am__quote@
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sherlock265-moc_VideoPlayer.Po@am__quote@
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sherlock265-moc_VideoWidget.Po@am__quote@
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sherlock265-sherlock265.Po@am__quote@
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sherlock265-VideoDecoder.Po@am__quote@ # am--include-marker
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sherlock265-VideoPlayer.Po@am__quote@ # am--include-marker
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sherlock265-VideoWidget.Po@am__quote@ # am--include-marker
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sherlock265-moc_VideoDecoder.Po@am__quote@ # am--include-marker
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sherlock265-moc_VideoPlayer.Po@am__quote@ # am--include-marker
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sherlock265-moc_VideoWidget.Po@am__quote@ # am--include-marker
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sherlock265-sherlock265.Po@am__quote@ # am--include-marker
493
494 $(am__depfiles_remade):
495 @$(MKDIR_P) $(@D)
496 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
497
498 am--depfiles: $(am__depfiles_remade)
486499
487500 .cc.o:
488501 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
682695 distclean-tags:
683696 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
684697
685 distdir: $(DISTFILES)
698 distdir: $(BUILT_SOURCES)
699 $(MAKE) $(AM_MAKEFLAGS) distdir-am
700
701 distdir-am: $(DISTFILES)
686702 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
687703 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
688704 list='$(DISTFILES)'; \
755771 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
756772
757773 distclean: distclean-am
758 -rm -rf ./$(DEPDIR)
774 -rm -f ./$(DEPDIR)/sherlock265-VideoDecoder.Po
775 -rm -f ./$(DEPDIR)/sherlock265-VideoPlayer.Po
776 -rm -f ./$(DEPDIR)/sherlock265-VideoWidget.Po
777 -rm -f ./$(DEPDIR)/sherlock265-moc_VideoDecoder.Po
778 -rm -f ./$(DEPDIR)/sherlock265-moc_VideoPlayer.Po
779 -rm -f ./$(DEPDIR)/sherlock265-moc_VideoWidget.Po
780 -rm -f ./$(DEPDIR)/sherlock265-sherlock265.Po
759781 -rm -f Makefile
760782 distclean-am: clean-am distclean-compile distclean-generic \
761783 distclean-tags
801823 installcheck-am:
802824
803825 maintainer-clean: maintainer-clean-am
804 -rm -rf ./$(DEPDIR)
826 -rm -f ./$(DEPDIR)/sherlock265-VideoDecoder.Po
827 -rm -f ./$(DEPDIR)/sherlock265-VideoPlayer.Po
828 -rm -f ./$(DEPDIR)/sherlock265-VideoWidget.Po
829 -rm -f ./$(DEPDIR)/sherlock265-moc_VideoDecoder.Po
830 -rm -f ./$(DEPDIR)/sherlock265-moc_VideoPlayer.Po
831 -rm -f ./$(DEPDIR)/sherlock265-moc_VideoWidget.Po
832 -rm -f ./$(DEPDIR)/sherlock265-sherlock265.Po
805833 -rm -f Makefile
806834 maintainer-clean-am: distclean-am maintainer-clean-generic
807835
822850
823851 .MAKE: install-am install-strip
824852
825 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
853 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
826854 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
827855 ctags ctags-am distclean distclean-compile distclean-generic \
828856 distclean-libtool distclean-tags distdir dvi dvi-am html \
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
163163 am__v_at_1 =
164164 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
165165 depcomp = $(SHELL) $(top_srcdir)/depcomp
166 am__depfiles_maybe = depfiles
166 am__maybe_remake_depfiles = depfiles
167 am__depfiles_remade = ./$(DEPDIR)/bjoentegaard-bjoentegaard.Po \
168 ./$(DEPDIR)/block_rate_estim-block-rate-estim.Po \
169 ./$(DEPDIR)/gen_enc_table-gen-entropy-table.Po \
170 ./$(DEPDIR)/rd_curves-rd-curves.Po ./$(DEPDIR)/tests-tests.Po \
171 ./$(DEPDIR)/yuv_distortion-yuv-distortion.Po
167172 am__mv = mv -f
168173 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
169174 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
414419 *config.status*) \
415420 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
416421 *) \
417 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
418 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
422 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
423 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
419424 esac;
420425
421426 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
506511 distclean-compile:
507512 -rm -f *.tab.c
508513
509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjoentegaard-bjoentegaard.Po@am__quote@
510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/block_rate_estim-block-rate-estim.Po@am__quote@
511 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen_enc_table-gen-entropy-table.Po@am__quote@
512 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rd_curves-rd-curves.Po@am__quote@
513 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-tests.Po@am__quote@
514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yuv_distortion-yuv-distortion.Po@am__quote@
514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjoentegaard-bjoentegaard.Po@am__quote@ # am--include-marker
515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/block_rate_estim-block-rate-estim.Po@am__quote@ # am--include-marker
516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen_enc_table-gen-entropy-table.Po@am__quote@ # am--include-marker
517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rd_curves-rd-curves.Po@am__quote@ # am--include-marker
518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests-tests.Po@am__quote@ # am--include-marker
519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yuv_distortion-yuv-distortion.Po@am__quote@ # am--include-marker
520
521 $(am__depfiles_remade):
522 @$(MKDIR_P) $(@D)
523 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
524
525 am--depfiles: $(am__depfiles_remade)
515526
516527 .cc.o:
517528 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
676687 distclean-tags:
677688 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
678689
679 distdir: $(DISTFILES)
690 distdir: $(BUILT_SOURCES)
691 $(MAKE) $(AM_MAKEFLAGS) distdir-am
692
693 distdir-am: $(DISTFILES)
680694 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
681695 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
682696 list='$(DISTFILES)'; \
748762 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
749763
750764 distclean: distclean-am
751 -rm -rf ./$(DEPDIR)
765 -rm -f ./$(DEPDIR)/bjoentegaard-bjoentegaard.Po
766 -rm -f ./$(DEPDIR)/block_rate_estim-block-rate-estim.Po
767 -rm -f ./$(DEPDIR)/gen_enc_table-gen-entropy-table.Po
768 -rm -f ./$(DEPDIR)/rd_curves-rd-curves.Po
769 -rm -f ./$(DEPDIR)/tests-tests.Po
770 -rm -f ./$(DEPDIR)/yuv_distortion-yuv-distortion.Po
752771 -rm -f Makefile
753772 distclean-am: clean-am distclean-compile distclean-generic \
754773 distclean-tags
794813 installcheck-am:
795814
796815 maintainer-clean: maintainer-clean-am
797 -rm -rf ./$(DEPDIR)
816 -rm -f ./$(DEPDIR)/bjoentegaard-bjoentegaard.Po
817 -rm -f ./$(DEPDIR)/block_rate_estim-block-rate-estim.Po
818 -rm -f ./$(DEPDIR)/gen_enc_table-gen-entropy-table.Po
819 -rm -f ./$(DEPDIR)/rd_curves-rd-curves.Po
820 -rm -f ./$(DEPDIR)/tests-tests.Po
821 -rm -f ./$(DEPDIR)/yuv_distortion-yuv-distortion.Po
798822 -rm -f Makefile
799823 maintainer-clean-am: distclean-am maintainer-clean-generic
800824
815839
816840 .MAKE: install-am install-strip
817841
818 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
842 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
819843 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
820844 ctags ctags-am distclean distclean-compile distclean-generic \
821845 distclean-libtool distclean-tags distdir dvi dvi-am html \