Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(360)

Side by Side Diff: Makefile.in

Issue 882843002: Update to opus-HEAD-66611f1. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/opus.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Makefile.am ('k') | Makefile.mips » ('j') | autogen.sh » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Makefile.in generated by automake 1.11.6 from Makefile.am. 1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 5
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation 6 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
10 9
11 # This program is distributed in the hope that it will be useful, 10 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE. 13 # PARTICULAR PURPOSE.
15 14
16 @SET_MAKE@ 15 @SET_MAKE@
17 16
18 17
19 18
20 19
21 VPATH = @srcdir@ 20 VPATH = @srcdir@
22 am__make_dryrun = \ 21 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
23 { \ 22 am__make_running_with_option = \
24 am__dry=no; \ 23 case $${target_option-} in \
24 ?) ;; \
25 *) echo "am__make_running_with_option: internal error: invalid" \
26 "target option '$${target_option-}' specified" >&2; \
27 exit 1;; \
28 esac; \
29 has_opt=no; \
30 sane_makeflags=$$MAKEFLAGS; \
31 if $(am__is_gnu_make); then \
32 sane_makeflags=$$MFLAGS; \
33 else \
25 case $$MAKEFLAGS in \ 34 case $$MAKEFLAGS in \
26 *\\[\ \ ]*) \ 35 *\\[\ \ ]*) \
27 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 36 bs=\\; \
28 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 37 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
29 *) \ 38 | sed "s/$$bs$$bs[$$bs $$bs» ]*//g"`;; \
30 for am__flg in $$MAKEFLAGS; do \
31 case $$am__flg in \
32 *=*|--*) ;; \
33 *n*) am__dry=yes; break;; \
34 esac; \
35 done;; \
36 esac; \ 39 esac; \
37 test $$am__dry = yes; \ 40 fi; \
38 } 41 skip_next=no; \
42 strip_trailopt () \
43 { \
44 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
45 }; \
46 for flg in $$sane_makeflags; do \
47 test $$skip_next = yes && { skip_next=no; continue; }; \
48 case $$flg in \
49 *=*|--*) continue;; \
50 -*I) strip_trailopt 'I'; skip_next=yes;; \
51 -*I?*) strip_trailopt 'I';; \
52 -*O) strip_trailopt 'O'; skip_next=yes;; \
53 -*O?*) strip_trailopt 'O';; \
54 -*l) strip_trailopt 'l'; skip_next=yes;; \
55 -*l?*) strip_trailopt 'l';; \
56 -[dEDm]) skip_next=yes;; \
57 -[JT]) skip_next=yes;; \
58 esac; \
59 case $$flg in \
60 *$$target_option*) has_opt=yes; break;; \
61 esac; \
62 done; \
63 test $$has_opt = yes
64 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
65 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
39 pkgdatadir = $(datadir)/@PACKAGE@ 66 pkgdatadir = $(datadir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@ 67 pkgincludedir = $(includedir)/@PACKAGE@
41 pkglibdir = $(libdir)/@PACKAGE@ 68 pkglibdir = $(libdir)/@PACKAGE@
42 pkglibexecdir = $(libexecdir)/@PACKAGE@ 69 pkglibexecdir = $(libexecdir)/@PACKAGE@
43 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 70 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44 install_sh_DATA = $(install_sh) -c -m 644 71 install_sh_DATA = $(install_sh) -c -m 644
45 install_sh_PROGRAM = $(install_sh) -c 72 install_sh_PROGRAM = $(install_sh) -c
46 install_sh_SCRIPT = $(install_sh) -c 73 install_sh_SCRIPT = $(install_sh) -c
47 INSTALL_HEADER = $(INSTALL_DATA) 74 INSTALL_HEADER = $(INSTALL_DATA)
48 transform = $(program_transform_name) 75 transform = $(program_transform_name)
49 NORMAL_INSTALL = : 76 NORMAL_INSTALL = :
50 PRE_INSTALL = : 77 PRE_INSTALL = :
51 POST_INSTALL = : 78 POST_INSTALL = :
52 NORMAL_UNINSTALL = : 79 NORMAL_UNINSTALL = :
53 PRE_UNINSTALL = : 80 PRE_UNINSTALL = :
54 POST_UNINSTALL = : 81 POST_UNINSTALL = :
55 build_triplet = @build@ 82 build_triplet = @build@
56 host_triplet = @host@ 83 host_triplet = @host@
57 DIST_COMMON = README $(am__configure_deps) \ 84 DIST_COMMON = $(srcdir)/celt_sources.mk $(srcdir)/silk_sources.mk \
58 » $(am__pkginclude_HEADERS_DIST) $(noinst_HEADERS) \ 85 » $(srcdir)/opus_sources.mk $(srcdir)/celt_headers.mk \
59 » $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 86 » $(srcdir)/silk_headers.mk $(srcdir)/opus_headers.mk INSTALL \
60 » $(srcdir)/celt_headers.mk $(srcdir)/celt_sources.mk \ 87 » NEWS README AUTHORS ChangeLog $(srcdir)/Makefile.in \
61 » $(srcdir)/config.h.in $(srcdir)/opus-uninstalled.pc.in \ 88 » $(srcdir)/Makefile.am $(top_srcdir)/configure \
62 » $(srcdir)/opus.pc.in $(srcdir)/opus_headers.mk \ 89 » $(am__configure_deps) $(srcdir)/config.h.in \
63 » $(srcdir)/opus_sources.mk $(srcdir)/silk_headers.mk \ 90 » $(srcdir)/opus.pc.in $(srcdir)/opus-uninstalled.pc.in \
64 » $(srcdir)/silk_sources.mk $(top_srcdir)/celt/arm/armopts.s.in \ 91 » $(top_srcdir)/celt/arm/armopts.s.in depcomp $(noinst_HEADERS) \
65 » $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ 92 » $(am__pkginclude_HEADERS_DIST) test-driver COPYING compile \
66 » compile config.guess config.sub depcomp install-sh ltmain.sh \ 93 » config.guess config.sub install-sh missing ltmain.sh
67 » missing
68 @FIXED_POINT_TRUE@am__append_1 = $(SILK_SOURCES_FIXED) 94 @FIXED_POINT_TRUE@am__append_1 = $(SILK_SOURCES_FIXED)
69 @FIXED_POINT_FALSE@am__append_2 = $(SILK_SOURCES_FLOAT) 95 @FIXED_POINT_TRUE@@HAVE_SSE4_1_TRUE@am__append_2 = $(SILK_SOURCES_SSE4_1) $(SILK _SOURCES_FIXED_SSE4_1)
70 @DISABLE_FLOAT_API_FALSE@am__append_3 = $(OPUS_SOURCES_FLOAT) 96 @FIXED_POINT_FALSE@am__append_3 = $(SILK_SOURCES_FLOAT)
71 @CPU_ARM_TRUE@am__append_4 = $(CELT_SOURCES_ARM) 97 @DISABLE_FLOAT_API_FALSE@am__append_4 = $(OPUS_SOURCES_FLOAT)
72 @CPU_ARM_TRUE@am__append_5 = $(SILK_SOURCES_ARM) 98 @HAVE_SSE4_1_TRUE@am__append_5 = $(CELT_SOURCES_SSE) $(CELT_SOURCES_SSE4_1)
99 @HAVE_SSE2_TRUE@@HAVE_SSE4_1_FALSE@am__append_6 = $(CELT_SOURCES_SSE)
100 @CPU_ARM_TRUE@am__append_7 = $(CELT_SOURCES_ARM)
101 @CPU_ARM_TRUE@am__append_8 = $(SILK_SOURCES_ARM)
102 @CPU_ARM_TRUE@@OPUS_ARM_NEON_INTR_TRUE@am__append_9 = $(CELT_SOURCES_ARM_NEON_IN TR)
73 @EXTRA_PROGRAMS_TRUE@noinst_PROGRAMS = opus_demo$(EXEEXT) \ 103 @EXTRA_PROGRAMS_TRUE@noinst_PROGRAMS = opus_demo$(EXEEXT) \
74 @EXTRA_PROGRAMS_TRUE@ repacketizer_demo$(EXEEXT) \ 104 @EXTRA_PROGRAMS_TRUE@ repacketizer_demo$(EXEEXT) \
75 @EXTRA_PROGRAMS_TRUE@ opus_compare$(EXEEXT) \ 105 @EXTRA_PROGRAMS_TRUE@ opus_compare$(EXEEXT) \
76 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_api$(EXEEXT) \ 106 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_api$(EXEEXT) \
77 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_encode$(EXEEXT) \ 107 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_encode$(EXEEXT) \
78 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_decode$(EXEEXT) \ 108 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_decode$(EXEEXT) \
79 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_padding$(EXEEXT) \ 109 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_padding$(EXEEXT) \
80 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_cwrs32$(EXEEXT) \ 110 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_cwrs32$(EXEEXT) \
81 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_dft$(EXEEXT) \ 111 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_dft$(EXEEXT) \
82 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_entropy$(EXEEXT) \ 112 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_entropy$(EXEEXT) \
83 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_laplace$(EXEEXT) \ 113 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_laplace$(EXEEXT) \
84 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_mathops$(EXEEXT) \ 114 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_mathops$(EXEEXT) \
85 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_mdct$(EXEEXT) \ 115 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_mdct$(EXEEXT) \
86 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_rotation$(EXEEXT) \ 116 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_rotation$(EXEEXT) \
87 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_types$(EXEEXT) \ 117 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_types$(EXEEXT) \
88 @EXTRA_PROGRAMS_TRUE@ $(am__EXEEXT_1) 118 @EXTRA_PROGRAMS_TRUE@ $(am__EXEEXT_1)
89 @EXTRA_PROGRAMS_TRUE@TESTS = celt/tests/test_unit_types$(EXEEXT) \ 119 @EXTRA_PROGRAMS_TRUE@TESTS = celt/tests/test_unit_types$(EXEEXT) \
90 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_mathops$(EXEEXT) \ 120 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_mathops$(EXEEXT) \
91 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_entropy$(EXEEXT) \ 121 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_entropy$(EXEEXT) \
92 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_laplace$(EXEEXT) \ 122 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_laplace$(EXEEXT) \
93 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_dft$(EXEEXT) \ 123 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_dft$(EXEEXT) \
94 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_mdct$(EXEEXT) \ 124 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_mdct$(EXEEXT) \
95 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_rotation$(EXEEXT) \ 125 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_rotation$(EXEEXT) \
96 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_cwrs32$(EXEEXT) \ 126 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_cwrs32$(EXEEXT) \
97 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_api$(EXEEXT) \ 127 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_api$(EXEEXT) \
98 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_decode$(EXEEXT) \ 128 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_decode$(EXEEXT) \
99 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_encode$(EXEEXT) \ 129 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_encode$(EXEEXT) \
100 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_padding$(EXEEXT) 130 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_padding$(EXEEXT)
101 @CUSTOM_MODES_TRUE@am__append_6 = include/opus_custom.h 131 @CPU_ARM_TRUE@@EXTRA_PROGRAMS_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@am__append_10 = l ibopus.la
102 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@am__append_7 = opus_custom_demo 132 @CPU_ARM_TRUE@@EXTRA_PROGRAMS_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@am__append_11 = l ibopus.la
133 @CUSTOM_MODES_TRUE@am__append_12 = include/opus_custom.h
134 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@am__append_13 = opus_custom_demo
103 subdir = . 135 subdir = .
104 SUBDIRS = 136 SUBDIRS =
105 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 137 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106 am__aclocal_m4_deps = $(top_srcdir)/m4/as-gcc-inline-assembly.m4 \ 138 am__aclocal_m4_deps = $(top_srcdir)/m4/as-gcc-inline-assembly.m4 \
107 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 139 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
108 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 140 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
109 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 141 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
110 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 142 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111 $(ACLOCAL_M4) 143 $(ACLOCAL_M4)
112 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 144 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(m4datadir)" \ 177 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(m4datadir)" \
146 "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)" 178 "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"
147 LTLIBRARIES = $(lib_LTLIBRARIES) 179 LTLIBRARIES = $(lib_LTLIBRARIES)
148 am__DEPENDENCIES_1 = 180 am__DEPENDENCIES_1 =
149 libopus_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 181 libopus_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
150 am__libopus_la_SOURCES_DIST = celt/bands.c celt/celt.c \ 182 am__libopus_la_SOURCES_DIST = celt/bands.c celt/celt.c \
151 celt/celt_encoder.c celt/celt_decoder.c celt/cwrs.c \ 183 celt/celt_encoder.c celt/celt_decoder.c celt/cwrs.c \
152 celt/entcode.c celt/entdec.c celt/entenc.c celt/kiss_fft.c \ 184 celt/entcode.c celt/entdec.c celt/entenc.c celt/kiss_fft.c \
153 celt/laplace.c celt/mathops.c celt/mdct.c celt/modes.c \ 185 celt/laplace.c celt/mathops.c celt/mdct.c celt/modes.c \
154 celt/pitch.c celt/celt_lpc.c celt/quant_bands.c celt/rate.c \ 186 celt/pitch.c celt/celt_lpc.c celt/quant_bands.c celt/rate.c \
155 » celt/vq.c celt/arm/armcpu.c celt/arm/arm_celt_map.c silk/CNG.c \ 187 » celt/vq.c celt/x86/x86cpu.c celt/x86/x86_celt_map.c \
188 » celt/x86/pitch_sse.c celt/x86/celt_lpc_sse.c celt/arm/armcpu.c \
189 » celt/arm/arm_celt_map.c celt/arm/celt_neon_intr.c silk/CNG.c \
156 silk/code_signs.c silk/init_decoder.c silk/decode_core.c \ 190 silk/code_signs.c silk/init_decoder.c silk/decode_core.c \
157 silk/decode_frame.c silk/decode_parameters.c \ 191 silk/decode_frame.c silk/decode_parameters.c \
158 silk/decode_indices.c silk/decode_pulses.c \ 192 silk/decode_indices.c silk/decode_pulses.c \
159 silk/decoder_set_fs.c silk/dec_API.c silk/enc_API.c \ 193 silk/decoder_set_fs.c silk/dec_API.c silk/enc_API.c \
160 silk/encode_indices.c silk/encode_pulses.c silk/gain_quant.c \ 194 silk/encode_indices.c silk/encode_pulses.c silk/gain_quant.c \
161 silk/interpolate.c silk/LP_variable_cutoff.c \ 195 silk/interpolate.c silk/LP_variable_cutoff.c \
162 silk/NLSF_decode.c silk/NSQ.c silk/NSQ_del_dec.c silk/PLC.c \ 196 silk/NLSF_decode.c silk/NSQ.c silk/NSQ_del_dec.c silk/PLC.c \
163 silk/shell_coder.c silk/tables_gain.c silk/tables_LTP.c \ 197 silk/shell_coder.c silk/tables_gain.c silk/tables_LTP.c \
164 silk/tables_NLSF_CB_NB_MB.c silk/tables_NLSF_CB_WB.c \ 198 silk/tables_NLSF_CB_NB_MB.c silk/tables_NLSF_CB_WB.c \
165 silk/tables_other.c silk/tables_pitch_lag.c \ 199 silk/tables_other.c silk/tables_pitch_lag.c \
(...skipping 26 matching lines...) Expand all
192 silk/fixed/noise_shape_analysis_FIX.c \ 226 silk/fixed/noise_shape_analysis_FIX.c \
193 silk/fixed/prefilter_FIX.c silk/fixed/process_gains_FIX.c \ 227 silk/fixed/prefilter_FIX.c silk/fixed/process_gains_FIX.c \
194 silk/fixed/regularize_correlations_FIX.c \ 228 silk/fixed/regularize_correlations_FIX.c \
195 silk/fixed/residual_energy16_FIX.c \ 229 silk/fixed/residual_energy16_FIX.c \
196 silk/fixed/residual_energy_FIX.c silk/fixed/solve_LS_FIX.c \ 230 silk/fixed/residual_energy_FIX.c silk/fixed/solve_LS_FIX.c \
197 silk/fixed/warped_autocorrelation_FIX.c \ 231 silk/fixed/warped_autocorrelation_FIX.c \
198 silk/fixed/apply_sine_window_FIX.c silk/fixed/autocorr_FIX.c \ 232 silk/fixed/apply_sine_window_FIX.c silk/fixed/autocorr_FIX.c \
199 silk/fixed/burg_modified_FIX.c silk/fixed/k2a_FIX.c \ 233 silk/fixed/burg_modified_FIX.c silk/fixed/k2a_FIX.c \
200 silk/fixed/k2a_Q16_FIX.c silk/fixed/pitch_analysis_core_FIX.c \ 234 silk/fixed/k2a_Q16_FIX.c silk/fixed/pitch_analysis_core_FIX.c \
201 silk/fixed/vector_ops_FIX.c silk/fixed/schur64_FIX.c \ 235 silk/fixed/vector_ops_FIX.c silk/fixed/schur64_FIX.c \
202 » silk/fixed/schur_FIX.c silk/float/apply_sine_window_FLP.c \ 236 » silk/fixed/schur_FIX.c silk/x86/NSQ_sse.c \
203 » silk/float/corrMatrix_FLP.c silk/float/encode_frame_FLP.c \ 237 » silk/x86/NSQ_del_dec_sse.c silk/x86/x86_silk_map.c \
204 » silk/float/find_LPC_FLP.c silk/float/find_LTP_FLP.c \ 238 » silk/x86/VAD_sse.c silk/x86/VQ_WMat_EC_sse.c \
205 » silk/float/find_pitch_lags_FLP.c \ 239 » silk/fixed/x86/vector_ops_FIX_sse.c \
240 » silk/fixed/x86/burg_modified_FIX_sse.c \
241 » silk/fixed/x86/prefilter_FIX_sse.c \
242 » silk/float/apply_sine_window_FLP.c silk/float/corrMatrix_FLP.c \
243 » silk/float/encode_frame_FLP.c silk/float/find_LPC_FLP.c \
244 » silk/float/find_LTP_FLP.c silk/float/find_pitch_lags_FLP.c \
206 silk/float/find_pred_coefs_FLP.c \ 245 silk/float/find_pred_coefs_FLP.c \
207 silk/float/LPC_analysis_filter_FLP.c \ 246 silk/float/LPC_analysis_filter_FLP.c \
208 silk/float/LTP_analysis_filter_FLP.c \ 247 silk/float/LTP_analysis_filter_FLP.c \
209 silk/float/LTP_scale_ctrl_FLP.c \ 248 silk/float/LTP_scale_ctrl_FLP.c \
210 silk/float/noise_shape_analysis_FLP.c \ 249 silk/float/noise_shape_analysis_FLP.c \
211 silk/float/prefilter_FLP.c silk/float/process_gains_FLP.c \ 250 silk/float/prefilter_FLP.c silk/float/process_gains_FLP.c \
212 silk/float/regularize_correlations_FLP.c \ 251 silk/float/regularize_correlations_FLP.c \
213 silk/float/residual_energy_FLP.c silk/float/solve_LS_FLP.c \ 252 silk/float/residual_energy_FLP.c silk/float/solve_LS_FLP.c \
214 silk/float/warped_autocorrelation_FLP.c \ 253 silk/float/warped_autocorrelation_FLP.c \
215 silk/float/wrappers_FLP.c silk/float/autocorrelation_FLP.c \ 254 silk/float/wrappers_FLP.c silk/float/autocorrelation_FLP.c \
216 silk/float/burg_modified_FLP.c silk/float/bwexpander_FLP.c \ 255 silk/float/burg_modified_FLP.c silk/float/bwexpander_FLP.c \
217 silk/float/energy_FLP.c silk/float/inner_product_FLP.c \ 256 silk/float/energy_FLP.c silk/float/inner_product_FLP.c \
218 silk/float/k2a_FLP.c silk/float/levinsondurbin_FLP.c \ 257 silk/float/k2a_FLP.c silk/float/levinsondurbin_FLP.c \
219 silk/float/LPC_inv_pred_gain_FLP.c \ 258 silk/float/LPC_inv_pred_gain_FLP.c \
220 silk/float/pitch_analysis_core_FLP.c \ 259 silk/float/pitch_analysis_core_FLP.c \
221 silk/float/scale_copy_vector_FLP.c \ 260 silk/float/scale_copy_vector_FLP.c \
222 silk/float/scale_vector_FLP.c silk/float/schur_FLP.c \ 261 silk/float/scale_vector_FLP.c silk/float/schur_FLP.c \
223 silk/float/sort_FLP.c src/opus.c src/opus_decoder.c \ 262 silk/float/sort_FLP.c src/opus.c src/opus_decoder.c \
224 src/opus_encoder.c src/opus_multistream.c \ 263 src/opus_encoder.c src/opus_multistream.c \
225 src/opus_multistream_encoder.c src/opus_multistream_decoder.c \ 264 src/opus_multistream_encoder.c src/opus_multistream_decoder.c \
226 src/repacketizer.c src/analysis.c src/mlp.c src/mlp_data.c 265 src/repacketizer.c src/analysis.c src/mlp.c src/mlp_data.c
227 am__dirstamp = $(am__leading_dot)dirstamp 266 am__dirstamp = $(am__leading_dot)dirstamp
228 am__objects_1 = celt/arm/armcpu.lo celt/arm/arm_celt_map.lo 267 am__objects_1 = celt/x86/x86cpu.lo celt/x86/x86_celt_map.lo \
229 @CPU_ARM_TRUE@am__objects_2 = $(am__objects_1) 268 » celt/x86/pitch_sse.lo
230 am__objects_3 = celt/bands.lo celt/celt.lo celt/celt_encoder.lo \ 269 am__objects_2 = celt/x86/celt_lpc_sse.lo
270 @HAVE_SSE4_1_TRUE@am__objects_3 = $(am__objects_1) $(am__objects_2)
271 @HAVE_SSE2_TRUE@@HAVE_SSE4_1_FALSE@am__objects_4 = $(am__objects_1)
272 am__objects_5 = celt/arm/armcpu.lo celt/arm/arm_celt_map.lo
273 @CPU_ARM_TRUE@am__objects_6 = $(am__objects_5)
274 am__objects_7 = celt/arm/celt_neon_intr.lo
275 @CPU_ARM_TRUE@@OPUS_ARM_NEON_INTR_TRUE@am__objects_8 = \
276 @CPU_ARM_TRUE@@OPUS_ARM_NEON_INTR_TRUE@»$(am__objects_7)
277 am__objects_9 = celt/bands.lo celt/celt.lo celt/celt_encoder.lo \
231 celt/celt_decoder.lo celt/cwrs.lo celt/entcode.lo \ 278 celt/celt_decoder.lo celt/cwrs.lo celt/entcode.lo \
232 celt/entdec.lo celt/entenc.lo celt/kiss_fft.lo celt/laplace.lo \ 279 celt/entdec.lo celt/entenc.lo celt/kiss_fft.lo celt/laplace.lo \
233 celt/mathops.lo celt/mdct.lo celt/modes.lo celt/pitch.lo \ 280 celt/mathops.lo celt/mdct.lo celt/modes.lo celt/pitch.lo \
234 celt/celt_lpc.lo celt/quant_bands.lo celt/rate.lo celt/vq.lo \ 281 celt/celt_lpc.lo celt/quant_bands.lo celt/rate.lo celt/vq.lo \
235 » $(am__objects_2) 282 » $(am__objects_3) $(am__objects_4) $(am__objects_6) \
236 am__objects_4 = silk/fixed/LTP_analysis_filter_FIX.lo \ 283 » $(am__objects_8)
284 am__objects_10 = silk/fixed/LTP_analysis_filter_FIX.lo \
237 silk/fixed/LTP_scale_ctrl_FIX.lo silk/fixed/corrMatrix_FIX.lo \ 285 silk/fixed/LTP_scale_ctrl_FIX.lo silk/fixed/corrMatrix_FIX.lo \
238 silk/fixed/encode_frame_FIX.lo silk/fixed/find_LPC_FIX.lo \ 286 silk/fixed/encode_frame_FIX.lo silk/fixed/find_LPC_FIX.lo \
239 silk/fixed/find_LTP_FIX.lo silk/fixed/find_pitch_lags_FIX.lo \ 287 silk/fixed/find_LTP_FIX.lo silk/fixed/find_pitch_lags_FIX.lo \
240 silk/fixed/find_pred_coefs_FIX.lo \ 288 silk/fixed/find_pred_coefs_FIX.lo \
241 silk/fixed/noise_shape_analysis_FIX.lo \ 289 silk/fixed/noise_shape_analysis_FIX.lo \
242 silk/fixed/prefilter_FIX.lo silk/fixed/process_gains_FIX.lo \ 290 silk/fixed/prefilter_FIX.lo silk/fixed/process_gains_FIX.lo \
243 silk/fixed/regularize_correlations_FIX.lo \ 291 silk/fixed/regularize_correlations_FIX.lo \
244 silk/fixed/residual_energy16_FIX.lo \ 292 silk/fixed/residual_energy16_FIX.lo \
245 silk/fixed/residual_energy_FIX.lo silk/fixed/solve_LS_FIX.lo \ 293 silk/fixed/residual_energy_FIX.lo silk/fixed/solve_LS_FIX.lo \
246 silk/fixed/warped_autocorrelation_FIX.lo \ 294 silk/fixed/warped_autocorrelation_FIX.lo \
247 silk/fixed/apply_sine_window_FIX.lo silk/fixed/autocorr_FIX.lo \ 295 silk/fixed/apply_sine_window_FIX.lo silk/fixed/autocorr_FIX.lo \
248 silk/fixed/burg_modified_FIX.lo silk/fixed/k2a_FIX.lo \ 296 silk/fixed/burg_modified_FIX.lo silk/fixed/k2a_FIX.lo \
249 silk/fixed/k2a_Q16_FIX.lo \ 297 silk/fixed/k2a_Q16_FIX.lo \
250 silk/fixed/pitch_analysis_core_FIX.lo \ 298 silk/fixed/pitch_analysis_core_FIX.lo \
251 silk/fixed/vector_ops_FIX.lo silk/fixed/schur64_FIX.lo \ 299 silk/fixed/vector_ops_FIX.lo silk/fixed/schur64_FIX.lo \
252 silk/fixed/schur_FIX.lo 300 silk/fixed/schur_FIX.lo
253 @FIXED_POINT_TRUE@am__objects_5 = $(am__objects_4) 301 @FIXED_POINT_TRUE@am__objects_11 = $(am__objects_10)
254 am__objects_6 = silk/float/apply_sine_window_FLP.lo \ 302 am__objects_12 = silk/x86/NSQ_sse.lo silk/x86/NSQ_del_dec_sse.lo \
303 » silk/x86/x86_silk_map.lo silk/x86/VAD_sse.lo \
304 » silk/x86/VQ_WMat_EC_sse.lo
305 am__objects_13 = silk/fixed/x86/vector_ops_FIX_sse.lo \
306 » silk/fixed/x86/burg_modified_FIX_sse.lo \
307 » silk/fixed/x86/prefilter_FIX_sse.lo
308 @FIXED_POINT_TRUE@@HAVE_SSE4_1_TRUE@am__objects_14 = \
309 @FIXED_POINT_TRUE@@HAVE_SSE4_1_TRUE@» $(am__objects_12) \
310 @FIXED_POINT_TRUE@@HAVE_SSE4_1_TRUE@» $(am__objects_13)
311 am__objects_15 = silk/float/apply_sine_window_FLP.lo \
255 silk/float/corrMatrix_FLP.lo silk/float/encode_frame_FLP.lo \ 312 silk/float/corrMatrix_FLP.lo silk/float/encode_frame_FLP.lo \
256 silk/float/find_LPC_FLP.lo silk/float/find_LTP_FLP.lo \ 313 silk/float/find_LPC_FLP.lo silk/float/find_LTP_FLP.lo \
257 silk/float/find_pitch_lags_FLP.lo \ 314 silk/float/find_pitch_lags_FLP.lo \
258 silk/float/find_pred_coefs_FLP.lo \ 315 silk/float/find_pred_coefs_FLP.lo \
259 silk/float/LPC_analysis_filter_FLP.lo \ 316 silk/float/LPC_analysis_filter_FLP.lo \
260 silk/float/LTP_analysis_filter_FLP.lo \ 317 silk/float/LTP_analysis_filter_FLP.lo \
261 silk/float/LTP_scale_ctrl_FLP.lo \ 318 silk/float/LTP_scale_ctrl_FLP.lo \
262 silk/float/noise_shape_analysis_FLP.lo \ 319 silk/float/noise_shape_analysis_FLP.lo \
263 silk/float/prefilter_FLP.lo silk/float/process_gains_FLP.lo \ 320 silk/float/prefilter_FLP.lo silk/float/process_gains_FLP.lo \
264 silk/float/regularize_correlations_FLP.lo \ 321 silk/float/regularize_correlations_FLP.lo \
265 silk/float/residual_energy_FLP.lo silk/float/solve_LS_FLP.lo \ 322 silk/float/residual_energy_FLP.lo silk/float/solve_LS_FLP.lo \
266 silk/float/warped_autocorrelation_FLP.lo \ 323 silk/float/warped_autocorrelation_FLP.lo \
267 silk/float/wrappers_FLP.lo silk/float/autocorrelation_FLP.lo \ 324 silk/float/wrappers_FLP.lo silk/float/autocorrelation_FLP.lo \
268 silk/float/burg_modified_FLP.lo silk/float/bwexpander_FLP.lo \ 325 silk/float/burg_modified_FLP.lo silk/float/bwexpander_FLP.lo \
269 silk/float/energy_FLP.lo silk/float/inner_product_FLP.lo \ 326 silk/float/energy_FLP.lo silk/float/inner_product_FLP.lo \
270 silk/float/k2a_FLP.lo silk/float/levinsondurbin_FLP.lo \ 327 silk/float/k2a_FLP.lo silk/float/levinsondurbin_FLP.lo \
271 silk/float/LPC_inv_pred_gain_FLP.lo \ 328 silk/float/LPC_inv_pred_gain_FLP.lo \
272 silk/float/pitch_analysis_core_FLP.lo \ 329 silk/float/pitch_analysis_core_FLP.lo \
273 silk/float/scale_copy_vector_FLP.lo \ 330 silk/float/scale_copy_vector_FLP.lo \
274 silk/float/scale_vector_FLP.lo silk/float/schur_FLP.lo \ 331 silk/float/scale_vector_FLP.lo silk/float/schur_FLP.lo \
275 silk/float/sort_FLP.lo 332 silk/float/sort_FLP.lo
276 @FIXED_POINT_FALSE@am__objects_7 = $(am__objects_6) 333 @FIXED_POINT_FALSE@am__objects_16 = $(am__objects_15)
277 am__objects_8 = 334 am__objects_17 =
278 am__objects_9 = silk/CNG.lo silk/code_signs.lo silk/init_decoder.lo \ 335 am__objects_18 = silk/CNG.lo silk/code_signs.lo silk/init_decoder.lo \
279 silk/decode_core.lo silk/decode_frame.lo \ 336 silk/decode_core.lo silk/decode_frame.lo \
280 silk/decode_parameters.lo silk/decode_indices.lo \ 337 silk/decode_parameters.lo silk/decode_indices.lo \
281 silk/decode_pulses.lo silk/decoder_set_fs.lo silk/dec_API.lo \ 338 silk/decode_pulses.lo silk/decoder_set_fs.lo silk/dec_API.lo \
282 silk/enc_API.lo silk/encode_indices.lo silk/encode_pulses.lo \ 339 silk/enc_API.lo silk/encode_indices.lo silk/encode_pulses.lo \
283 silk/gain_quant.lo silk/interpolate.lo \ 340 silk/gain_quant.lo silk/interpolate.lo \
284 silk/LP_variable_cutoff.lo silk/NLSF_decode.lo silk/NSQ.lo \ 341 silk/LP_variable_cutoff.lo silk/NLSF_decode.lo silk/NSQ.lo \
285 silk/NSQ_del_dec.lo silk/PLC.lo silk/shell_coder.lo \ 342 silk/NSQ_del_dec.lo silk/PLC.lo silk/shell_coder.lo \
286 silk/tables_gain.lo silk/tables_LTP.lo \ 343 silk/tables_gain.lo silk/tables_LTP.lo \
287 silk/tables_NLSF_CB_NB_MB.lo silk/tables_NLSF_CB_WB.lo \ 344 silk/tables_NLSF_CB_NB_MB.lo silk/tables_NLSF_CB_WB.lo \
288 silk/tables_other.lo silk/tables_pitch_lag.lo \ 345 silk/tables_other.lo silk/tables_pitch_lag.lo \
(...skipping 13 matching lines...) Expand all
302 silk/NLSF_stabilize.lo silk/NLSF_VQ_weights_laroia.lo \ 359 silk/NLSF_stabilize.lo silk/NLSF_VQ_weights_laroia.lo \
303 silk/pitch_est_tables.lo silk/resampler.lo \ 360 silk/pitch_est_tables.lo silk/resampler.lo \
304 silk/resampler_down2_3.lo silk/resampler_down2.lo \ 361 silk/resampler_down2_3.lo silk/resampler_down2.lo \
305 silk/resampler_private_AR2.lo \ 362 silk/resampler_private_AR2.lo \
306 silk/resampler_private_down_FIR.lo \ 363 silk/resampler_private_down_FIR.lo \
307 silk/resampler_private_IIR_FIR.lo \ 364 silk/resampler_private_IIR_FIR.lo \
308 silk/resampler_private_up2_HQ.lo silk/resampler_rom.lo \ 365 silk/resampler_private_up2_HQ.lo silk/resampler_rom.lo \
309 silk/sigm_Q15.lo silk/sort.lo silk/sum_sqr_shift.lo \ 366 silk/sigm_Q15.lo silk/sort.lo silk/sum_sqr_shift.lo \
310 silk/stereo_decode_pred.lo silk/stereo_encode_pred.lo \ 367 silk/stereo_decode_pred.lo silk/stereo_encode_pred.lo \
311 silk/stereo_find_predictor.lo silk/stereo_quant_pred.lo \ 368 silk/stereo_find_predictor.lo silk/stereo_quant_pred.lo \
312 » $(am__objects_5) $(am__objects_7) $(am__objects_8) 369 » $(am__objects_11) $(am__objects_14) $(am__objects_16) \
313 am__objects_10 = src/analysis.lo src/mlp.lo src/mlp_data.lo 370 » $(am__objects_17)
314 @DISABLE_FLOAT_API_FALSE@am__objects_11 = $(am__objects_10) 371 am__objects_19 = src/analysis.lo src/mlp.lo src/mlp_data.lo
315 am__objects_12 = src/opus.lo src/opus_decoder.lo src/opus_encoder.lo \ 372 @DISABLE_FLOAT_API_FALSE@am__objects_20 = $(am__objects_19)
373 am__objects_21 = src/opus.lo src/opus_decoder.lo src/opus_encoder.lo \
316 src/opus_multistream.lo src/opus_multistream_encoder.lo \ 374 src/opus_multistream.lo src/opus_multistream_encoder.lo \
317 src/opus_multistream_decoder.lo src/repacketizer.lo \ 375 src/opus_multistream_decoder.lo src/repacketizer.lo \
318 » $(am__objects_11) 376 » $(am__objects_20)
319 am_libopus_la_OBJECTS = $(am__objects_3) $(am__objects_9) \ 377 am_libopus_la_OBJECTS = $(am__objects_9) $(am__objects_18) \
320 » $(am__objects_12) 378 » $(am__objects_21)
321 am__objects_13 = celt/arm/celt_pitch_xcorr_arm-gnu.lo 379 am__objects_22 = celt/arm/celt_pitch_xcorr_arm-gnu.lo
322 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@nodist_libopus_la_OBJECTS = \ 380 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@nodist_libopus_la_OBJECTS = \
323 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@» $(am__objects_13) 381 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@» $(am__objects_22)
324 libopus_la_OBJECTS = $(am_libopus_la_OBJECTS) \ 382 libopus_la_OBJECTS = $(am_libopus_la_OBJECTS) \
325 $(nodist_libopus_la_OBJECTS) 383 $(nodist_libopus_la_OBJECTS)
326 AM_V_lt = $(am__v_lt_@AM_V@) 384 AM_V_lt = $(am__v_lt_@AM_V@)
327 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 385 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
328 am__v_lt_0 = --silent 386 am__v_lt_0 = --silent
387 am__v_lt_1 =
329 libopus_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 388 libopus_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
330 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 389 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
331 $(libopus_la_LDFLAGS) $(LDFLAGS) -o $@ 390 $(libopus_la_LDFLAGS) $(LDFLAGS) -o $@
332 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@am__EXEEXT_1 = opus_custom_demo$(EXEEXT) 391 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@am__EXEEXT_1 = opus_custom_demo$(EXEEXT)
333 PROGRAMS = $(noinst_PROGRAMS) 392 PROGRAMS = $(noinst_PROGRAMS)
334 am__celt_tests_test_unit_cwrs32_SOURCES_DIST = \ 393 am__celt_tests_test_unit_cwrs32_SOURCES_DIST = \
335 celt/tests/test_unit_cwrs32.c 394 celt/tests/test_unit_cwrs32.c
336 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_cwrs32_OBJECTS = \ 395 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_cwrs32_OBJECTS = \
337 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_cwrs32.$(OBJEXT) 396 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_cwrs32.$(OBJEXT)
338 celt_tests_test_unit_cwrs32_OBJECTS = \ 397 celt_tests_test_unit_cwrs32_OBJECTS = \
(...skipping 24 matching lines...) Expand all
363 $(am_celt_tests_test_unit_laplace_OBJECTS) 422 $(am_celt_tests_test_unit_laplace_OBJECTS)
364 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_laplace_DEPENDENCIES = \ 423 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_laplace_DEPENDENCIES = \
365 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) 424 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1)
366 am__celt_tests_test_unit_mathops_SOURCES_DIST = \ 425 am__celt_tests_test_unit_mathops_SOURCES_DIST = \
367 celt/tests/test_unit_mathops.c 426 celt/tests/test_unit_mathops.c
368 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_mathops_OBJECTS = \ 427 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_mathops_OBJECTS = \
369 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_mathops.$(OBJEXT) 428 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_mathops.$(OBJEXT)
370 celt_tests_test_unit_mathops_OBJECTS = \ 429 celt_tests_test_unit_mathops_OBJECTS = \
371 $(am_celt_tests_test_unit_mathops_OBJECTS) 430 $(am_celt_tests_test_unit_mathops_OBJECTS)
372 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mathops_DEPENDENCIES = \ 431 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mathops_DEPENDENCIES = \
373 @EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1) 432 @EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1) $(am__append_10)
374 am__celt_tests_test_unit_mdct_SOURCES_DIST = \ 433 am__celt_tests_test_unit_mdct_SOURCES_DIST = \
375 celt/tests/test_unit_mdct.c 434 celt/tests/test_unit_mdct.c
376 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_mdct_OBJECTS = \ 435 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_mdct_OBJECTS = \
377 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_mdct.$(OBJEXT) 436 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_mdct.$(OBJEXT)
378 celt_tests_test_unit_mdct_OBJECTS = \ 437 celt_tests_test_unit_mdct_OBJECTS = \
379 $(am_celt_tests_test_unit_mdct_OBJECTS) 438 $(am_celt_tests_test_unit_mdct_OBJECTS)
380 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mdct_DEPENDENCIES = \ 439 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mdct_DEPENDENCIES = \
381 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) 440 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1)
382 am__celt_tests_test_unit_rotation_SOURCES_DIST = \ 441 am__celt_tests_test_unit_rotation_SOURCES_DIST = \
383 celt/tests/test_unit_rotation.c 442 celt/tests/test_unit_rotation.c
384 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_rotation_OBJECTS = \ 443 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_rotation_OBJECTS = \
385 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_rotation.$(OBJEXT) 444 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_rotation.$(OBJEXT)
386 celt_tests_test_unit_rotation_OBJECTS = \ 445 celt_tests_test_unit_rotation_OBJECTS = \
387 $(am_celt_tests_test_unit_rotation_OBJECTS) 446 $(am_celt_tests_test_unit_rotation_OBJECTS)
388 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_rotation_DEPENDENCIES = \ 447 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_rotation_DEPENDENCIES = \
389 @EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1) 448 @EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1) $(am__append_11)
390 am__celt_tests_test_unit_types_SOURCES_DIST = \ 449 am__celt_tests_test_unit_types_SOURCES_DIST = \
391 celt/tests/test_unit_types.c 450 celt/tests/test_unit_types.c
392 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_types_OBJECTS = \ 451 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_types_OBJECTS = \
393 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_types.$(OBJEXT) 452 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_types.$(OBJEXT)
394 celt_tests_test_unit_types_OBJECTS = \ 453 celt_tests_test_unit_types_OBJECTS = \
395 $(am_celt_tests_test_unit_types_OBJECTS) 454 $(am_celt_tests_test_unit_types_OBJECTS)
396 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_types_DEPENDENCIES = \ 455 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_types_DEPENDENCIES = \
397 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) 456 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1)
398 am__opus_compare_SOURCES_DIST = src/opus_compare.c 457 am__opus_compare_SOURCES_DIST = src/opus_compare.c
399 @EXTRA_PROGRAMS_TRUE@am_opus_compare_OBJECTS = \ 458 @EXTRA_PROGRAMS_TRUE@am_opus_compare_OBJECTS = \
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 @EXTRA_PROGRAMS_TRUE@tests_test_opus_encode_DEPENDENCIES = libopus.la \ 499 @EXTRA_PROGRAMS_TRUE@tests_test_opus_encode_DEPENDENCIES = libopus.la \
441 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) 500 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1)
442 am__tests_test_opus_padding_SOURCES_DIST = tests/test_opus_padding.c \ 501 am__tests_test_opus_padding_SOURCES_DIST = tests/test_opus_padding.c \
443 tests/test_opus_common.h 502 tests/test_opus_common.h
444 @EXTRA_PROGRAMS_TRUE@am_tests_test_opus_padding_OBJECTS = \ 503 @EXTRA_PROGRAMS_TRUE@am_tests_test_opus_padding_OBJECTS = \
445 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_padding.$(OBJEXT) 504 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_padding.$(OBJEXT)
446 tests_test_opus_padding_OBJECTS = \ 505 tests_test_opus_padding_OBJECTS = \
447 $(am_tests_test_opus_padding_OBJECTS) 506 $(am_tests_test_opus_padding_OBJECTS)
448 @EXTRA_PROGRAMS_TRUE@tests_test_opus_padding_DEPENDENCIES = \ 507 @EXTRA_PROGRAMS_TRUE@tests_test_opus_padding_DEPENDENCIES = \
449 @EXTRA_PROGRAMS_TRUE@ libopus.la $(am__DEPENDENCIES_1) 508 @EXTRA_PROGRAMS_TRUE@ libopus.la $(am__DEPENDENCIES_1)
509 AM_V_P = $(am__v_P_@AM_V@)
510 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
511 am__v_P_0 = false
512 am__v_P_1 = :
513 AM_V_GEN = $(am__v_GEN_@AM_V@)
514 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
515 am__v_GEN_0 = @echo " GEN " $@;
516 am__v_GEN_1 =
517 AM_V_at = $(am__v_at_@AM_V@)
518 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
519 am__v_at_0 = @
520 am__v_at_1 =
450 DEFAULT_INCLUDES = -I.@am__isrc@ 521 DEFAULT_INCLUDES = -I.@am__isrc@
451 depcomp = $(SHELL) $(top_srcdir)/depcomp 522 depcomp = $(SHELL) $(top_srcdir)/depcomp
452 am__depfiles_maybe = depfiles 523 am__depfiles_maybe = depfiles
453 am__mv = mv -f 524 am__mv = mv -f
454 CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 525 CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
455 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) 526 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
456 LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ 527 LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
457 $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \ 528 $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
458 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 529 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
459 $(AM_CCASFLAGS) $(CCASFLAGS) 530 $(AM_CCASFLAGS) $(CCASFLAGS)
460 AM_V_CPPAS = $(am__v_CPPAS_@AM_V@) 531 AM_V_CPPAS = $(am__v_CPPAS_@AM_V@)
461 am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@) 532 am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@)
462 am__v_CPPAS_0 = @echo " CPPAS " $@; 533 am__v_CPPAS_0 = @echo " CPPAS " $@;
463 AM_V_at = $(am__v_at_@AM_V@) 534 am__v_CPPAS_1 =
464 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
465 am__v_at_0 = @
466 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 535 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
467 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 536 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
468 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 537 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
469 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 538 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
470 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 539 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
471 $(AM_CFLAGS) $(CFLAGS) 540 $(AM_CFLAGS) $(CFLAGS)
472 AM_V_CC = $(am__v_CC_@AM_V@) 541 AM_V_CC = $(am__v_CC_@AM_V@)
473 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 542 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
474 am__v_CC_0 = @echo " CC " $@; 543 am__v_CC_0 = @echo " CC " $@;
544 am__v_CC_1 =
475 CCLD = $(CC) 545 CCLD = $(CC)
476 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 546 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
477 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 547 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
478 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 548 $(AM_LDFLAGS) $(LDFLAGS) -o $@
479 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 549 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
480 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 550 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
481 am__v_CCLD_0 = @echo " CCLD " $@; 551 am__v_CCLD_0 = @echo " CCLD " $@;
482 AM_V_GEN = $(am__v_GEN_@AM_V@) 552 am__v_CCLD_1 =
483 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
484 am__v_GEN_0 = @echo " GEN " $@;
485 SOURCES = $(libopus_la_SOURCES) $(nodist_libopus_la_SOURCES) \ 553 SOURCES = $(libopus_la_SOURCES) $(nodist_libopus_la_SOURCES) \
486 $(celt_tests_test_unit_cwrs32_SOURCES) \ 554 $(celt_tests_test_unit_cwrs32_SOURCES) \
487 $(celt_tests_test_unit_dft_SOURCES) \ 555 $(celt_tests_test_unit_dft_SOURCES) \
488 $(celt_tests_test_unit_entropy_SOURCES) \ 556 $(celt_tests_test_unit_entropy_SOURCES) \
489 $(celt_tests_test_unit_laplace_SOURCES) \ 557 $(celt_tests_test_unit_laplace_SOURCES) \
490 $(celt_tests_test_unit_mathops_SOURCES) \ 558 $(celt_tests_test_unit_mathops_SOURCES) \
491 $(celt_tests_test_unit_mdct_SOURCES) \ 559 $(celt_tests_test_unit_mdct_SOURCES) \
492 $(celt_tests_test_unit_rotation_SOURCES) \ 560 $(celt_tests_test_unit_rotation_SOURCES) \
493 $(celt_tests_test_unit_types_SOURCES) $(opus_compare_SOURCES) \ 561 $(celt_tests_test_unit_types_SOURCES) $(opus_compare_SOURCES) \
494 $(opus_custom_demo_SOURCES) $(opus_demo_SOURCES) \ 562 $(opus_custom_demo_SOURCES) $(opus_demo_SOURCES) \
(...skipping 11 matching lines...) Expand all
506 $(am__celt_tests_test_unit_rotation_SOURCES_DIST) \ 574 $(am__celt_tests_test_unit_rotation_SOURCES_DIST) \
507 $(am__celt_tests_test_unit_types_SOURCES_DIST) \ 575 $(am__celt_tests_test_unit_types_SOURCES_DIST) \
508 $(am__opus_compare_SOURCES_DIST) \ 576 $(am__opus_compare_SOURCES_DIST) \
509 $(am__opus_custom_demo_SOURCES_DIST) \ 577 $(am__opus_custom_demo_SOURCES_DIST) \
510 $(am__opus_demo_SOURCES_DIST) \ 578 $(am__opus_demo_SOURCES_DIST) \
511 $(am__repacketizer_demo_SOURCES_DIST) \ 579 $(am__repacketizer_demo_SOURCES_DIST) \
512 $(am__tests_test_opus_api_SOURCES_DIST) \ 580 $(am__tests_test_opus_api_SOURCES_DIST) \
513 $(am__tests_test_opus_decode_SOURCES_DIST) \ 581 $(am__tests_test_opus_decode_SOURCES_DIST) \
514 $(am__tests_test_opus_encode_SOURCES_DIST) \ 582 $(am__tests_test_opus_encode_SOURCES_DIST) \
515 $(am__tests_test_opus_padding_SOURCES_DIST) 583 $(am__tests_test_opus_padding_SOURCES_DIST)
516 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 584 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
517 » html-recursive info-recursive install-data-recursive \ 585 » ctags-recursive dvi-recursive html-recursive info-recursive \
518 » install-dvi-recursive install-exec-recursive \ 586 » install-data-recursive install-dvi-recursive \
519 » install-html-recursive install-info-recursive \ 587 » install-exec-recursive install-html-recursive \
520 » install-pdf-recursive install-ps-recursive install-recursive \ 588 » install-info-recursive install-pdf-recursive \
521 » installcheck-recursive installdirs-recursive pdf-recursive \ 589 » install-ps-recursive install-recursive installcheck-recursive \
522 » ps-recursive uninstall-recursive 590 » installdirs-recursive pdf-recursive ps-recursive \
591 » tags-recursive uninstall-recursive
523 am__can_run_installinfo = \ 592 am__can_run_installinfo = \
524 case $$AM_UPDATE_INFO_DIR in \ 593 case $$AM_UPDATE_INFO_DIR in \
525 n|no|NO) false;; \ 594 n|no|NO) false;; \
526 *) (install-info --version) >/dev/null 2>&1;; \ 595 *) (install-info --version) >/dev/null 2>&1;; \
527 esac 596 esac
528 DATA = $(m4data_DATA) $(pkgconfig_DATA) 597 DATA = $(m4data_DATA) $(pkgconfig_DATA)
529 am__pkginclude_HEADERS_DIST = include/opus.h \ 598 am__pkginclude_HEADERS_DIST = include/opus.h \
530 include/opus_multistream.h include/opus_types.h \ 599 include/opus_multistream.h include/opus_types.h \
531 include/opus_defines.h include/opus_custom.h 600 include/opus_defines.h include/opus_custom.h
532 HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS) 601 HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
533 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 602 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
534 distclean-recursive maintainer-clean-recursive 603 distclean-recursive maintainer-clean-recursive
535 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 604 am__recursive_targets = \
536 » $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 605 $(RECURSIVE_TARGETS) \
537 » distdir dist dist-all distcheck 606 $(RECURSIVE_CLEAN_TARGETS) \
607 $(am__extra_recursive_targets)
608 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
609 » cscope check recheck distdir dist dist-all distcheck
610 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
611 » $(LISP)config.h.in
612 # Read a list of newline-separated strings from the standard input,
613 # and print each of them once, without duplicates. Input order is
614 # *not* preserved.
615 am__uniquify_input = $(AWK) '\
616 BEGIN { nonempty = 0; } \
617 { items[$$0] = 1; nonempty = 1; } \
618 END { if (nonempty) { for (i in items) print i; }; } \
619 '
620 # Make sure the list of sources is unique. This is necessary because,
621 # e.g., the same source file might be shared among _SOURCES variables
622 # for different programs/libraries.
623 am__define_uniq_tagged_files = \
624 list='$(am__tagged_files)'; \
625 unique=`for i in $$list; do \
626 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
627 done | $(am__uniquify_input)`
538 ETAGS = etags 628 ETAGS = etags
539 CTAGS = ctags 629 CTAGS = ctags
540 am__tty_colors = \ 630 CSCOPE = cscope
541 red=; grn=; lgn=; blu=; std= 631 am__tty_colors_dummy = \
632 mgn= red= grn= lgn= blu= brg= std=; \
633 am__color_tests=no
634 am__tty_colors = { \
635 $(am__tty_colors_dummy); \
636 if test "X$(AM_COLOR_TESTS)" = Xno; then \
637 am__color_tests=no; \
638 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
639 am__color_tests=yes; \
640 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
641 am__color_tests=yes; \
642 fi; \
643 if test $$am__color_tests = yes; then \
644 red=''; \
645 grn=''; \
646 lgn=''; \
647 blu=''; \
648 mgn=''; \
649 brg=''; \
650 std=''; \
651 fi; \
652 }
653 am__recheck_rx = ^[ » ]*:recheck:[ » ]*
654 am__global_test_result_rx = ^[ »]*:global-test-result:[ » ]*
655 am__copy_in_global_log_rx = ^[ »]*:copy-in-global-log:[ » ]*
656 # A command that, given a newline-separated list of test names on the
657 # standard input, print the name of the tests that are to be re-run
658 # upon "make recheck".
659 am__list_recheck_tests = $(AWK) '{ \
660 recheck = 1; \
661 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
662 { \
663 if (rc < 0) \
664 { \
665 if ((getline line2 < ($$0 ".log")) < 0) \
666 » recheck = 0; \
667 break; \
668 } \
669 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
670 { \
671 recheck = 0; \
672 break; \
673 } \
674 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
675 { \
676 break; \
677 } \
678 }; \
679 if (recheck) \
680 print $$0; \
681 close ($$0 ".trs"); \
682 close ($$0 ".log"); \
683 }'
684 # A command that, given a newline-separated list of test names on the
685 # standard input, create the global log from their .trs and .log files.
686 am__create_global_log = $(AWK) ' \
687 function fatal(msg) \
688 { \
689 print "fatal: making $@: " msg | "cat >&2"; \
690 exit 1; \
691 } \
692 function rst_section(header) \
693 { \
694 print header; \
695 len = length(header); \
696 for (i = 1; i <= len; i = i + 1) \
697 printf "="; \
698 printf "\n\n"; \
699 } \
700 { \
701 copy_in_global_log = 1; \
702 global_test_result = "RUN"; \
703 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
704 { \
705 if (rc < 0) \
706 fatal("failed to read from " $$0 ".trs"); \
707 if (line ~ /$(am__global_test_result_rx)/) \
708 { \
709 sub("$(am__global_test_result_rx)", "", line); \
710 sub("[ » ]*$$", "", line); \
711 global_test_result = line; \
712 } \
713 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
714 copy_in_global_log = 0; \
715 }; \
716 if (copy_in_global_log) \
717 { \
718 rst_section(global_test_result ": " $$0); \
719 while ((rc = (getline line < ($$0 ".log"))) != 0) \
720 { \
721 if (rc < 0) \
722 fatal("failed to read from " $$0 ".log"); \
723 print line; \
724 }; \
725 printf "\n"; \
726 }; \
727 close ($$0 ".trs"); \
728 close ($$0 ".log"); \
729 }'
730 # Restructured Text title.
731 am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
732 # Solaris 10 'make', and several other traditional 'make' implementations,
733 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
734 # by disabling -e (using the XSI extension "set +e") if it's set.
735 am__sh_e_setup = case $$- in *e*) set +e;; esac
736 # Default flags passed to test drivers.
737 am__common_driver_flags = \
738 --color-tests "$$am__color_tests" \
739 --enable-hard-errors "$$am__enable_hard_errors" \
740 --expect-failure "$$am__expect_failure"
741 # To be inserted before the command running the test. Creates the
742 # directory for the log if needed. Stores in $dir the directory
743 # containing $f, in $tst the test, in $log the log. Executes the
744 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
745 # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
746 # will run the test scripts (or their associated LOG_COMPILER, if
747 # thy have one).
748 am__check_pre = \
749 $(am__sh_e_setup);» » » » » \
750 $(am__vpath_adj_setup) $(am__vpath_adj)»» » \
751 $(am__tty_colors);» » » » » \
752 srcdir=$(srcdir); export srcdir;» » » \
753 case "$@" in» » » » » » \
754 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;» \
755 *) am__odir=.;; » » » » » \
756 esac;» » » » » » » \
757 test "x$$am__odir" = x"." || test -d "$$am__odir" » \
758 || $(MKDIR_P) "$$am__odir" || exit $$?;» » \
759 if test -f "./$$f"; then dir=./;» » » \
760 elif test -f "$$f"; then dir=;» » » » \
761 else dir="$(srcdir)/"; fi;» » » » \
762 tst=$$dir$$f; log='$@'; » » » » \
763 if test -n '$(DISABLE_HARD_ERRORS)'; then» » \
764 am__enable_hard_errors=no; » » » » \
765 else» » » » » » » \
766 am__enable_hard_errors=yes; » » » » \
767 fi; » » » » » » » \
768 case " $(XFAIL_TESTS) " in» » » » \
769 *[\ \»]$$f[\ \» ]* | *[\ \» ]$$dir$$f[\ \» ]*) \
770 am__expect_failure=yes;;» » » » \
771 *)» » » » » » » \
772 am__expect_failure=no;;» » » » \
773 esac; » » » » » » » \
774 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
775 # A shell command to get the names of the tests scripts with any registered
776 # extension removed (i.e., equivalently, the names of the test logs, with
777 # the '.log' extension removed). The result is saved in the shell variable
778 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
779 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
780 # since that might cause problem with VPATH rewrites for suffix-less tests.
781 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
782 am__set_TESTS_bases = \
783 bases='$(TEST_LOGS)'; \
784 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
785 bases=`echo $$bases`
786 RECHECK_LOGS = $(TEST_LOGS)
787 TEST_SUITE_LOG = test-suite.log
788 TEST_EXTENSIONS = @EXEEXT@ .test
789 LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
790 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
791 am__set_b = \
792 case '$@' in \
793 */*) \
794 case '$*' in \
795 */*) b='$*';; \
796 *) b=`echo '$@' | sed 's/\.log$$//'`; \
797 esac;; \
798 *) \
799 b='$*';; \
800 esac
801 am__test_logs1 = $(TESTS:=.log)
802 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
803 TEST_LOGS = $(am__test_logs2:.test.log=.log)
804 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
805 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
806 » $(TEST_LOG_FLAGS)
542 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 807 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
543 distdir = $(PACKAGE)-$(VERSION) 808 distdir = $(PACKAGE)-$(VERSION)
544 top_distdir = $(distdir) 809 top_distdir = $(distdir)
545 am__remove_distdir = \ 810 am__remove_distdir = \
546 if test -d "$(distdir)"; then \ 811 if test -d "$(distdir)"; then \
547 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 812 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
548 && rm -rf "$(distdir)" \ 813 && rm -rf "$(distdir)" \
549 || { sleep 5 && rm -rf "$(distdir)"; }; \ 814 || { sleep 5 && rm -rf "$(distdir)"; }; \
550 else :; fi 815 else :; fi
816 am__post_remove_distdir = $(am__remove_distdir)
551 am__relativize = \ 817 am__relativize = \
552 dir0=`pwd`; \ 818 dir0=`pwd`; \
553 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 819 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
554 sed_rest='s,^[^/]*/*,,'; \ 820 sed_rest='s,^[^/]*/*,,'; \
555 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 821 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
556 sed_butlast='s,/*[^/]*$$,,'; \ 822 sed_butlast='s,/*[^/]*$$,,'; \
557 while test -n "$$dir1"; do \ 823 while test -n "$$dir1"; do \
558 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 824 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
559 if test "$$first" != "."; then \ 825 if test "$$first" != "."; then \
560 if test "$$first" = ".."; then \ 826 if test "$$first" = ".."; then \
561 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 827 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
562 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 828 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
563 else \ 829 else \
564 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 830 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
565 if test "$$first2" = "$$first"; then \ 831 if test "$$first2" = "$$first"; then \
566 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 832 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
567 else \ 833 else \
568 dir2="../$$dir2"; \ 834 dir2="../$$dir2"; \
569 fi; \ 835 fi; \
570 dir0="$$dir0"/"$$first"; \ 836 dir0="$$dir0"/"$$first"; \
571 fi; \ 837 fi; \
572 fi; \ 838 fi; \
573 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 839 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
574 done; \ 840 done; \
575 reldir="$$dir2" 841 reldir="$$dir2"
576 DIST_ARCHIVES = $(distdir).tar.gz 842 DIST_ARCHIVES = $(distdir).tar.gz
577 GZIP_ENV = --best 843 GZIP_ENV = --best
844 DIST_TARGETS = dist-gzip
578 distuninstallcheck_listfiles = find . -type f -print 845 distuninstallcheck_listfiles = find . -type f -print
579 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 846 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
580 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 847 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
581 distcleancheck_listfiles = find . -type f -print 848 distcleancheck_listfiles = find . -type f -print
582 ACLOCAL = @ACLOCAL@ 849 ACLOCAL = @ACLOCAL@
583 AMTAR = @AMTAR@ 850 AMTAR = @AMTAR@
584 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 851 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
585 AR = @AR@ 852 AR = @AR@
853 ARM2GNU_PARAMS = @ARM2GNU_PARAMS@
586 AUTOCONF = @AUTOCONF@ 854 AUTOCONF = @AUTOCONF@
587 AUTOHEADER = @AUTOHEADER@ 855 AUTOHEADER = @AUTOHEADER@
588 AUTOMAKE = @AUTOMAKE@ 856 AUTOMAKE = @AUTOMAKE@
589 AWK = @AWK@ 857 AWK = @AWK@
590 CC = @CC@ 858 CC = @CC@
591 CCAS = @CCAS@ 859 CCAS = @CCAS@
592 CCASDEPMODE = @CCASDEPMODE@ 860 CCASDEPMODE = @CCASDEPMODE@
593 CCASFLAGS = @CCASFLAGS@ 861 CCASFLAGS = @CCASFLAGS@
594 CCDEPMODE = @CCDEPMODE@ 862 CCDEPMODE = @CCDEPMODE@
595 CFLAGS = @CFLAGS@ 863 CFLAGS = @CFLAGS@
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 ACLOCAL_AMFLAGS = -I m4 980 ACLOCAL_AMFLAGS = -I m4
713 lib_LTLIBRARIES = libopus.la 981 lib_LTLIBRARIES = libopus.la
714 DIST_SUBDIRS = doc 982 DIST_SUBDIRS = doc
715 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/celt -I$(top_srcdir)/silk \ 983 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/celt -I$(top_srcdir)/silk \
716 -I$(top_srcdir)/silk/float -I$(top_srcdir)/silk/fixed 984 -I$(top_srcdir)/silk/float -I$(top_srcdir)/silk/fixed
717 985
718 CELT_SOURCES = celt/bands.c celt/celt.c celt/celt_encoder.c \ 986 CELT_SOURCES = celt/bands.c celt/celt.c celt/celt_encoder.c \
719 celt/celt_decoder.c celt/cwrs.c celt/entcode.c celt/entdec.c \ 987 celt/celt_decoder.c celt/cwrs.c celt/entcode.c celt/entdec.c \
720 celt/entenc.c celt/kiss_fft.c celt/laplace.c celt/mathops.c \ 988 celt/entenc.c celt/kiss_fft.c celt/laplace.c celt/mathops.c \
721 celt/mdct.c celt/modes.c celt/pitch.c celt/celt_lpc.c \ 989 celt/mdct.c celt/modes.c celt/pitch.c celt/celt_lpc.c \
722 » celt/quant_bands.c celt/rate.c celt/vq.c $(am__append_4) 990 » celt/quant_bands.c celt/rate.c celt/vq.c $(am__append_5) \
991 » $(am__append_6) $(am__append_7) $(am__append_9)
992 CELT_SOURCES_SSE = celt/x86/x86cpu.c \
993 celt/x86/x86_celt_map.c \
994 celt/x86/pitch_sse.c
995
996 CELT_SOURCES_SSE4_1 = celt/x86/celt_lpc_sse.c
723 CELT_SOURCES_ARM = \ 997 CELT_SOURCES_ARM = \
724 celt/arm/armcpu.c \ 998 celt/arm/armcpu.c \
725 celt/arm/arm_celt_map.c 999 celt/arm/arm_celt_map.c
726 1000
727 CELT_SOURCES_ARM_ASM = \ 1001 CELT_SOURCES_ARM_ASM = \
728 celt/arm/celt_pitch_xcorr_arm.s 1002 celt/arm/celt_pitch_xcorr_arm.s
729 1003
730 CELT_AM_SOURCES_ARM_ASM = \ 1004 CELT_AM_SOURCES_ARM_ASM = \
731 celt/arm/armopts.s.in 1005 celt/arm/armopts.s.in
732 1006
1007 CELT_SOURCES_ARM_NEON_INTR = \
1008 celt/arm/celt_neon_intr.c
1009
733 SILK_SOURCES = silk/CNG.c silk/code_signs.c silk/init_decoder.c \ 1010 SILK_SOURCES = silk/CNG.c silk/code_signs.c silk/init_decoder.c \
734 silk/decode_core.c silk/decode_frame.c \ 1011 silk/decode_core.c silk/decode_frame.c \
735 silk/decode_parameters.c silk/decode_indices.c \ 1012 silk/decode_parameters.c silk/decode_indices.c \
736 silk/decode_pulses.c silk/decoder_set_fs.c silk/dec_API.c \ 1013 silk/decode_pulses.c silk/decoder_set_fs.c silk/dec_API.c \
737 silk/enc_API.c silk/encode_indices.c silk/encode_pulses.c \ 1014 silk/enc_API.c silk/encode_indices.c silk/encode_pulses.c \
738 silk/gain_quant.c silk/interpolate.c silk/LP_variable_cutoff.c \ 1015 silk/gain_quant.c silk/interpolate.c silk/LP_variable_cutoff.c \
739 silk/NLSF_decode.c silk/NSQ.c silk/NSQ_del_dec.c silk/PLC.c \ 1016 silk/NLSF_decode.c silk/NSQ.c silk/NSQ_del_dec.c silk/PLC.c \
740 silk/shell_coder.c silk/tables_gain.c silk/tables_LTP.c \ 1017 silk/shell_coder.c silk/tables_gain.c silk/tables_LTP.c \
741 silk/tables_NLSF_CB_NB_MB.c silk/tables_NLSF_CB_WB.c \ 1018 silk/tables_NLSF_CB_NB_MB.c silk/tables_NLSF_CB_WB.c \
742 silk/tables_other.c silk/tables_pitch_lag.c \ 1019 silk/tables_other.c silk/tables_pitch_lag.c \
(...skipping 11 matching lines...) Expand all
754 silk/LPC_inv_pred_gain.c silk/table_LSF_cos.c silk/NLSF2A.c \ 1031 silk/LPC_inv_pred_gain.c silk/table_LSF_cos.c silk/NLSF2A.c \
755 silk/NLSF_stabilize.c silk/NLSF_VQ_weights_laroia.c \ 1032 silk/NLSF_stabilize.c silk/NLSF_VQ_weights_laroia.c \
756 silk/pitch_est_tables.c silk/resampler.c \ 1033 silk/pitch_est_tables.c silk/resampler.c \
757 silk/resampler_down2_3.c silk/resampler_down2.c \ 1034 silk/resampler_down2_3.c silk/resampler_down2.c \
758 silk/resampler_private_AR2.c silk/resampler_private_down_FIR.c \ 1035 silk/resampler_private_AR2.c silk/resampler_private_down_FIR.c \
759 silk/resampler_private_IIR_FIR.c \ 1036 silk/resampler_private_IIR_FIR.c \
760 silk/resampler_private_up2_HQ.c silk/resampler_rom.c \ 1037 silk/resampler_private_up2_HQ.c silk/resampler_rom.c \
761 silk/sigm_Q15.c silk/sort.c silk/sum_sqr_shift.c \ 1038 silk/sigm_Q15.c silk/sort.c silk/sum_sqr_shift.c \
762 silk/stereo_decode_pred.c silk/stereo_encode_pred.c \ 1039 silk/stereo_decode_pred.c silk/stereo_encode_pred.c \
763 silk/stereo_find_predictor.c silk/stereo_quant_pred.c \ 1040 silk/stereo_find_predictor.c silk/stereo_quant_pred.c \
764 » $(am__append_1) $(am__append_2) $(am__append_5) 1041 » $(am__append_1) $(am__append_2) $(am__append_3) \
1042 » $(am__append_8)
1043 SILK_SOURCES_SSE4_1 = silk/x86/NSQ_sse.c \
1044 silk/x86/NSQ_del_dec_sse.c \
1045 silk/x86/x86_silk_map.c \
1046 silk/x86/VAD_sse.c \
1047 silk/x86/VQ_WMat_EC_sse.c
1048
765 SILK_SOURCES_FIXED = \ 1049 SILK_SOURCES_FIXED = \
766 silk/fixed/LTP_analysis_filter_FIX.c \ 1050 silk/fixed/LTP_analysis_filter_FIX.c \
767 silk/fixed/LTP_scale_ctrl_FIX.c \ 1051 silk/fixed/LTP_scale_ctrl_FIX.c \
768 silk/fixed/corrMatrix_FIX.c \ 1052 silk/fixed/corrMatrix_FIX.c \
769 silk/fixed/encode_frame_FIX.c \ 1053 silk/fixed/encode_frame_FIX.c \
770 silk/fixed/find_LPC_FIX.c \ 1054 silk/fixed/find_LPC_FIX.c \
771 silk/fixed/find_LTP_FIX.c \ 1055 silk/fixed/find_LTP_FIX.c \
772 silk/fixed/find_pitch_lags_FIX.c \ 1056 silk/fixed/find_pitch_lags_FIX.c \
773 silk/fixed/find_pred_coefs_FIX.c \ 1057 silk/fixed/find_pred_coefs_FIX.c \
774 silk/fixed/noise_shape_analysis_FIX.c \ 1058 silk/fixed/noise_shape_analysis_FIX.c \
775 silk/fixed/prefilter_FIX.c \ 1059 silk/fixed/prefilter_FIX.c \
776 silk/fixed/process_gains_FIX.c \ 1060 silk/fixed/process_gains_FIX.c \
777 silk/fixed/regularize_correlations_FIX.c \ 1061 silk/fixed/regularize_correlations_FIX.c \
778 silk/fixed/residual_energy16_FIX.c \ 1062 silk/fixed/residual_energy16_FIX.c \
779 silk/fixed/residual_energy_FIX.c \ 1063 silk/fixed/residual_energy_FIX.c \
780 silk/fixed/solve_LS_FIX.c \ 1064 silk/fixed/solve_LS_FIX.c \
781 silk/fixed/warped_autocorrelation_FIX.c \ 1065 silk/fixed/warped_autocorrelation_FIX.c \
782 silk/fixed/apply_sine_window_FIX.c \ 1066 silk/fixed/apply_sine_window_FIX.c \
783 silk/fixed/autocorr_FIX.c \ 1067 silk/fixed/autocorr_FIX.c \
784 silk/fixed/burg_modified_FIX.c \ 1068 silk/fixed/burg_modified_FIX.c \
785 silk/fixed/k2a_FIX.c \ 1069 silk/fixed/k2a_FIX.c \
786 silk/fixed/k2a_Q16_FIX.c \ 1070 silk/fixed/k2a_Q16_FIX.c \
787 silk/fixed/pitch_analysis_core_FIX.c \ 1071 silk/fixed/pitch_analysis_core_FIX.c \
788 silk/fixed/vector_ops_FIX.c \ 1072 silk/fixed/vector_ops_FIX.c \
789 silk/fixed/schur64_FIX.c \ 1073 silk/fixed/schur64_FIX.c \
790 silk/fixed/schur_FIX.c 1074 silk/fixed/schur_FIX.c
791 1075
1076 SILK_SOURCES_FIXED_SSE4_1 = silk/fixed/x86/vector_ops_FIX_sse.c \
1077 silk/fixed/x86/burg_modified_FIX_sse.c \
1078 silk/fixed/x86/prefilter_FIX_sse.c
1079
792 SILK_SOURCES_FLOAT = \ 1080 SILK_SOURCES_FLOAT = \
793 silk/float/apply_sine_window_FLP.c \ 1081 silk/float/apply_sine_window_FLP.c \
794 silk/float/corrMatrix_FLP.c \ 1082 silk/float/corrMatrix_FLP.c \
795 silk/float/encode_frame_FLP.c \ 1083 silk/float/encode_frame_FLP.c \
796 silk/float/find_LPC_FLP.c \ 1084 silk/float/find_LPC_FLP.c \
797 silk/float/find_LTP_FLP.c \ 1085 silk/float/find_LTP_FLP.c \
798 silk/float/find_pitch_lags_FLP.c \ 1086 silk/float/find_pitch_lags_FLP.c \
799 silk/float/find_pred_coefs_FLP.c \ 1087 silk/float/find_pred_coefs_FLP.c \
800 silk/float/LPC_analysis_filter_FLP.c \ 1088 silk/float/LPC_analysis_filter_FLP.c \
801 silk/float/LTP_analysis_filter_FLP.c \ 1089 silk/float/LTP_analysis_filter_FLP.c \
(...skipping 16 matching lines...) Expand all
818 silk/float/LPC_inv_pred_gain_FLP.c \ 1106 silk/float/LPC_inv_pred_gain_FLP.c \
819 silk/float/pitch_analysis_core_FLP.c \ 1107 silk/float/pitch_analysis_core_FLP.c \
820 silk/float/scale_copy_vector_FLP.c \ 1108 silk/float/scale_copy_vector_FLP.c \
821 silk/float/scale_vector_FLP.c \ 1109 silk/float/scale_vector_FLP.c \
822 silk/float/schur_FLP.c \ 1110 silk/float/schur_FLP.c \
823 silk/float/sort_FLP.c 1111 silk/float/sort_FLP.c
824 1112
825 OPUS_SOURCES = src/opus.c src/opus_decoder.c src/opus_encoder.c \ 1113 OPUS_SOURCES = src/opus.c src/opus_decoder.c src/opus_encoder.c \
826 src/opus_multistream.c src/opus_multistream_encoder.c \ 1114 src/opus_multistream.c src/opus_multistream_encoder.c \
827 src/opus_multistream_decoder.c src/repacketizer.c \ 1115 src/opus_multistream_decoder.c src/repacketizer.c \
828 » $(am__append_3) 1116 » $(am__append_4)
829 OPUS_SOURCES_FLOAT = \ 1117 OPUS_SOURCES_FLOAT = \
830 src/analysis.c \ 1118 src/analysis.c \
831 src/mlp.c \ 1119 src/mlp.c \
832 src/mlp_data.c 1120 src/mlp_data.c
833 1121
1122 @CPU_ARM_TRUE@@OPUS_ARM_NEON_INTR_TRUE@OPUS_ARM_NEON_INTR_CPPFLAGS = -mfpu=neon
834 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@nodist_libopus_la_SOURCES = $(CELT_SOU RCES_ARM_ASM:.s=-gnu.S) 1123 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@nodist_libopus_la_SOURCES = $(CELT_SOU RCES_ARM_ASM:.s=-gnu.S)
835 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@BUILT_SOURCES = $(CELT_SOURCES_ARM_ASM :.s=-gnu.S) \ 1124 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@BUILT_SOURCES = $(CELT_SOURCES_ARM_ASM :.s=-gnu.S) \
836 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@ $(CELT_AM_SOURCES_ARM_ASM:.s.in=.s) \ 1125 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@ $(CELT_AM_SOURCES_ARM_ASM:.s.in=.s) \
837 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@ $(CELT_AM_SOURCES_ARM_ASM:.s.in=-gnu. S) 1126 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@ $(CELT_AM_SOURCES_ARM_ASM:.s.in=-gnu. S)
838 1127
839 CLEANFILES = $(CELT_SOURCES_ARM_ASM:.s=-gnu.S) \ 1128 CLEANFILES = $(CELT_SOURCES_ARM_ASM:.s=-gnu.S) \
840 $(CELT_AM_SOURCES_ARM_ASM:.s.in=-gnu.S) 1129 $(CELT_AM_SOURCES_ARM_ASM:.s.in=-gnu.S)
841 1130
842 CELT_HEAD = \ 1131 CELT_HEAD = \
843 celt/arch.h \ 1132 celt/arch.h \
(...skipping 14 matching lines...) Expand all
858 celt/_kiss_fft_guts.h \ 1147 celt/_kiss_fft_guts.h \
859 celt/kiss_fft.h \ 1148 celt/kiss_fft.h \
860 celt/laplace.h \ 1149 celt/laplace.h \
861 celt/mathops.h \ 1150 celt/mathops.h \
862 celt/mdct.h \ 1151 celt/mdct.h \
863 celt/mfrngcod.h \ 1152 celt/mfrngcod.h \
864 celt/modes.h \ 1153 celt/modes.h \
865 celt/os_support.h \ 1154 celt/os_support.h \
866 celt/pitch.h \ 1155 celt/pitch.h \
867 celt/celt_lpc.h \ 1156 celt/celt_lpc.h \
1157 celt/x86/celt_lpc_sse.h \
868 celt/quant_bands.h \ 1158 celt/quant_bands.h \
869 celt/rate.h \ 1159 celt/rate.h \
870 celt/stack_alloc.h \ 1160 celt/stack_alloc.h \
871 celt/vq.h \ 1161 celt/vq.h \
872 celt/static_modes_float.h \ 1162 celt/static_modes_float.h \
873 celt/static_modes_fixed.h \ 1163 celt/static_modes_fixed.h \
874 celt/arm/armcpu.h \ 1164 celt/arm/armcpu.h \
875 celt/arm/fixed_armv4.h \ 1165 celt/arm/fixed_armv4.h \
876 celt/arm/fixed_armv5e.h \ 1166 celt/arm/fixed_armv5e.h \
877 celt/arm/kiss_fft_armv4.h \ 1167 celt/arm/kiss_fft_armv4.h \
878 celt/arm/kiss_fft_armv5e.h \ 1168 celt/arm/kiss_fft_armv5e.h \
879 celt/arm/pitch_arm.h \ 1169 celt/arm/pitch_arm.h \
880 celt/x86/pitch_sse.h 1170 celt/x86/pitch_sse.h \
1171 celt/x86/x86cpu.h
881 1172
882 SILK_HEAD = \ 1173 SILK_HEAD = \
883 silk/debug.h \ 1174 silk/debug.h \
884 silk/control.h \ 1175 silk/control.h \
885 silk/errors.h \ 1176 silk/errors.h \
886 silk/API.h \ 1177 silk/API.h \
887 silk/typedef.h \ 1178 silk/typedef.h \
888 silk/define.h \ 1179 silk/define.h \
889 silk/main.h \ 1180 silk/main.h \
1181 silk/x86/main_sse.h \
890 silk/PLC.h \ 1182 silk/PLC.h \
891 silk/structs.h \ 1183 silk/structs.h \
892 silk/tables.h \ 1184 silk/tables.h \
893 silk/tuning_parameters.h \ 1185 silk/tuning_parameters.h \
894 silk/Inlines.h \ 1186 silk/Inlines.h \
895 silk/MacroCount.h \ 1187 silk/MacroCount.h \
896 silk/MacroDebug.h \ 1188 silk/MacroDebug.h \
897 silk/macros.h \ 1189 silk/macros.h \
898 silk/pitch_est_defines.h \ 1190 silk/pitch_est_defines.h \
899 silk/resampler_private.h \ 1191 silk/resampler_private.h \
900 silk/resampler_rom.h \ 1192 silk/resampler_rom.h \
901 silk/resampler_structs.h \ 1193 silk/resampler_structs.h \
902 silk/SigProc_FIX.h \ 1194 silk/SigProc_FIX.h \
1195 silk/x86/SigProc_FIX_sse.h \
903 silk/arm/macros_armv4.h \ 1196 silk/arm/macros_armv4.h \
904 silk/arm/macros_armv5e.h \ 1197 silk/arm/macros_armv5e.h \
905 silk/arm/SigProc_FIX_armv4.h \ 1198 silk/arm/SigProc_FIX_armv4.h \
906 silk/arm/SigProc_FIX_armv5e.h \ 1199 silk/arm/SigProc_FIX_armv5e.h \
907 silk/fixed/main_FIX.h \ 1200 silk/fixed/main_FIX.h \
908 silk/fixed/structs_FIX.h \ 1201 silk/fixed/structs_FIX.h \
909 silk/float/main_FLP.h \ 1202 silk/float/main_FLP.h \
910 silk/float/structs_FLP.h \ 1203 silk/float/structs_FLP.h \
911 silk/float/SigProc_FLP.h 1204 silk/float/SigProc_FLP.h
912 1205
913 OPUS_HEAD = \ 1206 OPUS_HEAD = \
914 include/opus.h \ 1207 include/opus.h \
915 include/opus_multistream.h \ 1208 include/opus_multistream.h \
916 src/opus_private.h \ 1209 src/opus_private.h \
917 src/analysis.h \ 1210 src/analysis.h \
918 src/mlp.h \ 1211 src/mlp.h \
919 src/tansig_table.h 1212 src/tansig_table.h
920 1213
921 libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES) 1214 libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES)
922 libopus_la_LDFLAGS = -no-undefined -version-info @OPUS_LT_CURRENT@:@OPUS_LT_REVI SION@:@OPUS_LT_AGE@ 1215 libopus_la_LDFLAGS = -no-undefined -version-info @OPUS_LT_CURRENT@:@OPUS_LT_REVI SION@:@OPUS_LT_AGE@
923 libopus_la_LIBADD = $(LIBM) 1216 libopus_la_LIBADD = $(LIBM)
924 pkginclude_HEADERS = include/opus.h include/opus_multistream.h \ 1217 pkginclude_HEADERS = include/opus.h include/opus_multistream.h \
925 » include/opus_types.h include/opus_defines.h $(am__append_6) 1218 » include/opus_types.h include/opus_defines.h $(am__append_12)
926 noinst_HEADERS = $(OPUS_HEAD) $(SILK_HEAD) $(CELT_HEAD) 1219 noinst_HEADERS = $(OPUS_HEAD) $(SILK_HEAD) $(CELT_HEAD)
927 @EXTRA_PROGRAMS_TRUE@opus_demo_SOURCES = src/opus_demo.c 1220 @EXTRA_PROGRAMS_TRUE@opus_demo_SOURCES = src/opus_demo.c
928 @EXTRA_PROGRAMS_TRUE@opus_demo_LDADD = libopus.la $(LIBM) 1221 @EXTRA_PROGRAMS_TRUE@opus_demo_LDADD = libopus.la $(LIBM)
929 @EXTRA_PROGRAMS_TRUE@repacketizer_demo_SOURCES = src/repacketizer_demo.c 1222 @EXTRA_PROGRAMS_TRUE@repacketizer_demo_SOURCES = src/repacketizer_demo.c
930 @EXTRA_PROGRAMS_TRUE@repacketizer_demo_LDADD = libopus.la $(LIBM) 1223 @EXTRA_PROGRAMS_TRUE@repacketizer_demo_LDADD = libopus.la $(LIBM)
931 @EXTRA_PROGRAMS_TRUE@opus_compare_SOURCES = src/opus_compare.c 1224 @EXTRA_PROGRAMS_TRUE@opus_compare_SOURCES = src/opus_compare.c
932 @EXTRA_PROGRAMS_TRUE@opus_compare_LDADD = $(LIBM) 1225 @EXTRA_PROGRAMS_TRUE@opus_compare_LDADD = $(LIBM)
933 @EXTRA_PROGRAMS_TRUE@tests_test_opus_api_SOURCES = tests/test_opus_api.c tests/t est_opus_common.h 1226 @EXTRA_PROGRAMS_TRUE@tests_test_opus_api_SOURCES = tests/test_opus_api.c tests/t est_opus_common.h
934 @EXTRA_PROGRAMS_TRUE@tests_test_opus_api_LDADD = libopus.la $(LIBM) 1227 @EXTRA_PROGRAMS_TRUE@tests_test_opus_api_LDADD = libopus.la $(LIBM)
935 @EXTRA_PROGRAMS_TRUE@tests_test_opus_encode_SOURCES = tests/test_opus_encode.c t ests/test_opus_common.h 1228 @EXTRA_PROGRAMS_TRUE@tests_test_opus_encode_SOURCES = tests/test_opus_encode.c t ests/test_opus_common.h
936 @EXTRA_PROGRAMS_TRUE@tests_test_opus_encode_LDADD = libopus.la $(LIBM) 1229 @EXTRA_PROGRAMS_TRUE@tests_test_opus_encode_LDADD = libopus.la $(LIBM)
937 @EXTRA_PROGRAMS_TRUE@tests_test_opus_decode_SOURCES = tests/test_opus_decode.c t ests/test_opus_common.h 1230 @EXTRA_PROGRAMS_TRUE@tests_test_opus_decode_SOURCES = tests/test_opus_decode.c t ests/test_opus_common.h
938 @EXTRA_PROGRAMS_TRUE@tests_test_opus_decode_LDADD = libopus.la $(LIBM) 1231 @EXTRA_PROGRAMS_TRUE@tests_test_opus_decode_LDADD = libopus.la $(LIBM)
939 @EXTRA_PROGRAMS_TRUE@tests_test_opus_padding_SOURCES = tests/test_opus_padding.c tests/test_opus_common.h 1232 @EXTRA_PROGRAMS_TRUE@tests_test_opus_padding_SOURCES = tests/test_opus_padding.c tests/test_opus_common.h
940 @EXTRA_PROGRAMS_TRUE@tests_test_opus_padding_LDADD = libopus.la $(LIBM) 1233 @EXTRA_PROGRAMS_TRUE@tests_test_opus_padding_LDADD = libopus.la $(LIBM)
941 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_cwrs32_SOURCES = celt/tests/test_unit_ cwrs32.c 1234 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_cwrs32_SOURCES = celt/tests/test_unit_ cwrs32.c
942 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_cwrs32_LDADD = $(LIBM) 1235 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_cwrs32_LDADD = $(LIBM)
943 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_dft_SOURCES = celt/tests/test_unit_dft .c 1236 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_dft_SOURCES = celt/tests/test_unit_dft .c
944 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_dft_LDADD = $(LIBM) 1237 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_dft_LDADD = $(LIBM)
945 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_entropy_SOURCES = celt/tests/test_unit _entropy.c 1238 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_entropy_SOURCES = celt/tests/test_unit _entropy.c
946 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_entropy_LDADD = $(LIBM) 1239 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_entropy_LDADD = $(LIBM)
947 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_laplace_SOURCES = celt/tests/test_unit _laplace.c 1240 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_laplace_SOURCES = celt/tests/test_unit _laplace.c
948 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_laplace_LDADD = $(LIBM) 1241 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_laplace_LDADD = $(LIBM)
949 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mathops_SOURCES = celt/tests/test_unit _mathops.c 1242 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mathops_SOURCES = celt/tests/test_unit _mathops.c
950 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mathops_LDADD = $(LIBM) 1243 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mathops_LDADD = $(LIBM) \
1244 @EXTRA_PROGRAMS_TRUE@» $(am__append_10)
951 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mdct_SOURCES = celt/tests/test_unit_md ct.c 1245 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mdct_SOURCES = celt/tests/test_unit_md ct.c
952 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mdct_LDADD = $(LIBM) 1246 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mdct_LDADD = $(LIBM)
953 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_rotation_SOURCES = celt/tests/test_uni t_rotation.c 1247 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_rotation_SOURCES = celt/tests/test_uni t_rotation.c
954 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_rotation_LDADD = $(LIBM) 1248 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_rotation_LDADD = $(LIBM) \
1249 @EXTRA_PROGRAMS_TRUE@» $(am__append_11)
955 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_types_SOURCES = celt/tests/test_unit_t ypes.c 1250 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_types_SOURCES = celt/tests/test_unit_t ypes.c
956 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_types_LDADD = $(LIBM) 1251 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_types_LDADD = $(LIBM)
957 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@opus_custom_demo_SOURCES = celt/opus_cus tom_demo.c 1252 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@opus_custom_demo_SOURCES = celt/opus_cus tom_demo.c
958 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@opus_custom_demo_LDADD = libopus.la $(LI BM) 1253 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@opus_custom_demo_LDADD = libopus.la $(LI BM)
959 EXTRA_DIST = version.mk \ 1254 EXTRA_DIST = version.mk \
960 opus.pc.in \ 1255 opus.pc.in \
961 opus-uninstalled.pc.in \ 1256 opus-uninstalled.pc.in \
962 opus.m4 \ 1257 opus.m4 \
963 Makefile.unix \ 1258 Makefile.unix \
964 tests/run_vectors.sh \ 1259 tests/run_vectors.sh \
(...skipping 18 matching lines...) Expand all
983 win32/VS2010/test_opus_decode.vcxproj \ 1278 win32/VS2010/test_opus_decode.vcxproj \
984 win32/VS2010/celt.vcxproj \ 1279 win32/VS2010/celt.vcxproj \
985 win32/VS2010/opus.sln \ 1280 win32/VS2010/opus.sln \
986 win32/genversion.bat \ 1281 win32/genversion.bat \
987 win32/config.h 1282 win32/config.h
988 1283
989 pkgconfigdir = $(libdir)/pkgconfig 1284 pkgconfigdir = $(libdir)/pkgconfig
990 pkgconfig_DATA = opus.pc 1285 pkgconfig_DATA = opus.pc
991 m4datadir = $(datadir)/aclocal 1286 m4datadir = $(datadir)/aclocal
992 m4data_DATA = opus.m4 1287 m4data_DATA = opus.m4
1288 SSE_OBJ = %_sse.o %_sse.lo %test_unit_mathops.o %test_unit_rotation.o
1289 @OPUS_ARM_NEON_INTR_TRUE@CELT_ARM_NEON_INTR_OBJ = $(CELT_SOURCES_ARM_NEON_INTR:. c=.lo) \
1290 @OPUS_ARM_NEON_INTR_TRUE@ %test_unit_rotation.o %test_unit _mathops.o
1291
993 all: $(BUILT_SOURCES) config.h 1292 all: $(BUILT_SOURCES) config.h
994 $(MAKE) $(AM_MAKEFLAGS) all-recursive 1293 $(MAKE) $(AM_MAKEFLAGS) all-recursive
995 1294
996 .SUFFIXES: 1295 .SUFFIXES:
997 .SUFFIXES: .S .c .lo .o .obj 1296 .SUFFIXES: .S .c .lo .log .o .obj .test .test$(EXEEXT) .trs
998 am--refresh: Makefile 1297 am--refresh: Makefile
999 @: 1298 @:
1000 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/ce lt_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) 1299 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/ce lt_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)
1001 @for dep in $?; do \ 1300 @for dep in $?; do \
1002 case '$(am__configure_deps)' in \ 1301 case '$(am__configure_deps)' in \
1003 *$$dep*) \ 1302 *$$dep*) \
1004 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 1303 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
1005 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 1304 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
1006 && exit 0; \ 1305 && exit 0; \
1007 exit 1;; \ 1306 exit 1;; \
(...skipping 17 matching lines...) Expand all
1025 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) 1324 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
1026 $(SHELL) ./config.status --recheck 1325 $(SHELL) ./config.status --recheck
1027 1326
1028 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 1327 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1029 $(am__cd) $(srcdir) && $(AUTOCONF) 1328 $(am__cd) $(srcdir) && $(AUTOCONF)
1030 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 1329 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1031 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 1330 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1032 $(am__aclocal_m4_deps): 1331 $(am__aclocal_m4_deps):
1033 1332
1034 config.h: stamp-h1 1333 config.h: stamp-h1
1035 » @if test ! -f $@; then rm -f stamp-h1; else :; fi 1334 » @test -f $@ || rm -f stamp-h1
1036 » @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 1335 » @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1037 1336
1038 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 1337 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1039 @rm -f stamp-h1 1338 @rm -f stamp-h1
1040 cd $(top_builddir) && $(SHELL) ./config.status config.h 1339 cd $(top_builddir) && $(SHELL) ./config.status config.h
1041 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 1340 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1042 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 1341 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1043 rm -f stamp-h1 1342 rm -f stamp-h1
1044 touch $@ 1343 touch $@
1045 1344
1046 distclean-hdr: 1345 distclean-hdr:
1047 -rm -f config.h stamp-h1 1346 -rm -f config.h stamp-h1
1048 opus.pc: $(top_builddir)/config.status $(srcdir)/opus.pc.in 1347 opus.pc: $(top_builddir)/config.status $(srcdir)/opus.pc.in
1049 cd $(top_builddir) && $(SHELL) ./config.status $@ 1348 cd $(top_builddir) && $(SHELL) ./config.status $@
1050 opus-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/opus-uninstalled.pc .in 1349 opus-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/opus-uninstalled.pc .in
1051 cd $(top_builddir) && $(SHELL) ./config.status $@ 1350 cd $(top_builddir) && $(SHELL) ./config.status $@
1052 celt/arm/armopts.s: $(top_builddir)/config.status $(top_srcdir)/celt/arm/armopts .s.in 1351 celt/arm/armopts.s: $(top_builddir)/config.status $(top_srcdir)/celt/arm/armopts .s.in
1053 cd $(top_builddir) && $(SHELL) ./config.status $@ 1352 cd $(top_builddir) && $(SHELL) ./config.status $@
1353
1054 install-libLTLIBRARIES: $(lib_LTLIBRARIES) 1354 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1055 @$(NORMAL_INSTALL) 1355 @$(NORMAL_INSTALL)
1056 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 1356 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1057 list2=; for p in $$list; do \ 1357 list2=; for p in $$list; do \
1058 if test -f $$p; then \ 1358 if test -f $$p; then \
1059 list2="$$list2 $$p"; \ 1359 list2="$$list2 $$p"; \
1060 else :; fi; \ 1360 else :; fi; \
1061 done; \ 1361 done; \
1062 test -z "$$list2" || { \ 1362 test -z "$$list2" || { \
1063 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 1363 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
1064 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 1364 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1065 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $( INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 1365 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $( INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
1066 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL ) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 1366 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL ) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
1067 } 1367 }
1068 1368
1069 uninstall-libLTLIBRARIES: 1369 uninstall-libLTLIBRARIES:
1070 @$(NORMAL_UNINSTALL) 1370 @$(NORMAL_UNINSTALL)
1071 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 1371 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1072 for p in $$list; do \ 1372 for p in $$list; do \
1073 $(am__strip_dir) \ 1373 $(am__strip_dir) \
1074 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 1374 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
1075 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f " $(DESTDIR)$(libdir)/$$f"; \ 1375 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f " $(DESTDIR)$(libdir)/$$f"; \
1076 done 1376 done
1077 1377
1078 clean-libLTLIBRARIES: 1378 clean-libLTLIBRARIES:
1079 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 1379 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1080 » @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 1380 » @list='$(lib_LTLIBRARIES)'; \
1081 » dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 1381 » locs=`for p in $$list; do echo $$p; done | \
1082 » test "$$dir" != "$$p" || dir=.; \ 1382 » sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1083 » echo "rm -f \"$${dir}/so_locations\""; \ 1383 » sort -u`; \
1084 » rm -f "$${dir}/so_locations"; \ 1384 » test -z "$$locs" || { \
1085 » done 1385 » echo rm -f $${locs}; \
1386 » rm -f $${locs}; \
1387 » }
1086 celt/$(am__dirstamp): 1388 celt/$(am__dirstamp):
1087 @$(MKDIR_P) celt 1389 @$(MKDIR_P) celt
1088 @: > celt/$(am__dirstamp) 1390 @: > celt/$(am__dirstamp)
1089 celt/$(DEPDIR)/$(am__dirstamp): 1391 celt/$(DEPDIR)/$(am__dirstamp):
1090 @$(MKDIR_P) celt/$(DEPDIR) 1392 @$(MKDIR_P) celt/$(DEPDIR)
1091 @: > celt/$(DEPDIR)/$(am__dirstamp) 1393 @: > celt/$(DEPDIR)/$(am__dirstamp)
1092 celt/bands.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1394 celt/bands.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
1093 celt/celt.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1395 celt/celt.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
1094 celt/celt_encoder.lo: celt/$(am__dirstamp) \ 1396 celt/celt_encoder.lo: celt/$(am__dirstamp) \
1095 celt/$(DEPDIR)/$(am__dirstamp) 1397 celt/$(DEPDIR)/$(am__dirstamp)
1096 celt/celt_decoder.lo: celt/$(am__dirstamp) \ 1398 celt/celt_decoder.lo: celt/$(am__dirstamp) \
1097 celt/$(DEPDIR)/$(am__dirstamp) 1399 celt/$(DEPDIR)/$(am__dirstamp)
1098 celt/cwrs.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1400 celt/cwrs.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
1099 celt/entcode.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1401 celt/entcode.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
1100 celt/entdec.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1402 celt/entdec.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
1101 celt/entenc.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1403 celt/entenc.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
1102 celt/kiss_fft.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1404 celt/kiss_fft.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
1103 celt/laplace.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1405 celt/laplace.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
1104 celt/mathops.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1406 celt/mathops.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
1105 celt/mdct.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1407 celt/mdct.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
1106 celt/modes.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1408 celt/modes.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
1107 celt/pitch.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1409 celt/pitch.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
1108 celt/celt_lpc.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1410 celt/celt_lpc.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
1109 celt/quant_bands.lo: celt/$(am__dirstamp) \ 1411 celt/quant_bands.lo: celt/$(am__dirstamp) \
1110 celt/$(DEPDIR)/$(am__dirstamp) 1412 celt/$(DEPDIR)/$(am__dirstamp)
1111 celt/rate.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1413 celt/rate.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
1112 celt/vq.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1414 celt/vq.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
1415 celt/x86/$(am__dirstamp):
1416 @$(MKDIR_P) celt/x86
1417 @: > celt/x86/$(am__dirstamp)
1418 celt/x86/$(DEPDIR)/$(am__dirstamp):
1419 @$(MKDIR_P) celt/x86/$(DEPDIR)
1420 @: > celt/x86/$(DEPDIR)/$(am__dirstamp)
1421 celt/x86/x86cpu.lo: celt/x86/$(am__dirstamp) \
1422 celt/x86/$(DEPDIR)/$(am__dirstamp)
1423 celt/x86/x86_celt_map.lo: celt/x86/$(am__dirstamp) \
1424 celt/x86/$(DEPDIR)/$(am__dirstamp)
1425 celt/x86/pitch_sse.lo: celt/x86/$(am__dirstamp) \
1426 celt/x86/$(DEPDIR)/$(am__dirstamp)
1427 celt/x86/celt_lpc_sse.lo: celt/x86/$(am__dirstamp) \
1428 celt/x86/$(DEPDIR)/$(am__dirstamp)
1113 celt/arm/$(am__dirstamp): 1429 celt/arm/$(am__dirstamp):
1114 @$(MKDIR_P) celt/arm 1430 @$(MKDIR_P) celt/arm
1115 @: > celt/arm/$(am__dirstamp) 1431 @: > celt/arm/$(am__dirstamp)
1116 celt/arm/$(DEPDIR)/$(am__dirstamp): 1432 celt/arm/$(DEPDIR)/$(am__dirstamp):
1117 @$(MKDIR_P) celt/arm/$(DEPDIR) 1433 @$(MKDIR_P) celt/arm/$(DEPDIR)
1118 @: > celt/arm/$(DEPDIR)/$(am__dirstamp) 1434 @: > celt/arm/$(DEPDIR)/$(am__dirstamp)
1119 celt/arm/armcpu.lo: celt/arm/$(am__dirstamp) \ 1435 celt/arm/armcpu.lo: celt/arm/$(am__dirstamp) \
1120 celt/arm/$(DEPDIR)/$(am__dirstamp) 1436 celt/arm/$(DEPDIR)/$(am__dirstamp)
1121 celt/arm/arm_celt_map.lo: celt/arm/$(am__dirstamp) \ 1437 celt/arm/arm_celt_map.lo: celt/arm/$(am__dirstamp) \
1122 celt/arm/$(DEPDIR)/$(am__dirstamp) 1438 celt/arm/$(DEPDIR)/$(am__dirstamp)
1439 celt/arm/celt_neon_intr.lo: celt/arm/$(am__dirstamp) \
1440 celt/arm/$(DEPDIR)/$(am__dirstamp)
1123 silk/$(am__dirstamp): 1441 silk/$(am__dirstamp):
1124 @$(MKDIR_P) silk 1442 @$(MKDIR_P) silk
1125 @: > silk/$(am__dirstamp) 1443 @: > silk/$(am__dirstamp)
1126 silk/$(DEPDIR)/$(am__dirstamp): 1444 silk/$(DEPDIR)/$(am__dirstamp):
1127 @$(MKDIR_P) silk/$(DEPDIR) 1445 @$(MKDIR_P) silk/$(DEPDIR)
1128 @: > silk/$(DEPDIR)/$(am__dirstamp) 1446 @: > silk/$(DEPDIR)/$(am__dirstamp)
1129 silk/CNG.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp) 1447 silk/CNG.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp)
1130 silk/code_signs.lo: silk/$(am__dirstamp) \ 1448 silk/code_signs.lo: silk/$(am__dirstamp) \
1131 silk/$(DEPDIR)/$(am__dirstamp) 1449 silk/$(DEPDIR)/$(am__dirstamp)
1132 silk/init_decoder.lo: silk/$(am__dirstamp) \ 1450 silk/init_decoder.lo: silk/$(am__dirstamp) \
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1312 silk/fixed/k2a_Q16_FIX.lo: silk/fixed/$(am__dirstamp) \ 1630 silk/fixed/k2a_Q16_FIX.lo: silk/fixed/$(am__dirstamp) \
1313 silk/fixed/$(DEPDIR)/$(am__dirstamp) 1631 silk/fixed/$(DEPDIR)/$(am__dirstamp)
1314 silk/fixed/pitch_analysis_core_FIX.lo: silk/fixed/$(am__dirstamp) \ 1632 silk/fixed/pitch_analysis_core_FIX.lo: silk/fixed/$(am__dirstamp) \
1315 silk/fixed/$(DEPDIR)/$(am__dirstamp) 1633 silk/fixed/$(DEPDIR)/$(am__dirstamp)
1316 silk/fixed/vector_ops_FIX.lo: silk/fixed/$(am__dirstamp) \ 1634 silk/fixed/vector_ops_FIX.lo: silk/fixed/$(am__dirstamp) \
1317 silk/fixed/$(DEPDIR)/$(am__dirstamp) 1635 silk/fixed/$(DEPDIR)/$(am__dirstamp)
1318 silk/fixed/schur64_FIX.lo: silk/fixed/$(am__dirstamp) \ 1636 silk/fixed/schur64_FIX.lo: silk/fixed/$(am__dirstamp) \
1319 silk/fixed/$(DEPDIR)/$(am__dirstamp) 1637 silk/fixed/$(DEPDIR)/$(am__dirstamp)
1320 silk/fixed/schur_FIX.lo: silk/fixed/$(am__dirstamp) \ 1638 silk/fixed/schur_FIX.lo: silk/fixed/$(am__dirstamp) \
1321 silk/fixed/$(DEPDIR)/$(am__dirstamp) 1639 silk/fixed/$(DEPDIR)/$(am__dirstamp)
1640 silk/x86/$(am__dirstamp):
1641 @$(MKDIR_P) silk/x86
1642 @: > silk/x86/$(am__dirstamp)
1643 silk/x86/$(DEPDIR)/$(am__dirstamp):
1644 @$(MKDIR_P) silk/x86/$(DEPDIR)
1645 @: > silk/x86/$(DEPDIR)/$(am__dirstamp)
1646 silk/x86/NSQ_sse.lo: silk/x86/$(am__dirstamp) \
1647 silk/x86/$(DEPDIR)/$(am__dirstamp)
1648 silk/x86/NSQ_del_dec_sse.lo: silk/x86/$(am__dirstamp) \
1649 silk/x86/$(DEPDIR)/$(am__dirstamp)
1650 silk/x86/x86_silk_map.lo: silk/x86/$(am__dirstamp) \
1651 silk/x86/$(DEPDIR)/$(am__dirstamp)
1652 silk/x86/VAD_sse.lo: silk/x86/$(am__dirstamp) \
1653 silk/x86/$(DEPDIR)/$(am__dirstamp)
1654 silk/x86/VQ_WMat_EC_sse.lo: silk/x86/$(am__dirstamp) \
1655 silk/x86/$(DEPDIR)/$(am__dirstamp)
1656 silk/fixed/x86/$(am__dirstamp):
1657 @$(MKDIR_P) silk/fixed/x86
1658 @: > silk/fixed/x86/$(am__dirstamp)
1659 silk/fixed/x86/$(DEPDIR)/$(am__dirstamp):
1660 @$(MKDIR_P) silk/fixed/x86/$(DEPDIR)
1661 @: > silk/fixed/x86/$(DEPDIR)/$(am__dirstamp)
1662 silk/fixed/x86/vector_ops_FIX_sse.lo: silk/fixed/x86/$(am__dirstamp) \
1663 silk/fixed/x86/$(DEPDIR)/$(am__dirstamp)
1664 silk/fixed/x86/burg_modified_FIX_sse.lo: \
1665 silk/fixed/x86/$(am__dirstamp) \
1666 silk/fixed/x86/$(DEPDIR)/$(am__dirstamp)
1667 silk/fixed/x86/prefilter_FIX_sse.lo: silk/fixed/x86/$(am__dirstamp) \
1668 silk/fixed/x86/$(DEPDIR)/$(am__dirstamp)
1322 silk/float/$(am__dirstamp): 1669 silk/float/$(am__dirstamp):
1323 @$(MKDIR_P) silk/float 1670 @$(MKDIR_P) silk/float
1324 @: > silk/float/$(am__dirstamp) 1671 @: > silk/float/$(am__dirstamp)
1325 silk/float/$(DEPDIR)/$(am__dirstamp): 1672 silk/float/$(DEPDIR)/$(am__dirstamp):
1326 @$(MKDIR_P) silk/float/$(DEPDIR) 1673 @$(MKDIR_P) silk/float/$(DEPDIR)
1327 @: > silk/float/$(DEPDIR)/$(am__dirstamp) 1674 @: > silk/float/$(DEPDIR)/$(am__dirstamp)
1328 silk/float/apply_sine_window_FLP.lo: silk/float/$(am__dirstamp) \ 1675 silk/float/apply_sine_window_FLP.lo: silk/float/$(am__dirstamp) \
1329 silk/float/$(DEPDIR)/$(am__dirstamp) 1676 silk/float/$(DEPDIR)/$(am__dirstamp)
1330 silk/float/corrMatrix_FLP.lo: silk/float/$(am__dirstamp) \ 1677 silk/float/corrMatrix_FLP.lo: silk/float/$(am__dirstamp) \
1331 silk/float/$(DEPDIR)/$(am__dirstamp) 1678 silk/float/$(DEPDIR)/$(am__dirstamp)
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
1401 src/opus_multistream_encoder.lo: src/$(am__dirstamp) \ 1748 src/opus_multistream_encoder.lo: src/$(am__dirstamp) \
1402 src/$(DEPDIR)/$(am__dirstamp) 1749 src/$(DEPDIR)/$(am__dirstamp)
1403 src/opus_multistream_decoder.lo: src/$(am__dirstamp) \ 1750 src/opus_multistream_decoder.lo: src/$(am__dirstamp) \
1404 src/$(DEPDIR)/$(am__dirstamp) 1751 src/$(DEPDIR)/$(am__dirstamp)
1405 src/repacketizer.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) 1752 src/repacketizer.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
1406 src/analysis.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) 1753 src/analysis.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
1407 src/mlp.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) 1754 src/mlp.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
1408 src/mlp_data.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) 1755 src/mlp_data.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
1409 celt/arm/celt_pitch_xcorr_arm-gnu.lo: celt/arm/$(am__dirstamp) \ 1756 celt/arm/celt_pitch_xcorr_arm-gnu.lo: celt/arm/$(am__dirstamp) \
1410 celt/arm/$(DEPDIR)/$(am__dirstamp) 1757 celt/arm/$(DEPDIR)/$(am__dirstamp)
1758
1411 libopus.la: $(libopus_la_OBJECTS) $(libopus_la_DEPENDENCIES) $(EXTRA_libopus_la_ DEPENDENCIES) 1759 libopus.la: $(libopus_la_OBJECTS) $(libopus_la_DEPENDENCIES) $(EXTRA_libopus_la_ DEPENDENCIES)
1412 $(AM_V_CCLD)$(libopus_la_LINK) -rpath $(libdir) $(libopus_la_OBJECTS) $( libopus_la_LIBADD) $(LIBS) 1760 $(AM_V_CCLD)$(libopus_la_LINK) -rpath $(libdir) $(libopus_la_OBJECTS) $( libopus_la_LIBADD) $(LIBS)
1413 1761
1414 clean-noinstPROGRAMS: 1762 clean-noinstPROGRAMS:
1415 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 1763 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1416 echo " rm -f" $$list; \ 1764 echo " rm -f" $$list; \
1417 rm -f $$list || exit $$?; \ 1765 rm -f $$list || exit $$?; \
1418 test -n "$(EXEEXT)" || exit 0; \ 1766 test -n "$(EXEEXT)" || exit 0; \
1419 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 1767 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1420 echo " rm -f" $$list; \ 1768 echo " rm -f" $$list; \
1421 rm -f $$list 1769 rm -f $$list
1422 celt/tests/$(am__dirstamp): 1770 celt/tests/$(am__dirstamp):
1423 @$(MKDIR_P) celt/tests 1771 @$(MKDIR_P) celt/tests
1424 @: > celt/tests/$(am__dirstamp) 1772 @: > celt/tests/$(am__dirstamp)
1425 celt/tests/$(DEPDIR)/$(am__dirstamp): 1773 celt/tests/$(DEPDIR)/$(am__dirstamp):
1426 @$(MKDIR_P) celt/tests/$(DEPDIR) 1774 @$(MKDIR_P) celt/tests/$(DEPDIR)
1427 @: > celt/tests/$(DEPDIR)/$(am__dirstamp) 1775 @: > celt/tests/$(DEPDIR)/$(am__dirstamp)
1428 celt/tests/test_unit_cwrs32.$(OBJEXT): celt/tests/$(am__dirstamp) \ 1776 celt/tests/test_unit_cwrs32.$(OBJEXT): celt/tests/$(am__dirstamp) \
1429 celt/tests/$(DEPDIR)/$(am__dirstamp) 1777 celt/tests/$(DEPDIR)/$(am__dirstamp)
1778
1430 celt/tests/test_unit_cwrs32$(EXEEXT): $(celt_tests_test_unit_cwrs32_OBJECTS) $(c elt_tests_test_unit_cwrs32_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_cwrs32_DEP ENDENCIES) celt/tests/$(am__dirstamp) 1779 celt/tests/test_unit_cwrs32$(EXEEXT): $(celt_tests_test_unit_cwrs32_OBJECTS) $(c elt_tests_test_unit_cwrs32_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_cwrs32_DEP ENDENCIES) celt/tests/$(am__dirstamp)
1431 @rm -f celt/tests/test_unit_cwrs32$(EXEEXT) 1780 @rm -f celt/tests/test_unit_cwrs32$(EXEEXT)
1432 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_cwrs32_OBJECTS) $(celt_tests_ test_unit_cwrs32_LDADD) $(LIBS) 1781 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_cwrs32_OBJECTS) $(celt_tests_ test_unit_cwrs32_LDADD) $(LIBS)
1433 celt/tests/test_unit_dft.$(OBJEXT): celt/tests/$(am__dirstamp) \ 1782 celt/tests/test_unit_dft.$(OBJEXT): celt/tests/$(am__dirstamp) \
1434 celt/tests/$(DEPDIR)/$(am__dirstamp) 1783 celt/tests/$(DEPDIR)/$(am__dirstamp)
1784
1435 celt/tests/test_unit_dft$(EXEEXT): $(celt_tests_test_unit_dft_OBJECTS) $(celt_te sts_test_unit_dft_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_dft_DEPENDENCIES) c elt/tests/$(am__dirstamp) 1785 celt/tests/test_unit_dft$(EXEEXT): $(celt_tests_test_unit_dft_OBJECTS) $(celt_te sts_test_unit_dft_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_dft_DEPENDENCIES) c elt/tests/$(am__dirstamp)
1436 @rm -f celt/tests/test_unit_dft$(EXEEXT) 1786 @rm -f celt/tests/test_unit_dft$(EXEEXT)
1437 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_dft_OBJECTS) $(celt_tests_tes t_unit_dft_LDADD) $(LIBS) 1787 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_dft_OBJECTS) $(celt_tests_tes t_unit_dft_LDADD) $(LIBS)
1438 celt/tests/test_unit_entropy.$(OBJEXT): celt/tests/$(am__dirstamp) \ 1788 celt/tests/test_unit_entropy.$(OBJEXT): celt/tests/$(am__dirstamp) \
1439 celt/tests/$(DEPDIR)/$(am__dirstamp) 1789 celt/tests/$(DEPDIR)/$(am__dirstamp)
1790
1440 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) 1791 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)
1441 @rm -f celt/tests/test_unit_entropy$(EXEEXT) 1792 @rm -f celt/tests/test_unit_entropy$(EXEEXT)
1442 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_entropy_OBJECTS) $(celt_tests _test_unit_entropy_LDADD) $(LIBS) 1793 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_entropy_OBJECTS) $(celt_tests _test_unit_entropy_LDADD) $(LIBS)
1443 celt/tests/test_unit_laplace.$(OBJEXT): celt/tests/$(am__dirstamp) \ 1794 celt/tests/test_unit_laplace.$(OBJEXT): celt/tests/$(am__dirstamp) \
1444 celt/tests/$(DEPDIR)/$(am__dirstamp) 1795 celt/tests/$(DEPDIR)/$(am__dirstamp)
1796
1445 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) 1797 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)
1446 @rm -f celt/tests/test_unit_laplace$(EXEEXT) 1798 @rm -f celt/tests/test_unit_laplace$(EXEEXT)
1447 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_laplace_OBJECTS) $(celt_tests _test_unit_laplace_LDADD) $(LIBS) 1799 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_laplace_OBJECTS) $(celt_tests _test_unit_laplace_LDADD) $(LIBS)
1448 celt/tests/test_unit_mathops.$(OBJEXT): celt/tests/$(am__dirstamp) \ 1800 celt/tests/test_unit_mathops.$(OBJEXT): celt/tests/$(am__dirstamp) \
1449 celt/tests/$(DEPDIR)/$(am__dirstamp) 1801 celt/tests/$(DEPDIR)/$(am__dirstamp)
1802
1450 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) 1803 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)
1451 @rm -f celt/tests/test_unit_mathops$(EXEEXT) 1804 @rm -f celt/tests/test_unit_mathops$(EXEEXT)
1452 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_mathops_OBJECTS) $(celt_tests _test_unit_mathops_LDADD) $(LIBS) 1805 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_mathops_OBJECTS) $(celt_tests _test_unit_mathops_LDADD) $(LIBS)
1453 celt/tests/test_unit_mdct.$(OBJEXT): celt/tests/$(am__dirstamp) \ 1806 celt/tests/test_unit_mdct.$(OBJEXT): celt/tests/$(am__dirstamp) \
1454 celt/tests/$(DEPDIR)/$(am__dirstamp) 1807 celt/tests/$(DEPDIR)/$(am__dirstamp)
1808
1455 celt/tests/test_unit_mdct$(EXEEXT): $(celt_tests_test_unit_mdct_OBJECTS) $(celt_ tests_test_unit_mdct_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_mdct_DEPENDENCIE S) celt/tests/$(am__dirstamp) 1809 celt/tests/test_unit_mdct$(EXEEXT): $(celt_tests_test_unit_mdct_OBJECTS) $(celt_ tests_test_unit_mdct_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_mdct_DEPENDENCIE S) celt/tests/$(am__dirstamp)
1456 @rm -f celt/tests/test_unit_mdct$(EXEEXT) 1810 @rm -f celt/tests/test_unit_mdct$(EXEEXT)
1457 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_mdct_OBJECTS) $(celt_tests_te st_unit_mdct_LDADD) $(LIBS) 1811 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_mdct_OBJECTS) $(celt_tests_te st_unit_mdct_LDADD) $(LIBS)
1458 celt/tests/test_unit_rotation.$(OBJEXT): celt/tests/$(am__dirstamp) \ 1812 celt/tests/test_unit_rotation.$(OBJEXT): celt/tests/$(am__dirstamp) \
1459 celt/tests/$(DEPDIR)/$(am__dirstamp) 1813 celt/tests/$(DEPDIR)/$(am__dirstamp)
1814
1460 celt/tests/test_unit_rotation$(EXEEXT): $(celt_tests_test_unit_rotation_OBJECTS) $(celt_tests_test_unit_rotation_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_rota tion_DEPENDENCIES) celt/tests/$(am__dirstamp) 1815 celt/tests/test_unit_rotation$(EXEEXT): $(celt_tests_test_unit_rotation_OBJECTS) $(celt_tests_test_unit_rotation_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_rota tion_DEPENDENCIES) celt/tests/$(am__dirstamp)
1461 @rm -f celt/tests/test_unit_rotation$(EXEEXT) 1816 @rm -f celt/tests/test_unit_rotation$(EXEEXT)
1462 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_rotation_OBJECTS) $(celt_test s_test_unit_rotation_LDADD) $(LIBS) 1817 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_rotation_OBJECTS) $(celt_test s_test_unit_rotation_LDADD) $(LIBS)
1463 celt/tests/test_unit_types.$(OBJEXT): celt/tests/$(am__dirstamp) \ 1818 celt/tests/test_unit_types.$(OBJEXT): celt/tests/$(am__dirstamp) \
1464 celt/tests/$(DEPDIR)/$(am__dirstamp) 1819 celt/tests/$(DEPDIR)/$(am__dirstamp)
1820
1465 celt/tests/test_unit_types$(EXEEXT): $(celt_tests_test_unit_types_OBJECTS) $(cel t_tests_test_unit_types_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_types_DEPENDE NCIES) celt/tests/$(am__dirstamp) 1821 celt/tests/test_unit_types$(EXEEXT): $(celt_tests_test_unit_types_OBJECTS) $(cel t_tests_test_unit_types_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_types_DEPENDE NCIES) celt/tests/$(am__dirstamp)
1466 @rm -f celt/tests/test_unit_types$(EXEEXT) 1822 @rm -f celt/tests/test_unit_types$(EXEEXT)
1467 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_types_OBJECTS) $(celt_tests_t est_unit_types_LDADD) $(LIBS) 1823 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_types_OBJECTS) $(celt_tests_t est_unit_types_LDADD) $(LIBS)
1468 src/opus_compare.$(OBJEXT): src/$(am__dirstamp) \ 1824 src/opus_compare.$(OBJEXT): src/$(am__dirstamp) \
1469 src/$(DEPDIR)/$(am__dirstamp) 1825 src/$(DEPDIR)/$(am__dirstamp)
1826
1470 opus_compare$(EXEEXT): $(opus_compare_OBJECTS) $(opus_compare_DEPENDENCIES) $(EX TRA_opus_compare_DEPENDENCIES) 1827 opus_compare$(EXEEXT): $(opus_compare_OBJECTS) $(opus_compare_DEPENDENCIES) $(EX TRA_opus_compare_DEPENDENCIES)
1471 @rm -f opus_compare$(EXEEXT) 1828 @rm -f opus_compare$(EXEEXT)
1472 $(AM_V_CCLD)$(LINK) $(opus_compare_OBJECTS) $(opus_compare_LDADD) $(LIBS ) 1829 $(AM_V_CCLD)$(LINK) $(opus_compare_OBJECTS) $(opus_compare_LDADD) $(LIBS )
1473 celt/opus_custom_demo.$(OBJEXT): celt/$(am__dirstamp) \ 1830 celt/opus_custom_demo.$(OBJEXT): celt/$(am__dirstamp) \
1474 celt/$(DEPDIR)/$(am__dirstamp) 1831 celt/$(DEPDIR)/$(am__dirstamp)
1832
1475 opus_custom_demo$(EXEEXT): $(opus_custom_demo_OBJECTS) $(opus_custom_demo_DEPEND ENCIES) $(EXTRA_opus_custom_demo_DEPENDENCIES) 1833 opus_custom_demo$(EXEEXT): $(opus_custom_demo_OBJECTS) $(opus_custom_demo_DEPEND ENCIES) $(EXTRA_opus_custom_demo_DEPENDENCIES)
1476 @rm -f opus_custom_demo$(EXEEXT) 1834 @rm -f opus_custom_demo$(EXEEXT)
1477 $(AM_V_CCLD)$(LINK) $(opus_custom_demo_OBJECTS) $(opus_custom_demo_LDADD ) $(LIBS) 1835 $(AM_V_CCLD)$(LINK) $(opus_custom_demo_OBJECTS) $(opus_custom_demo_LDADD ) $(LIBS)
1478 src/opus_demo.$(OBJEXT): src/$(am__dirstamp) \ 1836 src/opus_demo.$(OBJEXT): src/$(am__dirstamp) \
1479 src/$(DEPDIR)/$(am__dirstamp) 1837 src/$(DEPDIR)/$(am__dirstamp)
1838
1480 opus_demo$(EXEEXT): $(opus_demo_OBJECTS) $(opus_demo_DEPENDENCIES) $(EXTRA_opus_ demo_DEPENDENCIES) 1839 opus_demo$(EXEEXT): $(opus_demo_OBJECTS) $(opus_demo_DEPENDENCIES) $(EXTRA_opus_ demo_DEPENDENCIES)
1481 @rm -f opus_demo$(EXEEXT) 1840 @rm -f opus_demo$(EXEEXT)
1482 $(AM_V_CCLD)$(LINK) $(opus_demo_OBJECTS) $(opus_demo_LDADD) $(LIBS) 1841 $(AM_V_CCLD)$(LINK) $(opus_demo_OBJECTS) $(opus_demo_LDADD) $(LIBS)
1483 src/repacketizer_demo.$(OBJEXT): src/$(am__dirstamp) \ 1842 src/repacketizer_demo.$(OBJEXT): src/$(am__dirstamp) \
1484 src/$(DEPDIR)/$(am__dirstamp) 1843 src/$(DEPDIR)/$(am__dirstamp)
1844
1485 repacketizer_demo$(EXEEXT): $(repacketizer_demo_OBJECTS) $(repacketizer_demo_DEP ENDENCIES) $(EXTRA_repacketizer_demo_DEPENDENCIES) 1845 repacketizer_demo$(EXEEXT): $(repacketizer_demo_OBJECTS) $(repacketizer_demo_DEP ENDENCIES) $(EXTRA_repacketizer_demo_DEPENDENCIES)
1486 @rm -f repacketizer_demo$(EXEEXT) 1846 @rm -f repacketizer_demo$(EXEEXT)
1487 $(AM_V_CCLD)$(LINK) $(repacketizer_demo_OBJECTS) $(repacketizer_demo_LDA DD) $(LIBS) 1847 $(AM_V_CCLD)$(LINK) $(repacketizer_demo_OBJECTS) $(repacketizer_demo_LDA DD) $(LIBS)
1488 tests/$(am__dirstamp): 1848 tests/$(am__dirstamp):
1489 @$(MKDIR_P) tests 1849 @$(MKDIR_P) tests
1490 @: > tests/$(am__dirstamp) 1850 @: > tests/$(am__dirstamp)
1491 tests/$(DEPDIR)/$(am__dirstamp): 1851 tests/$(DEPDIR)/$(am__dirstamp):
1492 @$(MKDIR_P) tests/$(DEPDIR) 1852 @$(MKDIR_P) tests/$(DEPDIR)
1493 @: > tests/$(DEPDIR)/$(am__dirstamp) 1853 @: > tests/$(DEPDIR)/$(am__dirstamp)
1494 tests/test_opus_api.$(OBJEXT): tests/$(am__dirstamp) \ 1854 tests/test_opus_api.$(OBJEXT): tests/$(am__dirstamp) \
1495 tests/$(DEPDIR)/$(am__dirstamp) 1855 tests/$(DEPDIR)/$(am__dirstamp)
1856
1496 tests/test_opus_api$(EXEEXT): $(tests_test_opus_api_OBJECTS) $(tests_test_opus_a pi_DEPENDENCIES) $(EXTRA_tests_test_opus_api_DEPENDENCIES) tests/$(am__dirstamp) 1857 tests/test_opus_api$(EXEEXT): $(tests_test_opus_api_OBJECTS) $(tests_test_opus_a pi_DEPENDENCIES) $(EXTRA_tests_test_opus_api_DEPENDENCIES) tests/$(am__dirstamp)
1497 @rm -f tests/test_opus_api$(EXEEXT) 1858 @rm -f tests/test_opus_api$(EXEEXT)
1498 $(AM_V_CCLD)$(LINK) $(tests_test_opus_api_OBJECTS) $(tests_test_opus_api _LDADD) $(LIBS) 1859 $(AM_V_CCLD)$(LINK) $(tests_test_opus_api_OBJECTS) $(tests_test_opus_api _LDADD) $(LIBS)
1499 tests/test_opus_decode.$(OBJEXT): tests/$(am__dirstamp) \ 1860 tests/test_opus_decode.$(OBJEXT): tests/$(am__dirstamp) \
1500 tests/$(DEPDIR)/$(am__dirstamp) 1861 tests/$(DEPDIR)/$(am__dirstamp)
1862
1501 tests/test_opus_decode$(EXEEXT): $(tests_test_opus_decode_OBJECTS) $(tests_test_ opus_decode_DEPENDENCIES) $(EXTRA_tests_test_opus_decode_DEPENDENCIES) tests/$(a m__dirstamp) 1863 tests/test_opus_decode$(EXEEXT): $(tests_test_opus_decode_OBJECTS) $(tests_test_ opus_decode_DEPENDENCIES) $(EXTRA_tests_test_opus_decode_DEPENDENCIES) tests/$(a m__dirstamp)
1502 @rm -f tests/test_opus_decode$(EXEEXT) 1864 @rm -f tests/test_opus_decode$(EXEEXT)
1503 $(AM_V_CCLD)$(LINK) $(tests_test_opus_decode_OBJECTS) $(tests_test_opus_ decode_LDADD) $(LIBS) 1865 $(AM_V_CCLD)$(LINK) $(tests_test_opus_decode_OBJECTS) $(tests_test_opus_ decode_LDADD) $(LIBS)
1504 tests/test_opus_encode.$(OBJEXT): tests/$(am__dirstamp) \ 1866 tests/test_opus_encode.$(OBJEXT): tests/$(am__dirstamp) \
1505 tests/$(DEPDIR)/$(am__dirstamp) 1867 tests/$(DEPDIR)/$(am__dirstamp)
1868
1506 tests/test_opus_encode$(EXEEXT): $(tests_test_opus_encode_OBJECTS) $(tests_test_ opus_encode_DEPENDENCIES) $(EXTRA_tests_test_opus_encode_DEPENDENCIES) tests/$(a m__dirstamp) 1869 tests/test_opus_encode$(EXEEXT): $(tests_test_opus_encode_OBJECTS) $(tests_test_ opus_encode_DEPENDENCIES) $(EXTRA_tests_test_opus_encode_DEPENDENCIES) tests/$(a m__dirstamp)
1507 @rm -f tests/test_opus_encode$(EXEEXT) 1870 @rm -f tests/test_opus_encode$(EXEEXT)
1508 $(AM_V_CCLD)$(LINK) $(tests_test_opus_encode_OBJECTS) $(tests_test_opus_ encode_LDADD) $(LIBS) 1871 $(AM_V_CCLD)$(LINK) $(tests_test_opus_encode_OBJECTS) $(tests_test_opus_ encode_LDADD) $(LIBS)
1509 tests/test_opus_padding.$(OBJEXT): tests/$(am__dirstamp) \ 1872 tests/test_opus_padding.$(OBJEXT): tests/$(am__dirstamp) \
1510 tests/$(DEPDIR)/$(am__dirstamp) 1873 tests/$(DEPDIR)/$(am__dirstamp)
1874
1511 tests/test_opus_padding$(EXEEXT): $(tests_test_opus_padding_OBJECTS) $(tests_tes t_opus_padding_DEPENDENCIES) $(EXTRA_tests_test_opus_padding_DEPENDENCIES) tests /$(am__dirstamp) 1875 tests/test_opus_padding$(EXEEXT): $(tests_test_opus_padding_OBJECTS) $(tests_tes t_opus_padding_DEPENDENCIES) $(EXTRA_tests_test_opus_padding_DEPENDENCIES) tests /$(am__dirstamp)
1512 @rm -f tests/test_opus_padding$(EXEEXT) 1876 @rm -f tests/test_opus_padding$(EXEEXT)
1513 $(AM_V_CCLD)$(LINK) $(tests_test_opus_padding_OBJECTS) $(tests_test_opus _padding_LDADD) $(LIBS) 1877 $(AM_V_CCLD)$(LINK) $(tests_test_opus_padding_OBJECTS) $(tests_test_opus _padding_LDADD) $(LIBS)
1514 1878
1515 mostlyclean-compile: 1879 mostlyclean-compile:
1516 -rm -f *.$(OBJEXT) 1880 -rm -f *.$(OBJEXT)
1517 -rm -f celt/arm/arm_celt_map.$(OBJEXT) 1881 -rm -f celt/*.$(OBJEXT)
1518 -rm -f celt/arm/arm_celt_map.lo 1882 -rm -f celt/*.lo
1519 -rm -f celt/arm/armcpu.$(OBJEXT) 1883 -rm -f celt/arm/*.$(OBJEXT)
1520 -rm -f celt/arm/armcpu.lo 1884 -rm -f celt/arm/*.lo
1521 -rm -f celt/arm/celt_pitch_xcorr_arm-gnu.$(OBJEXT) 1885 -rm -f celt/tests/*.$(OBJEXT)
1522 -rm -f celt/arm/celt_pitch_xcorr_arm-gnu.lo 1886 -rm -f celt/x86/*.$(OBJEXT)
1523 -rm -f celt/bands.$(OBJEXT) 1887 -rm -f celt/x86/*.lo
1524 -rm -f celt/bands.lo 1888 -rm -f silk/*.$(OBJEXT)
1525 -rm -f celt/celt.$(OBJEXT) 1889 -rm -f silk/*.lo
1526 -rm -f celt/celt.lo 1890 -rm -f silk/fixed/*.$(OBJEXT)
1527 -rm -f celt/celt_decoder.$(OBJEXT) 1891 -rm -f silk/fixed/*.lo
1528 -rm -f celt/celt_decoder.lo 1892 -rm -f silk/fixed/x86/*.$(OBJEXT)
1529 -rm -f celt/celt_encoder.$(OBJEXT) 1893 -rm -f silk/fixed/x86/*.lo
1530 -rm -f celt/celt_encoder.lo 1894 -rm -f silk/float/*.$(OBJEXT)
1531 -rm -f celt/celt_lpc.$(OBJEXT) 1895 -rm -f silk/float/*.lo
1532 -rm -f celt/celt_lpc.lo 1896 -rm -f silk/x86/*.$(OBJEXT)
1533 -rm -f celt/cwrs.$(OBJEXT) 1897 -rm -f silk/x86/*.lo
1534 -rm -f celt/cwrs.lo 1898 -rm -f src/*.$(OBJEXT)
1535 -rm -f celt/entcode.$(OBJEXT) 1899 -rm -f src/*.lo
1536 -rm -f celt/entcode.lo 1900 -rm -f tests/*.$(OBJEXT)
1537 -rm -f celt/entdec.$(OBJEXT)
1538 -rm -f celt/entdec.lo
1539 -rm -f celt/entenc.$(OBJEXT)
1540 -rm -f celt/entenc.lo
1541 -rm -f celt/kiss_fft.$(OBJEXT)
1542 -rm -f celt/kiss_fft.lo
1543 -rm -f celt/laplace.$(OBJEXT)
1544 -rm -f celt/laplace.lo
1545 -rm -f celt/mathops.$(OBJEXT)
1546 -rm -f celt/mathops.lo
1547 -rm -f celt/mdct.$(OBJEXT)
1548 -rm -f celt/mdct.lo
1549 -rm -f celt/modes.$(OBJEXT)
1550 -rm -f celt/modes.lo
1551 -rm -f celt/opus_custom_demo.$(OBJEXT)
1552 -rm -f celt/pitch.$(OBJEXT)
1553 -rm -f celt/pitch.lo
1554 -rm -f celt/quant_bands.$(OBJEXT)
1555 -rm -f celt/quant_bands.lo
1556 -rm -f celt/rate.$(OBJEXT)
1557 -rm -f celt/rate.lo
1558 -rm -f celt/tests/test_unit_cwrs32.$(OBJEXT)
1559 -rm -f celt/tests/test_unit_dft.$(OBJEXT)
1560 -rm -f celt/tests/test_unit_entropy.$(OBJEXT)
1561 -rm -f celt/tests/test_unit_laplace.$(OBJEXT)
1562 -rm -f celt/tests/test_unit_mathops.$(OBJEXT)
1563 -rm -f celt/tests/test_unit_mdct.$(OBJEXT)
1564 -rm -f celt/tests/test_unit_rotation.$(OBJEXT)
1565 -rm -f celt/tests/test_unit_types.$(OBJEXT)
1566 -rm -f celt/vq.$(OBJEXT)
1567 -rm -f celt/vq.lo
1568 -rm -f silk/A2NLSF.$(OBJEXT)
1569 -rm -f silk/A2NLSF.lo
1570 -rm -f silk/CNG.$(OBJEXT)
1571 -rm -f silk/CNG.lo
1572 -rm -f silk/HP_variable_cutoff.$(OBJEXT)
1573 -rm -f silk/HP_variable_cutoff.lo
1574 -rm -f silk/LPC_analysis_filter.$(OBJEXT)
1575 -rm -f silk/LPC_analysis_filter.lo
1576 -rm -f silk/LPC_inv_pred_gain.$(OBJEXT)
1577 -rm -f silk/LPC_inv_pred_gain.lo
1578 -rm -f silk/LP_variable_cutoff.$(OBJEXT)
1579 -rm -f silk/LP_variable_cutoff.lo
1580 -rm -f silk/NLSF2A.$(OBJEXT)
1581 -rm -f silk/NLSF2A.lo
1582 -rm -f silk/NLSF_VQ.$(OBJEXT)
1583 -rm -f silk/NLSF_VQ.lo
1584 -rm -f silk/NLSF_VQ_weights_laroia.$(OBJEXT)
1585 -rm -f silk/NLSF_VQ_weights_laroia.lo
1586 -rm -f silk/NLSF_decode.$(OBJEXT)
1587 -rm -f silk/NLSF_decode.lo
1588 -rm -f silk/NLSF_del_dec_quant.$(OBJEXT)
1589 -rm -f silk/NLSF_del_dec_quant.lo
1590 -rm -f silk/NLSF_encode.$(OBJEXT)
1591 -rm -f silk/NLSF_encode.lo
1592 -rm -f silk/NLSF_stabilize.$(OBJEXT)
1593 -rm -f silk/NLSF_stabilize.lo
1594 -rm -f silk/NLSF_unpack.$(OBJEXT)
1595 -rm -f silk/NLSF_unpack.lo
1596 -rm -f silk/NSQ.$(OBJEXT)
1597 -rm -f silk/NSQ.lo
1598 -rm -f silk/NSQ_del_dec.$(OBJEXT)
1599 -rm -f silk/NSQ_del_dec.lo
1600 -rm -f silk/PLC.$(OBJEXT)
1601 -rm -f silk/PLC.lo
1602 -rm -f silk/VAD.$(OBJEXT)
1603 -rm -f silk/VAD.lo
1604 -rm -f silk/VQ_WMat_EC.$(OBJEXT)
1605 -rm -f silk/VQ_WMat_EC.lo
1606 -rm -f silk/ana_filt_bank_1.$(OBJEXT)
1607 -rm -f silk/ana_filt_bank_1.lo
1608 -rm -f silk/biquad_alt.$(OBJEXT)
1609 -rm -f silk/biquad_alt.lo
1610 -rm -f silk/bwexpander.$(OBJEXT)
1611 -rm -f silk/bwexpander.lo
1612 -rm -f silk/bwexpander_32.$(OBJEXT)
1613 -rm -f silk/bwexpander_32.lo
1614 -rm -f silk/check_control_input.$(OBJEXT)
1615 -rm -f silk/check_control_input.lo
1616 -rm -f silk/code_signs.$(OBJEXT)
1617 -rm -f silk/code_signs.lo
1618 -rm -f silk/control_SNR.$(OBJEXT)
1619 -rm -f silk/control_SNR.lo
1620 -rm -f silk/control_audio_bandwidth.$(OBJEXT)
1621 -rm -f silk/control_audio_bandwidth.lo
1622 -rm -f silk/control_codec.$(OBJEXT)
1623 -rm -f silk/control_codec.lo
1624 -rm -f silk/debug.$(OBJEXT)
1625 -rm -f silk/debug.lo
1626 -rm -f silk/dec_API.$(OBJEXT)
1627 -rm -f silk/dec_API.lo
1628 -rm -f silk/decode_core.$(OBJEXT)
1629 -rm -f silk/decode_core.lo
1630 -rm -f silk/decode_frame.$(OBJEXT)
1631 -rm -f silk/decode_frame.lo
1632 -rm -f silk/decode_indices.$(OBJEXT)
1633 -rm -f silk/decode_indices.lo
1634 -rm -f silk/decode_parameters.$(OBJEXT)
1635 -rm -f silk/decode_parameters.lo
1636 -rm -f silk/decode_pitch.$(OBJEXT)
1637 -rm -f silk/decode_pitch.lo
1638 -rm -f silk/decode_pulses.$(OBJEXT)
1639 -rm -f silk/decode_pulses.lo
1640 -rm -f silk/decoder_set_fs.$(OBJEXT)
1641 -rm -f silk/decoder_set_fs.lo
1642 -rm -f silk/enc_API.$(OBJEXT)
1643 -rm -f silk/enc_API.lo
1644 -rm -f silk/encode_indices.$(OBJEXT)
1645 -rm -f silk/encode_indices.lo
1646 -rm -f silk/encode_pulses.$(OBJEXT)
1647 -rm -f silk/encode_pulses.lo
1648 -rm -f silk/fixed/LTP_analysis_filter_FIX.$(OBJEXT)
1649 -rm -f silk/fixed/LTP_analysis_filter_FIX.lo
1650 -rm -f silk/fixed/LTP_scale_ctrl_FIX.$(OBJEXT)
1651 -rm -f silk/fixed/LTP_scale_ctrl_FIX.lo
1652 -rm -f silk/fixed/apply_sine_window_FIX.$(OBJEXT)
1653 -rm -f silk/fixed/apply_sine_window_FIX.lo
1654 -rm -f silk/fixed/autocorr_FIX.$(OBJEXT)
1655 -rm -f silk/fixed/autocorr_FIX.lo
1656 -rm -f silk/fixed/burg_modified_FIX.$(OBJEXT)
1657 -rm -f silk/fixed/burg_modified_FIX.lo
1658 -rm -f silk/fixed/corrMatrix_FIX.$(OBJEXT)
1659 -rm -f silk/fixed/corrMatrix_FIX.lo
1660 -rm -f silk/fixed/encode_frame_FIX.$(OBJEXT)
1661 -rm -f silk/fixed/encode_frame_FIX.lo
1662 -rm -f silk/fixed/find_LPC_FIX.$(OBJEXT)
1663 -rm -f silk/fixed/find_LPC_FIX.lo
1664 -rm -f silk/fixed/find_LTP_FIX.$(OBJEXT)
1665 -rm -f silk/fixed/find_LTP_FIX.lo
1666 -rm -f silk/fixed/find_pitch_lags_FIX.$(OBJEXT)
1667 -rm -f silk/fixed/find_pitch_lags_FIX.lo
1668 -rm -f silk/fixed/find_pred_coefs_FIX.$(OBJEXT)
1669 -rm -f silk/fixed/find_pred_coefs_FIX.lo
1670 -rm -f silk/fixed/k2a_FIX.$(OBJEXT)
1671 -rm -f silk/fixed/k2a_FIX.lo
1672 -rm -f silk/fixed/k2a_Q16_FIX.$(OBJEXT)
1673 -rm -f silk/fixed/k2a_Q16_FIX.lo
1674 -rm -f silk/fixed/noise_shape_analysis_FIX.$(OBJEXT)
1675 -rm -f silk/fixed/noise_shape_analysis_FIX.lo
1676 -rm -f silk/fixed/pitch_analysis_core_FIX.$(OBJEXT)
1677 -rm -f silk/fixed/pitch_analysis_core_FIX.lo
1678 -rm -f silk/fixed/prefilter_FIX.$(OBJEXT)
1679 -rm -f silk/fixed/prefilter_FIX.lo
1680 -rm -f silk/fixed/process_gains_FIX.$(OBJEXT)
1681 -rm -f silk/fixed/process_gains_FIX.lo
1682 -rm -f silk/fixed/regularize_correlations_FIX.$(OBJEXT)
1683 -rm -f silk/fixed/regularize_correlations_FIX.lo
1684 -rm -f silk/fixed/residual_energy16_FIX.$(OBJEXT)
1685 -rm -f silk/fixed/residual_energy16_FIX.lo
1686 -rm -f silk/fixed/residual_energy_FIX.$(OBJEXT)
1687 -rm -f silk/fixed/residual_energy_FIX.lo
1688 -rm -f silk/fixed/schur64_FIX.$(OBJEXT)
1689 -rm -f silk/fixed/schur64_FIX.lo
1690 -rm -f silk/fixed/schur_FIX.$(OBJEXT)
1691 -rm -f silk/fixed/schur_FIX.lo
1692 -rm -f silk/fixed/solve_LS_FIX.$(OBJEXT)
1693 -rm -f silk/fixed/solve_LS_FIX.lo
1694 -rm -f silk/fixed/vector_ops_FIX.$(OBJEXT)
1695 -rm -f silk/fixed/vector_ops_FIX.lo
1696 -rm -f silk/fixed/warped_autocorrelation_FIX.$(OBJEXT)
1697 -rm -f silk/fixed/warped_autocorrelation_FIX.lo
1698 -rm -f silk/float/LPC_analysis_filter_FLP.$(OBJEXT)
1699 -rm -f silk/float/LPC_analysis_filter_FLP.lo
1700 -rm -f silk/float/LPC_inv_pred_gain_FLP.$(OBJEXT)
1701 -rm -f silk/float/LPC_inv_pred_gain_FLP.lo
1702 -rm -f silk/float/LTP_analysis_filter_FLP.$(OBJEXT)
1703 -rm -f silk/float/LTP_analysis_filter_FLP.lo
1704 -rm -f silk/float/LTP_scale_ctrl_FLP.$(OBJEXT)
1705 -rm -f silk/float/LTP_scale_ctrl_FLP.lo
1706 -rm -f silk/float/apply_sine_window_FLP.$(OBJEXT)
1707 -rm -f silk/float/apply_sine_window_FLP.lo
1708 -rm -f silk/float/autocorrelation_FLP.$(OBJEXT)
1709 -rm -f silk/float/autocorrelation_FLP.lo
1710 -rm -f silk/float/burg_modified_FLP.$(OBJEXT)
1711 -rm -f silk/float/burg_modified_FLP.lo
1712 -rm -f silk/float/bwexpander_FLP.$(OBJEXT)
1713 -rm -f silk/float/bwexpander_FLP.lo
1714 -rm -f silk/float/corrMatrix_FLP.$(OBJEXT)
1715 -rm -f silk/float/corrMatrix_FLP.lo
1716 -rm -f silk/float/encode_frame_FLP.$(OBJEXT)
1717 -rm -f silk/float/encode_frame_FLP.lo
1718 -rm -f silk/float/energy_FLP.$(OBJEXT)
1719 -rm -f silk/float/energy_FLP.lo
1720 -rm -f silk/float/find_LPC_FLP.$(OBJEXT)
1721 -rm -f silk/float/find_LPC_FLP.lo
1722 -rm -f silk/float/find_LTP_FLP.$(OBJEXT)
1723 -rm -f silk/float/find_LTP_FLP.lo
1724 -rm -f silk/float/find_pitch_lags_FLP.$(OBJEXT)
1725 -rm -f silk/float/find_pitch_lags_FLP.lo
1726 -rm -f silk/float/find_pred_coefs_FLP.$(OBJEXT)
1727 -rm -f silk/float/find_pred_coefs_FLP.lo
1728 -rm -f silk/float/inner_product_FLP.$(OBJEXT)
1729 -rm -f silk/float/inner_product_FLP.lo
1730 -rm -f silk/float/k2a_FLP.$(OBJEXT)
1731 -rm -f silk/float/k2a_FLP.lo
1732 -rm -f silk/float/levinsondurbin_FLP.$(OBJEXT)
1733 -rm -f silk/float/levinsondurbin_FLP.lo
1734 -rm -f silk/float/noise_shape_analysis_FLP.$(OBJEXT)
1735 -rm -f silk/float/noise_shape_analysis_FLP.lo
1736 -rm -f silk/float/pitch_analysis_core_FLP.$(OBJEXT)
1737 -rm -f silk/float/pitch_analysis_core_FLP.lo
1738 -rm -f silk/float/prefilter_FLP.$(OBJEXT)
1739 -rm -f silk/float/prefilter_FLP.lo
1740 -rm -f silk/float/process_gains_FLP.$(OBJEXT)
1741 -rm -f silk/float/process_gains_FLP.lo
1742 -rm -f silk/float/regularize_correlations_FLP.$(OBJEXT)
1743 -rm -f silk/float/regularize_correlations_FLP.lo
1744 -rm -f silk/float/residual_energy_FLP.$(OBJEXT)
1745 -rm -f silk/float/residual_energy_FLP.lo
1746 -rm -f silk/float/scale_copy_vector_FLP.$(OBJEXT)
1747 -rm -f silk/float/scale_copy_vector_FLP.lo
1748 -rm -f silk/float/scale_vector_FLP.$(OBJEXT)
1749 -rm -f silk/float/scale_vector_FLP.lo
1750 -rm -f silk/float/schur_FLP.$(OBJEXT)
1751 -rm -f silk/float/schur_FLP.lo
1752 -rm -f silk/float/solve_LS_FLP.$(OBJEXT)
1753 -rm -f silk/float/solve_LS_FLP.lo
1754 -rm -f silk/float/sort_FLP.$(OBJEXT)
1755 -rm -f silk/float/sort_FLP.lo
1756 -rm -f silk/float/warped_autocorrelation_FLP.$(OBJEXT)
1757 -rm -f silk/float/warped_autocorrelation_FLP.lo
1758 -rm -f silk/float/wrappers_FLP.$(OBJEXT)
1759 -rm -f silk/float/wrappers_FLP.lo
1760 -rm -f silk/gain_quant.$(OBJEXT)
1761 -rm -f silk/gain_quant.lo
1762 -rm -f silk/init_decoder.$(OBJEXT)
1763 -rm -f silk/init_decoder.lo
1764 -rm -f silk/init_encoder.$(OBJEXT)
1765 -rm -f silk/init_encoder.lo
1766 -rm -f silk/inner_prod_aligned.$(OBJEXT)
1767 -rm -f silk/inner_prod_aligned.lo
1768 -rm -f silk/interpolate.$(OBJEXT)
1769 -rm -f silk/interpolate.lo
1770 -rm -f silk/lin2log.$(OBJEXT)
1771 -rm -f silk/lin2log.lo
1772 -rm -f silk/log2lin.$(OBJEXT)
1773 -rm -f silk/log2lin.lo
1774 -rm -f silk/pitch_est_tables.$(OBJEXT)
1775 -rm -f silk/pitch_est_tables.lo
1776 -rm -f silk/process_NLSFs.$(OBJEXT)
1777 -rm -f silk/process_NLSFs.lo
1778 -rm -f silk/quant_LTP_gains.$(OBJEXT)
1779 -rm -f silk/quant_LTP_gains.lo
1780 -rm -f silk/resampler.$(OBJEXT)
1781 -rm -f silk/resampler.lo
1782 -rm -f silk/resampler_down2.$(OBJEXT)
1783 -rm -f silk/resampler_down2.lo
1784 -rm -f silk/resampler_down2_3.$(OBJEXT)
1785 -rm -f silk/resampler_down2_3.lo
1786 -rm -f silk/resampler_private_AR2.$(OBJEXT)
1787 -rm -f silk/resampler_private_AR2.lo
1788 -rm -f silk/resampler_private_IIR_FIR.$(OBJEXT)
1789 -rm -f silk/resampler_private_IIR_FIR.lo
1790 -rm -f silk/resampler_private_down_FIR.$(OBJEXT)
1791 -rm -f silk/resampler_private_down_FIR.lo
1792 -rm -f silk/resampler_private_up2_HQ.$(OBJEXT)
1793 -rm -f silk/resampler_private_up2_HQ.lo
1794 -rm -f silk/resampler_rom.$(OBJEXT)
1795 -rm -f silk/resampler_rom.lo
1796 -rm -f silk/shell_coder.$(OBJEXT)
1797 -rm -f silk/shell_coder.lo
1798 -rm -f silk/sigm_Q15.$(OBJEXT)
1799 -rm -f silk/sigm_Q15.lo
1800 -rm -f silk/sort.$(OBJEXT)
1801 -rm -f silk/sort.lo
1802 -rm -f silk/stereo_LR_to_MS.$(OBJEXT)
1803 -rm -f silk/stereo_LR_to_MS.lo
1804 -rm -f silk/stereo_MS_to_LR.$(OBJEXT)
1805 -rm -f silk/stereo_MS_to_LR.lo
1806 -rm -f silk/stereo_decode_pred.$(OBJEXT)
1807 -rm -f silk/stereo_decode_pred.lo
1808 -rm -f silk/stereo_encode_pred.$(OBJEXT)
1809 -rm -f silk/stereo_encode_pred.lo
1810 -rm -f silk/stereo_find_predictor.$(OBJEXT)
1811 -rm -f silk/stereo_find_predictor.lo
1812 -rm -f silk/stereo_quant_pred.$(OBJEXT)
1813 -rm -f silk/stereo_quant_pred.lo
1814 -rm -f silk/sum_sqr_shift.$(OBJEXT)
1815 -rm -f silk/sum_sqr_shift.lo
1816 -rm -f silk/table_LSF_cos.$(OBJEXT)
1817 -rm -f silk/table_LSF_cos.lo
1818 -rm -f silk/tables_LTP.$(OBJEXT)
1819 -rm -f silk/tables_LTP.lo
1820 -rm -f silk/tables_NLSF_CB_NB_MB.$(OBJEXT)
1821 -rm -f silk/tables_NLSF_CB_NB_MB.lo
1822 -rm -f silk/tables_NLSF_CB_WB.$(OBJEXT)
1823 -rm -f silk/tables_NLSF_CB_WB.lo
1824 -rm -f silk/tables_gain.$(OBJEXT)
1825 -rm -f silk/tables_gain.lo
1826 -rm -f silk/tables_other.$(OBJEXT)
1827 -rm -f silk/tables_other.lo
1828 -rm -f silk/tables_pitch_lag.$(OBJEXT)
1829 -rm -f silk/tables_pitch_lag.lo
1830 -rm -f silk/tables_pulses_per_block.$(OBJEXT)
1831 -rm -f silk/tables_pulses_per_block.lo
1832 -rm -f src/analysis.$(OBJEXT)
1833 -rm -f src/analysis.lo
1834 -rm -f src/mlp.$(OBJEXT)
1835 -rm -f src/mlp.lo
1836 -rm -f src/mlp_data.$(OBJEXT)
1837 -rm -f src/mlp_data.lo
1838 -rm -f src/opus.$(OBJEXT)
1839 -rm -f src/opus.lo
1840 -rm -f src/opus_compare.$(OBJEXT)
1841 -rm -f src/opus_decoder.$(OBJEXT)
1842 -rm -f src/opus_decoder.lo
1843 -rm -f src/opus_demo.$(OBJEXT)
1844 -rm -f src/opus_encoder.$(OBJEXT)
1845 -rm -f src/opus_encoder.lo
1846 -rm -f src/opus_multistream.$(OBJEXT)
1847 -rm -f src/opus_multistream.lo
1848 -rm -f src/opus_multistream_decoder.$(OBJEXT)
1849 -rm -f src/opus_multistream_decoder.lo
1850 -rm -f src/opus_multistream_encoder.$(OBJEXT)
1851 -rm -f src/opus_multistream_encoder.lo
1852 -rm -f src/repacketizer.$(OBJEXT)
1853 -rm -f src/repacketizer.lo
1854 -rm -f src/repacketizer_demo.$(OBJEXT)
1855 -rm -f tests/test_opus_api.$(OBJEXT)
1856 -rm -f tests/test_opus_decode.$(OBJEXT)
1857 -rm -f tests/test_opus_encode.$(OBJEXT)
1858 -rm -f tests/test_opus_padding.$(OBJEXT)
1859 1901
1860 distclean-compile: 1902 distclean-compile:
1861 -rm -f *.tab.c 1903 -rm -f *.tab.c
1862 1904
1863 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/bands.Plo@am__quote@ 1905 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/bands.Plo@am__quote@
1864 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/celt.Plo@am__quote@ 1906 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/celt.Plo@am__quote@
1865 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/celt_decoder.Plo@am__quote@ 1907 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/celt_decoder.Plo@am__quote@
1866 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/celt_encoder.Plo@am__quote@ 1908 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/celt_encoder.Plo@am__quote@
1867 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/celt_lpc.Plo@am__quote@ 1909 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/celt_lpc.Plo@am__quote@
1868 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/cwrs.Plo@am__quote@ 1910 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/cwrs.Plo@am__quote@
1869 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/entcode.Plo@am__quote@ 1911 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/entcode.Plo@am__quote@
1870 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/entdec.Plo@am__quote@ 1912 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/entdec.Plo@am__quote@
1871 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/entenc.Plo@am__quote@ 1913 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/entenc.Plo@am__quote@
1872 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/kiss_fft.Plo@am__quote@ 1914 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/kiss_fft.Plo@am__quote@
1873 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/laplace.Plo@am__quote@ 1915 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/laplace.Plo@am__quote@
1874 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/mathops.Plo@am__quote@ 1916 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/mathops.Plo@am__quote@
1875 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/mdct.Plo@am__quote@ 1917 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/mdct.Plo@am__quote@
1876 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/modes.Plo@am__quote@ 1918 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/modes.Plo@am__quote@
1877 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/opus_custom_demo.Po@am__quot e@ 1919 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/opus_custom_demo.Po@am__quot e@
1878 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/pitch.Plo@am__quote@ 1920 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/pitch.Plo@am__quote@
1879 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/quant_bands.Plo@am__quote@ 1921 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/quant_bands.Plo@am__quote@
1880 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/rate.Plo@am__quote@ 1922 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/rate.Plo@am__quote@
1881 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/vq.Plo@am__quote@ 1923 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/vq.Plo@am__quote@
1882 @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/arm_celt_map.Plo@am__quo te@ 1924 @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/arm_celt_map.Plo@am__quo te@
1883 @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/armcpu.Plo@am__quote@ 1925 @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/armcpu.Plo@am__quote@
1926 @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/celt_neon_intr.Plo@am__q uote@
1884 @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/celt_pitch_xcorr_arm-gnu .Plo@am__quote@ 1927 @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/celt_pitch_xcorr_arm-gnu .Plo@am__quote@
1885 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_cwrs32.Po@am __quote@ 1928 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_cwrs32.Po@am __quote@
1886 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_dft.Po@am__q uote@ 1929 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_dft.Po@am__q uote@
1887 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_entropy.Po@a m__quote@ 1930 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_entropy.Po@a m__quote@
1888 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_laplace.Po@a m__quote@ 1931 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_laplace.Po@a m__quote@
1889 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_mathops.Po@a m__quote@ 1932 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_mathops.Po@a m__quote@
1890 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_mdct.Po@am__ quote@ 1933 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_mdct.Po@am__ quote@
1891 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_rotation.Po@ am__quote@ 1934 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_rotation.Po@ am__quote@
1892 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_types.Po@am_ _quote@ 1935 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_types.Po@am_ _quote@
1936 @AMDEP_TRUE@@am__include@ @am__quote@celt/x86/$(DEPDIR)/celt_lpc_sse.Plo@am__quo te@
1937 @AMDEP_TRUE@@am__include@ @am__quote@celt/x86/$(DEPDIR)/pitch_sse.Plo@am__quote@
1938 @AMDEP_TRUE@@am__include@ @am__quote@celt/x86/$(DEPDIR)/x86_celt_map.Plo@am__quo te@
1939 @AMDEP_TRUE@@am__include@ @am__quote@celt/x86/$(DEPDIR)/x86cpu.Plo@am__quote@
1893 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/A2NLSF.Plo@am__quote@ 1940 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/A2NLSF.Plo@am__quote@
1894 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/CNG.Plo@am__quote@ 1941 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/CNG.Plo@am__quote@
1895 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/HP_variable_cutoff.Plo@am__q uote@ 1942 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/HP_variable_cutoff.Plo@am__q uote@
1896 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/LPC_analysis_filter.Plo@am__ quote@ 1943 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/LPC_analysis_filter.Plo@am__ quote@
1897 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/LPC_inv_pred_gain.Plo@am__qu ote@ 1944 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/LPC_inv_pred_gain.Plo@am__qu ote@
1898 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/LP_variable_cutoff.Plo@am__q uote@ 1945 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/LP_variable_cutoff.Plo@am__q uote@
1899 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/NLSF2A.Plo@am__quote@ 1946 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/NLSF2A.Plo@am__quote@
1900 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/NLSF_VQ.Plo@am__quote@ 1947 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/NLSF_VQ.Plo@am__quote@
1901 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/NLSF_VQ_weights_laroia.Plo@a m__quote@ 1948 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/NLSF_VQ_weights_laroia.Plo@a m__quote@
1902 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/NLSF_decode.Plo@am__quote@ 1949 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/NLSF_decode.Plo@am__quote@
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1984 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/prefilter_FIX.Plo@am__ quote@ 2031 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/prefilter_FIX.Plo@am__ quote@
1985 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/process_gains_FIX.Plo@ am__quote@ 2032 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/process_gains_FIX.Plo@ am__quote@
1986 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/regularize_correlation s_FIX.Plo@am__quote@ 2033 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/regularize_correlation s_FIX.Plo@am__quote@
1987 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/residual_energy16_FIX. Plo@am__quote@ 2034 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/residual_energy16_FIX. Plo@am__quote@
1988 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/residual_energy_FIX.Pl o@am__quote@ 2035 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/residual_energy_FIX.Pl o@am__quote@
1989 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/schur64_FIX.Plo@am__qu ote@ 2036 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/schur64_FIX.Plo@am__qu ote@
1990 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/schur_FIX.Plo@am__quot e@ 2037 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/schur_FIX.Plo@am__quot e@
1991 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/solve_LS_FIX.Plo@am__q uote@ 2038 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/solve_LS_FIX.Plo@am__q uote@
1992 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/vector_ops_FIX.Plo@am_ _quote@ 2039 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/vector_ops_FIX.Plo@am_ _quote@
1993 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/warped_autocorrelation _FIX.Plo@am__quote@ 2040 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/warped_autocorrelation _FIX.Plo@am__quote@
2041 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/x86/$(DEPDIR)/burg_modified_FIX_ sse.Plo@am__quote@
2042 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/x86/$(DEPDIR)/prefilter_FIX_sse. Plo@am__quote@
2043 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/x86/$(DEPDIR)/vector_ops_FIX_sse .Plo@am__quote@
1994 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/LPC_analysis_filter_FL P.Plo@am__quote@ 2044 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/LPC_analysis_filter_FL P.Plo@am__quote@
1995 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/LPC_inv_pred_gain_FLP. Plo@am__quote@ 2045 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/LPC_inv_pred_gain_FLP. Plo@am__quote@
1996 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/LTP_analysis_filter_FL P.Plo@am__quote@ 2046 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/LTP_analysis_filter_FL P.Plo@am__quote@
1997 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/LTP_scale_ctrl_FLP.Plo @am__quote@ 2047 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/LTP_scale_ctrl_FLP.Plo @am__quote@
1998 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/apply_sine_window_FLP. Plo@am__quote@ 2048 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/apply_sine_window_FLP. Plo@am__quote@
1999 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/autocorrelation_FLP.Pl o@am__quote@ 2049 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/autocorrelation_FLP.Pl o@am__quote@
2000 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/burg_modified_FLP.Plo@ am__quote@ 2050 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/burg_modified_FLP.Plo@ am__quote@
2001 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/bwexpander_FLP.Plo@am_ _quote@ 2051 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/bwexpander_FLP.Plo@am_ _quote@
2002 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/corrMatrix_FLP.Plo@am_ _quote@ 2052 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/corrMatrix_FLP.Plo@am_ _quote@
2003 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/encode_frame_FLP.Plo@a m__quote@ 2053 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/encode_frame_FLP.Plo@a m__quote@
(...skipping 11 matching lines...) Expand all
2015 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/process_gains_FLP.Plo@ am__quote@ 2065 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/process_gains_FLP.Plo@ am__quote@
2016 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/regularize_correlation s_FLP.Plo@am__quote@ 2066 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/regularize_correlation s_FLP.Plo@am__quote@
2017 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/residual_energy_FLP.Pl o@am__quote@ 2067 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/residual_energy_FLP.Pl o@am__quote@
2018 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/scale_copy_vector_FLP. Plo@am__quote@ 2068 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/scale_copy_vector_FLP. Plo@am__quote@
2019 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/scale_vector_FLP.Plo@a m__quote@ 2069 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/scale_vector_FLP.Plo@a m__quote@
2020 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/schur_FLP.Plo@am__quot e@ 2070 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/schur_FLP.Plo@am__quot e@
2021 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/solve_LS_FLP.Plo@am__q uote@ 2071 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/solve_LS_FLP.Plo@am__q uote@
2022 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/sort_FLP.Plo@am__quote @ 2072 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/sort_FLP.Plo@am__quote @
2023 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/warped_autocorrelation _FLP.Plo@am__quote@ 2073 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/warped_autocorrelation _FLP.Plo@am__quote@
2024 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/wrappers_FLP.Plo@am__q uote@ 2074 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/wrappers_FLP.Plo@am__q uote@
2075 @AMDEP_TRUE@@am__include@ @am__quote@silk/x86/$(DEPDIR)/NSQ_del_dec_sse.Plo@am__ quote@
2076 @AMDEP_TRUE@@am__include@ @am__quote@silk/x86/$(DEPDIR)/NSQ_sse.Plo@am__quote@
2077 @AMDEP_TRUE@@am__include@ @am__quote@silk/x86/$(DEPDIR)/VAD_sse.Plo@am__quote@
2078 @AMDEP_TRUE@@am__include@ @am__quote@silk/x86/$(DEPDIR)/VQ_WMat_EC_sse.Plo@am__q uote@
2079 @AMDEP_TRUE@@am__include@ @am__quote@silk/x86/$(DEPDIR)/x86_silk_map.Plo@am__quo te@
2025 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/analysis.Plo@am__quote@ 2080 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/analysis.Plo@am__quote@
2026 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/mlp.Plo@am__quote@ 2081 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/mlp.Plo@am__quote@
2027 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/mlp_data.Plo@am__quote@ 2082 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/mlp_data.Plo@am__quote@
2028 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus.Plo@am__quote@ 2083 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus.Plo@am__quote@
2029 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_compare.Po@am__quote@ 2084 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_compare.Po@am__quote@
2030 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_decoder.Plo@am__quote@ 2085 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_decoder.Plo@am__quote@
2031 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_demo.Po@am__quote@ 2086 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_demo.Po@am__quote@
2032 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_encoder.Plo@am__quote@ 2087 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_encoder.Plo@am__quote@
2033 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_multistream.Plo@am__quot e@ 2088 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_multistream.Plo@am__quot e@
2034 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_multistream_decoder.Plo@ am__quote@ 2089 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_multistream_decoder.Plo@ am__quote@
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
2089 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 2144 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
2090 2145
2091 mostlyclean-libtool: 2146 mostlyclean-libtool:
2092 -rm -f *.lo 2147 -rm -f *.lo
2093 2148
2094 clean-libtool: 2149 clean-libtool:
2095 -rm -rf .libs _libs 2150 -rm -rf .libs _libs
2096 -rm -rf celt/.libs celt/_libs 2151 -rm -rf celt/.libs celt/_libs
2097 -rm -rf celt/arm/.libs celt/arm/_libs 2152 -rm -rf celt/arm/.libs celt/arm/_libs
2098 -rm -rf celt/tests/.libs celt/tests/_libs 2153 -rm -rf celt/tests/.libs celt/tests/_libs
2154 -rm -rf celt/x86/.libs celt/x86/_libs
2099 -rm -rf silk/.libs silk/_libs 2155 -rm -rf silk/.libs silk/_libs
2100 -rm -rf silk/fixed/.libs silk/fixed/_libs 2156 -rm -rf silk/fixed/.libs silk/fixed/_libs
2157 -rm -rf silk/fixed/x86/.libs silk/fixed/x86/_libs
2101 -rm -rf silk/float/.libs silk/float/_libs 2158 -rm -rf silk/float/.libs silk/float/_libs
2159 -rm -rf silk/x86/.libs silk/x86/_libs
2102 -rm -rf src/.libs src/_libs 2160 -rm -rf src/.libs src/_libs
2103 -rm -rf tests/.libs tests/_libs 2161 -rm -rf tests/.libs tests/_libs
2104 2162
2105 distclean-libtool: 2163 distclean-libtool:
2106 -rm -f libtool config.lt 2164 -rm -f libtool config.lt
2107 install-m4dataDATA: $(m4data_DATA) 2165 install-m4dataDATA: $(m4data_DATA)
2108 @$(NORMAL_INSTALL) 2166 @$(NORMAL_INSTALL)
2109 @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \ 2167 @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
2110 if test -n "$$list"; then \ 2168 if test -n "$$list"; then \
2111 echo " $(MKDIR_P) '$(DESTDIR)$(m4datadir)'"; \ 2169 echo " $(MKDIR_P) '$(DESTDIR)$(m4datadir)'"; \
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2162 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \ 2220 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
2163 done 2221 done
2164 2222
2165 uninstall-pkgincludeHEADERS: 2223 uninstall-pkgincludeHEADERS:
2166 @$(NORMAL_UNINSTALL) 2224 @$(NORMAL_UNINSTALL)
2167 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ 2225 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
2168 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 2226 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2169 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir) 2227 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
2170 2228
2171 # This directory's subdirectories are mostly independent; you can cd 2229 # This directory's subdirectories are mostly independent; you can cd
2172 # into them and run `make' without going through this Makefile. 2230 # into them and run 'make' without going through this Makefile.
2173 # To change the values of `make' variables: instead of editing Makefiles, 2231 # To change the values of 'make' variables: instead of editing Makefiles,
2174 # (1) if the variable is set in `config.status', edit `config.status' 2232 # (1) if the variable is set in 'config.status', edit 'config.status'
2175 # (which will cause the Makefiles to be regenerated when you run `make'); 2233 # (which will cause the Makefiles to be regenerated when you run 'make');
2176 # (2) otherwise, pass the desired values on the `make' command line. 2234 # (2) otherwise, pass the desired values on the 'make' command line.
2177 $(RECURSIVE_TARGETS): 2235 $(am__recursive_targets):
2178 » @fail= failcom='exit 1'; \ 2236 » @fail=; \
2179 » for f in x $$MAKEFLAGS; do \ 2237 » if $(am__make_keepgoing); then \
2180 » case $$f in \ 2238 » failcom='fail=yes'; \
2181 » *=* | --[!k]*);; \ 2239 » else \
2182 » *k*) failcom='fail=yes';; \ 2240 » failcom='exit 1'; \
2183 » esac; \ 2241 » fi; \
2184 » done; \
2185 dot_seen=no; \ 2242 dot_seen=no; \
2186 target=`echo $@ | sed s/-recursive//`; \ 2243 target=`echo $@ | sed s/-recursive//`; \
2187 » list='$(SUBDIRS)'; for subdir in $$list; do \ 2244 » case "$@" in \
2245 » distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2246 » *) list='$(SUBDIRS)' ;; \
2247 » esac; \
2248 » for subdir in $$list; do \
2188 echo "Making $$target in $$subdir"; \ 2249 echo "Making $$target in $$subdir"; \
2189 if test "$$subdir" = "."; then \ 2250 if test "$$subdir" = "."; then \
2190 dot_seen=yes; \ 2251 dot_seen=yes; \
2191 local_target="$$target-am"; \ 2252 local_target="$$target-am"; \
2192 else \ 2253 else \
2193 local_target="$$target"; \ 2254 local_target="$$target"; \
2194 fi; \ 2255 fi; \
2195 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 2256 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2196 || eval $$failcom; \ 2257 || eval $$failcom; \
2197 done; \ 2258 done; \
2198 if test "$$dot_seen" = "no"; then \ 2259 if test "$$dot_seen" = "no"; then \
2199 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 2260 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2200 fi; test -z "$$fail" 2261 fi; test -z "$$fail"
2201 2262
2202 $(RECURSIVE_CLEAN_TARGETS): 2263 ID: $(am__tagged_files)
2203 » @fail= failcom='exit 1'; \ 2264 » $(am__define_uniq_tagged_files); mkid -fID $$unique
2204 » for f in x $$MAKEFLAGS; do \ 2265 tags: tags-recursive
2205 » case $$f in \ 2266 TAGS: tags
2206 » *=* | --[!k]*);; \
2207 » *k*) failcom='fail=yes';; \
2208 » esac; \
2209 » done; \
2210 » dot_seen=no; \
2211 » case "$@" in \
2212 » distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2213 » *) list='$(SUBDIRS)' ;; \
2214 » esac; \
2215 » rev=''; for subdir in $$list; do \
2216 » if test "$$subdir" = "."; then :; else \
2217 » rev="$$subdir $$rev"; \
2218 » fi; \
2219 » done; \
2220 » rev="$$rev ."; \
2221 » target=`echo $@ | sed s/-recursive//`; \
2222 » for subdir in $$rev; do \
2223 » echo "Making $$target in $$subdir"; \
2224 » if test "$$subdir" = "."; then \
2225 » local_target="$$target-am"; \
2226 » else \
2227 » local_target="$$target"; \
2228 » fi; \
2229 » ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2230 » || eval $$failcom; \
2231 » done && test -z "$$fail"
2232 tags-recursive:
2233 » list='$(SUBDIRS)'; for subdir in $$list; do \
2234 » test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
2235 » done
2236 ctags-recursive:
2237 » list='$(SUBDIRS)'; for subdir in $$list; do \
2238 » test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
2239 » done
2240 2267
2241 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 2268 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2242 » list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2243 » unique=`for i in $$list; do \
2244 » if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2245 » done | \
2246 » $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2247 » END { if (nonempty) { for (i in files) print i; }; }'`; \
2248 » mkid -fID $$unique
2249 tags: TAGS
2250
2251 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
2252 » » $(TAGS_FILES) $(LISP)
2253 set x; \ 2269 set x; \
2254 here=`pwd`; \ 2270 here=`pwd`; \
2255 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 2271 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
2256 include_option=--etags-include; \ 2272 include_option=--etags-include; \
2257 empty_fix=.; \ 2273 empty_fix=.; \
2258 else \ 2274 else \
2259 include_option=--include; \ 2275 include_option=--include; \
2260 empty_fix=; \ 2276 empty_fix=; \
2261 fi; \ 2277 fi; \
2262 list='$(SUBDIRS)'; for subdir in $$list; do \ 2278 list='$(SUBDIRS)'; for subdir in $$list; do \
2263 if test "$$subdir" = .; then :; else \ 2279 if test "$$subdir" = .; then :; else \
2264 test ! -f $$subdir/TAGS || \ 2280 test ! -f $$subdir/TAGS || \
2265 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 2281 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
2266 fi; \ 2282 fi; \
2267 done; \ 2283 done; \
2268 » list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 2284 » $(am__define_uniq_tagged_files); \
2269 » unique=`for i in $$list; do \
2270 » if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2271 » done | \
2272 » $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2273 » END { if (nonempty) { for (i in files) print i; }; }'`; \
2274 shift; \ 2285 shift; \
2275 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 2286 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2276 test -n "$$unique" || unique=$$empty_fix; \ 2287 test -n "$$unique" || unique=$$empty_fix; \
2277 if test $$# -gt 0; then \ 2288 if test $$# -gt 0; then \
2278 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 2289 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2279 "$$@" $$unique; \ 2290 "$$@" $$unique; \
2280 else \ 2291 else \
2281 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 2292 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2282 $$unique; \ 2293 $$unique; \
2283 fi; \ 2294 fi; \
2284 fi 2295 fi
2285 ctags: CTAGS 2296 ctags: ctags-recursive
2286 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 2297
2287 » » $(TAGS_FILES) $(LISP) 2298 CTAGS: ctags
2288 » list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 2299 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2289 » unique=`for i in $$list; do \ 2300 » $(am__define_uniq_tagged_files); \
2290 » if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2291 » done | \
2292 » $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2293 » END { if (nonempty) { for (i in files) print i; }; }'`; \
2294 test -z "$(CTAGS_ARGS)$$unique" \ 2301 test -z "$(CTAGS_ARGS)$$unique" \
2295 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 2302 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2296 $$unique 2303 $$unique
2297 2304
2298 GTAGS: 2305 GTAGS:
2299 here=`$(am__cd) $(top_builddir) && pwd` \ 2306 here=`$(am__cd) $(top_builddir) && pwd` \
2300 && $(am__cd) $(top_srcdir) \ 2307 && $(am__cd) $(top_srcdir) \
2301 && gtags -i $(GTAGS_ARGS) "$$here" 2308 && gtags -i $(GTAGS_ARGS) "$$here"
2309 cscope: cscope.files
2310 test ! -s cscope.files \
2311 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $( CSCOPE_ARGS)
2312 clean-cscope:
2313 -rm -f cscope.files
2314 cscope.files: clean-cscope cscopelist
2315 cscopelist: cscopelist-recursive
2316
2317 cscopelist-am: $(am__tagged_files)
2318 list='$(am__tagged_files)'; \
2319 case "$(srcdir)" in \
2320 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
2321 *) sdir=$(subdir)/$(srcdir) ;; \
2322 esac; \
2323 for i in $$list; do \
2324 if test -f "$$i"; then \
2325 echo "$(subdir)/$$i"; \
2326 else \
2327 echo "$$sdir/$$i"; \
2328 fi; \
2329 done >> $(top_builddir)/cscope.files
2302 2330
2303 distclean-tags: 2331 distclean-tags:
2304 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 2332 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2305 2333 » -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
2306 check-TESTS: $(TESTS) 2334
2307 » @failed=0; all=0; xfail=0; xpass=0; skip=0; \ 2335 # Recover from deleted '.trs' file; this should ensure that
2308 » srcdir=$(srcdir); export srcdir; \ 2336 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
2309 » list=' $(TESTS) '; \ 2337 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
2310 » $(am__tty_colors); \ 2338 # to avoid problems with "make -n".
2311 » if test -n "$$list"; then \ 2339 .log.trs:
2312 » for tst in $$list; do \ 2340 » rm -f $< $@
2313 » if test -f ./$$tst; then dir=./; \ 2341 » $(MAKE) $(AM_MAKEFLAGS) $<
2314 » elif test -f $$tst; then dir=; \ 2342
2315 » else dir="$(srcdir)/"; fi; \ 2343 # Leading 'am--fnord' is there to ensure the list of targets does not
2316 » if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ 2344 # expand to empty, as could happen e.g. with make check TESTS=''.
2317 » all=`expr $$all + 1`; \ 2345 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
2318 » case " $(XFAIL_TESTS) " in \ 2346 am--force-recheck:
2319 » *[\ \» ]$$tst[\ \» ]*) \ 2347 » @:
2320 » » xpass=`expr $$xpass + 1`; \ 2348
2321 » » failed=`expr $$failed + 1`; \ 2349 $(TEST_SUITE_LOG): $(TEST_LOGS)
2322 » » col=$$red; res=XPASS; \ 2350 » @$(am__set_TESTS_bases); \
2323 » ;; \ 2351 » am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
2324 » *) \ 2352 » redo_bases=`for i in $$bases; do \
2325 » » col=$$grn; res=PASS; \ 2353 » am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
2326 » ;; \ 2354 » done`; \
2327 » esac; \ 2355 » if test -n "$$redo_bases"; then \
2328 » elif test $$? -ne 77; then \ 2356 » redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
2329 » all=`expr $$all + 1`; \ 2357 » redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
2330 » case " $(XFAIL_TESTS) " in \ 2358 » if $(am__make_dryrun); then :; else \
2331 » *[\ \» ]$$tst[\ \» ]*) \ 2359 » rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
2332 » » xfail=`expr $$xfail + 1`; \ 2360 » fi; \
2333 » » col=$$lgn; res=XFAIL; \ 2361 » fi; \
2334 » ;; \ 2362 » if test -n "$$am__remaking_logs"; then \
2335 » *) \ 2363 » echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
2336 » » failed=`expr $$failed + 1`; \ 2364 » "recursion detected" >&2; \
2337 » » col=$$red; res=FAIL; \ 2365 » else \
2338 » ;; \ 2366 » am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
2339 » esac; \ 2367 » fi; \
2368 » if $(am__make_dryrun); then :; else \
2369 » st=0; \
2370 » errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
2371 » for i in $$redo_bases; do \
2372 » test -f $$i.trs && test -r $$i.trs \
2373 » || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
2374 » test -f $$i.log && test -r $$i.log \
2375 » || { echo "$$errmsg $$i.log" >&2; st=1; }; \
2376 » done; \
2377 » test $$st -eq 0 || exit 1; \
2378 » fi
2379 » @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
2380 » ws='[ » ]'; \
2381 » results=`for b in $$bases; do echo $$b.trs; done`; \
2382 » test -n "$$results" || results=/dev/null; \
2383 » all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
2384 » pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
2385 » fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
2386 » skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
2387 » xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
2388 » xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
2389 » error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
2390 » if test `expr $$fail + $$xpass + $$error` -eq 0; then \
2391 » success=true; \
2392 » else \
2393 » success=false; \
2394 » fi; \
2395 » br='==================='; br=$$br$$br$$br$$br; \
2396 » result_count () \
2397 » { \
2398 » if test x"$$1" = x"--maybe-color"; then \
2399 » maybe_colorize=yes; \
2400 » elif test x"$$1" = x"--no-color"; then \
2401 » maybe_colorize=no; \
2340 else \ 2402 else \
2341 » skip=`expr $$skip + 1`; \ 2403 » echo "$@: invalid 'result_count' usage" >&2; exit 4; \
2342 » col=$$blu; res=SKIP; \
2343 fi; \ 2404 fi; \
2344 » echo "$${col}$$res$${std}: $$tst"; \ 2405 » shift; \
2345 » done; \ 2406 » desc=$$1 count=$$2; \
2346 » if test "$$all" -eq 1; then \ 2407 » if test $$maybe_colorize = yes && test $$count -gt 0; then \
2347 » tests="test"; \ 2408 » color_start=$$3 color_end=$$std; \
2348 » All=""; \
2349 » else \
2350 » tests="tests"; \
2351 » All="All "; \
2352 » fi; \
2353 » if test "$$failed" -eq 0; then \
2354 » if test "$$xfail" -eq 0; then \
2355 » banner="$$All$$all $$tests passed"; \
2356 else \ 2409 else \
2357 » if test "$$xfail" -eq 1; then failures=failure; else failures=fail ures; fi; \ 2410 » color_start= color_end=; \
2358 » banner="$$All$$all $$tests behaved as expected ($$xfail expected $ $failures)"; \
2359 fi; \ 2411 fi; \
2360 » else \ 2412 » echo "$${color_start}# $$desc $$count$${color_end}"; \
2361 » if test "$$xpass" -eq 0; then \ 2413 » }; \
2362 » banner="$$failed of $$all $$tests failed"; \ 2414 » create_testsuite_report () \
2363 » else \ 2415 » { \
2364 » if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ 2416 » result_count $$1 "TOTAL:" $$all "$$brg"; \
2365 » banner="$$failed of $$all $$tests did not behave as expected ($$xp ass unexpected $$passes)"; \ 2417 » result_count $$1 "PASS: " $$pass "$$grn"; \
2366 » fi; \ 2418 » result_count $$1 "SKIP: " $$skip "$$blu"; \
2367 » fi; \ 2419 » result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
2368 » dashes="$$banner"; \ 2420 » result_count $$1 "FAIL: " $$fail "$$red"; \
2369 » skipped=""; \ 2421 » result_count $$1 "XPASS:" $$xpass "$$red"; \
2370 » if test "$$skip" -ne 0; then \ 2422 » result_count $$1 "ERROR:" $$error "$$mgn"; \
2371 » if test "$$skip" -eq 1; then \ 2423 » }; \
2372 » skipped="($$skip test was not run)"; \ 2424 » {» » » » » » » » \
2373 » else \ 2425 » echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |» \
2374 » skipped="($$skip tests were not run)"; \ 2426 » $(am__rst_title);» » » » » » \
2375 » fi; \ 2427 » create_testsuite_report --no-color;» » » » \
2376 » test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 2428 » echo;»» » » » » » » \
2377 » dashes="$$skipped"; \ 2429 » echo ".. contents:: :depth: 2";» » » » \
2378 » fi; \ 2430 » echo;»» » » » » » » \
2379 » report=""; \ 2431 » for b in $$bases; do echo $$b; done» » » » \
2380 » if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ 2432 » | $(am__create_global_log);»» » » » \
2381 » report="Please report to $(PACKAGE_BUGREPORT)"; \ 2433 » } >$(TEST_SUITE_LOG).tmp || exit 1;» » » » \
2382 » test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 2434 » mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);» » » \
2383 » dashes="$$report"; \ 2435 » if $$success; then» » » » » » \
2384 » fi; \ 2436 » col="$$grn";» » » » » » » \
2385 » dashes=`echo "$$dashes" | sed s/./=/g`; \ 2437 » else» » » » » » » » \
2386 » if test "$$failed" -eq 0; then \ 2438 » col="$$red";» » » » » » » \
2387 » col="$$grn"; \ 2439 » test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);» » \
2388 » else \ 2440 » fi;» » » » » » » » \
2389 » col="$$red"; \ 2441 » echo "$${col}$$br$${std}"; » » » » » \
2390 » fi; \ 2442 » echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";» \
2391 » echo "$${col}$$dashes$${std}"; \ 2443 » echo "$${col}$$br$${std}"; » » » » » \
2392 » echo "$${col}$$banner$${std}"; \ 2444 » create_testsuite_report --maybe-color;» » » » \
2393 » test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ 2445 » echo "$$col$$br$$std";» » » » » » \
2394 » test -z "$$report" || echo "$${col}$$report$${std}"; \ 2446 » if $$success; then :; else» » » » » \
2395 » echo "$${col}$$dashes$${std}"; \ 2447 » echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";»» \
2396 » test "$$failed" -eq 0; \ 2448 » if test -n "$(PACKAGE_BUGREPORT)"; then» » » \
2397 » else :; fi 2449 » echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";»\
2450 » fi;» » » » » » » » \
2451 » echo "$$col$$br$$std";» » » » » \
2452 » fi;» » » » » » » » \
2453 » $$success || exit 1
2454
2455 check-TESTS:
2456 » @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
2457 » @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
2458 » @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2459 » @set +e; $(am__set_TESTS_bases); \
2460 » log_list=`for i in $$bases; do echo $$i.log; done`; \
2461 » trs_list=`for i in $$bases; do echo $$i.trs; done`; \
2462 » log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
2463 » $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
2464 » exit $$?;
2465 recheck: all
2466 » @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2467 » @set +e; $(am__set_TESTS_bases); \
2468 » bases=`for i in $$bases; do echo $$i; done \
2469 » | $(am__list_recheck_tests)` || exit 1; \
2470 » log_list=`for i in $$bases; do echo $$i.log; done`; \
2471 » log_list=`echo $$log_list`; \
2472 » $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
2473 » am__force_recheck=am--force-recheck \
2474 » TEST_LOGS="$$log_list"; \
2475 » exit $$?
2476 celt/tests/test_unit_types.log: celt/tests/test_unit_types$(EXEEXT)
2477 » @p='celt/tests/test_unit_types$(EXEEXT)'; \
2478 » b='celt/tests/test_unit_types'; \
2479 » $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2480 » --log-file $$b.log --trs-file $$b.trs \
2481 » $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2482 » "$$tst" $(AM_TESTS_FD_REDIRECT)
2483 celt/tests/test_unit_mathops.log: celt/tests/test_unit_mathops$(EXEEXT)
2484 » @p='celt/tests/test_unit_mathops$(EXEEXT)'; \
2485 » b='celt/tests/test_unit_mathops'; \
2486 » $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2487 » --log-file $$b.log --trs-file $$b.trs \
2488 » $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2489 » "$$tst" $(AM_TESTS_FD_REDIRECT)
2490 celt/tests/test_unit_entropy.log: celt/tests/test_unit_entropy$(EXEEXT)
2491 » @p='celt/tests/test_unit_entropy$(EXEEXT)'; \
2492 » b='celt/tests/test_unit_entropy'; \
2493 » $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2494 » --log-file $$b.log --trs-file $$b.trs \
2495 » $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2496 » "$$tst" $(AM_TESTS_FD_REDIRECT)
2497 celt/tests/test_unit_laplace.log: celt/tests/test_unit_laplace$(EXEEXT)
2498 » @p='celt/tests/test_unit_laplace$(EXEEXT)'; \
2499 » b='celt/tests/test_unit_laplace'; \
2500 » $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2501 » --log-file $$b.log --trs-file $$b.trs \
2502 » $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2503 » "$$tst" $(AM_TESTS_FD_REDIRECT)
2504 celt/tests/test_unit_dft.log: celt/tests/test_unit_dft$(EXEEXT)
2505 » @p='celt/tests/test_unit_dft$(EXEEXT)'; \
2506 » b='celt/tests/test_unit_dft'; \
2507 » $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2508 » --log-file $$b.log --trs-file $$b.trs \
2509 » $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2510 » "$$tst" $(AM_TESTS_FD_REDIRECT)
2511 celt/tests/test_unit_mdct.log: celt/tests/test_unit_mdct$(EXEEXT)
2512 » @p='celt/tests/test_unit_mdct$(EXEEXT)'; \
2513 » b='celt/tests/test_unit_mdct'; \
2514 » $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2515 » --log-file $$b.log --trs-file $$b.trs \
2516 » $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2517 » "$$tst" $(AM_TESTS_FD_REDIRECT)
2518 celt/tests/test_unit_rotation.log: celt/tests/test_unit_rotation$(EXEEXT)
2519 » @p='celt/tests/test_unit_rotation$(EXEEXT)'; \
2520 » b='celt/tests/test_unit_rotation'; \
2521 » $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2522 » --log-file $$b.log --trs-file $$b.trs \
2523 » $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2524 » "$$tst" $(AM_TESTS_FD_REDIRECT)
2525 celt/tests/test_unit_cwrs32.log: celt/tests/test_unit_cwrs32$(EXEEXT)
2526 » @p='celt/tests/test_unit_cwrs32$(EXEEXT)'; \
2527 » b='celt/tests/test_unit_cwrs32'; \
2528 » $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2529 » --log-file $$b.log --trs-file $$b.trs \
2530 » $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2531 » "$$tst" $(AM_TESTS_FD_REDIRECT)
2532 tests/test_opus_api.log: tests/test_opus_api$(EXEEXT)
2533 » @p='tests/test_opus_api$(EXEEXT)'; \
2534 » b='tests/test_opus_api'; \
2535 » $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2536 » --log-file $$b.log --trs-file $$b.trs \
2537 » $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2538 » "$$tst" $(AM_TESTS_FD_REDIRECT)
2539 tests/test_opus_decode.log: tests/test_opus_decode$(EXEEXT)
2540 » @p='tests/test_opus_decode$(EXEEXT)'; \
2541 » b='tests/test_opus_decode'; \
2542 » $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2543 » --log-file $$b.log --trs-file $$b.trs \
2544 » $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2545 » "$$tst" $(AM_TESTS_FD_REDIRECT)
2546 tests/test_opus_encode.log: tests/test_opus_encode$(EXEEXT)
2547 » @p='tests/test_opus_encode$(EXEEXT)'; \
2548 » b='tests/test_opus_encode'; \
2549 » $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2550 » --log-file $$b.log --trs-file $$b.trs \
2551 » $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2552 » "$$tst" $(AM_TESTS_FD_REDIRECT)
2553 tests/test_opus_padding.log: tests/test_opus_padding$(EXEEXT)
2554 » @p='tests/test_opus_padding$(EXEEXT)'; \
2555 » b='tests/test_opus_padding'; \
2556 » $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2557 » --log-file $$b.log --trs-file $$b.trs \
2558 » $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2559 » "$$tst" $(AM_TESTS_FD_REDIRECT)
2560 .test.log:
2561 » @p='$<'; \
2562 » $(am__set_b); \
2563 » $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2564 » --log-file $$b.log --trs-file $$b.trs \
2565 » $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER _FLAGS) -- $(TEST_LOG_COMPILE) \
2566 » "$$tst" $(AM_TESTS_FD_REDIRECT)
2567 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
2568 @am__EXEEXT_TRUE@» @p='$<'; \
2569 @am__EXEEXT_TRUE@» $(am__set_b); \
2570 @am__EXEEXT_TRUE@» $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2571 @am__EXEEXT_TRUE@» --log-file $$b.log --trs-file $$b.trs \
2572 @am__EXEEXT_TRUE@» $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $ (TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2573 @am__EXEEXT_TRUE@» "$$tst" $(AM_TESTS_FD_REDIRECT)
2398 2574
2399 distdir: $(DISTFILES) 2575 distdir: $(DISTFILES)
2400 $(am__remove_distdir) 2576 $(am__remove_distdir)
2401 test -d "$(distdir)" || mkdir "$(distdir)" 2577 test -d "$(distdir)" || mkdir "$(distdir)"
2402 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 2578 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2403 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 2579 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2404 list='$(DISTFILES)'; \ 2580 list='$(DISTFILES)'; \
2405 dist_files=`for file in $$list; do echo $$file; done | \ 2581 dist_files=`for file in $$list; do echo $$file; done | \
2406 sed -e "s|^$$srcdirstrip/||;t" \ 2582 sed -e "s|^$$srcdirstrip/||;t" \
2407 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 2583 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2458 dist-hook 2634 dist-hook
2459 -test -n "$(am__skip_mode_fix)" \ 2635 -test -n "$(am__skip_mode_fix)" \
2460 || find "$(distdir)" -type d ! -perm -755 \ 2636 || find "$(distdir)" -type d ! -perm -755 \
2461 -exec chmod u+rwx,go+rx {} \; -o \ 2637 -exec chmod u+rwx,go+rx {} \; -o \
2462 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 2638 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
2463 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 2639 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
2464 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 2640 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
2465 || chmod -R a+r "$(distdir)" 2641 || chmod -R a+r "$(distdir)"
2466 dist-gzip: distdir 2642 dist-gzip: distdir
2467 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz 2643 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz
2468 » $(am__remove_distdir) 2644 » $(am__post_remove_distdir)
2469 2645
2470 dist-bzip2: distdir 2646 dist-bzip2: distdir
2471 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir ).tar.bz2 2647 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir ).tar.bz2
2472 » $(am__remove_distdir) 2648 » $(am__post_remove_distdir)
2473 2649
2474 dist-lzip: distdir 2650 dist-lzip: distdir
2475 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).ta r.lz 2651 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).ta r.lz
2476 » $(am__remove_distdir) 2652 » $(am__post_remove_distdir)
2477
2478 dist-lzma: distdir
2479 » tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
2480 » $(am__remove_distdir)
2481 2653
2482 dist-xz: distdir 2654 dist-xz: distdir
2483 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir) .tar.xz 2655 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir) .tar.xz
2484 » $(am__remove_distdir) 2656 » $(am__post_remove_distdir)
2485 2657
2486 dist-tarZ: distdir 2658 dist-tarZ: distdir
2659 @echo WARNING: "Support for shar distribution archives is" \
2660 "deprecated." >&2
2661 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
2487 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 2662 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
2488 » $(am__remove_distdir) 2663 » $(am__post_remove_distdir)
2489 2664
2490 dist-shar: distdir 2665 dist-shar: distdir
2666 @echo WARNING: "Support for distribution archives compressed with" \
2667 "legacy program 'compress' is deprecated." >&2
2668 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
2491 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 2669 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
2492 » $(am__remove_distdir) 2670 » $(am__post_remove_distdir)
2493 2671
2494 dist-zip: distdir 2672 dist-zip: distdir
2495 -rm -f $(distdir).zip 2673 -rm -f $(distdir).zip
2496 zip -rq $(distdir).zip $(distdir) 2674 zip -rq $(distdir).zip $(distdir)
2497 » $(am__remove_distdir) 2675 » $(am__post_remove_distdir)
2498 2676
2499 dist dist-all: distdir 2677 dist dist-all:
2500 » tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz 2678 » $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
2501 » $(am__remove_distdir) 2679 » $(am__post_remove_distdir)
2502 2680
2503 # This target untars the dist file and tries a VPATH configuration. Then 2681 # This target untars the dist file and tries a VPATH configuration. Then
2504 # it guarantees that the distribution is self-contained by making another 2682 # it guarantees that the distribution is self-contained by making another
2505 # tarfile. 2683 # tarfile.
2506 distcheck: dist 2684 distcheck: dist
2507 case '$(DIST_ARCHIVES)' in \ 2685 case '$(DIST_ARCHIVES)' in \
2508 *.tar.gz*) \ 2686 *.tar.gz*) \
2509 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 2687 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
2510 *.tar.bz2*) \ 2688 *.tar.bz2*) \
2511 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 2689 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
2512 *.tar.lzma*) \
2513 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
2514 *.tar.lz*) \ 2690 *.tar.lz*) \
2515 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 2691 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
2516 *.tar.xz*) \ 2692 *.tar.xz*) \
2517 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 2693 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
2518 *.tar.Z*) \ 2694 *.tar.Z*) \
2519 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 2695 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
2520 *.shar.gz*) \ 2696 *.shar.gz*) \
2521 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 2697 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
2522 *.zip*) \ 2698 *.zip*) \
2523 unzip $(distdir).zip ;;\ 2699 unzip $(distdir).zip ;;\
2524 esac 2700 esac
2525 » chmod -R a-w $(distdir); chmod u+w $(distdir) 2701 » chmod -R a-w $(distdir)
2526 » mkdir $(distdir)/_build 2702 » chmod u+w $(distdir)
2527 » mkdir $(distdir)/_inst 2703 » mkdir $(distdir)/_build $(distdir)/_inst
2528 chmod a-w $(distdir) 2704 chmod a-w $(distdir)
2529 test -d $(distdir)/_build || exit 0; \ 2705 test -d $(distdir)/_build || exit 0; \
2530 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]: [\\/],/,'` \ 2706 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]: [\\/],/,'` \
2531 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 2707 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
2532 && am__cwd=`pwd` \ 2708 && am__cwd=`pwd` \
2533 && $(am__cd) $(distdir)/_build \ 2709 && $(am__cd) $(distdir)/_build \
2534 » && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 2710 » && ../configure \
2535 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 2711 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
2536 $(DISTCHECK_CONFIGURE_FLAGS) \ 2712 $(DISTCHECK_CONFIGURE_FLAGS) \
2713 --srcdir=.. --prefix="$$dc_install_base" \
2537 && $(MAKE) $(AM_MAKEFLAGS) \ 2714 && $(MAKE) $(AM_MAKEFLAGS) \
2538 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 2715 && $(MAKE) $(AM_MAKEFLAGS) dvi \
2539 && $(MAKE) $(AM_MAKEFLAGS) check \ 2716 && $(MAKE) $(AM_MAKEFLAGS) check \
2540 && $(MAKE) $(AM_MAKEFLAGS) install \ 2717 && $(MAKE) $(AM_MAKEFLAGS) install \
2541 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 2718 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
2542 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 2719 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
2543 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 2720 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
2544 distuninstallcheck \ 2721 distuninstallcheck \
2545 && chmod -R a-w "$$dc_install_base" \ 2722 && chmod -R a-w "$$dc_install_base" \
2546 && ({ \ 2723 && ({ \
2547 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 2724 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
2548 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 2725 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
2549 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 2726 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
2550 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 2727 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
2551 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 2728 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
2552 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 2729 } || { rm -rf "$$dc_destdir"; exit 1; }) \
2553 && rm -rf "$$dc_destdir" \ 2730 && rm -rf "$$dc_destdir" \
2554 && $(MAKE) $(AM_MAKEFLAGS) dist \ 2731 && $(MAKE) $(AM_MAKEFLAGS) dist \
2555 && rm -rf $(DIST_ARCHIVES) \ 2732 && rm -rf $(DIST_ARCHIVES) \
2556 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 2733 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
2557 && cd "$$am__cwd" \ 2734 && cd "$$am__cwd" \
2558 || exit 1 2735 || exit 1
2559 » $(am__remove_distdir) 2736 » $(am__post_remove_distdir)
2560 @(echo "$(distdir) archives ready for distribution: "; \ 2737 @(echo "$(distdir) archives ready for distribution: "; \
2561 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 2738 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
2562 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 2739 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
2563 distuninstallcheck: 2740 distuninstallcheck:
2564 @test -n '$(distuninstallcheck_dir)' || { \ 2741 @test -n '$(distuninstallcheck_dir)' || { \
2565 echo 'ERROR: trying to run $@ with an empty' \ 2742 echo 'ERROR: trying to run $@ with an empty' \
2566 '$$(distuninstallcheck_dir)' >&2; \ 2743 '$$(distuninstallcheck_dir)' >&2; \
2567 exit 1; \ 2744 exit 1; \
2568 }; \ 2745 }; \
2569 $(am__cd) '$(distuninstallcheck_dir)' || { \ 2746 $(am__cd) '$(distuninstallcheck_dir)' || { \
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
2611 if test -z '$(STRIP)'; then \ 2788 if test -z '$(STRIP)'; then \
2612 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 2789 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2613 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 2790 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2614 install; \ 2791 install; \
2615 else \ 2792 else \
2616 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 2793 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2617 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 2794 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2618 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 2795 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2619 fi 2796 fi
2620 mostlyclean-generic: 2797 mostlyclean-generic:
2798 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
2799 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
2800 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2621 2801
2622 clean-generic: 2802 clean-generic:
2623 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 2803 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2624 2804
2625 distclean-generic: 2805 distclean-generic:
2626 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 2806 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2627 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 2807 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2628 -rm -f celt/$(DEPDIR)/$(am__dirstamp) 2808 -rm -f celt/$(DEPDIR)/$(am__dirstamp)
2629 -rm -f celt/$(am__dirstamp) 2809 -rm -f celt/$(am__dirstamp)
2630 -rm -f celt/arm/$(DEPDIR)/$(am__dirstamp) 2810 -rm -f celt/arm/$(DEPDIR)/$(am__dirstamp)
2631 -rm -f celt/arm/$(am__dirstamp) 2811 -rm -f celt/arm/$(am__dirstamp)
2632 -rm -f celt/tests/$(DEPDIR)/$(am__dirstamp) 2812 -rm -f celt/tests/$(DEPDIR)/$(am__dirstamp)
2633 -rm -f celt/tests/$(am__dirstamp) 2813 -rm -f celt/tests/$(am__dirstamp)
2814 -rm -f celt/x86/$(DEPDIR)/$(am__dirstamp)
2815 -rm -f celt/x86/$(am__dirstamp)
2634 -rm -f silk/$(DEPDIR)/$(am__dirstamp) 2816 -rm -f silk/$(DEPDIR)/$(am__dirstamp)
2635 -rm -f silk/$(am__dirstamp) 2817 -rm -f silk/$(am__dirstamp)
2636 -rm -f silk/fixed/$(DEPDIR)/$(am__dirstamp) 2818 -rm -f silk/fixed/$(DEPDIR)/$(am__dirstamp)
2637 -rm -f silk/fixed/$(am__dirstamp) 2819 -rm -f silk/fixed/$(am__dirstamp)
2820 -rm -f silk/fixed/x86/$(DEPDIR)/$(am__dirstamp)
2821 -rm -f silk/fixed/x86/$(am__dirstamp)
2638 -rm -f silk/float/$(DEPDIR)/$(am__dirstamp) 2822 -rm -f silk/float/$(DEPDIR)/$(am__dirstamp)
2639 -rm -f silk/float/$(am__dirstamp) 2823 -rm -f silk/float/$(am__dirstamp)
2824 -rm -f silk/x86/$(DEPDIR)/$(am__dirstamp)
2825 -rm -f silk/x86/$(am__dirstamp)
2640 -rm -f src/$(DEPDIR)/$(am__dirstamp) 2826 -rm -f src/$(DEPDIR)/$(am__dirstamp)
2641 -rm -f src/$(am__dirstamp) 2827 -rm -f src/$(am__dirstamp)
2642 -rm -f tests/$(DEPDIR)/$(am__dirstamp) 2828 -rm -f tests/$(DEPDIR)/$(am__dirstamp)
2643 -rm -f tests/$(am__dirstamp) 2829 -rm -f tests/$(am__dirstamp)
2644 2830
2645 maintainer-clean-generic: 2831 maintainer-clean-generic:
2646 @echo "This command is intended for maintainers to use" 2832 @echo "This command is intended for maintainers to use"
2647 @echo "it deletes files that may require special tools to rebuild." 2833 @echo "it deletes files that may require special tools to rebuild."
2648 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 2834 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
2649 clean: clean-recursive 2835 clean: clean-recursive
2650 2836
2651 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \ 2837 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
2652 clean-noinstPROGRAMS mostlyclean-am 2838 clean-noinstPROGRAMS mostlyclean-am
2653 2839
2654 distclean: distclean-recursive 2840 distclean: distclean-recursive
2655 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 2841 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2656 » -rm -rf celt/$(DEPDIR) celt/arm/$(DEPDIR) celt/tests/$(DEPDIR) silk/$(DE PDIR) silk/fixed/$(DEPDIR) silk/float/$(DEPDIR) src/$(DEPDIR) tests/$(DEPDIR) 2842 » -rm -rf celt/$(DEPDIR) celt/arm/$(DEPDIR) celt/tests/$(DEPDIR) celt/x86/ $(DEPDIR) silk/$(DEPDIR) silk/fixed/$(DEPDIR) silk/fixed/x86/$(DEPDIR) silk/floa t/$(DEPDIR) silk/x86/$(DEPDIR) src/$(DEPDIR) tests/$(DEPDIR)
2657 -rm -f Makefile 2843 -rm -f Makefile
2658 distclean-am: clean-am distclean-compile distclean-generic \ 2844 distclean-am: clean-am distclean-compile distclean-generic \
2659 distclean-hdr distclean-libtool distclean-tags 2845 distclean-hdr distclean-libtool distclean-tags
2660 2846
2661 dvi: dvi-recursive 2847 dvi: dvi-recursive
2662 2848
2663 dvi-am: 2849 dvi-am:
2664 2850
2665 html: html-recursive 2851 html: html-recursive
2666 2852
(...skipping 28 matching lines...) Expand all
2695 2881
2696 install-ps: install-ps-recursive 2882 install-ps: install-ps-recursive
2697 2883
2698 install-ps-am: 2884 install-ps-am:
2699 2885
2700 installcheck-am: 2886 installcheck-am:
2701 2887
2702 maintainer-clean: maintainer-clean-recursive 2888 maintainer-clean: maintainer-clean-recursive
2703 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 2889 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2704 -rm -rf $(top_srcdir)/autom4te.cache 2890 -rm -rf $(top_srcdir)/autom4te.cache
2705 » -rm -rf celt/$(DEPDIR) celt/arm/$(DEPDIR) celt/tests/$(DEPDIR) silk/$(DE PDIR) silk/fixed/$(DEPDIR) silk/float/$(DEPDIR) src/$(DEPDIR) tests/$(DEPDIR) 2891 » -rm -rf celt/$(DEPDIR) celt/arm/$(DEPDIR) celt/tests/$(DEPDIR) celt/x86/ $(DEPDIR) silk/$(DEPDIR) silk/fixed/$(DEPDIR) silk/fixed/x86/$(DEPDIR) silk/floa t/$(DEPDIR) silk/x86/$(DEPDIR) src/$(DEPDIR) tests/$(DEPDIR)
2706 -rm -f Makefile 2892 -rm -f Makefile
2707 maintainer-clean-am: distclean-am maintainer-clean-generic 2893 maintainer-clean-am: distclean-am maintainer-clean-generic
2708 2894
2709 mostlyclean: mostlyclean-recursive 2895 mostlyclean: mostlyclean-recursive
2710 2896
2711 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 2897 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2712 mostlyclean-libtool 2898 mostlyclean-libtool
2713 2899
2714 pdf: pdf-recursive 2900 pdf: pdf-recursive
2715 2901
2716 pdf-am: 2902 pdf-am:
2717 2903
2718 ps: ps-recursive 2904 ps: ps-recursive
2719 2905
2720 ps-am: 2906 ps-am:
2721 2907
2722 uninstall-am: uninstall-libLTLIBRARIES uninstall-local \ 2908 uninstall-am: uninstall-libLTLIBRARIES uninstall-local \
2723 uninstall-m4dataDATA uninstall-pkgconfigDATA \ 2909 uninstall-m4dataDATA uninstall-pkgconfigDATA \
2724 uninstall-pkgincludeHEADERS 2910 uninstall-pkgincludeHEADERS
2725 2911
2726 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \ 2912 .MAKE: $(am__recursive_targets) all check check-am install install-am \
2727 » check-am ctags-recursive install install-am install-strip \ 2913 » install-strip
2728 » tags-recursive
2729 2914
2730 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 2915 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
2731 » all all-am all-local am--refresh check check-TESTS check-am \ 2916 » am--refresh check check-TESTS check-am clean clean-cscope \
2732 » clean clean-generic clean-libLTLIBRARIES clean-libtool \ 2917 » clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
2733 » clean-local clean-noinstPROGRAMS ctags ctags-recursive dist \ 2918 » clean-noinstPROGRAMS cscope cscopelist-am ctags ctags-am dist \
2734 » dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-lzma \ 2919 » dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
2735 » dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ 2920 » dist-tarZ dist-xz dist-zip distcheck distclean \
2736 distclean-compile distclean-generic distclean-hdr \ 2921 distclean-compile distclean-generic distclean-hdr \
2737 distclean-libtool distclean-tags distcleancheck distdir \ 2922 distclean-libtool distclean-tags distcleancheck distdir \
2738 distuninstallcheck dvi dvi-am html html-am info info-am \ 2923 distuninstallcheck dvi dvi-am html html-am info info-am \
2739 install install-am install-data install-data-am \ 2924 install install-am install-data install-data-am \
2740 install-data-local install-dvi install-dvi-am install-exec \ 2925 install-data-local install-dvi install-dvi-am install-exec \
2741 install-exec-am install-html install-html-am install-info \ 2926 install-exec-am install-html install-html-am install-info \
2742 install-info-am install-libLTLIBRARIES install-m4dataDATA \ 2927 install-info-am install-libLTLIBRARIES install-m4dataDATA \
2743 install-man install-pdf install-pdf-am install-pkgconfigDATA \ 2928 install-man install-pdf install-pdf-am install-pkgconfigDATA \
2744 install-pkgincludeHEADERS install-ps install-ps-am \ 2929 install-pkgincludeHEADERS install-ps install-ps-am \
2745 install-strip installcheck installcheck-am installdirs \ 2930 install-strip installcheck installcheck-am installdirs \
2746 installdirs-am maintainer-clean maintainer-clean-generic \ 2931 installdirs-am maintainer-clean maintainer-clean-generic \
2747 mostlyclean mostlyclean-compile mostlyclean-generic \ 2932 mostlyclean mostlyclean-compile mostlyclean-generic \
2748 » mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 2933 » mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \
2749 uninstall uninstall-am uninstall-libLTLIBRARIES \ 2934 uninstall uninstall-am uninstall-libLTLIBRARIES \
2750 uninstall-local uninstall-m4dataDATA uninstall-pkgconfigDATA \ 2935 uninstall-local uninstall-m4dataDATA uninstall-pkgconfigDATA \
2751 uninstall-pkgincludeHEADERS 2936 uninstall-pkgincludeHEADERS
2752 2937
2753 2938
2754 # Provide the full test output for failed tests when using the parallel 2939 # Provide the full test output for failed tests when using the parallel
2755 # test suite (which is enabled by default with automake 1.13+). 2940 # test suite (which is enabled by default with automake 1.13+).
2756 export VERBOSE = yes 2941 export VERBOSE = yes
2757 2942
2758 # Targets to build and install just the library without the docs 2943 # Targets to build and install just the library without the docs
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
2818 echo 'PACKAGE_VERSION="$(PACKAGE_VERSION)"' > $(top_distdir)/package_ver sion 3003 echo 'PACKAGE_VERSION="$(PACKAGE_VERSION)"' > $(top_distdir)/package_ver sion
2819 3004
2820 .PHONY: opus check-opus install-opus docs install-docs 3005 .PHONY: opus check-opus install-opus docs install-docs
2821 3006
2822 # automake doesn't do dependency tracking for asm files, that I can tell 3007 # automake doesn't do dependency tracking for asm files, that I can tell
2823 $(CELT_SOURCES_ARM_ASM:%.s=%-gnu.S): celt/arm/armopts-gnu.S 3008 $(CELT_SOURCES_ARM_ASM:%.s=%-gnu.S): celt/arm/armopts-gnu.S
2824 $(CELT_SOURCES_ARM_ASM:%.s=%-gnu.S): $(top_srcdir)/celt/arm/arm2gnu.pl 3009 $(CELT_SOURCES_ARM_ASM:%.s=%-gnu.S): $(top_srcdir)/celt/arm/arm2gnu.pl
2825 3010
2826 # convert ARM asm to GNU as format 3011 # convert ARM asm to GNU as format
2827 %-gnu.S: $(top_srcdir)/%.s 3012 %-gnu.S: $(top_srcdir)/%.s
2828 » $(top_srcdir)/celt/arm/arm2gnu.pl < $< > $@ 3013 » $(top_srcdir)/celt/arm/arm2gnu.pl @ARM2GNU_PARAMS@ < $< > $@
2829 # For autoconf-modified sources (e.g., armopts.s) 3014 # For autoconf-modified sources (e.g., armopts.s)
2830 %-gnu.S: %.s 3015 %-gnu.S: %.s
2831 » $(top_srcdir)/celt/arm/arm2gnu.pl < $< > $@ 3016 » $(top_srcdir)/celt/arm/arm2gnu.pl @ARM2GNU_PARAMS@ < $< > $@
3017
3018 @HAVE_SSE4_1_TRUE@$(SSE_OBJ): CFLAGS += -msse4.1
3019 @HAVE_SSE2_TRUE@@HAVE_SSE4_1_FALSE@$(SSE_OBJ): CFLAGS += -msse2
3020 @OPUS_ARM_NEON_INTR_TRUE@$(CELT_ARM_NEON_INTR_OBJ): CFLAGS += $(OPUS_ARM_NEON_IN TR_CPPFLAGS)
2832 3021
2833 # Tell versions [3.59,3.63) of GNU make to not export all variables. 3022 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2834 # Otherwise a system limit (for SysV at least) may be exceeded. 3023 # Otherwise a system limit (for SysV at least) may be exceeded.
2835 .NOEXPORT: 3024 .NOEXPORT:
OLDNEW
« no previous file with comments | « Makefile.am ('k') | Makefile.mips » ('j') | autogen.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698