| Index: Makefile.in
|
| diff --git a/Makefile.in b/Makefile.in
|
| index cc240ce0ab677c4a53bff3d9be782225445b3eea..5c0febbfdb5d4c396b7ca17ce087cc14c705db28 100644
|
| --- a/Makefile.in
|
| +++ b/Makefile.in
|
| @@ -1,9 +1,8 @@
|
| -# Makefile.in generated by automake 1.11.6 from Makefile.am.
|
| +# Makefile.in generated by automake 1.14.1 from Makefile.am.
|
| # @configure_input@
|
|
|
| -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
| -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
|
| -# Foundation, Inc.
|
| +# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
| +
|
| # This Makefile.in is free software; the Free Software Foundation
|
| # gives unlimited permission to copy and/or distribute it,
|
| # with or without modifications, as long as this notice is preserved.
|
| @@ -19,23 +18,51 @@
|
|
|
|
|
| VPATH = @srcdir@
|
| -am__make_dryrun = \
|
| - { \
|
| - am__dry=no; \
|
| +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
| +am__make_running_with_option = \
|
| + case $${target_option-} in \
|
| + ?) ;; \
|
| + *) echo "am__make_running_with_option: internal error: invalid" \
|
| + "target option '$${target_option-}' specified" >&2; \
|
| + exit 1;; \
|
| + esac; \
|
| + has_opt=no; \
|
| + sane_makeflags=$$MAKEFLAGS; \
|
| + if $(am__is_gnu_make); then \
|
| + sane_makeflags=$$MFLAGS; \
|
| + else \
|
| case $$MAKEFLAGS in \
|
| *\\[\ \ ]*) \
|
| - echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
|
| - | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
|
| - *) \
|
| - for am__flg in $$MAKEFLAGS; do \
|
| - case $$am__flg in \
|
| - *=*|--*) ;; \
|
| - *n*) am__dry=yes; break;; \
|
| - esac; \
|
| - done;; \
|
| + bs=\\; \
|
| + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
| + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
| esac; \
|
| - test $$am__dry = yes; \
|
| - }
|
| + fi; \
|
| + skip_next=no; \
|
| + strip_trailopt () \
|
| + { \
|
| + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
| + }; \
|
| + for flg in $$sane_makeflags; do \
|
| + test $$skip_next = yes && { skip_next=no; continue; }; \
|
| + case $$flg in \
|
| + *=*|--*) continue;; \
|
| + -*I) strip_trailopt 'I'; skip_next=yes;; \
|
| + -*I?*) strip_trailopt 'I';; \
|
| + -*O) strip_trailopt 'O'; skip_next=yes;; \
|
| + -*O?*) strip_trailopt 'O';; \
|
| + -*l) strip_trailopt 'l'; skip_next=yes;; \
|
| + -*l?*) strip_trailopt 'l';; \
|
| + -[dEDm]) skip_next=yes;; \
|
| + -[JT]) skip_next=yes;; \
|
| + esac; \
|
| + case $$flg in \
|
| + *$$target_option*) has_opt=yes; break;; \
|
| + esac; \
|
| + done; \
|
| + test $$has_opt = yes
|
| +am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
| +am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
| pkgdatadir = $(datadir)/@PACKAGE@
|
| pkgincludedir = $(includedir)/@PACKAGE@
|
| pkglibdir = $(libdir)/@PACKAGE@
|
| @@ -54,22 +81,25 @@ PRE_UNINSTALL = :
|
| POST_UNINSTALL = :
|
| build_triplet = @build@
|
| host_triplet = @host@
|
| -DIST_COMMON = README $(am__configure_deps) \
|
| - $(am__pkginclude_HEADERS_DIST) $(noinst_HEADERS) \
|
| - $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
| - $(srcdir)/celt_headers.mk $(srcdir)/celt_sources.mk \
|
| - $(srcdir)/config.h.in $(srcdir)/opus-uninstalled.pc.in \
|
| - $(srcdir)/opus.pc.in $(srcdir)/opus_headers.mk \
|
| - $(srcdir)/opus_sources.mk $(srcdir)/silk_headers.mk \
|
| - $(srcdir)/silk_sources.mk $(top_srcdir)/celt/arm/armopts.s.in \
|
| - $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
|
| - compile config.guess config.sub depcomp install-sh ltmain.sh \
|
| - missing
|
| +DIST_COMMON = $(srcdir)/celt_sources.mk $(srcdir)/silk_sources.mk \
|
| + $(srcdir)/opus_sources.mk $(srcdir)/celt_headers.mk \
|
| + $(srcdir)/silk_headers.mk $(srcdir)/opus_headers.mk INSTALL \
|
| + NEWS README AUTHORS ChangeLog $(srcdir)/Makefile.in \
|
| + $(srcdir)/Makefile.am $(top_srcdir)/configure \
|
| + $(am__configure_deps) $(srcdir)/config.h.in \
|
| + $(srcdir)/opus.pc.in $(srcdir)/opus-uninstalled.pc.in \
|
| + $(top_srcdir)/celt/arm/armopts.s.in depcomp $(noinst_HEADERS) \
|
| + $(am__pkginclude_HEADERS_DIST) test-driver COPYING compile \
|
| + config.guess config.sub install-sh missing ltmain.sh
|
| @FIXED_POINT_TRUE@am__append_1 = $(SILK_SOURCES_FIXED)
|
| -@FIXED_POINT_FALSE@am__append_2 = $(SILK_SOURCES_FLOAT)
|
| -@DISABLE_FLOAT_API_FALSE@am__append_3 = $(OPUS_SOURCES_FLOAT)
|
| -@CPU_ARM_TRUE@am__append_4 = $(CELT_SOURCES_ARM)
|
| -@CPU_ARM_TRUE@am__append_5 = $(SILK_SOURCES_ARM)
|
| +@FIXED_POINT_TRUE@@HAVE_SSE4_1_TRUE@am__append_2 = $(SILK_SOURCES_SSE4_1) $(SILK_SOURCES_FIXED_SSE4_1)
|
| +@FIXED_POINT_FALSE@am__append_3 = $(SILK_SOURCES_FLOAT)
|
| +@DISABLE_FLOAT_API_FALSE@am__append_4 = $(OPUS_SOURCES_FLOAT)
|
| +@HAVE_SSE4_1_TRUE@am__append_5 = $(CELT_SOURCES_SSE) $(CELT_SOURCES_SSE4_1)
|
| +@HAVE_SSE2_TRUE@@HAVE_SSE4_1_FALSE@am__append_6 = $(CELT_SOURCES_SSE)
|
| +@CPU_ARM_TRUE@am__append_7 = $(CELT_SOURCES_ARM)
|
| +@CPU_ARM_TRUE@am__append_8 = $(SILK_SOURCES_ARM)
|
| +@CPU_ARM_TRUE@@OPUS_ARM_NEON_INTR_TRUE@am__append_9 = $(CELT_SOURCES_ARM_NEON_INTR)
|
| @EXTRA_PROGRAMS_TRUE@noinst_PROGRAMS = opus_demo$(EXEEXT) \
|
| @EXTRA_PROGRAMS_TRUE@ repacketizer_demo$(EXEEXT) \
|
| @EXTRA_PROGRAMS_TRUE@ opus_compare$(EXEEXT) \
|
| @@ -98,8 +128,10 @@ DIST_COMMON = README $(am__configure_deps) \
|
| @EXTRA_PROGRAMS_TRUE@ tests/test_opus_decode$(EXEEXT) \
|
| @EXTRA_PROGRAMS_TRUE@ tests/test_opus_encode$(EXEEXT) \
|
| @EXTRA_PROGRAMS_TRUE@ tests/test_opus_padding$(EXEEXT)
|
| -@CUSTOM_MODES_TRUE@am__append_6 = include/opus_custom.h
|
| -@CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@am__append_7 = opus_custom_demo
|
| +@CPU_ARM_TRUE@@EXTRA_PROGRAMS_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@am__append_10 = libopus.la
|
| +@CPU_ARM_TRUE@@EXTRA_PROGRAMS_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@am__append_11 = libopus.la
|
| +@CUSTOM_MODES_TRUE@am__append_12 = include/opus_custom.h
|
| +@CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@am__append_13 = opus_custom_demo
|
| subdir = .
|
| SUBDIRS =
|
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
| @@ -152,7 +184,9 @@ am__libopus_la_SOURCES_DIST = celt/bands.c celt/celt.c \
|
| celt/entcode.c celt/entdec.c celt/entenc.c celt/kiss_fft.c \
|
| celt/laplace.c celt/mathops.c celt/mdct.c celt/modes.c \
|
| celt/pitch.c celt/celt_lpc.c celt/quant_bands.c celt/rate.c \
|
| - celt/vq.c celt/arm/armcpu.c celt/arm/arm_celt_map.c silk/CNG.c \
|
| + celt/vq.c celt/x86/x86cpu.c celt/x86/x86_celt_map.c \
|
| + celt/x86/pitch_sse.c celt/x86/celt_lpc_sse.c celt/arm/armcpu.c \
|
| + celt/arm/arm_celt_map.c celt/arm/celt_neon_intr.c silk/CNG.c \
|
| silk/code_signs.c silk/init_decoder.c silk/decode_core.c \
|
| silk/decode_frame.c silk/decode_parameters.c \
|
| silk/decode_indices.c silk/decode_pulses.c \
|
| @@ -199,10 +233,15 @@ am__libopus_la_SOURCES_DIST = celt/bands.c celt/celt.c \
|
| silk/fixed/burg_modified_FIX.c silk/fixed/k2a_FIX.c \
|
| silk/fixed/k2a_Q16_FIX.c silk/fixed/pitch_analysis_core_FIX.c \
|
| silk/fixed/vector_ops_FIX.c silk/fixed/schur64_FIX.c \
|
| - silk/fixed/schur_FIX.c silk/float/apply_sine_window_FLP.c \
|
| - silk/float/corrMatrix_FLP.c silk/float/encode_frame_FLP.c \
|
| - silk/float/find_LPC_FLP.c silk/float/find_LTP_FLP.c \
|
| - silk/float/find_pitch_lags_FLP.c \
|
| + silk/fixed/schur_FIX.c silk/x86/NSQ_sse.c \
|
| + silk/x86/NSQ_del_dec_sse.c silk/x86/x86_silk_map.c \
|
| + silk/x86/VAD_sse.c silk/x86/VQ_WMat_EC_sse.c \
|
| + silk/fixed/x86/vector_ops_FIX_sse.c \
|
| + silk/fixed/x86/burg_modified_FIX_sse.c \
|
| + silk/fixed/x86/prefilter_FIX_sse.c \
|
| + silk/float/apply_sine_window_FLP.c silk/float/corrMatrix_FLP.c \
|
| + silk/float/encode_frame_FLP.c silk/float/find_LPC_FLP.c \
|
| + silk/float/find_LTP_FLP.c silk/float/find_pitch_lags_FLP.c \
|
| silk/float/find_pred_coefs_FLP.c \
|
| silk/float/LPC_analysis_filter_FLP.c \
|
| silk/float/LTP_analysis_filter_FLP.c \
|
| @@ -225,15 +264,24 @@ am__libopus_la_SOURCES_DIST = celt/bands.c celt/celt.c \
|
| src/opus_multistream_encoder.c src/opus_multistream_decoder.c \
|
| src/repacketizer.c src/analysis.c src/mlp.c src/mlp_data.c
|
| am__dirstamp = $(am__leading_dot)dirstamp
|
| -am__objects_1 = celt/arm/armcpu.lo celt/arm/arm_celt_map.lo
|
| -@CPU_ARM_TRUE@am__objects_2 = $(am__objects_1)
|
| -am__objects_3 = celt/bands.lo celt/celt.lo celt/celt_encoder.lo \
|
| +am__objects_1 = celt/x86/x86cpu.lo celt/x86/x86_celt_map.lo \
|
| + celt/x86/pitch_sse.lo
|
| +am__objects_2 = celt/x86/celt_lpc_sse.lo
|
| +@HAVE_SSE4_1_TRUE@am__objects_3 = $(am__objects_1) $(am__objects_2)
|
| +@HAVE_SSE2_TRUE@@HAVE_SSE4_1_FALSE@am__objects_4 = $(am__objects_1)
|
| +am__objects_5 = celt/arm/armcpu.lo celt/arm/arm_celt_map.lo
|
| +@CPU_ARM_TRUE@am__objects_6 = $(am__objects_5)
|
| +am__objects_7 = celt/arm/celt_neon_intr.lo
|
| +@CPU_ARM_TRUE@@OPUS_ARM_NEON_INTR_TRUE@am__objects_8 = \
|
| +@CPU_ARM_TRUE@@OPUS_ARM_NEON_INTR_TRUE@ $(am__objects_7)
|
| +am__objects_9 = celt/bands.lo celt/celt.lo celt/celt_encoder.lo \
|
| celt/celt_decoder.lo celt/cwrs.lo celt/entcode.lo \
|
| celt/entdec.lo celt/entenc.lo celt/kiss_fft.lo celt/laplace.lo \
|
| celt/mathops.lo celt/mdct.lo celt/modes.lo celt/pitch.lo \
|
| celt/celt_lpc.lo celt/quant_bands.lo celt/rate.lo celt/vq.lo \
|
| - $(am__objects_2)
|
| -am__objects_4 = silk/fixed/LTP_analysis_filter_FIX.lo \
|
| + $(am__objects_3) $(am__objects_4) $(am__objects_6) \
|
| + $(am__objects_8)
|
| +am__objects_10 = silk/fixed/LTP_analysis_filter_FIX.lo \
|
| silk/fixed/LTP_scale_ctrl_FIX.lo silk/fixed/corrMatrix_FIX.lo \
|
| silk/fixed/encode_frame_FIX.lo silk/fixed/find_LPC_FIX.lo \
|
| silk/fixed/find_LTP_FIX.lo silk/fixed/find_pitch_lags_FIX.lo \
|
| @@ -250,8 +298,17 @@ am__objects_4 = silk/fixed/LTP_analysis_filter_FIX.lo \
|
| silk/fixed/pitch_analysis_core_FIX.lo \
|
| silk/fixed/vector_ops_FIX.lo silk/fixed/schur64_FIX.lo \
|
| silk/fixed/schur_FIX.lo
|
| -@FIXED_POINT_TRUE@am__objects_5 = $(am__objects_4)
|
| -am__objects_6 = silk/float/apply_sine_window_FLP.lo \
|
| +@FIXED_POINT_TRUE@am__objects_11 = $(am__objects_10)
|
| +am__objects_12 = silk/x86/NSQ_sse.lo silk/x86/NSQ_del_dec_sse.lo \
|
| + silk/x86/x86_silk_map.lo silk/x86/VAD_sse.lo \
|
| + silk/x86/VQ_WMat_EC_sse.lo
|
| +am__objects_13 = silk/fixed/x86/vector_ops_FIX_sse.lo \
|
| + silk/fixed/x86/burg_modified_FIX_sse.lo \
|
| + silk/fixed/x86/prefilter_FIX_sse.lo
|
| +@FIXED_POINT_TRUE@@HAVE_SSE4_1_TRUE@am__objects_14 = \
|
| +@FIXED_POINT_TRUE@@HAVE_SSE4_1_TRUE@ $(am__objects_12) \
|
| +@FIXED_POINT_TRUE@@HAVE_SSE4_1_TRUE@ $(am__objects_13)
|
| +am__objects_15 = silk/float/apply_sine_window_FLP.lo \
|
| silk/float/corrMatrix_FLP.lo silk/float/encode_frame_FLP.lo \
|
| silk/float/find_LPC_FLP.lo silk/float/find_LTP_FLP.lo \
|
| silk/float/find_pitch_lags_FLP.lo \
|
| @@ -273,9 +330,9 @@ am__objects_6 = silk/float/apply_sine_window_FLP.lo \
|
| silk/float/scale_copy_vector_FLP.lo \
|
| silk/float/scale_vector_FLP.lo silk/float/schur_FLP.lo \
|
| silk/float/sort_FLP.lo
|
| -@FIXED_POINT_FALSE@am__objects_7 = $(am__objects_6)
|
| -am__objects_8 =
|
| -am__objects_9 = silk/CNG.lo silk/code_signs.lo silk/init_decoder.lo \
|
| +@FIXED_POINT_FALSE@am__objects_16 = $(am__objects_15)
|
| +am__objects_17 =
|
| +am__objects_18 = silk/CNG.lo silk/code_signs.lo silk/init_decoder.lo \
|
| silk/decode_core.lo silk/decode_frame.lo \
|
| silk/decode_parameters.lo silk/decode_indices.lo \
|
| silk/decode_pulses.lo silk/decoder_set_fs.lo silk/dec_API.lo \
|
| @@ -309,23 +366,25 @@ am__objects_9 = silk/CNG.lo silk/code_signs.lo silk/init_decoder.lo \
|
| silk/sigm_Q15.lo silk/sort.lo silk/sum_sqr_shift.lo \
|
| silk/stereo_decode_pred.lo silk/stereo_encode_pred.lo \
|
| silk/stereo_find_predictor.lo silk/stereo_quant_pred.lo \
|
| - $(am__objects_5) $(am__objects_7) $(am__objects_8)
|
| -am__objects_10 = src/analysis.lo src/mlp.lo src/mlp_data.lo
|
| -@DISABLE_FLOAT_API_FALSE@am__objects_11 = $(am__objects_10)
|
| -am__objects_12 = src/opus.lo src/opus_decoder.lo src/opus_encoder.lo \
|
| + $(am__objects_11) $(am__objects_14) $(am__objects_16) \
|
| + $(am__objects_17)
|
| +am__objects_19 = src/analysis.lo src/mlp.lo src/mlp_data.lo
|
| +@DISABLE_FLOAT_API_FALSE@am__objects_20 = $(am__objects_19)
|
| +am__objects_21 = src/opus.lo src/opus_decoder.lo src/opus_encoder.lo \
|
| src/opus_multistream.lo src/opus_multistream_encoder.lo \
|
| src/opus_multistream_decoder.lo src/repacketizer.lo \
|
| - $(am__objects_11)
|
| -am_libopus_la_OBJECTS = $(am__objects_3) $(am__objects_9) \
|
| - $(am__objects_12)
|
| -am__objects_13 = celt/arm/celt_pitch_xcorr_arm-gnu.lo
|
| + $(am__objects_20)
|
| +am_libopus_la_OBJECTS = $(am__objects_9) $(am__objects_18) \
|
| + $(am__objects_21)
|
| +am__objects_22 = celt/arm/celt_pitch_xcorr_arm-gnu.lo
|
| @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@nodist_libopus_la_OBJECTS = \
|
| -@CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@ $(am__objects_13)
|
| +@CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@ $(am__objects_22)
|
| libopus_la_OBJECTS = $(am_libopus_la_OBJECTS) \
|
| $(nodist_libopus_la_OBJECTS)
|
| AM_V_lt = $(am__v_lt_@AM_V@)
|
| am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
|
| am__v_lt_0 = --silent
|
| +am__v_lt_1 =
|
| libopus_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
| $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
| $(libopus_la_LDFLAGS) $(LDFLAGS) -o $@
|
| @@ -370,7 +429,7 @@ am__celt_tests_test_unit_mathops_SOURCES_DIST = \
|
| celt_tests_test_unit_mathops_OBJECTS = \
|
| $(am_celt_tests_test_unit_mathops_OBJECTS)
|
| @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mathops_DEPENDENCIES = \
|
| -@EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1)
|
| +@EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) $(am__append_10)
|
| am__celt_tests_test_unit_mdct_SOURCES_DIST = \
|
| celt/tests/test_unit_mdct.c
|
| @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_mdct_OBJECTS = \
|
| @@ -386,7 +445,7 @@ am__celt_tests_test_unit_rotation_SOURCES_DIST = \
|
| celt_tests_test_unit_rotation_OBJECTS = \
|
| $(am_celt_tests_test_unit_rotation_OBJECTS)
|
| @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_rotation_DEPENDENCIES = \
|
| -@EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1)
|
| +@EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) $(am__append_11)
|
| am__celt_tests_test_unit_types_SOURCES_DIST = \
|
| celt/tests/test_unit_types.c
|
| @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_types_OBJECTS = \
|
| @@ -447,6 +506,18 @@ tests_test_opus_padding_OBJECTS = \
|
| $(am_tests_test_opus_padding_OBJECTS)
|
| @EXTRA_PROGRAMS_TRUE@tests_test_opus_padding_DEPENDENCIES = \
|
| @EXTRA_PROGRAMS_TRUE@ libopus.la $(am__DEPENDENCIES_1)
|
| +AM_V_P = $(am__v_P_@AM_V@)
|
| +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
| +am__v_P_0 = false
|
| +am__v_P_1 = :
|
| +AM_V_GEN = $(am__v_GEN_@AM_V@)
|
| +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
| +am__v_GEN_0 = @echo " GEN " $@;
|
| +am__v_GEN_1 =
|
| +AM_V_at = $(am__v_at_@AM_V@)
|
| +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
| +am__v_at_0 = @
|
| +am__v_at_1 =
|
| DEFAULT_INCLUDES = -I.@am__isrc@
|
| depcomp = $(SHELL) $(top_srcdir)/depcomp
|
| am__depfiles_maybe = depfiles
|
| @@ -459,10 +530,8 @@ LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
|
| $(AM_CCASFLAGS) $(CCASFLAGS)
|
| AM_V_CPPAS = $(am__v_CPPAS_@AM_V@)
|
| am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@)
|
| -am__v_CPPAS_0 = @echo " CPPAS " $@;
|
| -AM_V_at = $(am__v_at_@AM_V@)
|
| -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
| -am__v_at_0 = @
|
| +am__v_CPPAS_0 = @echo " CPPAS " $@;
|
| +am__v_CPPAS_1 =
|
| COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
| $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
| LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
| @@ -471,17 +540,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
| $(AM_CFLAGS) $(CFLAGS)
|
| AM_V_CC = $(am__v_CC_@AM_V@)
|
| am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
|
| -am__v_CC_0 = @echo " CC " $@;
|
| +am__v_CC_0 = @echo " CC " $@;
|
| +am__v_CC_1 =
|
| CCLD = $(CC)
|
| LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
| $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
| $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
| AM_V_CCLD = $(am__v_CCLD_@AM_V@)
|
| am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
|
| -am__v_CCLD_0 = @echo " CCLD " $@;
|
| -AM_V_GEN = $(am__v_GEN_@AM_V@)
|
| -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
| -am__v_GEN_0 = @echo " GEN " $@;
|
| +am__v_CCLD_0 = @echo " CCLD " $@;
|
| +am__v_CCLD_1 =
|
| SOURCES = $(libopus_la_SOURCES) $(nodist_libopus_la_SOURCES) \
|
| $(celt_tests_test_unit_cwrs32_SOURCES) \
|
| $(celt_tests_test_unit_dft_SOURCES) \
|
| @@ -513,13 +581,14 @@ DIST_SOURCES = $(am__libopus_la_SOURCES_DIST) \
|
| $(am__tests_test_opus_decode_SOURCES_DIST) \
|
| $(am__tests_test_opus_encode_SOURCES_DIST) \
|
| $(am__tests_test_opus_padding_SOURCES_DIST)
|
| -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
| - html-recursive info-recursive install-data-recursive \
|
| - install-dvi-recursive install-exec-recursive \
|
| - install-html-recursive install-info-recursive \
|
| - install-pdf-recursive install-ps-recursive install-recursive \
|
| - installcheck-recursive installdirs-recursive pdf-recursive \
|
| - ps-recursive uninstall-recursive
|
| +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
|
| + ctags-recursive dvi-recursive html-recursive info-recursive \
|
| + install-data-recursive install-dvi-recursive \
|
| + install-exec-recursive install-html-recursive \
|
| + install-info-recursive install-pdf-recursive \
|
| + install-ps-recursive install-recursive installcheck-recursive \
|
| + installdirs-recursive pdf-recursive ps-recursive \
|
| + tags-recursive uninstall-recursive
|
| am__can_run_installinfo = \
|
| case $$AM_UPDATE_INFO_DIR in \
|
| n|no|NO) false;; \
|
| @@ -532,13 +601,209 @@ am__pkginclude_HEADERS_DIST = include/opus.h \
|
| HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
|
| RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
| distclean-recursive maintainer-clean-recursive
|
| -AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
|
| - $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
|
| - distdir dist dist-all distcheck
|
| +am__recursive_targets = \
|
| + $(RECURSIVE_TARGETS) \
|
| + $(RECURSIVE_CLEAN_TARGETS) \
|
| + $(am__extra_recursive_targets)
|
| +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
|
| + cscope check recheck distdir dist dist-all distcheck
|
| +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
|
| + $(LISP)config.h.in
|
| +# Read a list of newline-separated strings from the standard input,
|
| +# and print each of them once, without duplicates. Input order is
|
| +# *not* preserved.
|
| +am__uniquify_input = $(AWK) '\
|
| + BEGIN { nonempty = 0; } \
|
| + { items[$$0] = 1; nonempty = 1; } \
|
| + END { if (nonempty) { for (i in items) print i; }; } \
|
| +'
|
| +# Make sure the list of sources is unique. This is necessary because,
|
| +# e.g., the same source file might be shared among _SOURCES variables
|
| +# for different programs/libraries.
|
| +am__define_uniq_tagged_files = \
|
| + list='$(am__tagged_files)'; \
|
| + unique=`for i in $$list; do \
|
| + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| + done | $(am__uniquify_input)`
|
| ETAGS = etags
|
| CTAGS = ctags
|
| -am__tty_colors = \
|
| -red=; grn=; lgn=; blu=; std=
|
| +CSCOPE = cscope
|
| +am__tty_colors_dummy = \
|
| + mgn= red= grn= lgn= blu= brg= std=; \
|
| + am__color_tests=no
|
| +am__tty_colors = { \
|
| + $(am__tty_colors_dummy); \
|
| + if test "X$(AM_COLOR_TESTS)" = Xno; then \
|
| + am__color_tests=no; \
|
| + elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
|
| + am__color_tests=yes; \
|
| + elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
|
| + am__color_tests=yes; \
|
| + fi; \
|
| + if test $$am__color_tests = yes; then \
|
| + red='[0;31m'; \
|
| + grn='[0;32m'; \
|
| + lgn='[1;32m'; \
|
| + blu='[1;34m'; \
|
| + mgn='[0;35m'; \
|
| + brg='[1m'; \
|
| + std='[m'; \
|
| + fi; \
|
| +}
|
| +am__recheck_rx = ^[ ]*:recheck:[ ]*
|
| +am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
|
| +am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
|
| +# A command that, given a newline-separated list of test names on the
|
| +# standard input, print the name of the tests that are to be re-run
|
| +# upon "make recheck".
|
| +am__list_recheck_tests = $(AWK) '{ \
|
| + recheck = 1; \
|
| + while ((rc = (getline line < ($$0 ".trs"))) != 0) \
|
| + { \
|
| + if (rc < 0) \
|
| + { \
|
| + if ((getline line2 < ($$0 ".log")) < 0) \
|
| + recheck = 0; \
|
| + break; \
|
| + } \
|
| + else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
|
| + { \
|
| + recheck = 0; \
|
| + break; \
|
| + } \
|
| + else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
|
| + { \
|
| + break; \
|
| + } \
|
| + }; \
|
| + if (recheck) \
|
| + print $$0; \
|
| + close ($$0 ".trs"); \
|
| + close ($$0 ".log"); \
|
| +}'
|
| +# A command that, given a newline-separated list of test names on the
|
| +# standard input, create the global log from their .trs and .log files.
|
| +am__create_global_log = $(AWK) ' \
|
| +function fatal(msg) \
|
| +{ \
|
| + print "fatal: making $@: " msg | "cat >&2"; \
|
| + exit 1; \
|
| +} \
|
| +function rst_section(header) \
|
| +{ \
|
| + print header; \
|
| + len = length(header); \
|
| + for (i = 1; i <= len; i = i + 1) \
|
| + printf "="; \
|
| + printf "\n\n"; \
|
| +} \
|
| +{ \
|
| + copy_in_global_log = 1; \
|
| + global_test_result = "RUN"; \
|
| + while ((rc = (getline line < ($$0 ".trs"))) != 0) \
|
| + { \
|
| + if (rc < 0) \
|
| + fatal("failed to read from " $$0 ".trs"); \
|
| + if (line ~ /$(am__global_test_result_rx)/) \
|
| + { \
|
| + sub("$(am__global_test_result_rx)", "", line); \
|
| + sub("[ ]*$$", "", line); \
|
| + global_test_result = line; \
|
| + } \
|
| + else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
|
| + copy_in_global_log = 0; \
|
| + }; \
|
| + if (copy_in_global_log) \
|
| + { \
|
| + rst_section(global_test_result ": " $$0); \
|
| + while ((rc = (getline line < ($$0 ".log"))) != 0) \
|
| + { \
|
| + if (rc < 0) \
|
| + fatal("failed to read from " $$0 ".log"); \
|
| + print line; \
|
| + }; \
|
| + printf "\n"; \
|
| + }; \
|
| + close ($$0 ".trs"); \
|
| + close ($$0 ".log"); \
|
| +}'
|
| +# Restructured Text title.
|
| +am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
|
| +# Solaris 10 'make', and several other traditional 'make' implementations,
|
| +# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
|
| +# by disabling -e (using the XSI extension "set +e") if it's set.
|
| +am__sh_e_setup = case $$- in *e*) set +e;; esac
|
| +# Default flags passed to test drivers.
|
| +am__common_driver_flags = \
|
| + --color-tests "$$am__color_tests" \
|
| + --enable-hard-errors "$$am__enable_hard_errors" \
|
| + --expect-failure "$$am__expect_failure"
|
| +# To be inserted before the command running the test. Creates the
|
| +# directory for the log if needed. Stores in $dir the directory
|
| +# containing $f, in $tst the test, in $log the log. Executes the
|
| +# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
|
| +# passes TESTS_ENVIRONMENT. Set up options for the wrapper that
|
| +# will run the test scripts (or their associated LOG_COMPILER, if
|
| +# thy have one).
|
| +am__check_pre = \
|
| +$(am__sh_e_setup); \
|
| +$(am__vpath_adj_setup) $(am__vpath_adj) \
|
| +$(am__tty_colors); \
|
| +srcdir=$(srcdir); export srcdir; \
|
| +case "$@" in \
|
| + */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
|
| + *) am__odir=.;; \
|
| +esac; \
|
| +test "x$$am__odir" = x"." || test -d "$$am__odir" \
|
| + || $(MKDIR_P) "$$am__odir" || exit $$?; \
|
| +if test -f "./$$f"; then dir=./; \
|
| +elif test -f "$$f"; then dir=; \
|
| +else dir="$(srcdir)/"; fi; \
|
| +tst=$$dir$$f; log='$@'; \
|
| +if test -n '$(DISABLE_HARD_ERRORS)'; then \
|
| + am__enable_hard_errors=no; \
|
| +else \
|
| + am__enable_hard_errors=yes; \
|
| +fi; \
|
| +case " $(XFAIL_TESTS) " in \
|
| + *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
|
| + am__expect_failure=yes;; \
|
| + *) \
|
| + am__expect_failure=no;; \
|
| +esac; \
|
| +$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
|
| +# A shell command to get the names of the tests scripts with any registered
|
| +# extension removed (i.e., equivalently, the names of the test logs, with
|
| +# the '.log' extension removed). The result is saved in the shell variable
|
| +# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
|
| +# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
|
| +# since that might cause problem with VPATH rewrites for suffix-less tests.
|
| +# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
|
| +am__set_TESTS_bases = \
|
| + bases='$(TEST_LOGS)'; \
|
| + bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
|
| + bases=`echo $$bases`
|
| +RECHECK_LOGS = $(TEST_LOGS)
|
| +TEST_SUITE_LOG = test-suite.log
|
| +TEST_EXTENSIONS = @EXEEXT@ .test
|
| +LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
|
| +LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
|
| +am__set_b = \
|
| + case '$@' in \
|
| + */*) \
|
| + case '$*' in \
|
| + */*) b='$*';; \
|
| + *) b=`echo '$@' | sed 's/\.log$$//'`; \
|
| + esac;; \
|
| + *) \
|
| + b='$*';; \
|
| + esac
|
| +am__test_logs1 = $(TESTS:=.log)
|
| +am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
|
| +TEST_LOGS = $(am__test_logs2:.test.log=.log)
|
| +TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
|
| +TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
|
| + $(TEST_LOG_FLAGS)
|
| DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
| distdir = $(PACKAGE)-$(VERSION)
|
| top_distdir = $(distdir)
|
| @@ -548,6 +813,7 @@ am__remove_distdir = \
|
| && rm -rf "$(distdir)" \
|
| || { sleep 5 && rm -rf "$(distdir)"; }; \
|
| else :; fi
|
| +am__post_remove_distdir = $(am__remove_distdir)
|
| am__relativize = \
|
| dir0=`pwd`; \
|
| sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
| @@ -575,6 +841,7 @@ am__relativize = \
|
| reldir="$$dir2"
|
| DIST_ARCHIVES = $(distdir).tar.gz
|
| GZIP_ENV = --best
|
| +DIST_TARGETS = dist-gzip
|
| distuninstallcheck_listfiles = find . -type f -print
|
| am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
| | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
|
| @@ -583,6 +850,7 @@ ACLOCAL = @ACLOCAL@
|
| AMTAR = @AMTAR@
|
| AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
| AR = @AR@
|
| +ARM2GNU_PARAMS = @ARM2GNU_PARAMS@
|
| AUTOCONF = @AUTOCONF@
|
| AUTOHEADER = @AUTOHEADER@
|
| AUTOMAKE = @AUTOMAKE@
|
| @@ -719,7 +987,13 @@ CELT_SOURCES = celt/bands.c celt/celt.c celt/celt_encoder.c \
|
| celt/celt_decoder.c celt/cwrs.c celt/entcode.c celt/entdec.c \
|
| celt/entenc.c celt/kiss_fft.c celt/laplace.c celt/mathops.c \
|
| celt/mdct.c celt/modes.c celt/pitch.c celt/celt_lpc.c \
|
| - celt/quant_bands.c celt/rate.c celt/vq.c $(am__append_4)
|
| + celt/quant_bands.c celt/rate.c celt/vq.c $(am__append_5) \
|
| + $(am__append_6) $(am__append_7) $(am__append_9)
|
| +CELT_SOURCES_SSE = celt/x86/x86cpu.c \
|
| +celt/x86/x86_celt_map.c \
|
| +celt/x86/pitch_sse.c
|
| +
|
| +CELT_SOURCES_SSE4_1 = celt/x86/celt_lpc_sse.c
|
| CELT_SOURCES_ARM = \
|
| celt/arm/armcpu.c \
|
| celt/arm/arm_celt_map.c
|
| @@ -730,6 +1004,9 @@ celt/arm/celt_pitch_xcorr_arm.s
|
| CELT_AM_SOURCES_ARM_ASM = \
|
| celt/arm/armopts.s.in
|
|
|
| +CELT_SOURCES_ARM_NEON_INTR = \
|
| +celt/arm/celt_neon_intr.c
|
| +
|
| SILK_SOURCES = silk/CNG.c silk/code_signs.c silk/init_decoder.c \
|
| silk/decode_core.c silk/decode_frame.c \
|
| silk/decode_parameters.c silk/decode_indices.c \
|
| @@ -761,7 +1038,14 @@ SILK_SOURCES = silk/CNG.c silk/code_signs.c silk/init_decoder.c \
|
| silk/sigm_Q15.c silk/sort.c silk/sum_sqr_shift.c \
|
| silk/stereo_decode_pred.c silk/stereo_encode_pred.c \
|
| silk/stereo_find_predictor.c silk/stereo_quant_pred.c \
|
| - $(am__append_1) $(am__append_2) $(am__append_5)
|
| + $(am__append_1) $(am__append_2) $(am__append_3) \
|
| + $(am__append_8)
|
| +SILK_SOURCES_SSE4_1 = silk/x86/NSQ_sse.c \
|
| +silk/x86/NSQ_del_dec_sse.c \
|
| +silk/x86/x86_silk_map.c \
|
| +silk/x86/VAD_sse.c \
|
| +silk/x86/VQ_WMat_EC_sse.c
|
| +
|
| SILK_SOURCES_FIXED = \
|
| silk/fixed/LTP_analysis_filter_FIX.c \
|
| silk/fixed/LTP_scale_ctrl_FIX.c \
|
| @@ -789,6 +1073,10 @@ silk/fixed/vector_ops_FIX.c \
|
| silk/fixed/schur64_FIX.c \
|
| silk/fixed/schur_FIX.c
|
|
|
| +SILK_SOURCES_FIXED_SSE4_1 = silk/fixed/x86/vector_ops_FIX_sse.c \
|
| +silk/fixed/x86/burg_modified_FIX_sse.c \
|
| +silk/fixed/x86/prefilter_FIX_sse.c
|
| +
|
| SILK_SOURCES_FLOAT = \
|
| silk/float/apply_sine_window_FLP.c \
|
| silk/float/corrMatrix_FLP.c \
|
| @@ -825,12 +1113,13 @@ silk/float/sort_FLP.c
|
| OPUS_SOURCES = src/opus.c src/opus_decoder.c src/opus_encoder.c \
|
| src/opus_multistream.c src/opus_multistream_encoder.c \
|
| src/opus_multistream_decoder.c src/repacketizer.c \
|
| - $(am__append_3)
|
| + $(am__append_4)
|
| OPUS_SOURCES_FLOAT = \
|
| src/analysis.c \
|
| src/mlp.c \
|
| src/mlp_data.c
|
|
|
| +@CPU_ARM_TRUE@@OPUS_ARM_NEON_INTR_TRUE@OPUS_ARM_NEON_INTR_CPPFLAGS = -mfpu=neon
|
| @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@nodist_libopus_la_SOURCES = $(CELT_SOURCES_ARM_ASM:.s=-gnu.S)
|
| @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@BUILT_SOURCES = $(CELT_SOURCES_ARM_ASM:.s=-gnu.S) \
|
| @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@ $(CELT_AM_SOURCES_ARM_ASM:.s.in=.s) \
|
| @@ -865,6 +1154,7 @@ celt/modes.h \
|
| celt/os_support.h \
|
| celt/pitch.h \
|
| celt/celt_lpc.h \
|
| +celt/x86/celt_lpc_sse.h \
|
| celt/quant_bands.h \
|
| celt/rate.h \
|
| celt/stack_alloc.h \
|
| @@ -877,7 +1167,8 @@ celt/arm/fixed_armv5e.h \
|
| celt/arm/kiss_fft_armv4.h \
|
| celt/arm/kiss_fft_armv5e.h \
|
| celt/arm/pitch_arm.h \
|
| -celt/x86/pitch_sse.h
|
| +celt/x86/pitch_sse.h \
|
| +celt/x86/x86cpu.h
|
|
|
| SILK_HEAD = \
|
| silk/debug.h \
|
| @@ -887,6 +1178,7 @@ silk/API.h \
|
| silk/typedef.h \
|
| silk/define.h \
|
| silk/main.h \
|
| +silk/x86/main_sse.h \
|
| silk/PLC.h \
|
| silk/structs.h \
|
| silk/tables.h \
|
| @@ -900,6 +1192,7 @@ silk/resampler_private.h \
|
| silk/resampler_rom.h \
|
| silk/resampler_structs.h \
|
| silk/SigProc_FIX.h \
|
| +silk/x86/SigProc_FIX_sse.h \
|
| silk/arm/macros_armv4.h \
|
| silk/arm/macros_armv5e.h \
|
| silk/arm/SigProc_FIX_armv4.h \
|
| @@ -922,7 +1215,7 @@ libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES)
|
| libopus_la_LDFLAGS = -no-undefined -version-info @OPUS_LT_CURRENT@:@OPUS_LT_REVISION@:@OPUS_LT_AGE@
|
| libopus_la_LIBADD = $(LIBM)
|
| pkginclude_HEADERS = include/opus.h include/opus_multistream.h \
|
| - include/opus_types.h include/opus_defines.h $(am__append_6)
|
| + include/opus_types.h include/opus_defines.h $(am__append_12)
|
| noinst_HEADERS = $(OPUS_HEAD) $(SILK_HEAD) $(CELT_HEAD)
|
| @EXTRA_PROGRAMS_TRUE@opus_demo_SOURCES = src/opus_demo.c
|
| @EXTRA_PROGRAMS_TRUE@opus_demo_LDADD = libopus.la $(LIBM)
|
| @@ -947,11 +1240,13 @@ noinst_HEADERS = $(OPUS_HEAD) $(SILK_HEAD) $(CELT_HEAD)
|
| @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_laplace_SOURCES = celt/tests/test_unit_laplace.c
|
| @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_laplace_LDADD = $(LIBM)
|
| @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mathops_SOURCES = celt/tests/test_unit_mathops.c
|
| -@EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mathops_LDADD = $(LIBM)
|
| +@EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mathops_LDADD = $(LIBM) \
|
| +@EXTRA_PROGRAMS_TRUE@ $(am__append_10)
|
| @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mdct_SOURCES = celt/tests/test_unit_mdct.c
|
| @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mdct_LDADD = $(LIBM)
|
| @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_rotation_SOURCES = celt/tests/test_unit_rotation.c
|
| -@EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_rotation_LDADD = $(LIBM)
|
| +@EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_rotation_LDADD = $(LIBM) \
|
| +@EXTRA_PROGRAMS_TRUE@ $(am__append_11)
|
| @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_types_SOURCES = celt/tests/test_unit_types.c
|
| @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_types_LDADD = $(LIBM)
|
| @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@opus_custom_demo_SOURCES = celt/opus_custom_demo.c
|
| @@ -990,11 +1285,15 @@ pkgconfigdir = $(libdir)/pkgconfig
|
| pkgconfig_DATA = opus.pc
|
| m4datadir = $(datadir)/aclocal
|
| m4data_DATA = opus.m4
|
| +SSE_OBJ = %_sse.o %_sse.lo %test_unit_mathops.o %test_unit_rotation.o
|
| +@OPUS_ARM_NEON_INTR_TRUE@CELT_ARM_NEON_INTR_OBJ = $(CELT_SOURCES_ARM_NEON_INTR:.c=.lo) \
|
| +@OPUS_ARM_NEON_INTR_TRUE@ %test_unit_rotation.o %test_unit_mathops.o
|
| +
|
| all: $(BUILT_SOURCES) config.h
|
| $(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
|
| .SUFFIXES:
|
| -.SUFFIXES: .S .c .lo .o .obj
|
| +.SUFFIXES: .S .c .lo .log .o .obj .test .test$(EXEEXT) .trs
|
| am--refresh: Makefile
|
| @:
|
| $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/celt_sources.mk $(srcdir)/silk_sources.mk $(srcdir)/opus_sources.mk $(srcdir)/celt_headers.mk $(srcdir)/silk_headers.mk $(srcdir)/opus_headers.mk $(am__configure_deps)
|
| @@ -1032,8 +1331,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
| $(am__aclocal_m4_deps):
|
|
|
| config.h: stamp-h1
|
| - @if test ! -f $@; then rm -f stamp-h1; else :; fi
|
| - @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
|
| + @test -f $@ || rm -f stamp-h1
|
| + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
|
|
|
| stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
| @rm -f stamp-h1
|
| @@ -1051,6 +1350,7 @@ opus-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/opus-uninstalled.pc
|
| cd $(top_builddir) && $(SHELL) ./config.status $@
|
| celt/arm/armopts.s: $(top_builddir)/config.status $(top_srcdir)/celt/arm/armopts.s.in
|
| cd $(top_builddir) && $(SHELL) ./config.status $@
|
| +
|
| install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
| @$(NORMAL_INSTALL)
|
| @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
| @@ -1077,12 +1377,14 @@ uninstall-libLTLIBRARIES:
|
|
|
| clean-libLTLIBRARIES:
|
| -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
| - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
| - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
| - test "$$dir" != "$$p" || dir=.; \
|
| - echo "rm -f \"$${dir}/so_locations\""; \
|
| - rm -f "$${dir}/so_locations"; \
|
| - done
|
| + @list='$(lib_LTLIBRARIES)'; \
|
| + locs=`for p in $$list; do echo $$p; done | \
|
| + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
|
| + sort -u`; \
|
| + test -z "$$locs" || { \
|
| + echo rm -f $${locs}; \
|
| + rm -f $${locs}; \
|
| + }
|
| celt/$(am__dirstamp):
|
| @$(MKDIR_P) celt
|
| @: > celt/$(am__dirstamp)
|
| @@ -1110,6 +1412,20 @@ celt/quant_bands.lo: celt/$(am__dirstamp) \
|
| celt/$(DEPDIR)/$(am__dirstamp)
|
| celt/rate.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
|
| celt/vq.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
|
| +celt/x86/$(am__dirstamp):
|
| + @$(MKDIR_P) celt/x86
|
| + @: > celt/x86/$(am__dirstamp)
|
| +celt/x86/$(DEPDIR)/$(am__dirstamp):
|
| + @$(MKDIR_P) celt/x86/$(DEPDIR)
|
| + @: > celt/x86/$(DEPDIR)/$(am__dirstamp)
|
| +celt/x86/x86cpu.lo: celt/x86/$(am__dirstamp) \
|
| + celt/x86/$(DEPDIR)/$(am__dirstamp)
|
| +celt/x86/x86_celt_map.lo: celt/x86/$(am__dirstamp) \
|
| + celt/x86/$(DEPDIR)/$(am__dirstamp)
|
| +celt/x86/pitch_sse.lo: celt/x86/$(am__dirstamp) \
|
| + celt/x86/$(DEPDIR)/$(am__dirstamp)
|
| +celt/x86/celt_lpc_sse.lo: celt/x86/$(am__dirstamp) \
|
| + celt/x86/$(DEPDIR)/$(am__dirstamp)
|
| celt/arm/$(am__dirstamp):
|
| @$(MKDIR_P) celt/arm
|
| @: > celt/arm/$(am__dirstamp)
|
| @@ -1120,6 +1436,8 @@ celt/arm/armcpu.lo: celt/arm/$(am__dirstamp) \
|
| celt/arm/$(DEPDIR)/$(am__dirstamp)
|
| celt/arm/arm_celt_map.lo: celt/arm/$(am__dirstamp) \
|
| celt/arm/$(DEPDIR)/$(am__dirstamp)
|
| +celt/arm/celt_neon_intr.lo: celt/arm/$(am__dirstamp) \
|
| + celt/arm/$(DEPDIR)/$(am__dirstamp)
|
| silk/$(am__dirstamp):
|
| @$(MKDIR_P) silk
|
| @: > silk/$(am__dirstamp)
|
| @@ -1319,6 +1637,35 @@ silk/fixed/schur64_FIX.lo: silk/fixed/$(am__dirstamp) \
|
| silk/fixed/$(DEPDIR)/$(am__dirstamp)
|
| silk/fixed/schur_FIX.lo: silk/fixed/$(am__dirstamp) \
|
| silk/fixed/$(DEPDIR)/$(am__dirstamp)
|
| +silk/x86/$(am__dirstamp):
|
| + @$(MKDIR_P) silk/x86
|
| + @: > silk/x86/$(am__dirstamp)
|
| +silk/x86/$(DEPDIR)/$(am__dirstamp):
|
| + @$(MKDIR_P) silk/x86/$(DEPDIR)
|
| + @: > silk/x86/$(DEPDIR)/$(am__dirstamp)
|
| +silk/x86/NSQ_sse.lo: silk/x86/$(am__dirstamp) \
|
| + silk/x86/$(DEPDIR)/$(am__dirstamp)
|
| +silk/x86/NSQ_del_dec_sse.lo: silk/x86/$(am__dirstamp) \
|
| + silk/x86/$(DEPDIR)/$(am__dirstamp)
|
| +silk/x86/x86_silk_map.lo: silk/x86/$(am__dirstamp) \
|
| + silk/x86/$(DEPDIR)/$(am__dirstamp)
|
| +silk/x86/VAD_sse.lo: silk/x86/$(am__dirstamp) \
|
| + silk/x86/$(DEPDIR)/$(am__dirstamp)
|
| +silk/x86/VQ_WMat_EC_sse.lo: silk/x86/$(am__dirstamp) \
|
| + silk/x86/$(DEPDIR)/$(am__dirstamp)
|
| +silk/fixed/x86/$(am__dirstamp):
|
| + @$(MKDIR_P) silk/fixed/x86
|
| + @: > silk/fixed/x86/$(am__dirstamp)
|
| +silk/fixed/x86/$(DEPDIR)/$(am__dirstamp):
|
| + @$(MKDIR_P) silk/fixed/x86/$(DEPDIR)
|
| + @: > silk/fixed/x86/$(DEPDIR)/$(am__dirstamp)
|
| +silk/fixed/x86/vector_ops_FIX_sse.lo: silk/fixed/x86/$(am__dirstamp) \
|
| + silk/fixed/x86/$(DEPDIR)/$(am__dirstamp)
|
| +silk/fixed/x86/burg_modified_FIX_sse.lo: \
|
| + silk/fixed/x86/$(am__dirstamp) \
|
| + silk/fixed/x86/$(DEPDIR)/$(am__dirstamp)
|
| +silk/fixed/x86/prefilter_FIX_sse.lo: silk/fixed/x86/$(am__dirstamp) \
|
| + silk/fixed/x86/$(DEPDIR)/$(am__dirstamp)
|
| silk/float/$(am__dirstamp):
|
| @$(MKDIR_P) silk/float
|
| @: > silk/float/$(am__dirstamp)
|
| @@ -1408,6 +1755,7 @@ src/mlp.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
|
| src/mlp_data.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
|
| celt/arm/celt_pitch_xcorr_arm-gnu.lo: celt/arm/$(am__dirstamp) \
|
| celt/arm/$(DEPDIR)/$(am__dirstamp)
|
| +
|
| libopus.la: $(libopus_la_OBJECTS) $(libopus_la_DEPENDENCIES) $(EXTRA_libopus_la_DEPENDENCIES)
|
| $(AM_V_CCLD)$(libopus_la_LINK) -rpath $(libdir) $(libopus_la_OBJECTS) $(libopus_la_LIBADD) $(LIBS)
|
|
|
| @@ -1427,61 +1775,73 @@ celt/tests/$(DEPDIR)/$(am__dirstamp):
|
| @: > celt/tests/$(DEPDIR)/$(am__dirstamp)
|
| celt/tests/test_unit_cwrs32.$(OBJEXT): celt/tests/$(am__dirstamp) \
|
| celt/tests/$(DEPDIR)/$(am__dirstamp)
|
| +
|
| celt/tests/test_unit_cwrs32$(EXEEXT): $(celt_tests_test_unit_cwrs32_OBJECTS) $(celt_tests_test_unit_cwrs32_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_cwrs32_DEPENDENCIES) celt/tests/$(am__dirstamp)
|
| @rm -f celt/tests/test_unit_cwrs32$(EXEEXT)
|
| $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_cwrs32_OBJECTS) $(celt_tests_test_unit_cwrs32_LDADD) $(LIBS)
|
| celt/tests/test_unit_dft.$(OBJEXT): celt/tests/$(am__dirstamp) \
|
| celt/tests/$(DEPDIR)/$(am__dirstamp)
|
| +
|
| celt/tests/test_unit_dft$(EXEEXT): $(celt_tests_test_unit_dft_OBJECTS) $(celt_tests_test_unit_dft_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_dft_DEPENDENCIES) celt/tests/$(am__dirstamp)
|
| @rm -f celt/tests/test_unit_dft$(EXEEXT)
|
| $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_dft_OBJECTS) $(celt_tests_test_unit_dft_LDADD) $(LIBS)
|
| celt/tests/test_unit_entropy.$(OBJEXT): celt/tests/$(am__dirstamp) \
|
| celt/tests/$(DEPDIR)/$(am__dirstamp)
|
| +
|
| celt/tests/test_unit_entropy$(EXEEXT): $(celt_tests_test_unit_entropy_OBJECTS) $(celt_tests_test_unit_entropy_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_entropy_DEPENDENCIES) celt/tests/$(am__dirstamp)
|
| @rm -f celt/tests/test_unit_entropy$(EXEEXT)
|
| $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_entropy_OBJECTS) $(celt_tests_test_unit_entropy_LDADD) $(LIBS)
|
| celt/tests/test_unit_laplace.$(OBJEXT): celt/tests/$(am__dirstamp) \
|
| celt/tests/$(DEPDIR)/$(am__dirstamp)
|
| +
|
| celt/tests/test_unit_laplace$(EXEEXT): $(celt_tests_test_unit_laplace_OBJECTS) $(celt_tests_test_unit_laplace_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_laplace_DEPENDENCIES) celt/tests/$(am__dirstamp)
|
| @rm -f celt/tests/test_unit_laplace$(EXEEXT)
|
| $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_laplace_OBJECTS) $(celt_tests_test_unit_laplace_LDADD) $(LIBS)
|
| celt/tests/test_unit_mathops.$(OBJEXT): celt/tests/$(am__dirstamp) \
|
| celt/tests/$(DEPDIR)/$(am__dirstamp)
|
| +
|
| celt/tests/test_unit_mathops$(EXEEXT): $(celt_tests_test_unit_mathops_OBJECTS) $(celt_tests_test_unit_mathops_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_mathops_DEPENDENCIES) celt/tests/$(am__dirstamp)
|
| @rm -f celt/tests/test_unit_mathops$(EXEEXT)
|
| $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_mathops_OBJECTS) $(celt_tests_test_unit_mathops_LDADD) $(LIBS)
|
| celt/tests/test_unit_mdct.$(OBJEXT): celt/tests/$(am__dirstamp) \
|
| celt/tests/$(DEPDIR)/$(am__dirstamp)
|
| +
|
| celt/tests/test_unit_mdct$(EXEEXT): $(celt_tests_test_unit_mdct_OBJECTS) $(celt_tests_test_unit_mdct_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_mdct_DEPENDENCIES) celt/tests/$(am__dirstamp)
|
| @rm -f celt/tests/test_unit_mdct$(EXEEXT)
|
| $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_mdct_OBJECTS) $(celt_tests_test_unit_mdct_LDADD) $(LIBS)
|
| celt/tests/test_unit_rotation.$(OBJEXT): celt/tests/$(am__dirstamp) \
|
| celt/tests/$(DEPDIR)/$(am__dirstamp)
|
| +
|
| celt/tests/test_unit_rotation$(EXEEXT): $(celt_tests_test_unit_rotation_OBJECTS) $(celt_tests_test_unit_rotation_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_rotation_DEPENDENCIES) celt/tests/$(am__dirstamp)
|
| @rm -f celt/tests/test_unit_rotation$(EXEEXT)
|
| $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_rotation_OBJECTS) $(celt_tests_test_unit_rotation_LDADD) $(LIBS)
|
| celt/tests/test_unit_types.$(OBJEXT): celt/tests/$(am__dirstamp) \
|
| celt/tests/$(DEPDIR)/$(am__dirstamp)
|
| +
|
| celt/tests/test_unit_types$(EXEEXT): $(celt_tests_test_unit_types_OBJECTS) $(celt_tests_test_unit_types_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_types_DEPENDENCIES) celt/tests/$(am__dirstamp)
|
| @rm -f celt/tests/test_unit_types$(EXEEXT)
|
| $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_types_OBJECTS) $(celt_tests_test_unit_types_LDADD) $(LIBS)
|
| src/opus_compare.$(OBJEXT): src/$(am__dirstamp) \
|
| src/$(DEPDIR)/$(am__dirstamp)
|
| +
|
| opus_compare$(EXEEXT): $(opus_compare_OBJECTS) $(opus_compare_DEPENDENCIES) $(EXTRA_opus_compare_DEPENDENCIES)
|
| @rm -f opus_compare$(EXEEXT)
|
| $(AM_V_CCLD)$(LINK) $(opus_compare_OBJECTS) $(opus_compare_LDADD) $(LIBS)
|
| celt/opus_custom_demo.$(OBJEXT): celt/$(am__dirstamp) \
|
| celt/$(DEPDIR)/$(am__dirstamp)
|
| +
|
| opus_custom_demo$(EXEEXT): $(opus_custom_demo_OBJECTS) $(opus_custom_demo_DEPENDENCIES) $(EXTRA_opus_custom_demo_DEPENDENCIES)
|
| @rm -f opus_custom_demo$(EXEEXT)
|
| $(AM_V_CCLD)$(LINK) $(opus_custom_demo_OBJECTS) $(opus_custom_demo_LDADD) $(LIBS)
|
| src/opus_demo.$(OBJEXT): src/$(am__dirstamp) \
|
| src/$(DEPDIR)/$(am__dirstamp)
|
| +
|
| opus_demo$(EXEEXT): $(opus_demo_OBJECTS) $(opus_demo_DEPENDENCIES) $(EXTRA_opus_demo_DEPENDENCIES)
|
| @rm -f opus_demo$(EXEEXT)
|
| $(AM_V_CCLD)$(LINK) $(opus_demo_OBJECTS) $(opus_demo_LDADD) $(LIBS)
|
| src/repacketizer_demo.$(OBJEXT): src/$(am__dirstamp) \
|
| src/$(DEPDIR)/$(am__dirstamp)
|
| +
|
| repacketizer_demo$(EXEEXT): $(repacketizer_demo_OBJECTS) $(repacketizer_demo_DEPENDENCIES) $(EXTRA_repacketizer_demo_DEPENDENCIES)
|
| @rm -f repacketizer_demo$(EXEEXT)
|
| $(AM_V_CCLD)$(LINK) $(repacketizer_demo_OBJECTS) $(repacketizer_demo_LDADD) $(LIBS)
|
| @@ -1493,369 +1853,51 @@ tests/$(DEPDIR)/$(am__dirstamp):
|
| @: > tests/$(DEPDIR)/$(am__dirstamp)
|
| tests/test_opus_api.$(OBJEXT): tests/$(am__dirstamp) \
|
| tests/$(DEPDIR)/$(am__dirstamp)
|
| +
|
| tests/test_opus_api$(EXEEXT): $(tests_test_opus_api_OBJECTS) $(tests_test_opus_api_DEPENDENCIES) $(EXTRA_tests_test_opus_api_DEPENDENCIES) tests/$(am__dirstamp)
|
| @rm -f tests/test_opus_api$(EXEEXT)
|
| $(AM_V_CCLD)$(LINK) $(tests_test_opus_api_OBJECTS) $(tests_test_opus_api_LDADD) $(LIBS)
|
| tests/test_opus_decode.$(OBJEXT): tests/$(am__dirstamp) \
|
| tests/$(DEPDIR)/$(am__dirstamp)
|
| +
|
| tests/test_opus_decode$(EXEEXT): $(tests_test_opus_decode_OBJECTS) $(tests_test_opus_decode_DEPENDENCIES) $(EXTRA_tests_test_opus_decode_DEPENDENCIES) tests/$(am__dirstamp)
|
| @rm -f tests/test_opus_decode$(EXEEXT)
|
| $(AM_V_CCLD)$(LINK) $(tests_test_opus_decode_OBJECTS) $(tests_test_opus_decode_LDADD) $(LIBS)
|
| tests/test_opus_encode.$(OBJEXT): tests/$(am__dirstamp) \
|
| tests/$(DEPDIR)/$(am__dirstamp)
|
| +
|
| tests/test_opus_encode$(EXEEXT): $(tests_test_opus_encode_OBJECTS) $(tests_test_opus_encode_DEPENDENCIES) $(EXTRA_tests_test_opus_encode_DEPENDENCIES) tests/$(am__dirstamp)
|
| @rm -f tests/test_opus_encode$(EXEEXT)
|
| $(AM_V_CCLD)$(LINK) $(tests_test_opus_encode_OBJECTS) $(tests_test_opus_encode_LDADD) $(LIBS)
|
| tests/test_opus_padding.$(OBJEXT): tests/$(am__dirstamp) \
|
| tests/$(DEPDIR)/$(am__dirstamp)
|
| +
|
| tests/test_opus_padding$(EXEEXT): $(tests_test_opus_padding_OBJECTS) $(tests_test_opus_padding_DEPENDENCIES) $(EXTRA_tests_test_opus_padding_DEPENDENCIES) tests/$(am__dirstamp)
|
| @rm -f tests/test_opus_padding$(EXEEXT)
|
| $(AM_V_CCLD)$(LINK) $(tests_test_opus_padding_OBJECTS) $(tests_test_opus_padding_LDADD) $(LIBS)
|
|
|
| mostlyclean-compile:
|
| -rm -f *.$(OBJEXT)
|
| - -rm -f celt/arm/arm_celt_map.$(OBJEXT)
|
| - -rm -f celt/arm/arm_celt_map.lo
|
| - -rm -f celt/arm/armcpu.$(OBJEXT)
|
| - -rm -f celt/arm/armcpu.lo
|
| - -rm -f celt/arm/celt_pitch_xcorr_arm-gnu.$(OBJEXT)
|
| - -rm -f celt/arm/celt_pitch_xcorr_arm-gnu.lo
|
| - -rm -f celt/bands.$(OBJEXT)
|
| - -rm -f celt/bands.lo
|
| - -rm -f celt/celt.$(OBJEXT)
|
| - -rm -f celt/celt.lo
|
| - -rm -f celt/celt_decoder.$(OBJEXT)
|
| - -rm -f celt/celt_decoder.lo
|
| - -rm -f celt/celt_encoder.$(OBJEXT)
|
| - -rm -f celt/celt_encoder.lo
|
| - -rm -f celt/celt_lpc.$(OBJEXT)
|
| - -rm -f celt/celt_lpc.lo
|
| - -rm -f celt/cwrs.$(OBJEXT)
|
| - -rm -f celt/cwrs.lo
|
| - -rm -f celt/entcode.$(OBJEXT)
|
| - -rm -f celt/entcode.lo
|
| - -rm -f celt/entdec.$(OBJEXT)
|
| - -rm -f celt/entdec.lo
|
| - -rm -f celt/entenc.$(OBJEXT)
|
| - -rm -f celt/entenc.lo
|
| - -rm -f celt/kiss_fft.$(OBJEXT)
|
| - -rm -f celt/kiss_fft.lo
|
| - -rm -f celt/laplace.$(OBJEXT)
|
| - -rm -f celt/laplace.lo
|
| - -rm -f celt/mathops.$(OBJEXT)
|
| - -rm -f celt/mathops.lo
|
| - -rm -f celt/mdct.$(OBJEXT)
|
| - -rm -f celt/mdct.lo
|
| - -rm -f celt/modes.$(OBJEXT)
|
| - -rm -f celt/modes.lo
|
| - -rm -f celt/opus_custom_demo.$(OBJEXT)
|
| - -rm -f celt/pitch.$(OBJEXT)
|
| - -rm -f celt/pitch.lo
|
| - -rm -f celt/quant_bands.$(OBJEXT)
|
| - -rm -f celt/quant_bands.lo
|
| - -rm -f celt/rate.$(OBJEXT)
|
| - -rm -f celt/rate.lo
|
| - -rm -f celt/tests/test_unit_cwrs32.$(OBJEXT)
|
| - -rm -f celt/tests/test_unit_dft.$(OBJEXT)
|
| - -rm -f celt/tests/test_unit_entropy.$(OBJEXT)
|
| - -rm -f celt/tests/test_unit_laplace.$(OBJEXT)
|
| - -rm -f celt/tests/test_unit_mathops.$(OBJEXT)
|
| - -rm -f celt/tests/test_unit_mdct.$(OBJEXT)
|
| - -rm -f celt/tests/test_unit_rotation.$(OBJEXT)
|
| - -rm -f celt/tests/test_unit_types.$(OBJEXT)
|
| - -rm -f celt/vq.$(OBJEXT)
|
| - -rm -f celt/vq.lo
|
| - -rm -f silk/A2NLSF.$(OBJEXT)
|
| - -rm -f silk/A2NLSF.lo
|
| - -rm -f silk/CNG.$(OBJEXT)
|
| - -rm -f silk/CNG.lo
|
| - -rm -f silk/HP_variable_cutoff.$(OBJEXT)
|
| - -rm -f silk/HP_variable_cutoff.lo
|
| - -rm -f silk/LPC_analysis_filter.$(OBJEXT)
|
| - -rm -f silk/LPC_analysis_filter.lo
|
| - -rm -f silk/LPC_inv_pred_gain.$(OBJEXT)
|
| - -rm -f silk/LPC_inv_pred_gain.lo
|
| - -rm -f silk/LP_variable_cutoff.$(OBJEXT)
|
| - -rm -f silk/LP_variable_cutoff.lo
|
| - -rm -f silk/NLSF2A.$(OBJEXT)
|
| - -rm -f silk/NLSF2A.lo
|
| - -rm -f silk/NLSF_VQ.$(OBJEXT)
|
| - -rm -f silk/NLSF_VQ.lo
|
| - -rm -f silk/NLSF_VQ_weights_laroia.$(OBJEXT)
|
| - -rm -f silk/NLSF_VQ_weights_laroia.lo
|
| - -rm -f silk/NLSF_decode.$(OBJEXT)
|
| - -rm -f silk/NLSF_decode.lo
|
| - -rm -f silk/NLSF_del_dec_quant.$(OBJEXT)
|
| - -rm -f silk/NLSF_del_dec_quant.lo
|
| - -rm -f silk/NLSF_encode.$(OBJEXT)
|
| - -rm -f silk/NLSF_encode.lo
|
| - -rm -f silk/NLSF_stabilize.$(OBJEXT)
|
| - -rm -f silk/NLSF_stabilize.lo
|
| - -rm -f silk/NLSF_unpack.$(OBJEXT)
|
| - -rm -f silk/NLSF_unpack.lo
|
| - -rm -f silk/NSQ.$(OBJEXT)
|
| - -rm -f silk/NSQ.lo
|
| - -rm -f silk/NSQ_del_dec.$(OBJEXT)
|
| - -rm -f silk/NSQ_del_dec.lo
|
| - -rm -f silk/PLC.$(OBJEXT)
|
| - -rm -f silk/PLC.lo
|
| - -rm -f silk/VAD.$(OBJEXT)
|
| - -rm -f silk/VAD.lo
|
| - -rm -f silk/VQ_WMat_EC.$(OBJEXT)
|
| - -rm -f silk/VQ_WMat_EC.lo
|
| - -rm -f silk/ana_filt_bank_1.$(OBJEXT)
|
| - -rm -f silk/ana_filt_bank_1.lo
|
| - -rm -f silk/biquad_alt.$(OBJEXT)
|
| - -rm -f silk/biquad_alt.lo
|
| - -rm -f silk/bwexpander.$(OBJEXT)
|
| - -rm -f silk/bwexpander.lo
|
| - -rm -f silk/bwexpander_32.$(OBJEXT)
|
| - -rm -f silk/bwexpander_32.lo
|
| - -rm -f silk/check_control_input.$(OBJEXT)
|
| - -rm -f silk/check_control_input.lo
|
| - -rm -f silk/code_signs.$(OBJEXT)
|
| - -rm -f silk/code_signs.lo
|
| - -rm -f silk/control_SNR.$(OBJEXT)
|
| - -rm -f silk/control_SNR.lo
|
| - -rm -f silk/control_audio_bandwidth.$(OBJEXT)
|
| - -rm -f silk/control_audio_bandwidth.lo
|
| - -rm -f silk/control_codec.$(OBJEXT)
|
| - -rm -f silk/control_codec.lo
|
| - -rm -f silk/debug.$(OBJEXT)
|
| - -rm -f silk/debug.lo
|
| - -rm -f silk/dec_API.$(OBJEXT)
|
| - -rm -f silk/dec_API.lo
|
| - -rm -f silk/decode_core.$(OBJEXT)
|
| - -rm -f silk/decode_core.lo
|
| - -rm -f silk/decode_frame.$(OBJEXT)
|
| - -rm -f silk/decode_frame.lo
|
| - -rm -f silk/decode_indices.$(OBJEXT)
|
| - -rm -f silk/decode_indices.lo
|
| - -rm -f silk/decode_parameters.$(OBJEXT)
|
| - -rm -f silk/decode_parameters.lo
|
| - -rm -f silk/decode_pitch.$(OBJEXT)
|
| - -rm -f silk/decode_pitch.lo
|
| - -rm -f silk/decode_pulses.$(OBJEXT)
|
| - -rm -f silk/decode_pulses.lo
|
| - -rm -f silk/decoder_set_fs.$(OBJEXT)
|
| - -rm -f silk/decoder_set_fs.lo
|
| - -rm -f silk/enc_API.$(OBJEXT)
|
| - -rm -f silk/enc_API.lo
|
| - -rm -f silk/encode_indices.$(OBJEXT)
|
| - -rm -f silk/encode_indices.lo
|
| - -rm -f silk/encode_pulses.$(OBJEXT)
|
| - -rm -f silk/encode_pulses.lo
|
| - -rm -f silk/fixed/LTP_analysis_filter_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/LTP_analysis_filter_FIX.lo
|
| - -rm -f silk/fixed/LTP_scale_ctrl_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/LTP_scale_ctrl_FIX.lo
|
| - -rm -f silk/fixed/apply_sine_window_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/apply_sine_window_FIX.lo
|
| - -rm -f silk/fixed/autocorr_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/autocorr_FIX.lo
|
| - -rm -f silk/fixed/burg_modified_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/burg_modified_FIX.lo
|
| - -rm -f silk/fixed/corrMatrix_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/corrMatrix_FIX.lo
|
| - -rm -f silk/fixed/encode_frame_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/encode_frame_FIX.lo
|
| - -rm -f silk/fixed/find_LPC_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/find_LPC_FIX.lo
|
| - -rm -f silk/fixed/find_LTP_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/find_LTP_FIX.lo
|
| - -rm -f silk/fixed/find_pitch_lags_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/find_pitch_lags_FIX.lo
|
| - -rm -f silk/fixed/find_pred_coefs_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/find_pred_coefs_FIX.lo
|
| - -rm -f silk/fixed/k2a_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/k2a_FIX.lo
|
| - -rm -f silk/fixed/k2a_Q16_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/k2a_Q16_FIX.lo
|
| - -rm -f silk/fixed/noise_shape_analysis_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/noise_shape_analysis_FIX.lo
|
| - -rm -f silk/fixed/pitch_analysis_core_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/pitch_analysis_core_FIX.lo
|
| - -rm -f silk/fixed/prefilter_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/prefilter_FIX.lo
|
| - -rm -f silk/fixed/process_gains_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/process_gains_FIX.lo
|
| - -rm -f silk/fixed/regularize_correlations_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/regularize_correlations_FIX.lo
|
| - -rm -f silk/fixed/residual_energy16_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/residual_energy16_FIX.lo
|
| - -rm -f silk/fixed/residual_energy_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/residual_energy_FIX.lo
|
| - -rm -f silk/fixed/schur64_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/schur64_FIX.lo
|
| - -rm -f silk/fixed/schur_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/schur_FIX.lo
|
| - -rm -f silk/fixed/solve_LS_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/solve_LS_FIX.lo
|
| - -rm -f silk/fixed/vector_ops_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/vector_ops_FIX.lo
|
| - -rm -f silk/fixed/warped_autocorrelation_FIX.$(OBJEXT)
|
| - -rm -f silk/fixed/warped_autocorrelation_FIX.lo
|
| - -rm -f silk/float/LPC_analysis_filter_FLP.$(OBJEXT)
|
| - -rm -f silk/float/LPC_analysis_filter_FLP.lo
|
| - -rm -f silk/float/LPC_inv_pred_gain_FLP.$(OBJEXT)
|
| - -rm -f silk/float/LPC_inv_pred_gain_FLP.lo
|
| - -rm -f silk/float/LTP_analysis_filter_FLP.$(OBJEXT)
|
| - -rm -f silk/float/LTP_analysis_filter_FLP.lo
|
| - -rm -f silk/float/LTP_scale_ctrl_FLP.$(OBJEXT)
|
| - -rm -f silk/float/LTP_scale_ctrl_FLP.lo
|
| - -rm -f silk/float/apply_sine_window_FLP.$(OBJEXT)
|
| - -rm -f silk/float/apply_sine_window_FLP.lo
|
| - -rm -f silk/float/autocorrelation_FLP.$(OBJEXT)
|
| - -rm -f silk/float/autocorrelation_FLP.lo
|
| - -rm -f silk/float/burg_modified_FLP.$(OBJEXT)
|
| - -rm -f silk/float/burg_modified_FLP.lo
|
| - -rm -f silk/float/bwexpander_FLP.$(OBJEXT)
|
| - -rm -f silk/float/bwexpander_FLP.lo
|
| - -rm -f silk/float/corrMatrix_FLP.$(OBJEXT)
|
| - -rm -f silk/float/corrMatrix_FLP.lo
|
| - -rm -f silk/float/encode_frame_FLP.$(OBJEXT)
|
| - -rm -f silk/float/encode_frame_FLP.lo
|
| - -rm -f silk/float/energy_FLP.$(OBJEXT)
|
| - -rm -f silk/float/energy_FLP.lo
|
| - -rm -f silk/float/find_LPC_FLP.$(OBJEXT)
|
| - -rm -f silk/float/find_LPC_FLP.lo
|
| - -rm -f silk/float/find_LTP_FLP.$(OBJEXT)
|
| - -rm -f silk/float/find_LTP_FLP.lo
|
| - -rm -f silk/float/find_pitch_lags_FLP.$(OBJEXT)
|
| - -rm -f silk/float/find_pitch_lags_FLP.lo
|
| - -rm -f silk/float/find_pred_coefs_FLP.$(OBJEXT)
|
| - -rm -f silk/float/find_pred_coefs_FLP.lo
|
| - -rm -f silk/float/inner_product_FLP.$(OBJEXT)
|
| - -rm -f silk/float/inner_product_FLP.lo
|
| - -rm -f silk/float/k2a_FLP.$(OBJEXT)
|
| - -rm -f silk/float/k2a_FLP.lo
|
| - -rm -f silk/float/levinsondurbin_FLP.$(OBJEXT)
|
| - -rm -f silk/float/levinsondurbin_FLP.lo
|
| - -rm -f silk/float/noise_shape_analysis_FLP.$(OBJEXT)
|
| - -rm -f silk/float/noise_shape_analysis_FLP.lo
|
| - -rm -f silk/float/pitch_analysis_core_FLP.$(OBJEXT)
|
| - -rm -f silk/float/pitch_analysis_core_FLP.lo
|
| - -rm -f silk/float/prefilter_FLP.$(OBJEXT)
|
| - -rm -f silk/float/prefilter_FLP.lo
|
| - -rm -f silk/float/process_gains_FLP.$(OBJEXT)
|
| - -rm -f silk/float/process_gains_FLP.lo
|
| - -rm -f silk/float/regularize_correlations_FLP.$(OBJEXT)
|
| - -rm -f silk/float/regularize_correlations_FLP.lo
|
| - -rm -f silk/float/residual_energy_FLP.$(OBJEXT)
|
| - -rm -f silk/float/residual_energy_FLP.lo
|
| - -rm -f silk/float/scale_copy_vector_FLP.$(OBJEXT)
|
| - -rm -f silk/float/scale_copy_vector_FLP.lo
|
| - -rm -f silk/float/scale_vector_FLP.$(OBJEXT)
|
| - -rm -f silk/float/scale_vector_FLP.lo
|
| - -rm -f silk/float/schur_FLP.$(OBJEXT)
|
| - -rm -f silk/float/schur_FLP.lo
|
| - -rm -f silk/float/solve_LS_FLP.$(OBJEXT)
|
| - -rm -f silk/float/solve_LS_FLP.lo
|
| - -rm -f silk/float/sort_FLP.$(OBJEXT)
|
| - -rm -f silk/float/sort_FLP.lo
|
| - -rm -f silk/float/warped_autocorrelation_FLP.$(OBJEXT)
|
| - -rm -f silk/float/warped_autocorrelation_FLP.lo
|
| - -rm -f silk/float/wrappers_FLP.$(OBJEXT)
|
| - -rm -f silk/float/wrappers_FLP.lo
|
| - -rm -f silk/gain_quant.$(OBJEXT)
|
| - -rm -f silk/gain_quant.lo
|
| - -rm -f silk/init_decoder.$(OBJEXT)
|
| - -rm -f silk/init_decoder.lo
|
| - -rm -f silk/init_encoder.$(OBJEXT)
|
| - -rm -f silk/init_encoder.lo
|
| - -rm -f silk/inner_prod_aligned.$(OBJEXT)
|
| - -rm -f silk/inner_prod_aligned.lo
|
| - -rm -f silk/interpolate.$(OBJEXT)
|
| - -rm -f silk/interpolate.lo
|
| - -rm -f silk/lin2log.$(OBJEXT)
|
| - -rm -f silk/lin2log.lo
|
| - -rm -f silk/log2lin.$(OBJEXT)
|
| - -rm -f silk/log2lin.lo
|
| - -rm -f silk/pitch_est_tables.$(OBJEXT)
|
| - -rm -f silk/pitch_est_tables.lo
|
| - -rm -f silk/process_NLSFs.$(OBJEXT)
|
| - -rm -f silk/process_NLSFs.lo
|
| - -rm -f silk/quant_LTP_gains.$(OBJEXT)
|
| - -rm -f silk/quant_LTP_gains.lo
|
| - -rm -f silk/resampler.$(OBJEXT)
|
| - -rm -f silk/resampler.lo
|
| - -rm -f silk/resampler_down2.$(OBJEXT)
|
| - -rm -f silk/resampler_down2.lo
|
| - -rm -f silk/resampler_down2_3.$(OBJEXT)
|
| - -rm -f silk/resampler_down2_3.lo
|
| - -rm -f silk/resampler_private_AR2.$(OBJEXT)
|
| - -rm -f silk/resampler_private_AR2.lo
|
| - -rm -f silk/resampler_private_IIR_FIR.$(OBJEXT)
|
| - -rm -f silk/resampler_private_IIR_FIR.lo
|
| - -rm -f silk/resampler_private_down_FIR.$(OBJEXT)
|
| - -rm -f silk/resampler_private_down_FIR.lo
|
| - -rm -f silk/resampler_private_up2_HQ.$(OBJEXT)
|
| - -rm -f silk/resampler_private_up2_HQ.lo
|
| - -rm -f silk/resampler_rom.$(OBJEXT)
|
| - -rm -f silk/resampler_rom.lo
|
| - -rm -f silk/shell_coder.$(OBJEXT)
|
| - -rm -f silk/shell_coder.lo
|
| - -rm -f silk/sigm_Q15.$(OBJEXT)
|
| - -rm -f silk/sigm_Q15.lo
|
| - -rm -f silk/sort.$(OBJEXT)
|
| - -rm -f silk/sort.lo
|
| - -rm -f silk/stereo_LR_to_MS.$(OBJEXT)
|
| - -rm -f silk/stereo_LR_to_MS.lo
|
| - -rm -f silk/stereo_MS_to_LR.$(OBJEXT)
|
| - -rm -f silk/stereo_MS_to_LR.lo
|
| - -rm -f silk/stereo_decode_pred.$(OBJEXT)
|
| - -rm -f silk/stereo_decode_pred.lo
|
| - -rm -f silk/stereo_encode_pred.$(OBJEXT)
|
| - -rm -f silk/stereo_encode_pred.lo
|
| - -rm -f silk/stereo_find_predictor.$(OBJEXT)
|
| - -rm -f silk/stereo_find_predictor.lo
|
| - -rm -f silk/stereo_quant_pred.$(OBJEXT)
|
| - -rm -f silk/stereo_quant_pred.lo
|
| - -rm -f silk/sum_sqr_shift.$(OBJEXT)
|
| - -rm -f silk/sum_sqr_shift.lo
|
| - -rm -f silk/table_LSF_cos.$(OBJEXT)
|
| - -rm -f silk/table_LSF_cos.lo
|
| - -rm -f silk/tables_LTP.$(OBJEXT)
|
| - -rm -f silk/tables_LTP.lo
|
| - -rm -f silk/tables_NLSF_CB_NB_MB.$(OBJEXT)
|
| - -rm -f silk/tables_NLSF_CB_NB_MB.lo
|
| - -rm -f silk/tables_NLSF_CB_WB.$(OBJEXT)
|
| - -rm -f silk/tables_NLSF_CB_WB.lo
|
| - -rm -f silk/tables_gain.$(OBJEXT)
|
| - -rm -f silk/tables_gain.lo
|
| - -rm -f silk/tables_other.$(OBJEXT)
|
| - -rm -f silk/tables_other.lo
|
| - -rm -f silk/tables_pitch_lag.$(OBJEXT)
|
| - -rm -f silk/tables_pitch_lag.lo
|
| - -rm -f silk/tables_pulses_per_block.$(OBJEXT)
|
| - -rm -f silk/tables_pulses_per_block.lo
|
| - -rm -f src/analysis.$(OBJEXT)
|
| - -rm -f src/analysis.lo
|
| - -rm -f src/mlp.$(OBJEXT)
|
| - -rm -f src/mlp.lo
|
| - -rm -f src/mlp_data.$(OBJEXT)
|
| - -rm -f src/mlp_data.lo
|
| - -rm -f src/opus.$(OBJEXT)
|
| - -rm -f src/opus.lo
|
| - -rm -f src/opus_compare.$(OBJEXT)
|
| - -rm -f src/opus_decoder.$(OBJEXT)
|
| - -rm -f src/opus_decoder.lo
|
| - -rm -f src/opus_demo.$(OBJEXT)
|
| - -rm -f src/opus_encoder.$(OBJEXT)
|
| - -rm -f src/opus_encoder.lo
|
| - -rm -f src/opus_multistream.$(OBJEXT)
|
| - -rm -f src/opus_multistream.lo
|
| - -rm -f src/opus_multistream_decoder.$(OBJEXT)
|
| - -rm -f src/opus_multistream_decoder.lo
|
| - -rm -f src/opus_multistream_encoder.$(OBJEXT)
|
| - -rm -f src/opus_multistream_encoder.lo
|
| - -rm -f src/repacketizer.$(OBJEXT)
|
| - -rm -f src/repacketizer.lo
|
| - -rm -f src/repacketizer_demo.$(OBJEXT)
|
| - -rm -f tests/test_opus_api.$(OBJEXT)
|
| - -rm -f tests/test_opus_decode.$(OBJEXT)
|
| - -rm -f tests/test_opus_encode.$(OBJEXT)
|
| - -rm -f tests/test_opus_padding.$(OBJEXT)
|
| + -rm -f celt/*.$(OBJEXT)
|
| + -rm -f celt/*.lo
|
| + -rm -f celt/arm/*.$(OBJEXT)
|
| + -rm -f celt/arm/*.lo
|
| + -rm -f celt/tests/*.$(OBJEXT)
|
| + -rm -f celt/x86/*.$(OBJEXT)
|
| + -rm -f celt/x86/*.lo
|
| + -rm -f silk/*.$(OBJEXT)
|
| + -rm -f silk/*.lo
|
| + -rm -f silk/fixed/*.$(OBJEXT)
|
| + -rm -f silk/fixed/*.lo
|
| + -rm -f silk/fixed/x86/*.$(OBJEXT)
|
| + -rm -f silk/fixed/x86/*.lo
|
| + -rm -f silk/float/*.$(OBJEXT)
|
| + -rm -f silk/float/*.lo
|
| + -rm -f silk/x86/*.$(OBJEXT)
|
| + -rm -f silk/x86/*.lo
|
| + -rm -f src/*.$(OBJEXT)
|
| + -rm -f src/*.lo
|
| + -rm -f tests/*.$(OBJEXT)
|
|
|
| distclean-compile:
|
| -rm -f *.tab.c
|
| @@ -1881,6 +1923,7 @@ distclean-compile:
|
| @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/vq.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/arm_celt_map.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/armcpu.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/celt_neon_intr.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/celt_pitch_xcorr_arm-gnu.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_cwrs32.Po@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_dft.Po@am__quote@
|
| @@ -1890,6 +1933,10 @@ distclean-compile:
|
| @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_mdct.Po@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_rotation.Po@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_types.Po@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@celt/x86/$(DEPDIR)/celt_lpc_sse.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@celt/x86/$(DEPDIR)/pitch_sse.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@celt/x86/$(DEPDIR)/x86_celt_map.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@celt/x86/$(DEPDIR)/x86cpu.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/A2NLSF.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/CNG.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/HP_variable_cutoff.Plo@am__quote@
|
| @@ -1991,6 +2038,9 @@ distclean-compile:
|
| @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/solve_LS_FIX.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/vector_ops_FIX.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/warped_autocorrelation_FIX.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/x86/$(DEPDIR)/burg_modified_FIX_sse.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/x86/$(DEPDIR)/prefilter_FIX_sse.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/x86/$(DEPDIR)/vector_ops_FIX_sse.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/LPC_analysis_filter_FLP.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/LPC_inv_pred_gain_FLP.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/LTP_analysis_filter_FLP.Plo@am__quote@
|
| @@ -2022,6 +2072,11 @@ distclean-compile:
|
| @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/sort_FLP.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/warped_autocorrelation_FLP.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/wrappers_FLP.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@silk/x86/$(DEPDIR)/NSQ_del_dec_sse.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@silk/x86/$(DEPDIR)/NSQ_sse.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@silk/x86/$(DEPDIR)/VAD_sse.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@silk/x86/$(DEPDIR)/VQ_WMat_EC_sse.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@silk/x86/$(DEPDIR)/x86_silk_map.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/analysis.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/mlp.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/mlp_data.Plo@am__quote@
|
| @@ -2096,9 +2151,12 @@ clean-libtool:
|
| -rm -rf celt/.libs celt/_libs
|
| -rm -rf celt/arm/.libs celt/arm/_libs
|
| -rm -rf celt/tests/.libs celt/tests/_libs
|
| + -rm -rf celt/x86/.libs celt/x86/_libs
|
| -rm -rf silk/.libs silk/_libs
|
| -rm -rf silk/fixed/.libs silk/fixed/_libs
|
| + -rm -rf silk/fixed/x86/.libs silk/fixed/x86/_libs
|
| -rm -rf silk/float/.libs silk/float/_libs
|
| + -rm -rf silk/x86/.libs silk/x86/_libs
|
| -rm -rf src/.libs src/_libs
|
| -rm -rf tests/.libs tests/_libs
|
|
|
| @@ -2169,22 +2227,25 @@ uninstall-pkgincludeHEADERS:
|
| dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
|
|
|
| # This directory's subdirectories are mostly independent; you can cd
|
| -# into them and run `make' without going through this Makefile.
|
| -# To change the values of `make' variables: instead of editing Makefiles,
|
| -# (1) if the variable is set in `config.status', edit `config.status'
|
| -# (which will cause the Makefiles to be regenerated when you run `make');
|
| -# (2) otherwise, pass the desired values on the `make' command line.
|
| -$(RECURSIVE_TARGETS):
|
| - @fail= failcom='exit 1'; \
|
| - for f in x $$MAKEFLAGS; do \
|
| - case $$f in \
|
| - *=* | --[!k]*);; \
|
| - *k*) failcom='fail=yes';; \
|
| - esac; \
|
| - done; \
|
| +# into them and run 'make' without going through this Makefile.
|
| +# To change the values of 'make' variables: instead of editing Makefiles,
|
| +# (1) if the variable is set in 'config.status', edit 'config.status'
|
| +# (which will cause the Makefiles to be regenerated when you run 'make');
|
| +# (2) otherwise, pass the desired values on the 'make' command line.
|
| +$(am__recursive_targets):
|
| + @fail=; \
|
| + if $(am__make_keepgoing); then \
|
| + failcom='fail=yes'; \
|
| + else \
|
| + failcom='exit 1'; \
|
| + fi; \
|
| dot_seen=no; \
|
| target=`echo $@ | sed s/-recursive//`; \
|
| - list='$(SUBDIRS)'; for subdir in $$list; do \
|
| + case "$@" in \
|
| + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
| + *) list='$(SUBDIRS)' ;; \
|
| + esac; \
|
| + for subdir in $$list; do \
|
| echo "Making $$target in $$subdir"; \
|
| if test "$$subdir" = "."; then \
|
| dot_seen=yes; \
|
| @@ -2199,57 +2260,12 @@ $(RECURSIVE_TARGETS):
|
| $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
| fi; test -z "$$fail"
|
|
|
| -$(RECURSIVE_CLEAN_TARGETS):
|
| - @fail= failcom='exit 1'; \
|
| - for f in x $$MAKEFLAGS; do \
|
| - case $$f in \
|
| - *=* | --[!k]*);; \
|
| - *k*) failcom='fail=yes';; \
|
| - esac; \
|
| - done; \
|
| - dot_seen=no; \
|
| - case "$@" in \
|
| - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
| - *) list='$(SUBDIRS)' ;; \
|
| - esac; \
|
| - rev=''; for subdir in $$list; do \
|
| - if test "$$subdir" = "."; then :; else \
|
| - rev="$$subdir $$rev"; \
|
| - fi; \
|
| - done; \
|
| - rev="$$rev ."; \
|
| - target=`echo $@ | sed s/-recursive//`; \
|
| - for subdir in $$rev; do \
|
| - echo "Making $$target in $$subdir"; \
|
| - if test "$$subdir" = "."; then \
|
| - local_target="$$target-am"; \
|
| - else \
|
| - local_target="$$target"; \
|
| - fi; \
|
| - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
| - || eval $$failcom; \
|
| - done && test -z "$$fail"
|
| -tags-recursive:
|
| - list='$(SUBDIRS)'; for subdir in $$list; do \
|
| - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
| - done
|
| -ctags-recursive:
|
| - list='$(SUBDIRS)'; for subdir in $$list; do \
|
| - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
| - done
|
| +ID: $(am__tagged_files)
|
| + $(am__define_uniq_tagged_files); mkid -fID $$unique
|
| +tags: tags-recursive
|
| +TAGS: tags
|
|
|
| -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
| - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
| - unique=`for i in $$list; do \
|
| - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| - done | \
|
| - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
| - END { if (nonempty) { for (i in files) print i; }; }'`; \
|
| - mkid -fID $$unique
|
| -tags: TAGS
|
| -
|
| -TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
| - $(TAGS_FILES) $(LISP)
|
| +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
| set x; \
|
| here=`pwd`; \
|
| if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
| @@ -2265,12 +2281,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
| set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
| fi; \
|
| done; \
|
| - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
| - unique=`for i in $$list; do \
|
| - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| - done | \
|
| - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
| - END { if (nonempty) { for (i in files) print i; }; }'`; \
|
| + $(am__define_uniq_tagged_files); \
|
| shift; \
|
| if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
| test -n "$$unique" || unique=$$empty_fix; \
|
| @@ -2282,15 +2293,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
| $$unique; \
|
| fi; \
|
| fi
|
| -ctags: CTAGS
|
| -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
| - $(TAGS_FILES) $(LISP)
|
| - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
| - unique=`for i in $$list; do \
|
| - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| - done | \
|
| - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
| - END { if (nonempty) { for (i in files) print i; }; }'`; \
|
| +ctags: ctags-recursive
|
| +
|
| +CTAGS: ctags
|
| +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
| + $(am__define_uniq_tagged_files); \
|
| test -z "$(CTAGS_ARGS)$$unique" \
|
| || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
| $$unique
|
| @@ -2299,102 +2306,271 @@ GTAGS:
|
| here=`$(am__cd) $(top_builddir) && pwd` \
|
| && $(am__cd) $(top_srcdir) \
|
| && gtags -i $(GTAGS_ARGS) "$$here"
|
| +cscope: cscope.files
|
| + test ! -s cscope.files \
|
| + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
|
| +clean-cscope:
|
| + -rm -f cscope.files
|
| +cscope.files: clean-cscope cscopelist
|
| +cscopelist: cscopelist-recursive
|
| +
|
| +cscopelist-am: $(am__tagged_files)
|
| + list='$(am__tagged_files)'; \
|
| + case "$(srcdir)" in \
|
| + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
| + *) sdir=$(subdir)/$(srcdir) ;; \
|
| + esac; \
|
| + for i in $$list; do \
|
| + if test -f "$$i"; then \
|
| + echo "$(subdir)/$$i"; \
|
| + else \
|
| + echo "$$sdir/$$i"; \
|
| + fi; \
|
| + done >> $(top_builddir)/cscope.files
|
|
|
| distclean-tags:
|
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
| + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
|
| +
|
| +# Recover from deleted '.trs' file; this should ensure that
|
| +# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
|
| +# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
|
| +# to avoid problems with "make -n".
|
| +.log.trs:
|
| + rm -f $< $@
|
| + $(MAKE) $(AM_MAKEFLAGS) $<
|
| +
|
| +# Leading 'am--fnord' is there to ensure the list of targets does not
|
| +# expand to empty, as could happen e.g. with make check TESTS=''.
|
| +am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
|
| +am--force-recheck:
|
| + @:
|
|
|
| -check-TESTS: $(TESTS)
|
| - @failed=0; all=0; xfail=0; xpass=0; skip=0; \
|
| - srcdir=$(srcdir); export srcdir; \
|
| - list=' $(TESTS) '; \
|
| - $(am__tty_colors); \
|
| - if test -n "$$list"; then \
|
| - for tst in $$list; do \
|
| - if test -f ./$$tst; then dir=./; \
|
| - elif test -f $$tst; then dir=; \
|
| - else dir="$(srcdir)/"; fi; \
|
| - if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
|
| - all=`expr $$all + 1`; \
|
| - case " $(XFAIL_TESTS) " in \
|
| - *[\ \ ]$$tst[\ \ ]*) \
|
| - xpass=`expr $$xpass + 1`; \
|
| - failed=`expr $$failed + 1`; \
|
| - col=$$red; res=XPASS; \
|
| - ;; \
|
| - *) \
|
| - col=$$grn; res=PASS; \
|
| - ;; \
|
| - esac; \
|
| - elif test $$? -ne 77; then \
|
| - all=`expr $$all + 1`; \
|
| - case " $(XFAIL_TESTS) " in \
|
| - *[\ \ ]$$tst[\ \ ]*) \
|
| - xfail=`expr $$xfail + 1`; \
|
| - col=$$lgn; res=XFAIL; \
|
| - ;; \
|
| - *) \
|
| - failed=`expr $$failed + 1`; \
|
| - col=$$red; res=FAIL; \
|
| - ;; \
|
| - esac; \
|
| - else \
|
| - skip=`expr $$skip + 1`; \
|
| - col=$$blu; res=SKIP; \
|
| - fi; \
|
| - echo "$${col}$$res$${std}: $$tst"; \
|
| - done; \
|
| - if test "$$all" -eq 1; then \
|
| - tests="test"; \
|
| - All=""; \
|
| - else \
|
| - tests="tests"; \
|
| - All="All "; \
|
| +$(TEST_SUITE_LOG): $(TEST_LOGS)
|
| + @$(am__set_TESTS_bases); \
|
| + am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
|
| + redo_bases=`for i in $$bases; do \
|
| + am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
|
| + done`; \
|
| + if test -n "$$redo_bases"; then \
|
| + redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
|
| + redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
|
| + if $(am__make_dryrun); then :; else \
|
| + rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
|
| fi; \
|
| - if test "$$failed" -eq 0; then \
|
| - if test "$$xfail" -eq 0; then \
|
| - banner="$$All$$all $$tests passed"; \
|
| - else \
|
| - if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
|
| - banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
|
| - fi; \
|
| - else \
|
| - if test "$$xpass" -eq 0; then \
|
| - banner="$$failed of $$all $$tests failed"; \
|
| + fi; \
|
| + if test -n "$$am__remaking_logs"; then \
|
| + echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
|
| + "recursion detected" >&2; \
|
| + else \
|
| + am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
|
| + fi; \
|
| + if $(am__make_dryrun); then :; else \
|
| + st=0; \
|
| + errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
|
| + for i in $$redo_bases; do \
|
| + test -f $$i.trs && test -r $$i.trs \
|
| + || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
|
| + test -f $$i.log && test -r $$i.log \
|
| + || { echo "$$errmsg $$i.log" >&2; st=1; }; \
|
| + done; \
|
| + test $$st -eq 0 || exit 1; \
|
| + fi
|
| + @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
|
| + ws='[ ]'; \
|
| + results=`for b in $$bases; do echo $$b.trs; done`; \
|
| + test -n "$$results" || results=/dev/null; \
|
| + all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
|
| + pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
|
| + fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
|
| + skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
|
| + xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
|
| + xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
|
| + error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
|
| + if test `expr $$fail + $$xpass + $$error` -eq 0; then \
|
| + success=true; \
|
| + else \
|
| + success=false; \
|
| + fi; \
|
| + br='==================='; br=$$br$$br$$br$$br; \
|
| + result_count () \
|
| + { \
|
| + if test x"$$1" = x"--maybe-color"; then \
|
| + maybe_colorize=yes; \
|
| + elif test x"$$1" = x"--no-color"; then \
|
| + maybe_colorize=no; \
|
| else \
|
| - if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
|
| - banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
|
| + echo "$@: invalid 'result_count' usage" >&2; exit 4; \
|
| fi; \
|
| - fi; \
|
| - dashes="$$banner"; \
|
| - skipped=""; \
|
| - if test "$$skip" -ne 0; then \
|
| - if test "$$skip" -eq 1; then \
|
| - skipped="($$skip test was not run)"; \
|
| + shift; \
|
| + desc=$$1 count=$$2; \
|
| + if test $$maybe_colorize = yes && test $$count -gt 0; then \
|
| + color_start=$$3 color_end=$$std; \
|
| else \
|
| - skipped="($$skip tests were not run)"; \
|
| + color_start= color_end=; \
|
| fi; \
|
| - test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
|
| - dashes="$$skipped"; \
|
| - fi; \
|
| - report=""; \
|
| - if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
|
| - report="Please report to $(PACKAGE_BUGREPORT)"; \
|
| - test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
|
| - dashes="$$report"; \
|
| - fi; \
|
| - dashes=`echo "$$dashes" | sed s/./=/g`; \
|
| - if test "$$failed" -eq 0; then \
|
| - col="$$grn"; \
|
| - else \
|
| - col="$$red"; \
|
| - fi; \
|
| - echo "$${col}$$dashes$${std}"; \
|
| - echo "$${col}$$banner$${std}"; \
|
| - test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
|
| - test -z "$$report" || echo "$${col}$$report$${std}"; \
|
| - echo "$${col}$$dashes$${std}"; \
|
| - test "$$failed" -eq 0; \
|
| - else :; fi
|
| + echo "$${color_start}# $$desc $$count$${color_end}"; \
|
| + }; \
|
| + create_testsuite_report () \
|
| + { \
|
| + result_count $$1 "TOTAL:" $$all "$$brg"; \
|
| + result_count $$1 "PASS: " $$pass "$$grn"; \
|
| + result_count $$1 "SKIP: " $$skip "$$blu"; \
|
| + result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
|
| + result_count $$1 "FAIL: " $$fail "$$red"; \
|
| + result_count $$1 "XPASS:" $$xpass "$$red"; \
|
| + result_count $$1 "ERROR:" $$error "$$mgn"; \
|
| + }; \
|
| + { \
|
| + echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
|
| + $(am__rst_title); \
|
| + create_testsuite_report --no-color; \
|
| + echo; \
|
| + echo ".. contents:: :depth: 2"; \
|
| + echo; \
|
| + for b in $$bases; do echo $$b; done \
|
| + | $(am__create_global_log); \
|
| + } >$(TEST_SUITE_LOG).tmp || exit 1; \
|
| + mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
|
| + if $$success; then \
|
| + col="$$grn"; \
|
| + else \
|
| + col="$$red"; \
|
| + test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
|
| + fi; \
|
| + echo "$${col}$$br$${std}"; \
|
| + echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
|
| + echo "$${col}$$br$${std}"; \
|
| + create_testsuite_report --maybe-color; \
|
| + echo "$$col$$br$$std"; \
|
| + if $$success; then :; else \
|
| + echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
|
| + if test -n "$(PACKAGE_BUGREPORT)"; then \
|
| + echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
|
| + fi; \
|
| + echo "$$col$$br$$std"; \
|
| + fi; \
|
| + $$success || exit 1
|
| +
|
| +check-TESTS:
|
| + @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
|
| + @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
|
| + @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
| + @set +e; $(am__set_TESTS_bases); \
|
| + log_list=`for i in $$bases; do echo $$i.log; done`; \
|
| + trs_list=`for i in $$bases; do echo $$i.trs; done`; \
|
| + log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
|
| + $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
|
| + exit $$?;
|
| +recheck: all
|
| + @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
| + @set +e; $(am__set_TESTS_bases); \
|
| + bases=`for i in $$bases; do echo $$i; done \
|
| + | $(am__list_recheck_tests)` || exit 1; \
|
| + log_list=`for i in $$bases; do echo $$i.log; done`; \
|
| + log_list=`echo $$log_list`; \
|
| + $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
|
| + am__force_recheck=am--force-recheck \
|
| + TEST_LOGS="$$log_list"; \
|
| + exit $$?
|
| +celt/tests/test_unit_types.log: celt/tests/test_unit_types$(EXEEXT)
|
| + @p='celt/tests/test_unit_types$(EXEEXT)'; \
|
| + b='celt/tests/test_unit_types'; \
|
| + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
| + --log-file $$b.log --trs-file $$b.trs \
|
| + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
| + "$$tst" $(AM_TESTS_FD_REDIRECT)
|
| +celt/tests/test_unit_mathops.log: celt/tests/test_unit_mathops$(EXEEXT)
|
| + @p='celt/tests/test_unit_mathops$(EXEEXT)'; \
|
| + b='celt/tests/test_unit_mathops'; \
|
| + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
| + --log-file $$b.log --trs-file $$b.trs \
|
| + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
| + "$$tst" $(AM_TESTS_FD_REDIRECT)
|
| +celt/tests/test_unit_entropy.log: celt/tests/test_unit_entropy$(EXEEXT)
|
| + @p='celt/tests/test_unit_entropy$(EXEEXT)'; \
|
| + b='celt/tests/test_unit_entropy'; \
|
| + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
| + --log-file $$b.log --trs-file $$b.trs \
|
| + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
| + "$$tst" $(AM_TESTS_FD_REDIRECT)
|
| +celt/tests/test_unit_laplace.log: celt/tests/test_unit_laplace$(EXEEXT)
|
| + @p='celt/tests/test_unit_laplace$(EXEEXT)'; \
|
| + b='celt/tests/test_unit_laplace'; \
|
| + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
| + --log-file $$b.log --trs-file $$b.trs \
|
| + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
| + "$$tst" $(AM_TESTS_FD_REDIRECT)
|
| +celt/tests/test_unit_dft.log: celt/tests/test_unit_dft$(EXEEXT)
|
| + @p='celt/tests/test_unit_dft$(EXEEXT)'; \
|
| + b='celt/tests/test_unit_dft'; \
|
| + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
| + --log-file $$b.log --trs-file $$b.trs \
|
| + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
| + "$$tst" $(AM_TESTS_FD_REDIRECT)
|
| +celt/tests/test_unit_mdct.log: celt/tests/test_unit_mdct$(EXEEXT)
|
| + @p='celt/tests/test_unit_mdct$(EXEEXT)'; \
|
| + b='celt/tests/test_unit_mdct'; \
|
| + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
| + --log-file $$b.log --trs-file $$b.trs \
|
| + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
| + "$$tst" $(AM_TESTS_FD_REDIRECT)
|
| +celt/tests/test_unit_rotation.log: celt/tests/test_unit_rotation$(EXEEXT)
|
| + @p='celt/tests/test_unit_rotation$(EXEEXT)'; \
|
| + b='celt/tests/test_unit_rotation'; \
|
| + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
| + --log-file $$b.log --trs-file $$b.trs \
|
| + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
| + "$$tst" $(AM_TESTS_FD_REDIRECT)
|
| +celt/tests/test_unit_cwrs32.log: celt/tests/test_unit_cwrs32$(EXEEXT)
|
| + @p='celt/tests/test_unit_cwrs32$(EXEEXT)'; \
|
| + b='celt/tests/test_unit_cwrs32'; \
|
| + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
| + --log-file $$b.log --trs-file $$b.trs \
|
| + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
| + "$$tst" $(AM_TESTS_FD_REDIRECT)
|
| +tests/test_opus_api.log: tests/test_opus_api$(EXEEXT)
|
| + @p='tests/test_opus_api$(EXEEXT)'; \
|
| + b='tests/test_opus_api'; \
|
| + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
| + --log-file $$b.log --trs-file $$b.trs \
|
| + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
| + "$$tst" $(AM_TESTS_FD_REDIRECT)
|
| +tests/test_opus_decode.log: tests/test_opus_decode$(EXEEXT)
|
| + @p='tests/test_opus_decode$(EXEEXT)'; \
|
| + b='tests/test_opus_decode'; \
|
| + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
| + --log-file $$b.log --trs-file $$b.trs \
|
| + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
| + "$$tst" $(AM_TESTS_FD_REDIRECT)
|
| +tests/test_opus_encode.log: tests/test_opus_encode$(EXEEXT)
|
| + @p='tests/test_opus_encode$(EXEEXT)'; \
|
| + b='tests/test_opus_encode'; \
|
| + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
| + --log-file $$b.log --trs-file $$b.trs \
|
| + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
| + "$$tst" $(AM_TESTS_FD_REDIRECT)
|
| +tests/test_opus_padding.log: tests/test_opus_padding$(EXEEXT)
|
| + @p='tests/test_opus_padding$(EXEEXT)'; \
|
| + b='tests/test_opus_padding'; \
|
| + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
| + --log-file $$b.log --trs-file $$b.trs \
|
| + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
| + "$$tst" $(AM_TESTS_FD_REDIRECT)
|
| +.test.log:
|
| + @p='$<'; \
|
| + $(am__set_b); \
|
| + $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
|
| + --log-file $$b.log --trs-file $$b.trs \
|
| + $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
|
| + "$$tst" $(AM_TESTS_FD_REDIRECT)
|
| +@am__EXEEXT_TRUE@.test$(EXEEXT).log:
|
| +@am__EXEEXT_TRUE@ @p='$<'; \
|
| +@am__EXEEXT_TRUE@ $(am__set_b); \
|
| +@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
|
| +@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
|
| +@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
|
| +@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
| distdir: $(DISTFILES)
|
| $(am__remove_distdir)
|
| @@ -2465,40 +2641,42 @@ distdir: $(DISTFILES)
|
| || chmod -R a+r "$(distdir)"
|
| dist-gzip: distdir
|
| tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
| - $(am__remove_distdir)
|
| + $(am__post_remove_distdir)
|
|
|
| dist-bzip2: distdir
|
| tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
| - $(am__remove_distdir)
|
| + $(am__post_remove_distdir)
|
|
|
| dist-lzip: distdir
|
| tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
|
| - $(am__remove_distdir)
|
| -
|
| -dist-lzma: distdir
|
| - tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
|
| - $(am__remove_distdir)
|
| + $(am__post_remove_distdir)
|
|
|
| dist-xz: distdir
|
| tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
| - $(am__remove_distdir)
|
| + $(am__post_remove_distdir)
|
|
|
| dist-tarZ: distdir
|
| + @echo WARNING: "Support for shar distribution archives is" \
|
| + "deprecated." >&2
|
| + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
| tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
| - $(am__remove_distdir)
|
| + $(am__post_remove_distdir)
|
|
|
| dist-shar: distdir
|
| + @echo WARNING: "Support for distribution archives compressed with" \
|
| + "legacy program 'compress' is deprecated." >&2
|
| + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
| shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
| - $(am__remove_distdir)
|
| + $(am__post_remove_distdir)
|
|
|
| dist-zip: distdir
|
| -rm -f $(distdir).zip
|
| zip -rq $(distdir).zip $(distdir)
|
| - $(am__remove_distdir)
|
| + $(am__post_remove_distdir)
|
|
|
| -dist dist-all: distdir
|
| - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
| - $(am__remove_distdir)
|
| +dist dist-all:
|
| + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
|
| + $(am__post_remove_distdir)
|
|
|
| # This target untars the dist file and tries a VPATH configuration. Then
|
| # it guarantees that the distribution is self-contained by making another
|
| @@ -2509,8 +2687,6 @@ distcheck: dist
|
| GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
| *.tar.bz2*) \
|
| bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
| - *.tar.lzma*) \
|
| - lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
|
| *.tar.lz*) \
|
| lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
|
| *.tar.xz*) \
|
| @@ -2522,18 +2698,19 @@ distcheck: dist
|
| *.zip*) \
|
| unzip $(distdir).zip ;;\
|
| esac
|
| - chmod -R a-w $(distdir); chmod u+w $(distdir)
|
| - mkdir $(distdir)/_build
|
| - mkdir $(distdir)/_inst
|
| + chmod -R a-w $(distdir)
|
| + chmod u+w $(distdir)
|
| + mkdir $(distdir)/_build $(distdir)/_inst
|
| chmod a-w $(distdir)
|
| test -d $(distdir)/_build || exit 0; \
|
| dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
| && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
| && am__cwd=`pwd` \
|
| && $(am__cd) $(distdir)/_build \
|
| - && ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
| + && ../configure \
|
| $(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
| $(DISTCHECK_CONFIGURE_FLAGS) \
|
| + --srcdir=.. --prefix="$$dc_install_base" \
|
| && $(MAKE) $(AM_MAKEFLAGS) \
|
| && $(MAKE) $(AM_MAKEFLAGS) dvi \
|
| && $(MAKE) $(AM_MAKEFLAGS) check \
|
| @@ -2556,7 +2733,7 @@ distcheck: dist
|
| && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
|
| && cd "$$am__cwd" \
|
| || exit 1
|
| - $(am__remove_distdir)
|
| + $(am__post_remove_distdir)
|
| @(echo "$(distdir) archives ready for distribution: "; \
|
| list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
| sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
| @@ -2618,6 +2795,9 @@ install-strip:
|
| "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
| fi
|
| mostlyclean-generic:
|
| + -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
|
| + -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
|
| + -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
|
|
| clean-generic:
|
| -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
| @@ -2631,12 +2811,18 @@ distclean-generic:
|
| -rm -f celt/arm/$(am__dirstamp)
|
| -rm -f celt/tests/$(DEPDIR)/$(am__dirstamp)
|
| -rm -f celt/tests/$(am__dirstamp)
|
| + -rm -f celt/x86/$(DEPDIR)/$(am__dirstamp)
|
| + -rm -f celt/x86/$(am__dirstamp)
|
| -rm -f silk/$(DEPDIR)/$(am__dirstamp)
|
| -rm -f silk/$(am__dirstamp)
|
| -rm -f silk/fixed/$(DEPDIR)/$(am__dirstamp)
|
| -rm -f silk/fixed/$(am__dirstamp)
|
| + -rm -f silk/fixed/x86/$(DEPDIR)/$(am__dirstamp)
|
| + -rm -f silk/fixed/x86/$(am__dirstamp)
|
| -rm -f silk/float/$(DEPDIR)/$(am__dirstamp)
|
| -rm -f silk/float/$(am__dirstamp)
|
| + -rm -f silk/x86/$(DEPDIR)/$(am__dirstamp)
|
| + -rm -f silk/x86/$(am__dirstamp)
|
| -rm -f src/$(DEPDIR)/$(am__dirstamp)
|
| -rm -f src/$(am__dirstamp)
|
| -rm -f tests/$(DEPDIR)/$(am__dirstamp)
|
| @@ -2653,7 +2839,7 @@ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
|
|
|
| distclean: distclean-recursive
|
| -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
| - -rm -rf celt/$(DEPDIR) celt/arm/$(DEPDIR) celt/tests/$(DEPDIR) silk/$(DEPDIR) silk/fixed/$(DEPDIR) silk/float/$(DEPDIR) src/$(DEPDIR) tests/$(DEPDIR)
|
| + -rm -rf celt/$(DEPDIR) celt/arm/$(DEPDIR) celt/tests/$(DEPDIR) celt/x86/$(DEPDIR) silk/$(DEPDIR) silk/fixed/$(DEPDIR) silk/fixed/x86/$(DEPDIR) silk/float/$(DEPDIR) silk/x86/$(DEPDIR) src/$(DEPDIR) tests/$(DEPDIR)
|
| -rm -f Makefile
|
| distclean-am: clean-am distclean-compile distclean-generic \
|
| distclean-hdr distclean-libtool distclean-tags
|
| @@ -2702,7 +2888,7 @@ installcheck-am:
|
| maintainer-clean: maintainer-clean-recursive
|
| -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
| -rm -rf $(top_srcdir)/autom4te.cache
|
| - -rm -rf celt/$(DEPDIR) celt/arm/$(DEPDIR) celt/tests/$(DEPDIR) silk/$(DEPDIR) silk/fixed/$(DEPDIR) silk/float/$(DEPDIR) src/$(DEPDIR) tests/$(DEPDIR)
|
| + -rm -rf celt/$(DEPDIR) celt/arm/$(DEPDIR) celt/tests/$(DEPDIR) celt/x86/$(DEPDIR) silk/$(DEPDIR) silk/fixed/$(DEPDIR) silk/fixed/x86/$(DEPDIR) silk/float/$(DEPDIR) silk/x86/$(DEPDIR) src/$(DEPDIR) tests/$(DEPDIR)
|
| -rm -f Makefile
|
| maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
| @@ -2723,16 +2909,15 @@ uninstall-am: uninstall-libLTLIBRARIES uninstall-local \
|
| uninstall-m4dataDATA uninstall-pkgconfigDATA \
|
| uninstall-pkgincludeHEADERS
|
|
|
| -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
|
| - check-am ctags-recursive install install-am install-strip \
|
| - tags-recursive
|
| +.MAKE: $(am__recursive_targets) all check check-am install install-am \
|
| + install-strip
|
|
|
| -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
| - all all-am all-local am--refresh check check-TESTS check-am \
|
| - clean clean-generic clean-libLTLIBRARIES clean-libtool \
|
| - clean-local clean-noinstPROGRAMS ctags ctags-recursive dist \
|
| - dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-lzma \
|
| - dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
|
| +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
|
| + am--refresh check check-TESTS check-am clean clean-cscope \
|
| + clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
|
| + clean-noinstPROGRAMS cscope cscopelist-am ctags ctags-am dist \
|
| + dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
|
| + dist-tarZ dist-xz dist-zip distcheck distclean \
|
| distclean-compile distclean-generic distclean-hdr \
|
| distclean-libtool distclean-tags distcleancheck distdir \
|
| distuninstallcheck dvi dvi-am html html-am info info-am \
|
| @@ -2745,7 +2930,7 @@ uninstall-am: uninstall-libLTLIBRARIES uninstall-local \
|
| install-strip installcheck installcheck-am installdirs \
|
| installdirs-am maintainer-clean maintainer-clean-generic \
|
| mostlyclean mostlyclean-compile mostlyclean-generic \
|
| - mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
|
| + mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \
|
| uninstall uninstall-am uninstall-libLTLIBRARIES \
|
| uninstall-local uninstall-m4dataDATA uninstall-pkgconfigDATA \
|
| uninstall-pkgincludeHEADERS
|
| @@ -2825,10 +3010,14 @@ $(CELT_SOURCES_ARM_ASM:%.s=%-gnu.S): $(top_srcdir)/celt/arm/arm2gnu.pl
|
|
|
| # convert ARM asm to GNU as format
|
| %-gnu.S: $(top_srcdir)/%.s
|
| - $(top_srcdir)/celt/arm/arm2gnu.pl < $< > $@
|
| + $(top_srcdir)/celt/arm/arm2gnu.pl @ARM2GNU_PARAMS@ < $< > $@
|
| # For autoconf-modified sources (e.g., armopts.s)
|
| %-gnu.S: %.s
|
| - $(top_srcdir)/celt/arm/arm2gnu.pl < $< > $@
|
| + $(top_srcdir)/celt/arm/arm2gnu.pl @ARM2GNU_PARAMS@ < $< > $@
|
| +
|
| +@HAVE_SSE4_1_TRUE@$(SSE_OBJ): CFLAGS += -msse4.1
|
| +@HAVE_SSE2_TRUE@@HAVE_SSE4_1_FALSE@$(SSE_OBJ): CFLAGS += -msse2
|
| +@OPUS_ARM_NEON_INTR_TRUE@$(CELT_ARM_NEON_INTR_OBJ): CFLAGS += $(OPUS_ARM_NEON_INTR_CPPFLAGS)
|
|
|
| # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
| # Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|