Mercurial > hg > sv-dependency-builds
comparison src/opus-1.3/Makefile.in @ 154:4664ac0c1032
Add Opus sources and macOS builds
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 23 Jan 2019 13:48:08 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
153:84bc3a5ec321 | 154:4664ac0c1032 |
---|---|
1 # Makefile.in generated by automake 1.15.1 from Makefile.am. | |
2 # @configure_input@ | |
3 | |
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. | |
5 | |
6 # This Makefile.in is free software; the Free Software Foundation | |
7 # gives unlimited permission to copy and/or distribute it, | |
8 # with or without modifications, as long as this notice is preserved. | |
9 | |
10 # This program is distributed in the hope that it will be useful, | |
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
13 # PARTICULAR PURPOSE. | |
14 | |
15 @SET_MAKE@ | |
16 | |
17 | |
18 | |
19 | |
20 VPATH = @srcdir@ | |
21 am__is_gnu_make = { \ | |
22 if test -z '$(MAKELEVEL)'; then \ | |
23 false; \ | |
24 elif test -n '$(MAKE_HOST)'; then \ | |
25 true; \ | |
26 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ | |
27 true; \ | |
28 else \ | |
29 false; \ | |
30 fi; \ | |
31 } | |
32 am__make_running_with_option = \ | |
33 case $${target_option-} in \ | |
34 ?) ;; \ | |
35 *) echo "am__make_running_with_option: internal error: invalid" \ | |
36 "target option '$${target_option-}' specified" >&2; \ | |
37 exit 1;; \ | |
38 esac; \ | |
39 has_opt=no; \ | |
40 sane_makeflags=$$MAKEFLAGS; \ | |
41 if $(am__is_gnu_make); then \ | |
42 sane_makeflags=$$MFLAGS; \ | |
43 else \ | |
44 case $$MAKEFLAGS in \ | |
45 *\\[\ \ ]*) \ | |
46 bs=\\; \ | |
47 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | |
48 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | |
49 esac; \ | |
50 fi; \ | |
51 skip_next=no; \ | |
52 strip_trailopt () \ | |
53 { \ | |
54 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | |
55 }; \ | |
56 for flg in $$sane_makeflags; do \ | |
57 test $$skip_next = yes && { skip_next=no; continue; }; \ | |
58 case $$flg in \ | |
59 *=*|--*) continue;; \ | |
60 -*I) strip_trailopt 'I'; skip_next=yes;; \ | |
61 -*I?*) strip_trailopt 'I';; \ | |
62 -*O) strip_trailopt 'O'; skip_next=yes;; \ | |
63 -*O?*) strip_trailopt 'O';; \ | |
64 -*l) strip_trailopt 'l'; skip_next=yes;; \ | |
65 -*l?*) strip_trailopt 'l';; \ | |
66 -[dEDm]) skip_next=yes;; \ | |
67 -[JT]) skip_next=yes;; \ | |
68 esac; \ | |
69 case $$flg in \ | |
70 *$$target_option*) has_opt=yes; break;; \ | |
71 esac; \ | |
72 done; \ | |
73 test $$has_opt = yes | |
74 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | |
75 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | |
76 pkgdatadir = $(datadir)/@PACKAGE@ | |
77 pkgincludedir = $(includedir)/@PACKAGE@ | |
78 pkglibdir = $(libdir)/@PACKAGE@ | |
79 pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
80 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
81 install_sh_DATA = $(install_sh) -c -m 644 | |
82 install_sh_PROGRAM = $(install_sh) -c | |
83 install_sh_SCRIPT = $(install_sh) -c | |
84 INSTALL_HEADER = $(INSTALL_DATA) | |
85 transform = $(program_transform_name) | |
86 NORMAL_INSTALL = : | |
87 PRE_INSTALL = : | |
88 POST_INSTALL = : | |
89 NORMAL_UNINSTALL = : | |
90 PRE_UNINSTALL = : | |
91 POST_UNINSTALL = : | |
92 build_triplet = @build@ | |
93 host_triplet = @host@ | |
94 @FIXED_POINT_TRUE@am__append_1 = $(SILK_SOURCES_FIXED) | |
95 @FIXED_POINT_TRUE@@HAVE_SSE4_1_TRUE@am__append_2 = $(SILK_SOURCES_SSE4_1) $(SILK_SOURCES_FIXED_SSE4_1) | |
96 @FIXED_POINT_TRUE@@HAVE_ARM_NEON_INTR_TRUE@am__append_3 = $(SILK_SOURCES_FIXED_ARM_NEON_INTR) | |
97 @FIXED_POINT_FALSE@am__append_4 = $(SILK_SOURCES_FLOAT) | |
98 @FIXED_POINT_FALSE@@HAVE_SSE4_1_TRUE@am__append_5 = $(SILK_SOURCES_SSE4_1) | |
99 @DISABLE_FLOAT_API_FALSE@am__append_6 = $(OPUS_SOURCES_FLOAT) | |
100 @HAVE_SSE_TRUE@am__append_7 = $(CELT_SOURCES_SSE) | |
101 @HAVE_SSE2_TRUE@am__append_8 = $(CELT_SOURCES_SSE2) | |
102 @HAVE_SSE4_1_TRUE@am__append_9 = $(CELT_SOURCES_SSE4_1) | |
103 @CPU_ARM_TRUE@am__append_10 = $(CELT_SOURCES_ARM) | |
104 @CPU_ARM_TRUE@am__append_11 = $(SILK_SOURCES_ARM) | |
105 @CPU_ARM_TRUE@@HAVE_ARM_NEON_INTR_TRUE@am__append_12 = $(CELT_SOURCES_ARM_NEON_INTR) | |
106 @CPU_ARM_TRUE@@HAVE_ARM_NEON_INTR_TRUE@am__append_13 = $(SILK_SOURCES_ARM_NEON_INTR) | |
107 @CPU_ARM_TRUE@@HAVE_ARM_NE10_TRUE@am__append_14 = $(CELT_SOURCES_ARM_NE10) | |
108 @OPUS_ARM_EXTERNAL_ASM_TRUE@am__append_15 = libarmasm.la | |
109 @EXTRA_PROGRAMS_TRUE@noinst_PROGRAMS = \ | |
110 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_cwrs32$(EXEEXT) \ | |
111 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_dft$(EXEEXT) \ | |
112 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_entropy$(EXEEXT) \ | |
113 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_laplace$(EXEEXT) \ | |
114 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_mathops$(EXEEXT) \ | |
115 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_mdct$(EXEEXT) \ | |
116 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_rotation$(EXEEXT) \ | |
117 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_types$(EXEEXT) \ | |
118 @EXTRA_PROGRAMS_TRUE@ opus_compare$(EXEEXT) opus_demo$(EXEEXT) \ | |
119 @EXTRA_PROGRAMS_TRUE@ repacketizer_demo$(EXEEXT) \ | |
120 @EXTRA_PROGRAMS_TRUE@ silk/tests/test_unit_LPC_inv_pred_gain$(EXEEXT) \ | |
121 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_api$(EXEEXT) \ | |
122 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_decode$(EXEEXT) \ | |
123 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_encode$(EXEEXT) \ | |
124 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_padding$(EXEEXT) \ | |
125 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_projection$(EXEEXT) \ | |
126 @EXTRA_PROGRAMS_TRUE@ $(am__EXEEXT_1) | |
127 @EXTRA_PROGRAMS_TRUE@TESTS = celt/tests/test_unit_cwrs32$(EXEEXT) \ | |
128 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_dft$(EXEEXT) \ | |
129 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_entropy$(EXEEXT) \ | |
130 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_laplace$(EXEEXT) \ | |
131 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_mathops$(EXEEXT) \ | |
132 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_mdct$(EXEEXT) \ | |
133 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_rotation$(EXEEXT) \ | |
134 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_types$(EXEEXT) \ | |
135 @EXTRA_PROGRAMS_TRUE@ silk/tests/test_unit_LPC_inv_pred_gain$(EXEEXT) \ | |
136 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_api$(EXEEXT) \ | |
137 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_decode$(EXEEXT) \ | |
138 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_encode$(EXEEXT) \ | |
139 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_padding$(EXEEXT) \ | |
140 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_projection$(EXEEXT) | |
141 @EXTRA_PROGRAMS_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@am__append_16 = libarmasm.la | |
142 @EXTRA_PROGRAMS_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@am__append_17 = libarmasm.la | |
143 @EXTRA_PROGRAMS_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@am__append_18 = libarmasm.la | |
144 @EXTRA_PROGRAMS_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@am__append_19 = libarmasm.la | |
145 @EXTRA_PROGRAMS_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@am__append_20 = libarmasm.la | |
146 @EXTRA_PROGRAMS_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@am__append_21 = libarmasm.la | |
147 @CUSTOM_MODES_TRUE@am__append_22 = include/opus_custom.h | |
148 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@am__append_23 = opus_custom_demo | |
149 subdir = . | |
150 SUBDIRS = | |
151 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
152 am__aclocal_m4_deps = $(top_srcdir)/m4/as-gcc-inline-assembly.m4 \ | |
153 $(top_srcdir)/m4/ax_add_fortify_source.m4 \ | |
154 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ | |
155 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ | |
156 $(top_srcdir)/m4/lt~obsolete.m4 \ | |
157 $(top_srcdir)/m4/opus-intrinsics.m4 $(top_srcdir)/configure.ac | |
158 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
159 $(ACLOCAL_M4) | |
160 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ | |
161 $(am__configure_deps) $(noinst_HEADERS) \ | |
162 $(am__pkginclude_HEADERS_DIST) $(am__DIST_COMMON) | |
163 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |
164 configure.lineno config.status.lineno | |
165 mkinstalldirs = $(install_sh) -d | |
166 CONFIG_HEADER = config.h | |
167 CONFIG_CLEAN_FILES = opus.pc opus-uninstalled.pc celt/arm/armopts.s | |
168 CONFIG_CLEAN_VPATH_FILES = | |
169 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | |
170 am__vpath_adj = case $$p in \ | |
171 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |
172 *) f=$$p;; \ | |
173 esac; | |
174 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | |
175 am__install_max = 40 | |
176 am__nobase_strip_setup = \ | |
177 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | |
178 am__nobase_strip = \ | |
179 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | |
180 am__nobase_list = $(am__nobase_strip_setup); \ | |
181 for p in $$list; do echo "$$p $$p"; done | \ | |
182 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | |
183 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | |
184 if (++n[$$2] == $(am__install_max)) \ | |
185 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | |
186 END { for (dir in files) print dir, files[dir] }' | |
187 am__base_list = \ | |
188 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | |
189 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | |
190 am__uninstall_files_from_dir = { \ | |
191 test -z "$$files" \ | |
192 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ | |
193 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | |
194 $(am__cd) "$$dir" && rm -f $$files; }; \ | |
195 } | |
196 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(m4datadir)" \ | |
197 "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)" | |
198 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) | |
199 libarmasm_la_LIBADD = | |
200 am__libarmasm_la_SOURCES_DIST = celt/arm/celt_pitch_xcorr_arm-gnu.S | |
201 am__dirstamp = $(am__leading_dot)dirstamp | |
202 am__objects_1 = celt/arm/celt_pitch_xcorr_arm-gnu.lo | |
203 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@am_libarmasm_la_OBJECTS = \ | |
204 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@ $(am__objects_1) | |
205 libarmasm_la_OBJECTS = $(am_libarmasm_la_OBJECTS) | |
206 AM_V_lt = $(am__v_lt_@AM_V@) | |
207 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | |
208 am__v_lt_0 = --silent | |
209 am__v_lt_1 = | |
210 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@am_libarmasm_la_rpath = | |
211 am__DEPENDENCIES_1 = | |
212 libopus_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ | |
213 $(am__append_15) | |
214 am__libopus_la_SOURCES_DIST = celt/bands.c celt/celt.c \ | |
215 celt/celt_encoder.c celt/celt_decoder.c celt/cwrs.c \ | |
216 celt/entcode.c celt/entdec.c celt/entenc.c celt/kiss_fft.c \ | |
217 celt/laplace.c celt/mathops.c celt/mdct.c celt/modes.c \ | |
218 celt/pitch.c celt/celt_lpc.c celt/quant_bands.c celt/rate.c \ | |
219 celt/vq.c celt/x86/x86cpu.c celt/x86/x86_celt_map.c \ | |
220 celt/x86/pitch_sse.c celt/x86/pitch_sse2.c celt/x86/vq_sse2.c \ | |
221 celt/x86/celt_lpc_sse4_1.c celt/x86/pitch_sse4_1.c \ | |
222 celt/arm/armcpu.c celt/arm/arm_celt_map.c \ | |
223 celt/arm/celt_neon_intr.c celt/arm/pitch_neon_intr.c \ | |
224 celt/arm/celt_fft_ne10.c celt/arm/celt_mdct_ne10.c silk/CNG.c \ | |
225 silk/code_signs.c silk/init_decoder.c silk/decode_core.c \ | |
226 silk/decode_frame.c silk/decode_parameters.c \ | |
227 silk/decode_indices.c silk/decode_pulses.c \ | |
228 silk/decoder_set_fs.c silk/dec_API.c silk/enc_API.c \ | |
229 silk/encode_indices.c silk/encode_pulses.c silk/gain_quant.c \ | |
230 silk/interpolate.c silk/LP_variable_cutoff.c \ | |
231 silk/NLSF_decode.c silk/NSQ.c silk/NSQ_del_dec.c silk/PLC.c \ | |
232 silk/shell_coder.c silk/tables_gain.c silk/tables_LTP.c \ | |
233 silk/tables_NLSF_CB_NB_MB.c silk/tables_NLSF_CB_WB.c \ | |
234 silk/tables_other.c silk/tables_pitch_lag.c \ | |
235 silk/tables_pulses_per_block.c silk/VAD.c \ | |
236 silk/control_audio_bandwidth.c silk/quant_LTP_gains.c \ | |
237 silk/VQ_WMat_EC.c silk/HP_variable_cutoff.c silk/NLSF_encode.c \ | |
238 silk/NLSF_VQ.c silk/NLSF_unpack.c silk/NLSF_del_dec_quant.c \ | |
239 silk/process_NLSFs.c silk/stereo_LR_to_MS.c \ | |
240 silk/stereo_MS_to_LR.c silk/check_control_input.c \ | |
241 silk/control_SNR.c silk/init_encoder.c silk/control_codec.c \ | |
242 silk/A2NLSF.c silk/ana_filt_bank_1.c silk/biquad_alt.c \ | |
243 silk/bwexpander_32.c silk/bwexpander.c silk/debug.c \ | |
244 silk/decode_pitch.c silk/inner_prod_aligned.c silk/lin2log.c \ | |
245 silk/log2lin.c silk/LPC_analysis_filter.c \ | |
246 silk/LPC_inv_pred_gain.c silk/table_LSF_cos.c silk/NLSF2A.c \ | |
247 silk/NLSF_stabilize.c silk/NLSF_VQ_weights_laroia.c \ | |
248 silk/pitch_est_tables.c silk/resampler.c \ | |
249 silk/resampler_down2_3.c silk/resampler_down2.c \ | |
250 silk/resampler_private_AR2.c silk/resampler_private_down_FIR.c \ | |
251 silk/resampler_private_IIR_FIR.c \ | |
252 silk/resampler_private_up2_HQ.c silk/resampler_rom.c \ | |
253 silk/sigm_Q15.c silk/sort.c silk/sum_sqr_shift.c \ | |
254 silk/stereo_decode_pred.c silk/stereo_encode_pred.c \ | |
255 silk/stereo_find_predictor.c silk/stereo_quant_pred.c \ | |
256 silk/LPC_fit.c silk/fixed/LTP_analysis_filter_FIX.c \ | |
257 silk/fixed/LTP_scale_ctrl_FIX.c silk/fixed/corrMatrix_FIX.c \ | |
258 silk/fixed/encode_frame_FIX.c silk/fixed/find_LPC_FIX.c \ | |
259 silk/fixed/find_LTP_FIX.c silk/fixed/find_pitch_lags_FIX.c \ | |
260 silk/fixed/find_pred_coefs_FIX.c \ | |
261 silk/fixed/noise_shape_analysis_FIX.c \ | |
262 silk/fixed/process_gains_FIX.c \ | |
263 silk/fixed/regularize_correlations_FIX.c \ | |
264 silk/fixed/residual_energy16_FIX.c \ | |
265 silk/fixed/residual_energy_FIX.c \ | |
266 silk/fixed/warped_autocorrelation_FIX.c \ | |
267 silk/fixed/apply_sine_window_FIX.c silk/fixed/autocorr_FIX.c \ | |
268 silk/fixed/burg_modified_FIX.c silk/fixed/k2a_FIX.c \ | |
269 silk/fixed/k2a_Q16_FIX.c silk/fixed/pitch_analysis_core_FIX.c \ | |
270 silk/fixed/vector_ops_FIX.c silk/fixed/schur64_FIX.c \ | |
271 silk/fixed/schur_FIX.c silk/x86/NSQ_sse4_1.c \ | |
272 silk/x86/NSQ_del_dec_sse4_1.c silk/x86/x86_silk_map.c \ | |
273 silk/x86/VAD_sse4_1.c silk/x86/VQ_WMat_EC_sse4_1.c \ | |
274 silk/fixed/x86/vector_ops_FIX_sse4_1.c \ | |
275 silk/fixed/x86/burg_modified_FIX_sse4_1.c \ | |
276 silk/fixed/arm/warped_autocorrelation_FIX_neon_intr.c \ | |
277 silk/float/apply_sine_window_FLP.c silk/float/corrMatrix_FLP.c \ | |
278 silk/float/encode_frame_FLP.c silk/float/find_LPC_FLP.c \ | |
279 silk/float/find_LTP_FLP.c silk/float/find_pitch_lags_FLP.c \ | |
280 silk/float/find_pred_coefs_FLP.c \ | |
281 silk/float/LPC_analysis_filter_FLP.c \ | |
282 silk/float/LTP_analysis_filter_FLP.c \ | |
283 silk/float/LTP_scale_ctrl_FLP.c \ | |
284 silk/float/noise_shape_analysis_FLP.c \ | |
285 silk/float/process_gains_FLP.c \ | |
286 silk/float/regularize_correlations_FLP.c \ | |
287 silk/float/residual_energy_FLP.c \ | |
288 silk/float/warped_autocorrelation_FLP.c \ | |
289 silk/float/wrappers_FLP.c silk/float/autocorrelation_FLP.c \ | |
290 silk/float/burg_modified_FLP.c silk/float/bwexpander_FLP.c \ | |
291 silk/float/energy_FLP.c silk/float/inner_product_FLP.c \ | |
292 silk/float/k2a_FLP.c silk/float/LPC_inv_pred_gain_FLP.c \ | |
293 silk/float/pitch_analysis_core_FLP.c \ | |
294 silk/float/scale_copy_vector_FLP.c \ | |
295 silk/float/scale_vector_FLP.c silk/float/schur_FLP.c \ | |
296 silk/float/sort_FLP.c silk/arm/arm_silk_map.c \ | |
297 silk/arm/biquad_alt_neon_intr.c \ | |
298 silk/arm/LPC_inv_pred_gain_neon_intr.c \ | |
299 silk/arm/NSQ_del_dec_neon_intr.c silk/arm/NSQ_neon.c \ | |
300 src/opus.c src/opus_decoder.c src/opus_encoder.c \ | |
301 src/opus_multistream.c src/opus_multistream_encoder.c \ | |
302 src/opus_multistream_decoder.c src/repacketizer.c \ | |
303 src/opus_projection_encoder.c src/opus_projection_decoder.c \ | |
304 src/mapping_matrix.c src/analysis.c src/mlp.c src/mlp_data.c | |
305 am__objects_2 = celt/x86/x86cpu.lo celt/x86/x86_celt_map.lo \ | |
306 celt/x86/pitch_sse.lo | |
307 @HAVE_SSE_TRUE@am__objects_3 = $(am__objects_2) | |
308 am__objects_4 = celt/x86/pitch_sse2.lo celt/x86/vq_sse2.lo | |
309 @HAVE_SSE2_TRUE@am__objects_5 = $(am__objects_4) | |
310 am__objects_6 = celt/x86/celt_lpc_sse4_1.lo celt/x86/pitch_sse4_1.lo | |
311 @HAVE_SSE4_1_TRUE@am__objects_7 = $(am__objects_6) | |
312 am__objects_8 = celt/arm/armcpu.lo celt/arm/arm_celt_map.lo | |
313 @CPU_ARM_TRUE@am__objects_9 = $(am__objects_8) | |
314 am__objects_10 = celt/arm/celt_neon_intr.lo \ | |
315 celt/arm/pitch_neon_intr.lo | |
316 @CPU_ARM_TRUE@@HAVE_ARM_NEON_INTR_TRUE@am__objects_11 = \ | |
317 @CPU_ARM_TRUE@@HAVE_ARM_NEON_INTR_TRUE@ $(am__objects_10) | |
318 am__objects_12 = celt/arm/celt_fft_ne10.lo celt/arm/celt_mdct_ne10.lo | |
319 @CPU_ARM_TRUE@@HAVE_ARM_NE10_TRUE@am__objects_13 = $(am__objects_12) | |
320 am__objects_14 = celt/bands.lo celt/celt.lo celt/celt_encoder.lo \ | |
321 celt/celt_decoder.lo celt/cwrs.lo celt/entcode.lo \ | |
322 celt/entdec.lo celt/entenc.lo celt/kiss_fft.lo celt/laplace.lo \ | |
323 celt/mathops.lo celt/mdct.lo celt/modes.lo celt/pitch.lo \ | |
324 celt/celt_lpc.lo celt/quant_bands.lo celt/rate.lo celt/vq.lo \ | |
325 $(am__objects_3) $(am__objects_5) $(am__objects_7) \ | |
326 $(am__objects_9) $(am__objects_11) $(am__objects_13) | |
327 am__objects_15 = silk/fixed/LTP_analysis_filter_FIX.lo \ | |
328 silk/fixed/LTP_scale_ctrl_FIX.lo silk/fixed/corrMatrix_FIX.lo \ | |
329 silk/fixed/encode_frame_FIX.lo silk/fixed/find_LPC_FIX.lo \ | |
330 silk/fixed/find_LTP_FIX.lo silk/fixed/find_pitch_lags_FIX.lo \ | |
331 silk/fixed/find_pred_coefs_FIX.lo \ | |
332 silk/fixed/noise_shape_analysis_FIX.lo \ | |
333 silk/fixed/process_gains_FIX.lo \ | |
334 silk/fixed/regularize_correlations_FIX.lo \ | |
335 silk/fixed/residual_energy16_FIX.lo \ | |
336 silk/fixed/residual_energy_FIX.lo \ | |
337 silk/fixed/warped_autocorrelation_FIX.lo \ | |
338 silk/fixed/apply_sine_window_FIX.lo silk/fixed/autocorr_FIX.lo \ | |
339 silk/fixed/burg_modified_FIX.lo silk/fixed/k2a_FIX.lo \ | |
340 silk/fixed/k2a_Q16_FIX.lo \ | |
341 silk/fixed/pitch_analysis_core_FIX.lo \ | |
342 silk/fixed/vector_ops_FIX.lo silk/fixed/schur64_FIX.lo \ | |
343 silk/fixed/schur_FIX.lo | |
344 @FIXED_POINT_TRUE@am__objects_16 = $(am__objects_15) | |
345 am__objects_17 = silk/x86/NSQ_sse4_1.lo silk/x86/NSQ_del_dec_sse4_1.lo \ | |
346 silk/x86/x86_silk_map.lo silk/x86/VAD_sse4_1.lo \ | |
347 silk/x86/VQ_WMat_EC_sse4_1.lo | |
348 am__objects_18 = silk/fixed/x86/vector_ops_FIX_sse4_1.lo \ | |
349 silk/fixed/x86/burg_modified_FIX_sse4_1.lo | |
350 @FIXED_POINT_TRUE@@HAVE_SSE4_1_TRUE@am__objects_19 = \ | |
351 @FIXED_POINT_TRUE@@HAVE_SSE4_1_TRUE@ $(am__objects_17) \ | |
352 @FIXED_POINT_TRUE@@HAVE_SSE4_1_TRUE@ $(am__objects_18) | |
353 am__objects_20 = \ | |
354 silk/fixed/arm/warped_autocorrelation_FIX_neon_intr.lo | |
355 @FIXED_POINT_TRUE@@HAVE_ARM_NEON_INTR_TRUE@am__objects_21 = \ | |
356 @FIXED_POINT_TRUE@@HAVE_ARM_NEON_INTR_TRUE@ $(am__objects_20) | |
357 am__objects_22 = silk/float/apply_sine_window_FLP.lo \ | |
358 silk/float/corrMatrix_FLP.lo silk/float/encode_frame_FLP.lo \ | |
359 silk/float/find_LPC_FLP.lo silk/float/find_LTP_FLP.lo \ | |
360 silk/float/find_pitch_lags_FLP.lo \ | |
361 silk/float/find_pred_coefs_FLP.lo \ | |
362 silk/float/LPC_analysis_filter_FLP.lo \ | |
363 silk/float/LTP_analysis_filter_FLP.lo \ | |
364 silk/float/LTP_scale_ctrl_FLP.lo \ | |
365 silk/float/noise_shape_analysis_FLP.lo \ | |
366 silk/float/process_gains_FLP.lo \ | |
367 silk/float/regularize_correlations_FLP.lo \ | |
368 silk/float/residual_energy_FLP.lo \ | |
369 silk/float/warped_autocorrelation_FLP.lo \ | |
370 silk/float/wrappers_FLP.lo silk/float/autocorrelation_FLP.lo \ | |
371 silk/float/burg_modified_FLP.lo silk/float/bwexpander_FLP.lo \ | |
372 silk/float/energy_FLP.lo silk/float/inner_product_FLP.lo \ | |
373 silk/float/k2a_FLP.lo silk/float/LPC_inv_pred_gain_FLP.lo \ | |
374 silk/float/pitch_analysis_core_FLP.lo \ | |
375 silk/float/scale_copy_vector_FLP.lo \ | |
376 silk/float/scale_vector_FLP.lo silk/float/schur_FLP.lo \ | |
377 silk/float/sort_FLP.lo | |
378 @FIXED_POINT_FALSE@am__objects_23 = $(am__objects_22) | |
379 @FIXED_POINT_FALSE@@HAVE_SSE4_1_TRUE@am__objects_24 = \ | |
380 @FIXED_POINT_FALSE@@HAVE_SSE4_1_TRUE@ $(am__objects_17) | |
381 am__objects_25 = | |
382 am__objects_26 = silk/arm/arm_silk_map.lo \ | |
383 silk/arm/biquad_alt_neon_intr.lo \ | |
384 silk/arm/LPC_inv_pred_gain_neon_intr.lo \ | |
385 silk/arm/NSQ_del_dec_neon_intr.lo silk/arm/NSQ_neon.lo | |
386 @CPU_ARM_TRUE@@HAVE_ARM_NEON_INTR_TRUE@am__objects_27 = \ | |
387 @CPU_ARM_TRUE@@HAVE_ARM_NEON_INTR_TRUE@ $(am__objects_26) | |
388 am__objects_28 = silk/CNG.lo silk/code_signs.lo silk/init_decoder.lo \ | |
389 silk/decode_core.lo silk/decode_frame.lo \ | |
390 silk/decode_parameters.lo silk/decode_indices.lo \ | |
391 silk/decode_pulses.lo silk/decoder_set_fs.lo silk/dec_API.lo \ | |
392 silk/enc_API.lo silk/encode_indices.lo silk/encode_pulses.lo \ | |
393 silk/gain_quant.lo silk/interpolate.lo \ | |
394 silk/LP_variable_cutoff.lo silk/NLSF_decode.lo silk/NSQ.lo \ | |
395 silk/NSQ_del_dec.lo silk/PLC.lo silk/shell_coder.lo \ | |
396 silk/tables_gain.lo silk/tables_LTP.lo \ | |
397 silk/tables_NLSF_CB_NB_MB.lo silk/tables_NLSF_CB_WB.lo \ | |
398 silk/tables_other.lo silk/tables_pitch_lag.lo \ | |
399 silk/tables_pulses_per_block.lo silk/VAD.lo \ | |
400 silk/control_audio_bandwidth.lo silk/quant_LTP_gains.lo \ | |
401 silk/VQ_WMat_EC.lo silk/HP_variable_cutoff.lo \ | |
402 silk/NLSF_encode.lo silk/NLSF_VQ.lo silk/NLSF_unpack.lo \ | |
403 silk/NLSF_del_dec_quant.lo silk/process_NLSFs.lo \ | |
404 silk/stereo_LR_to_MS.lo silk/stereo_MS_to_LR.lo \ | |
405 silk/check_control_input.lo silk/control_SNR.lo \ | |
406 silk/init_encoder.lo silk/control_codec.lo silk/A2NLSF.lo \ | |
407 silk/ana_filt_bank_1.lo silk/biquad_alt.lo \ | |
408 silk/bwexpander_32.lo silk/bwexpander.lo silk/debug.lo \ | |
409 silk/decode_pitch.lo silk/inner_prod_aligned.lo \ | |
410 silk/lin2log.lo silk/log2lin.lo silk/LPC_analysis_filter.lo \ | |
411 silk/LPC_inv_pred_gain.lo silk/table_LSF_cos.lo silk/NLSF2A.lo \ | |
412 silk/NLSF_stabilize.lo silk/NLSF_VQ_weights_laroia.lo \ | |
413 silk/pitch_est_tables.lo silk/resampler.lo \ | |
414 silk/resampler_down2_3.lo silk/resampler_down2.lo \ | |
415 silk/resampler_private_AR2.lo \ | |
416 silk/resampler_private_down_FIR.lo \ | |
417 silk/resampler_private_IIR_FIR.lo \ | |
418 silk/resampler_private_up2_HQ.lo silk/resampler_rom.lo \ | |
419 silk/sigm_Q15.lo silk/sort.lo silk/sum_sqr_shift.lo \ | |
420 silk/stereo_decode_pred.lo silk/stereo_encode_pred.lo \ | |
421 silk/stereo_find_predictor.lo silk/stereo_quant_pred.lo \ | |
422 silk/LPC_fit.lo $(am__objects_16) $(am__objects_19) \ | |
423 $(am__objects_21) $(am__objects_23) $(am__objects_24) \ | |
424 $(am__objects_25) $(am__objects_27) | |
425 am__objects_29 = src/analysis.lo src/mlp.lo src/mlp_data.lo | |
426 @DISABLE_FLOAT_API_FALSE@am__objects_30 = $(am__objects_29) | |
427 am__objects_31 = src/opus.lo src/opus_decoder.lo src/opus_encoder.lo \ | |
428 src/opus_multistream.lo src/opus_multistream_encoder.lo \ | |
429 src/opus_multistream_decoder.lo src/repacketizer.lo \ | |
430 src/opus_projection_encoder.lo src/opus_projection_decoder.lo \ | |
431 src/mapping_matrix.lo $(am__objects_30) | |
432 am_libopus_la_OBJECTS = $(am__objects_14) $(am__objects_28) \ | |
433 $(am__objects_31) | |
434 libopus_la_OBJECTS = $(am_libopus_la_OBJECTS) | |
435 libopus_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |
436 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
437 $(libopus_la_LDFLAGS) $(LDFLAGS) -o $@ | |
438 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@am__EXEEXT_1 = opus_custom_demo$(EXEEXT) | |
439 PROGRAMS = $(noinst_PROGRAMS) | |
440 am__celt_tests_test_unit_cwrs32_SOURCES_DIST = \ | |
441 celt/tests/test_unit_cwrs32.c | |
442 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_cwrs32_OBJECTS = \ | |
443 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_cwrs32.$(OBJEXT) | |
444 celt_tests_test_unit_cwrs32_OBJECTS = \ | |
445 $(am_celt_tests_test_unit_cwrs32_OBJECTS) | |
446 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_cwrs32_DEPENDENCIES = \ | |
447 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) | |
448 am__celt_tests_test_unit_dft_SOURCES_DIST = \ | |
449 celt/tests/test_unit_dft.c | |
450 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_dft_OBJECTS = \ | |
451 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_dft.$(OBJEXT) | |
452 celt_tests_test_unit_dft_OBJECTS = \ | |
453 $(am_celt_tests_test_unit_dft_OBJECTS) | |
454 am__DEPENDENCIES_2 = celt/x86/x86cpu.lo celt/x86/x86_celt_map.lo \ | |
455 celt/x86/pitch_sse.lo | |
456 @HAVE_SSE_TRUE@am__DEPENDENCIES_3 = $(am__DEPENDENCIES_2) | |
457 am__DEPENDENCIES_4 = celt/x86/pitch_sse2.lo celt/x86/vq_sse2.lo | |
458 @HAVE_SSE2_TRUE@am__DEPENDENCIES_5 = $(am__DEPENDENCIES_4) | |
459 am__DEPENDENCIES_6 = celt/x86/celt_lpc_sse4_1.lo \ | |
460 celt/x86/pitch_sse4_1.lo | |
461 @HAVE_SSE4_1_TRUE@am__DEPENDENCIES_7 = $(am__DEPENDENCIES_6) | |
462 am__DEPENDENCIES_8 = celt/arm/armcpu.lo celt/arm/arm_celt_map.lo | |
463 @CPU_ARM_TRUE@am__DEPENDENCIES_9 = $(am__DEPENDENCIES_8) | |
464 am__DEPENDENCIES_10 = celt/arm/celt_neon_intr.lo \ | |
465 celt/arm/pitch_neon_intr.lo | |
466 @CPU_ARM_TRUE@@HAVE_ARM_NEON_INTR_TRUE@am__DEPENDENCIES_11 = \ | |
467 @CPU_ARM_TRUE@@HAVE_ARM_NEON_INTR_TRUE@ $(am__DEPENDENCIES_10) | |
468 am__DEPENDENCIES_12 = celt/arm/celt_fft_ne10.lo \ | |
469 celt/arm/celt_mdct_ne10.lo | |
470 @CPU_ARM_TRUE@@HAVE_ARM_NE10_TRUE@am__DEPENDENCIES_13 = \ | |
471 @CPU_ARM_TRUE@@HAVE_ARM_NE10_TRUE@ $(am__DEPENDENCIES_12) | |
472 am__DEPENDENCIES_14 = celt/bands.lo celt/celt.lo celt/celt_encoder.lo \ | |
473 celt/celt_decoder.lo celt/cwrs.lo celt/entcode.lo \ | |
474 celt/entdec.lo celt/entenc.lo celt/kiss_fft.lo celt/laplace.lo \ | |
475 celt/mathops.lo celt/mdct.lo celt/modes.lo celt/pitch.lo \ | |
476 celt/celt_lpc.lo celt/quant_bands.lo celt/rate.lo celt/vq.lo \ | |
477 $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_5) \ | |
478 $(am__DEPENDENCIES_7) $(am__DEPENDENCIES_9) \ | |
479 $(am__DEPENDENCIES_11) $(am__DEPENDENCIES_13) | |
480 @EXTRA_PROGRAMS_TRUE@am__DEPENDENCIES_15 = $(am__DEPENDENCIES_14) | |
481 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_dft_DEPENDENCIES = \ | |
482 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_15) \ | |
483 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) \ | |
484 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) $(am__append_18) | |
485 am__celt_tests_test_unit_entropy_SOURCES_DIST = \ | |
486 celt/tests/test_unit_entropy.c | |
487 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_entropy_OBJECTS = \ | |
488 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_entropy.$(OBJEXT) | |
489 celt_tests_test_unit_entropy_OBJECTS = \ | |
490 $(am_celt_tests_test_unit_entropy_OBJECTS) | |
491 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_entropy_DEPENDENCIES = \ | |
492 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) | |
493 am__celt_tests_test_unit_laplace_SOURCES_DIST = \ | |
494 celt/tests/test_unit_laplace.c | |
495 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_laplace_OBJECTS = \ | |
496 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_laplace.$(OBJEXT) | |
497 celt_tests_test_unit_laplace_OBJECTS = \ | |
498 $(am_celt_tests_test_unit_laplace_OBJECTS) | |
499 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_laplace_DEPENDENCIES = \ | |
500 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) | |
501 am__celt_tests_test_unit_mathops_SOURCES_DIST = \ | |
502 celt/tests/test_unit_mathops.c | |
503 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_mathops_OBJECTS = \ | |
504 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_mathops.$(OBJEXT) | |
505 celt_tests_test_unit_mathops_OBJECTS = \ | |
506 $(am_celt_tests_test_unit_mathops_OBJECTS) | |
507 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mathops_DEPENDENCIES = \ | |
508 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_15) \ | |
509 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) \ | |
510 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) $(am__append_19) | |
511 am__celt_tests_test_unit_mdct_SOURCES_DIST = \ | |
512 celt/tests/test_unit_mdct.c | |
513 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_mdct_OBJECTS = \ | |
514 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_mdct.$(OBJEXT) | |
515 celt_tests_test_unit_mdct_OBJECTS = \ | |
516 $(am_celt_tests_test_unit_mdct_OBJECTS) | |
517 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mdct_DEPENDENCIES = \ | |
518 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_15) \ | |
519 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) \ | |
520 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) $(am__append_20) | |
521 am__celt_tests_test_unit_rotation_SOURCES_DIST = \ | |
522 celt/tests/test_unit_rotation.c | |
523 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_rotation_OBJECTS = \ | |
524 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_rotation.$(OBJEXT) | |
525 celt_tests_test_unit_rotation_OBJECTS = \ | |
526 $(am_celt_tests_test_unit_rotation_OBJECTS) | |
527 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_rotation_DEPENDENCIES = \ | |
528 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_15) \ | |
529 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) \ | |
530 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) $(am__append_21) | |
531 am__celt_tests_test_unit_types_SOURCES_DIST = \ | |
532 celt/tests/test_unit_types.c | |
533 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_types_OBJECTS = \ | |
534 @EXTRA_PROGRAMS_TRUE@ celt/tests/test_unit_types.$(OBJEXT) | |
535 celt_tests_test_unit_types_OBJECTS = \ | |
536 $(am_celt_tests_test_unit_types_OBJECTS) | |
537 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_types_DEPENDENCIES = \ | |
538 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) | |
539 am__opus_compare_SOURCES_DIST = src/opus_compare.c | |
540 @EXTRA_PROGRAMS_TRUE@am_opus_compare_OBJECTS = \ | |
541 @EXTRA_PROGRAMS_TRUE@ src/opus_compare.$(OBJEXT) | |
542 opus_compare_OBJECTS = $(am_opus_compare_OBJECTS) | |
543 @EXTRA_PROGRAMS_TRUE@opus_compare_DEPENDENCIES = \ | |
544 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) | |
545 am__opus_custom_demo_SOURCES_DIST = celt/opus_custom_demo.c | |
546 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@am_opus_custom_demo_OBJECTS = celt/opus_custom_demo.$(OBJEXT) | |
547 opus_custom_demo_OBJECTS = $(am_opus_custom_demo_OBJECTS) | |
548 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@opus_custom_demo_DEPENDENCIES = \ | |
549 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@ libopus.la \ | |
550 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) | |
551 am__opus_demo_SOURCES_DIST = src/opus_demo.c | |
552 @EXTRA_PROGRAMS_TRUE@am_opus_demo_OBJECTS = src/opus_demo.$(OBJEXT) | |
553 opus_demo_OBJECTS = $(am_opus_demo_OBJECTS) | |
554 @EXTRA_PROGRAMS_TRUE@opus_demo_DEPENDENCIES = libopus.la \ | |
555 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) \ | |
556 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) | |
557 am__repacketizer_demo_SOURCES_DIST = src/repacketizer_demo.c | |
558 @EXTRA_PROGRAMS_TRUE@am_repacketizer_demo_OBJECTS = \ | |
559 @EXTRA_PROGRAMS_TRUE@ src/repacketizer_demo.$(OBJEXT) | |
560 repacketizer_demo_OBJECTS = $(am_repacketizer_demo_OBJECTS) | |
561 @EXTRA_PROGRAMS_TRUE@repacketizer_demo_DEPENDENCIES = libopus.la \ | |
562 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) \ | |
563 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) | |
564 am__silk_tests_test_unit_LPC_inv_pred_gain_SOURCES_DIST = \ | |
565 silk/tests/test_unit_LPC_inv_pred_gain.c | |
566 @EXTRA_PROGRAMS_TRUE@am_silk_tests_test_unit_LPC_inv_pred_gain_OBJECTS = silk/tests/test_unit_LPC_inv_pred_gain.$(OBJEXT) | |
567 silk_tests_test_unit_LPC_inv_pred_gain_OBJECTS = \ | |
568 $(am_silk_tests_test_unit_LPC_inv_pred_gain_OBJECTS) | |
569 am__DEPENDENCIES_16 = silk/fixed/LTP_analysis_filter_FIX.lo \ | |
570 silk/fixed/LTP_scale_ctrl_FIX.lo silk/fixed/corrMatrix_FIX.lo \ | |
571 silk/fixed/encode_frame_FIX.lo silk/fixed/find_LPC_FIX.lo \ | |
572 silk/fixed/find_LTP_FIX.lo silk/fixed/find_pitch_lags_FIX.lo \ | |
573 silk/fixed/find_pred_coefs_FIX.lo \ | |
574 silk/fixed/noise_shape_analysis_FIX.lo \ | |
575 silk/fixed/process_gains_FIX.lo \ | |
576 silk/fixed/regularize_correlations_FIX.lo \ | |
577 silk/fixed/residual_energy16_FIX.lo \ | |
578 silk/fixed/residual_energy_FIX.lo \ | |
579 silk/fixed/warped_autocorrelation_FIX.lo \ | |
580 silk/fixed/apply_sine_window_FIX.lo silk/fixed/autocorr_FIX.lo \ | |
581 silk/fixed/burg_modified_FIX.lo silk/fixed/k2a_FIX.lo \ | |
582 silk/fixed/k2a_Q16_FIX.lo \ | |
583 silk/fixed/pitch_analysis_core_FIX.lo \ | |
584 silk/fixed/vector_ops_FIX.lo silk/fixed/schur64_FIX.lo \ | |
585 silk/fixed/schur_FIX.lo | |
586 @FIXED_POINT_TRUE@am__DEPENDENCIES_17 = $(am__DEPENDENCIES_16) | |
587 am__DEPENDENCIES_18 = silk/x86/NSQ_sse4_1.lo \ | |
588 silk/x86/NSQ_del_dec_sse4_1.lo silk/x86/x86_silk_map.lo \ | |
589 silk/x86/VAD_sse4_1.lo silk/x86/VQ_WMat_EC_sse4_1.lo | |
590 am__DEPENDENCIES_19 = silk/fixed/x86/vector_ops_FIX_sse4_1.lo \ | |
591 silk/fixed/x86/burg_modified_FIX_sse4_1.lo | |
592 @FIXED_POINT_TRUE@@HAVE_SSE4_1_TRUE@am__DEPENDENCIES_20 = \ | |
593 @FIXED_POINT_TRUE@@HAVE_SSE4_1_TRUE@ $(am__DEPENDENCIES_18) \ | |
594 @FIXED_POINT_TRUE@@HAVE_SSE4_1_TRUE@ $(am__DEPENDENCIES_19) | |
595 am__DEPENDENCIES_21 = \ | |
596 silk/fixed/arm/warped_autocorrelation_FIX_neon_intr.lo | |
597 @FIXED_POINT_TRUE@@HAVE_ARM_NEON_INTR_TRUE@am__DEPENDENCIES_22 = $(am__DEPENDENCIES_21) | |
598 am__DEPENDENCIES_23 = silk/float/apply_sine_window_FLP.lo \ | |
599 silk/float/corrMatrix_FLP.lo silk/float/encode_frame_FLP.lo \ | |
600 silk/float/find_LPC_FLP.lo silk/float/find_LTP_FLP.lo \ | |
601 silk/float/find_pitch_lags_FLP.lo \ | |
602 silk/float/find_pred_coefs_FLP.lo \ | |
603 silk/float/LPC_analysis_filter_FLP.lo \ | |
604 silk/float/LTP_analysis_filter_FLP.lo \ | |
605 silk/float/LTP_scale_ctrl_FLP.lo \ | |
606 silk/float/noise_shape_analysis_FLP.lo \ | |
607 silk/float/process_gains_FLP.lo \ | |
608 silk/float/regularize_correlations_FLP.lo \ | |
609 silk/float/residual_energy_FLP.lo \ | |
610 silk/float/warped_autocorrelation_FLP.lo \ | |
611 silk/float/wrappers_FLP.lo silk/float/autocorrelation_FLP.lo \ | |
612 silk/float/burg_modified_FLP.lo silk/float/bwexpander_FLP.lo \ | |
613 silk/float/energy_FLP.lo silk/float/inner_product_FLP.lo \ | |
614 silk/float/k2a_FLP.lo silk/float/LPC_inv_pred_gain_FLP.lo \ | |
615 silk/float/pitch_analysis_core_FLP.lo \ | |
616 silk/float/scale_copy_vector_FLP.lo \ | |
617 silk/float/scale_vector_FLP.lo silk/float/schur_FLP.lo \ | |
618 silk/float/sort_FLP.lo | |
619 @FIXED_POINT_FALSE@am__DEPENDENCIES_24 = $(am__DEPENDENCIES_23) | |
620 @FIXED_POINT_FALSE@@HAVE_SSE4_1_TRUE@am__DEPENDENCIES_25 = \ | |
621 @FIXED_POINT_FALSE@@HAVE_SSE4_1_TRUE@ $(am__DEPENDENCIES_18) | |
622 am__DEPENDENCIES_26 = silk/arm/arm_silk_map.lo \ | |
623 silk/arm/biquad_alt_neon_intr.lo \ | |
624 silk/arm/LPC_inv_pred_gain_neon_intr.lo \ | |
625 silk/arm/NSQ_del_dec_neon_intr.lo silk/arm/NSQ_neon.lo | |
626 @CPU_ARM_TRUE@@HAVE_ARM_NEON_INTR_TRUE@am__DEPENDENCIES_27 = \ | |
627 @CPU_ARM_TRUE@@HAVE_ARM_NEON_INTR_TRUE@ $(am__DEPENDENCIES_26) | |
628 am__DEPENDENCIES_28 = silk/CNG.lo silk/code_signs.lo \ | |
629 silk/init_decoder.lo silk/decode_core.lo silk/decode_frame.lo \ | |
630 silk/decode_parameters.lo silk/decode_indices.lo \ | |
631 silk/decode_pulses.lo silk/decoder_set_fs.lo silk/dec_API.lo \ | |
632 silk/enc_API.lo silk/encode_indices.lo silk/encode_pulses.lo \ | |
633 silk/gain_quant.lo silk/interpolate.lo \ | |
634 silk/LP_variable_cutoff.lo silk/NLSF_decode.lo silk/NSQ.lo \ | |
635 silk/NSQ_del_dec.lo silk/PLC.lo silk/shell_coder.lo \ | |
636 silk/tables_gain.lo silk/tables_LTP.lo \ | |
637 silk/tables_NLSF_CB_NB_MB.lo silk/tables_NLSF_CB_WB.lo \ | |
638 silk/tables_other.lo silk/tables_pitch_lag.lo \ | |
639 silk/tables_pulses_per_block.lo silk/VAD.lo \ | |
640 silk/control_audio_bandwidth.lo silk/quant_LTP_gains.lo \ | |
641 silk/VQ_WMat_EC.lo silk/HP_variable_cutoff.lo \ | |
642 silk/NLSF_encode.lo silk/NLSF_VQ.lo silk/NLSF_unpack.lo \ | |
643 silk/NLSF_del_dec_quant.lo silk/process_NLSFs.lo \ | |
644 silk/stereo_LR_to_MS.lo silk/stereo_MS_to_LR.lo \ | |
645 silk/check_control_input.lo silk/control_SNR.lo \ | |
646 silk/init_encoder.lo silk/control_codec.lo silk/A2NLSF.lo \ | |
647 silk/ana_filt_bank_1.lo silk/biquad_alt.lo \ | |
648 silk/bwexpander_32.lo silk/bwexpander.lo silk/debug.lo \ | |
649 silk/decode_pitch.lo silk/inner_prod_aligned.lo \ | |
650 silk/lin2log.lo silk/log2lin.lo silk/LPC_analysis_filter.lo \ | |
651 silk/LPC_inv_pred_gain.lo silk/table_LSF_cos.lo silk/NLSF2A.lo \ | |
652 silk/NLSF_stabilize.lo silk/NLSF_VQ_weights_laroia.lo \ | |
653 silk/pitch_est_tables.lo silk/resampler.lo \ | |
654 silk/resampler_down2_3.lo silk/resampler_down2.lo \ | |
655 silk/resampler_private_AR2.lo \ | |
656 silk/resampler_private_down_FIR.lo \ | |
657 silk/resampler_private_IIR_FIR.lo \ | |
658 silk/resampler_private_up2_HQ.lo silk/resampler_rom.lo \ | |
659 silk/sigm_Q15.lo silk/sort.lo silk/sum_sqr_shift.lo \ | |
660 silk/stereo_decode_pred.lo silk/stereo_encode_pred.lo \ | |
661 silk/stereo_find_predictor.lo silk/stereo_quant_pred.lo \ | |
662 silk/LPC_fit.lo $(am__DEPENDENCIES_17) $(am__DEPENDENCIES_20) \ | |
663 $(am__DEPENDENCIES_22) $(am__DEPENDENCIES_24) \ | |
664 $(am__DEPENDENCIES_25) $(am__DEPENDENCIES_1) \ | |
665 $(am__DEPENDENCIES_27) | |
666 @EXTRA_PROGRAMS_TRUE@am__DEPENDENCIES_29 = $(am__DEPENDENCIES_28) | |
667 @EXTRA_PROGRAMS_TRUE@silk_tests_test_unit_LPC_inv_pred_gain_DEPENDENCIES = \ | |
668 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_29) \ | |
669 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_15) \ | |
670 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) \ | |
671 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) $(am__append_17) | |
672 am__tests_test_opus_api_SOURCES_DIST = tests/test_opus_api.c \ | |
673 tests/test_opus_common.h | |
674 @EXTRA_PROGRAMS_TRUE@am_tests_test_opus_api_OBJECTS = \ | |
675 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_api.$(OBJEXT) | |
676 tests_test_opus_api_OBJECTS = $(am_tests_test_opus_api_OBJECTS) | |
677 @EXTRA_PROGRAMS_TRUE@tests_test_opus_api_DEPENDENCIES = libopus.la \ | |
678 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) \ | |
679 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) | |
680 am__tests_test_opus_decode_SOURCES_DIST = tests/test_opus_decode.c \ | |
681 tests/test_opus_common.h | |
682 @EXTRA_PROGRAMS_TRUE@am_tests_test_opus_decode_OBJECTS = \ | |
683 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_decode.$(OBJEXT) | |
684 tests_test_opus_decode_OBJECTS = $(am_tests_test_opus_decode_OBJECTS) | |
685 @EXTRA_PROGRAMS_TRUE@tests_test_opus_decode_DEPENDENCIES = libopus.la \ | |
686 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) \ | |
687 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) | |
688 am__tests_test_opus_encode_SOURCES_DIST = tests/test_opus_encode.c \ | |
689 tests/opus_encode_regressions.c tests/test_opus_common.h | |
690 @EXTRA_PROGRAMS_TRUE@am_tests_test_opus_encode_OBJECTS = \ | |
691 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_encode.$(OBJEXT) \ | |
692 @EXTRA_PROGRAMS_TRUE@ tests/opus_encode_regressions.$(OBJEXT) | |
693 tests_test_opus_encode_OBJECTS = $(am_tests_test_opus_encode_OBJECTS) | |
694 @EXTRA_PROGRAMS_TRUE@tests_test_opus_encode_DEPENDENCIES = libopus.la \ | |
695 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) \ | |
696 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) | |
697 am__tests_test_opus_padding_SOURCES_DIST = tests/test_opus_padding.c \ | |
698 tests/test_opus_common.h | |
699 @EXTRA_PROGRAMS_TRUE@am_tests_test_opus_padding_OBJECTS = \ | |
700 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_padding.$(OBJEXT) | |
701 tests_test_opus_padding_OBJECTS = \ | |
702 $(am_tests_test_opus_padding_OBJECTS) | |
703 @EXTRA_PROGRAMS_TRUE@tests_test_opus_padding_DEPENDENCIES = \ | |
704 @EXTRA_PROGRAMS_TRUE@ libopus.la $(am__DEPENDENCIES_1) \ | |
705 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) | |
706 am__tests_test_opus_projection_SOURCES_DIST = \ | |
707 tests/test_opus_projection.c tests/test_opus_common.h | |
708 @EXTRA_PROGRAMS_TRUE@am_tests_test_opus_projection_OBJECTS = \ | |
709 @EXTRA_PROGRAMS_TRUE@ tests/test_opus_projection.$(OBJEXT) | |
710 tests_test_opus_projection_OBJECTS = \ | |
711 $(am_tests_test_opus_projection_OBJECTS) | |
712 am__DEPENDENCIES_30 = src/analysis.lo src/mlp.lo src/mlp_data.lo | |
713 @DISABLE_FLOAT_API_FALSE@am__DEPENDENCIES_31 = $(am__DEPENDENCIES_30) | |
714 am__DEPENDENCIES_32 = src/opus.lo src/opus_decoder.lo \ | |
715 src/opus_encoder.lo src/opus_multistream.lo \ | |
716 src/opus_multistream_encoder.lo \ | |
717 src/opus_multistream_decoder.lo src/repacketizer.lo \ | |
718 src/opus_projection_encoder.lo src/opus_projection_decoder.lo \ | |
719 src/mapping_matrix.lo $(am__DEPENDENCIES_31) | |
720 @EXTRA_PROGRAMS_TRUE@am__DEPENDENCIES_33 = $(am__DEPENDENCIES_32) | |
721 @EXTRA_PROGRAMS_TRUE@tests_test_opus_projection_DEPENDENCIES = \ | |
722 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_33) \ | |
723 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_29) \ | |
724 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_15) \ | |
725 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) \ | |
726 @EXTRA_PROGRAMS_TRUE@ $(am__DEPENDENCIES_1) $(am__append_16) | |
727 AM_V_P = $(am__v_P_@AM_V@) | |
728 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | |
729 am__v_P_0 = false | |
730 am__v_P_1 = : | |
731 AM_V_GEN = $(am__v_GEN_@AM_V@) | |
732 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | |
733 am__v_GEN_0 = @echo " GEN " $@; | |
734 am__v_GEN_1 = | |
735 AM_V_at = $(am__v_at_@AM_V@) | |
736 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |
737 am__v_at_0 = @ | |
738 am__v_at_1 = | |
739 DEFAULT_INCLUDES = -I.@am__isrc@ | |
740 depcomp = $(SHELL) $(top_srcdir)/depcomp | |
741 am__depfiles_maybe = depfiles | |
742 am__mv = mv -f | |
743 CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |
744 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) | |
745 LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ | |
746 $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \ | |
747 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
748 $(AM_CCASFLAGS) $(CCASFLAGS) | |
749 AM_V_CPPAS = $(am__v_CPPAS_@AM_V@) | |
750 am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@) | |
751 am__v_CPPAS_0 = @echo " CPPAS " $@; | |
752 am__v_CPPAS_1 = | |
753 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
754 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
755 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |
756 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | |
757 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
758 $(AM_CFLAGS) $(CFLAGS) | |
759 AM_V_CC = $(am__v_CC_@AM_V@) | |
760 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) | |
761 am__v_CC_0 = @echo " CC " $@; | |
762 am__v_CC_1 = | |
763 CCLD = $(CC) | |
764 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |
765 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
766 $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
767 AM_V_CCLD = $(am__v_CCLD_@AM_V@) | |
768 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) | |
769 am__v_CCLD_0 = @echo " CCLD " $@; | |
770 am__v_CCLD_1 = | |
771 SOURCES = $(libarmasm_la_SOURCES) $(libopus_la_SOURCES) \ | |
772 $(celt_tests_test_unit_cwrs32_SOURCES) \ | |
773 $(celt_tests_test_unit_dft_SOURCES) \ | |
774 $(celt_tests_test_unit_entropy_SOURCES) \ | |
775 $(celt_tests_test_unit_laplace_SOURCES) \ | |
776 $(celt_tests_test_unit_mathops_SOURCES) \ | |
777 $(celt_tests_test_unit_mdct_SOURCES) \ | |
778 $(celt_tests_test_unit_rotation_SOURCES) \ | |
779 $(celt_tests_test_unit_types_SOURCES) $(opus_compare_SOURCES) \ | |
780 $(opus_custom_demo_SOURCES) $(opus_demo_SOURCES) \ | |
781 $(repacketizer_demo_SOURCES) \ | |
782 $(silk_tests_test_unit_LPC_inv_pred_gain_SOURCES) \ | |
783 $(tests_test_opus_api_SOURCES) \ | |
784 $(tests_test_opus_decode_SOURCES) \ | |
785 $(tests_test_opus_encode_SOURCES) \ | |
786 $(tests_test_opus_padding_SOURCES) \ | |
787 $(tests_test_opus_projection_SOURCES) | |
788 DIST_SOURCES = $(am__libarmasm_la_SOURCES_DIST) \ | |
789 $(am__libopus_la_SOURCES_DIST) \ | |
790 $(am__celt_tests_test_unit_cwrs32_SOURCES_DIST) \ | |
791 $(am__celt_tests_test_unit_dft_SOURCES_DIST) \ | |
792 $(am__celt_tests_test_unit_entropy_SOURCES_DIST) \ | |
793 $(am__celt_tests_test_unit_laplace_SOURCES_DIST) \ | |
794 $(am__celt_tests_test_unit_mathops_SOURCES_DIST) \ | |
795 $(am__celt_tests_test_unit_mdct_SOURCES_DIST) \ | |
796 $(am__celt_tests_test_unit_rotation_SOURCES_DIST) \ | |
797 $(am__celt_tests_test_unit_types_SOURCES_DIST) \ | |
798 $(am__opus_compare_SOURCES_DIST) \ | |
799 $(am__opus_custom_demo_SOURCES_DIST) \ | |
800 $(am__opus_demo_SOURCES_DIST) \ | |
801 $(am__repacketizer_demo_SOURCES_DIST) \ | |
802 $(am__silk_tests_test_unit_LPC_inv_pred_gain_SOURCES_DIST) \ | |
803 $(am__tests_test_opus_api_SOURCES_DIST) \ | |
804 $(am__tests_test_opus_decode_SOURCES_DIST) \ | |
805 $(am__tests_test_opus_encode_SOURCES_DIST) \ | |
806 $(am__tests_test_opus_padding_SOURCES_DIST) \ | |
807 $(am__tests_test_opus_projection_SOURCES_DIST) | |
808 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ | |
809 ctags-recursive dvi-recursive html-recursive info-recursive \ | |
810 install-data-recursive install-dvi-recursive \ | |
811 install-exec-recursive install-html-recursive \ | |
812 install-info-recursive install-pdf-recursive \ | |
813 install-ps-recursive install-recursive installcheck-recursive \ | |
814 installdirs-recursive pdf-recursive ps-recursive \ | |
815 tags-recursive uninstall-recursive | |
816 am__can_run_installinfo = \ | |
817 case $$AM_UPDATE_INFO_DIR in \ | |
818 n|no|NO) false;; \ | |
819 *) (install-info --version) >/dev/null 2>&1;; \ | |
820 esac | |
821 DATA = $(m4data_DATA) $(pkgconfig_DATA) | |
822 am__pkginclude_HEADERS_DIST = include/opus.h \ | |
823 include/opus_multistream.h include/opus_types.h \ | |
824 include/opus_defines.h include/opus_projection.h \ | |
825 include/opus_custom.h | |
826 HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS) | |
827 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |
828 distclean-recursive maintainer-clean-recursive | |
829 am__recursive_targets = \ | |
830 $(RECURSIVE_TARGETS) \ | |
831 $(RECURSIVE_CLEAN_TARGETS) \ | |
832 $(am__extra_recursive_targets) | |
833 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ | |
834 cscope check recheck distdir dist dist-all distcheck | |
835 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ | |
836 $(LISP)config.h.in | |
837 # Read a list of newline-separated strings from the standard input, | |
838 # and print each of them once, without duplicates. Input order is | |
839 # *not* preserved. | |
840 am__uniquify_input = $(AWK) '\ | |
841 BEGIN { nonempty = 0; } \ | |
842 { items[$$0] = 1; nonempty = 1; } \ | |
843 END { if (nonempty) { for (i in items) print i; }; } \ | |
844 ' | |
845 # Make sure the list of sources is unique. This is necessary because, | |
846 # e.g., the same source file might be shared among _SOURCES variables | |
847 # for different programs/libraries. | |
848 am__define_uniq_tagged_files = \ | |
849 list='$(am__tagged_files)'; \ | |
850 unique=`for i in $$list; do \ | |
851 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
852 done | $(am__uniquify_input)` | |
853 ETAGS = etags | |
854 CTAGS = ctags | |
855 CSCOPE = cscope | |
856 am__tty_colors_dummy = \ | |
857 mgn= red= grn= lgn= blu= brg= std=; \ | |
858 am__color_tests=no | |
859 am__tty_colors = { \ | |
860 $(am__tty_colors_dummy); \ | |
861 if test "X$(AM_COLOR_TESTS)" = Xno; then \ | |
862 am__color_tests=no; \ | |
863 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ | |
864 am__color_tests=yes; \ | |
865 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ | |
866 am__color_tests=yes; \ | |
867 fi; \ | |
868 if test $$am__color_tests = yes; then \ | |
869 red='[0;31m'; \ | |
870 grn='[0;32m'; \ | |
871 lgn='[1;32m'; \ | |
872 blu='[1;34m'; \ | |
873 mgn='[0;35m'; \ | |
874 brg='[1m'; \ | |
875 std='[m'; \ | |
876 fi; \ | |
877 } | |
878 am__recheck_rx = ^[ ]*:recheck:[ ]* | |
879 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* | |
880 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* | |
881 # A command that, given a newline-separated list of test names on the | |
882 # standard input, print the name of the tests that are to be re-run | |
883 # upon "make recheck". | |
884 am__list_recheck_tests = $(AWK) '{ \ | |
885 recheck = 1; \ | |
886 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ | |
887 { \ | |
888 if (rc < 0) \ | |
889 { \ | |
890 if ((getline line2 < ($$0 ".log")) < 0) \ | |
891 recheck = 0; \ | |
892 break; \ | |
893 } \ | |
894 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ | |
895 { \ | |
896 recheck = 0; \ | |
897 break; \ | |
898 } \ | |
899 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ | |
900 { \ | |
901 break; \ | |
902 } \ | |
903 }; \ | |
904 if (recheck) \ | |
905 print $$0; \ | |
906 close ($$0 ".trs"); \ | |
907 close ($$0 ".log"); \ | |
908 }' | |
909 # A command that, given a newline-separated list of test names on the | |
910 # standard input, create the global log from their .trs and .log files. | |
911 am__create_global_log = $(AWK) ' \ | |
912 function fatal(msg) \ | |
913 { \ | |
914 print "fatal: making $@: " msg | "cat >&2"; \ | |
915 exit 1; \ | |
916 } \ | |
917 function rst_section(header) \ | |
918 { \ | |
919 print header; \ | |
920 len = length(header); \ | |
921 for (i = 1; i <= len; i = i + 1) \ | |
922 printf "="; \ | |
923 printf "\n\n"; \ | |
924 } \ | |
925 { \ | |
926 copy_in_global_log = 1; \ | |
927 global_test_result = "RUN"; \ | |
928 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ | |
929 { \ | |
930 if (rc < 0) \ | |
931 fatal("failed to read from " $$0 ".trs"); \ | |
932 if (line ~ /$(am__global_test_result_rx)/) \ | |
933 { \ | |
934 sub("$(am__global_test_result_rx)", "", line); \ | |
935 sub("[ ]*$$", "", line); \ | |
936 global_test_result = line; \ | |
937 } \ | |
938 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ | |
939 copy_in_global_log = 0; \ | |
940 }; \ | |
941 if (copy_in_global_log) \ | |
942 { \ | |
943 rst_section(global_test_result ": " $$0); \ | |
944 while ((rc = (getline line < ($$0 ".log"))) != 0) \ | |
945 { \ | |
946 if (rc < 0) \ | |
947 fatal("failed to read from " $$0 ".log"); \ | |
948 print line; \ | |
949 }; \ | |
950 printf "\n"; \ | |
951 }; \ | |
952 close ($$0 ".trs"); \ | |
953 close ($$0 ".log"); \ | |
954 }' | |
955 # Restructured Text title. | |
956 am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } | |
957 # Solaris 10 'make', and several other traditional 'make' implementations, | |
958 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it | |
959 # by disabling -e (using the XSI extension "set +e") if it's set. | |
960 am__sh_e_setup = case $$- in *e*) set +e;; esac | |
961 # Default flags passed to test drivers. | |
962 am__common_driver_flags = \ | |
963 --color-tests "$$am__color_tests" \ | |
964 --enable-hard-errors "$$am__enable_hard_errors" \ | |
965 --expect-failure "$$am__expect_failure" | |
966 # To be inserted before the command running the test. Creates the | |
967 # directory for the log if needed. Stores in $dir the directory | |
968 # containing $f, in $tst the test, in $log the log. Executes the | |
969 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and | |
970 # passes TESTS_ENVIRONMENT. Set up options for the wrapper that | |
971 # will run the test scripts (or their associated LOG_COMPILER, if | |
972 # thy have one). | |
973 am__check_pre = \ | |
974 $(am__sh_e_setup); \ | |
975 $(am__vpath_adj_setup) $(am__vpath_adj) \ | |
976 $(am__tty_colors); \ | |
977 srcdir=$(srcdir); export srcdir; \ | |
978 case "$@" in \ | |
979 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ | |
980 *) am__odir=.;; \ | |
981 esac; \ | |
982 test "x$$am__odir" = x"." || test -d "$$am__odir" \ | |
983 || $(MKDIR_P) "$$am__odir" || exit $$?; \ | |
984 if test -f "./$$f"; then dir=./; \ | |
985 elif test -f "$$f"; then dir=; \ | |
986 else dir="$(srcdir)/"; fi; \ | |
987 tst=$$dir$$f; log='$@'; \ | |
988 if test -n '$(DISABLE_HARD_ERRORS)'; then \ | |
989 am__enable_hard_errors=no; \ | |
990 else \ | |
991 am__enable_hard_errors=yes; \ | |
992 fi; \ | |
993 case " $(XFAIL_TESTS) " in \ | |
994 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ | |
995 am__expect_failure=yes;; \ | |
996 *) \ | |
997 am__expect_failure=no;; \ | |
998 esac; \ | |
999 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) | |
1000 # A shell command to get the names of the tests scripts with any registered | |
1001 # extension removed (i.e., equivalently, the names of the test logs, with | |
1002 # the '.log' extension removed). The result is saved in the shell variable | |
1003 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, | |
1004 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", | |
1005 # since that might cause problem with VPATH rewrites for suffix-less tests. | |
1006 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. | |
1007 am__set_TESTS_bases = \ | |
1008 bases='$(TEST_LOGS)'; \ | |
1009 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ | |
1010 bases=`echo $$bases` | |
1011 RECHECK_LOGS = $(TEST_LOGS) | |
1012 TEST_SUITE_LOG = test-suite.log | |
1013 TEST_EXTENSIONS = @EXEEXT@ .test | |
1014 LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver | |
1015 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) | |
1016 am__set_b = \ | |
1017 case '$@' in \ | |
1018 */*) \ | |
1019 case '$*' in \ | |
1020 */*) b='$*';; \ | |
1021 *) b=`echo '$@' | sed 's/\.log$$//'`; \ | |
1022 esac;; \ | |
1023 *) \ | |
1024 b='$*';; \ | |
1025 esac | |
1026 am__test_logs1 = $(TESTS:=.log) | |
1027 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) | |
1028 TEST_LOGS = $(am__test_logs2:.test.log=.log) | |
1029 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver | |
1030 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ | |
1031 $(TEST_LOG_FLAGS) | |
1032 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/celt_headers.mk \ | |
1033 $(srcdir)/celt_sources.mk $(srcdir)/config.h.in \ | |
1034 $(srcdir)/opus-uninstalled.pc.in $(srcdir)/opus.pc.in \ | |
1035 $(srcdir)/opus_headers.mk $(srcdir)/opus_sources.mk \ | |
1036 $(srcdir)/silk_headers.mk $(srcdir)/silk_sources.mk \ | |
1037 $(top_srcdir)/celt/arm/armopts.s.in AUTHORS COPYING ChangeLog \ | |
1038 INSTALL NEWS README compile config.guess config.sub depcomp \ | |
1039 install-sh ltmain.sh missing test-driver | |
1040 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
1041 distdir = $(PACKAGE)-$(VERSION) | |
1042 top_distdir = $(distdir) | |
1043 am__remove_distdir = \ | |
1044 if test -d "$(distdir)"; then \ | |
1045 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | |
1046 && rm -rf "$(distdir)" \ | |
1047 || { sleep 5 && rm -rf "$(distdir)"; }; \ | |
1048 else :; fi | |
1049 am__post_remove_distdir = $(am__remove_distdir) | |
1050 am__relativize = \ | |
1051 dir0=`pwd`; \ | |
1052 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | |
1053 sed_rest='s,^[^/]*/*,,'; \ | |
1054 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | |
1055 sed_butlast='s,/*[^/]*$$,,'; \ | |
1056 while test -n "$$dir1"; do \ | |
1057 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | |
1058 if test "$$first" != "."; then \ | |
1059 if test "$$first" = ".."; then \ | |
1060 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | |
1061 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | |
1062 else \ | |
1063 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | |
1064 if test "$$first2" = "$$first"; then \ | |
1065 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | |
1066 else \ | |
1067 dir2="../$$dir2"; \ | |
1068 fi; \ | |
1069 dir0="$$dir0"/"$$first"; \ | |
1070 fi; \ | |
1071 fi; \ | |
1072 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | |
1073 done; \ | |
1074 reldir="$$dir2" | |
1075 DIST_ARCHIVES = $(distdir).tar.gz | |
1076 GZIP_ENV = --best | |
1077 DIST_TARGETS = dist-gzip | |
1078 distuninstallcheck_listfiles = find . -type f -print | |
1079 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | |
1080 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | |
1081 distcleancheck_listfiles = find . -type f -print | |
1082 ACLOCAL = @ACLOCAL@ | |
1083 AMTAR = @AMTAR@ | |
1084 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |
1085 AR = @AR@ | |
1086 ARM2GNU_PARAMS = @ARM2GNU_PARAMS@ | |
1087 ARM_NEON_INTR_CFLAGS = @ARM_NEON_INTR_CFLAGS@ | |
1088 AUTOCONF = @AUTOCONF@ | |
1089 AUTOHEADER = @AUTOHEADER@ | |
1090 AUTOMAKE = @AUTOMAKE@ | |
1091 AWK = @AWK@ | |
1092 CC = @CC@ | |
1093 CCAS = @CCAS@ | |
1094 CCASDEPMODE = @CCASDEPMODE@ | |
1095 CCASFLAGS = @CCASFLAGS@ | |
1096 CCDEPMODE = @CCDEPMODE@ | |
1097 CFLAGS = @CFLAGS@ | |
1098 CPP = @CPP@ | |
1099 CPPFLAGS = @CPPFLAGS@ | |
1100 CYGPATH_W = @CYGPATH_W@ | |
1101 DEFS = @DEFS@ | |
1102 DEPDIR = @DEPDIR@ | |
1103 DLLTOOL = @DLLTOOL@ | |
1104 DSYMUTIL = @DSYMUTIL@ | |
1105 DUMPBIN = @DUMPBIN@ | |
1106 ECHO_C = @ECHO_C@ | |
1107 ECHO_N = @ECHO_N@ | |
1108 ECHO_T = @ECHO_T@ | |
1109 EGREP = @EGREP@ | |
1110 EXEEXT = @EXEEXT@ | |
1111 FGREP = @FGREP@ | |
1112 GREP = @GREP@ | |
1113 HAVE_ARM_NE10 = @HAVE_ARM_NE10@ | |
1114 HAVE_DOT = @HAVE_DOT@ | |
1115 HAVE_DOXYGEN = @HAVE_DOXYGEN@ | |
1116 HAVE_PERL = @HAVE_PERL@ | |
1117 INSTALL = @INSTALL@ | |
1118 INSTALL_DATA = @INSTALL_DATA@ | |
1119 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
1120 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
1121 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
1122 LD = @LD@ | |
1123 LDFLAGS = @LDFLAGS@ | |
1124 LIBM = @LIBM@ | |
1125 LIBOBJS = @LIBOBJS@ | |
1126 LIBS = @LIBS@ | |
1127 LIBTOOL = @LIBTOOL@ | |
1128 LIPO = @LIPO@ | |
1129 LN_S = @LN_S@ | |
1130 LTLIBOBJS = @LTLIBOBJS@ | |
1131 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ | |
1132 MAINT = @MAINT@ | |
1133 MAKEINFO = @MAKEINFO@ | |
1134 MANIFEST_TOOL = @MANIFEST_TOOL@ | |
1135 MKDIR_P = @MKDIR_P@ | |
1136 NE10_CFLAGS = @NE10_CFLAGS@ | |
1137 NE10_LIBS = @NE10_LIBS@ | |
1138 NM = @NM@ | |
1139 NMEDIT = @NMEDIT@ | |
1140 OBJDUMP = @OBJDUMP@ | |
1141 OBJEXT = @OBJEXT@ | |
1142 OPUS_ARM_MAY_HAVE_EDSP = @OPUS_ARM_MAY_HAVE_EDSP@ | |
1143 OPUS_ARM_MAY_HAVE_MEDIA = @OPUS_ARM_MAY_HAVE_MEDIA@ | |
1144 OPUS_ARM_MAY_HAVE_NEON = @OPUS_ARM_MAY_HAVE_NEON@ | |
1145 OPUS_ARM_NEON_INTR_CFLAGS = @OPUS_ARM_NEON_INTR_CFLAGS@ | |
1146 OPUS_HAVE_RTCD = @OPUS_HAVE_RTCD@ | |
1147 OPUS_LT_AGE = @OPUS_LT_AGE@ | |
1148 OPUS_LT_CURRENT = @OPUS_LT_CURRENT@ | |
1149 OPUS_LT_REVISION = @OPUS_LT_REVISION@ | |
1150 OPUS_X86_AVX_CFLAGS = @OPUS_X86_AVX_CFLAGS@ | |
1151 OPUS_X86_SSE2_CFLAGS = @OPUS_X86_SSE2_CFLAGS@ | |
1152 OPUS_X86_SSE4_1_CFLAGS = @OPUS_X86_SSE4_1_CFLAGS@ | |
1153 OPUS_X86_SSE_CFLAGS = @OPUS_X86_SSE_CFLAGS@ | |
1154 OTOOL = @OTOOL@ | |
1155 OTOOL64 = @OTOOL64@ | |
1156 PACKAGE = @PACKAGE@ | |
1157 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
1158 PACKAGE_NAME = @PACKAGE_NAME@ | |
1159 PACKAGE_STRING = @PACKAGE_STRING@ | |
1160 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
1161 PACKAGE_URL = @PACKAGE_URL@ | |
1162 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
1163 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
1164 PC_BUILD = @PC_BUILD@ | |
1165 RANLIB = @RANLIB@ | |
1166 SED = @SED@ | |
1167 SET_MAKE = @SET_MAKE@ | |
1168 SHELL = @SHELL@ | |
1169 STRIP = @STRIP@ | |
1170 VERSION = @VERSION@ | |
1171 X86_AVX_CFLAGS = @X86_AVX_CFLAGS@ | |
1172 X86_SSE2_CFLAGS = @X86_SSE2_CFLAGS@ | |
1173 X86_SSE4_1_CFLAGS = @X86_SSE4_1_CFLAGS@ | |
1174 X86_SSE_CFLAGS = @X86_SSE_CFLAGS@ | |
1175 abs_builddir = @abs_builddir@ | |
1176 abs_srcdir = @abs_srcdir@ | |
1177 abs_top_builddir = @abs_top_builddir@ | |
1178 abs_top_srcdir = @abs_top_srcdir@ | |
1179 ac_ct_AR = @ac_ct_AR@ | |
1180 ac_ct_CC = @ac_ct_CC@ | |
1181 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
1182 am__include = @am__include@ | |
1183 am__leading_dot = @am__leading_dot@ | |
1184 am__quote = @am__quote@ | |
1185 am__tar = @am__tar@ | |
1186 am__untar = @am__untar@ | |
1187 bindir = @bindir@ | |
1188 build = @build@ | |
1189 build_alias = @build_alias@ | |
1190 build_cpu = @build_cpu@ | |
1191 build_os = @build_os@ | |
1192 build_vendor = @build_vendor@ | |
1193 builddir = @builddir@ | |
1194 datadir = @datadir@ | |
1195 datarootdir = @datarootdir@ | |
1196 docdir = @docdir@ | |
1197 dvidir = @dvidir@ | |
1198 exec_prefix = @exec_prefix@ | |
1199 host = @host@ | |
1200 host_alias = @host_alias@ | |
1201 host_cpu = @host_cpu@ | |
1202 host_os = @host_os@ | |
1203 host_vendor = @host_vendor@ | |
1204 htmldir = @htmldir@ | |
1205 includedir = @includedir@ | |
1206 infodir = @infodir@ | |
1207 install_sh = @install_sh@ | |
1208 libdir = @libdir@ | |
1209 libexecdir = @libexecdir@ | |
1210 localedir = @localedir@ | |
1211 localstatedir = @localstatedir@ | |
1212 mandir = @mandir@ | |
1213 mkdir_p = @mkdir_p@ | |
1214 oldincludedir = @oldincludedir@ | |
1215 pdfdir = @pdfdir@ | |
1216 prefix = @prefix@ | |
1217 program_transform_name = @program_transform_name@ | |
1218 psdir = @psdir@ | |
1219 sbindir = @sbindir@ | |
1220 sharedstatedir = @sharedstatedir@ | |
1221 srcdir = @srcdir@ | |
1222 sysconfdir = @sysconfdir@ | |
1223 target_alias = @target_alias@ | |
1224 top_build_prefix = @top_build_prefix@ | |
1225 top_builddir = @top_builddir@ | |
1226 top_srcdir = @top_srcdir@ | |
1227 AUTOMAKE_OPTIONS = subdir-objects | |
1228 ACLOCAL_AMFLAGS = -I m4 | |
1229 lib_LTLIBRARIES = libopus.la | |
1230 DIST_SUBDIRS = doc | |
1231 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/celt -I$(top_srcdir)/silk \ | |
1232 -I$(top_srcdir)/silk/float -I$(top_srcdir)/silk/fixed $(NE10_CFLAGS) | |
1233 | |
1234 CELT_SOURCES = celt/bands.c celt/celt.c celt/celt_encoder.c \ | |
1235 celt/celt_decoder.c celt/cwrs.c celt/entcode.c celt/entdec.c \ | |
1236 celt/entenc.c celt/kiss_fft.c celt/laplace.c celt/mathops.c \ | |
1237 celt/mdct.c celt/modes.c celt/pitch.c celt/celt_lpc.c \ | |
1238 celt/quant_bands.c celt/rate.c celt/vq.c $(am__append_7) \ | |
1239 $(am__append_8) $(am__append_9) $(am__append_10) \ | |
1240 $(am__append_12) $(am__append_14) | |
1241 CELT_SOURCES_SSE = \ | |
1242 celt/x86/x86cpu.c \ | |
1243 celt/x86/x86_celt_map.c \ | |
1244 celt/x86/pitch_sse.c | |
1245 | |
1246 CELT_SOURCES_SSE2 = \ | |
1247 celt/x86/pitch_sse2.c \ | |
1248 celt/x86/vq_sse2.c | |
1249 | |
1250 CELT_SOURCES_SSE4_1 = \ | |
1251 celt/x86/celt_lpc_sse4_1.c \ | |
1252 celt/x86/pitch_sse4_1.c | |
1253 | |
1254 CELT_SOURCES_ARM = \ | |
1255 celt/arm/armcpu.c \ | |
1256 celt/arm/arm_celt_map.c | |
1257 | |
1258 CELT_SOURCES_ARM_ASM = \ | |
1259 celt/arm/celt_pitch_xcorr_arm.s | |
1260 | |
1261 CELT_AM_SOURCES_ARM_ASM = \ | |
1262 celt/arm/armopts.s.in | |
1263 | |
1264 CELT_SOURCES_ARM_NEON_INTR = \ | |
1265 celt/arm/celt_neon_intr.c \ | |
1266 celt/arm/pitch_neon_intr.c | |
1267 | |
1268 CELT_SOURCES_ARM_NE10 = \ | |
1269 celt/arm/celt_fft_ne10.c \ | |
1270 celt/arm/celt_mdct_ne10.c | |
1271 | |
1272 SILK_SOURCES = silk/CNG.c silk/code_signs.c silk/init_decoder.c \ | |
1273 silk/decode_core.c silk/decode_frame.c \ | |
1274 silk/decode_parameters.c silk/decode_indices.c \ | |
1275 silk/decode_pulses.c silk/decoder_set_fs.c silk/dec_API.c \ | |
1276 silk/enc_API.c silk/encode_indices.c silk/encode_pulses.c \ | |
1277 silk/gain_quant.c silk/interpolate.c silk/LP_variable_cutoff.c \ | |
1278 silk/NLSF_decode.c silk/NSQ.c silk/NSQ_del_dec.c silk/PLC.c \ | |
1279 silk/shell_coder.c silk/tables_gain.c silk/tables_LTP.c \ | |
1280 silk/tables_NLSF_CB_NB_MB.c silk/tables_NLSF_CB_WB.c \ | |
1281 silk/tables_other.c silk/tables_pitch_lag.c \ | |
1282 silk/tables_pulses_per_block.c silk/VAD.c \ | |
1283 silk/control_audio_bandwidth.c silk/quant_LTP_gains.c \ | |
1284 silk/VQ_WMat_EC.c silk/HP_variable_cutoff.c silk/NLSF_encode.c \ | |
1285 silk/NLSF_VQ.c silk/NLSF_unpack.c silk/NLSF_del_dec_quant.c \ | |
1286 silk/process_NLSFs.c silk/stereo_LR_to_MS.c \ | |
1287 silk/stereo_MS_to_LR.c silk/check_control_input.c \ | |
1288 silk/control_SNR.c silk/init_encoder.c silk/control_codec.c \ | |
1289 silk/A2NLSF.c silk/ana_filt_bank_1.c silk/biquad_alt.c \ | |
1290 silk/bwexpander_32.c silk/bwexpander.c silk/debug.c \ | |
1291 silk/decode_pitch.c silk/inner_prod_aligned.c silk/lin2log.c \ | |
1292 silk/log2lin.c silk/LPC_analysis_filter.c \ | |
1293 silk/LPC_inv_pred_gain.c silk/table_LSF_cos.c silk/NLSF2A.c \ | |
1294 silk/NLSF_stabilize.c silk/NLSF_VQ_weights_laroia.c \ | |
1295 silk/pitch_est_tables.c silk/resampler.c \ | |
1296 silk/resampler_down2_3.c silk/resampler_down2.c \ | |
1297 silk/resampler_private_AR2.c silk/resampler_private_down_FIR.c \ | |
1298 silk/resampler_private_IIR_FIR.c \ | |
1299 silk/resampler_private_up2_HQ.c silk/resampler_rom.c \ | |
1300 silk/sigm_Q15.c silk/sort.c silk/sum_sqr_shift.c \ | |
1301 silk/stereo_decode_pred.c silk/stereo_encode_pred.c \ | |
1302 silk/stereo_find_predictor.c silk/stereo_quant_pred.c \ | |
1303 silk/LPC_fit.c $(am__append_1) $(am__append_2) $(am__append_3) \ | |
1304 $(am__append_4) $(am__append_5) $(am__append_11) \ | |
1305 $(am__append_13) | |
1306 SILK_SOURCES_SSE4_1 = silk/x86/NSQ_sse4_1.c \ | |
1307 silk/x86/NSQ_del_dec_sse4_1.c \ | |
1308 silk/x86/x86_silk_map.c \ | |
1309 silk/x86/VAD_sse4_1.c \ | |
1310 silk/x86/VQ_WMat_EC_sse4_1.c | |
1311 | |
1312 SILK_SOURCES_ARM_NEON_INTR = \ | |
1313 silk/arm/arm_silk_map.c \ | |
1314 silk/arm/biquad_alt_neon_intr.c \ | |
1315 silk/arm/LPC_inv_pred_gain_neon_intr.c \ | |
1316 silk/arm/NSQ_del_dec_neon_intr.c \ | |
1317 silk/arm/NSQ_neon.c | |
1318 | |
1319 SILK_SOURCES_FIXED = \ | |
1320 silk/fixed/LTP_analysis_filter_FIX.c \ | |
1321 silk/fixed/LTP_scale_ctrl_FIX.c \ | |
1322 silk/fixed/corrMatrix_FIX.c \ | |
1323 silk/fixed/encode_frame_FIX.c \ | |
1324 silk/fixed/find_LPC_FIX.c \ | |
1325 silk/fixed/find_LTP_FIX.c \ | |
1326 silk/fixed/find_pitch_lags_FIX.c \ | |
1327 silk/fixed/find_pred_coefs_FIX.c \ | |
1328 silk/fixed/noise_shape_analysis_FIX.c \ | |
1329 silk/fixed/process_gains_FIX.c \ | |
1330 silk/fixed/regularize_correlations_FIX.c \ | |
1331 silk/fixed/residual_energy16_FIX.c \ | |
1332 silk/fixed/residual_energy_FIX.c \ | |
1333 silk/fixed/warped_autocorrelation_FIX.c \ | |
1334 silk/fixed/apply_sine_window_FIX.c \ | |
1335 silk/fixed/autocorr_FIX.c \ | |
1336 silk/fixed/burg_modified_FIX.c \ | |
1337 silk/fixed/k2a_FIX.c \ | |
1338 silk/fixed/k2a_Q16_FIX.c \ | |
1339 silk/fixed/pitch_analysis_core_FIX.c \ | |
1340 silk/fixed/vector_ops_FIX.c \ | |
1341 silk/fixed/schur64_FIX.c \ | |
1342 silk/fixed/schur_FIX.c | |
1343 | |
1344 SILK_SOURCES_FIXED_SSE4_1 = silk/fixed/x86/vector_ops_FIX_sse4_1.c \ | |
1345 silk/fixed/x86/burg_modified_FIX_sse4_1.c | |
1346 | |
1347 SILK_SOURCES_FIXED_ARM_NEON_INTR = \ | |
1348 silk/fixed/arm/warped_autocorrelation_FIX_neon_intr.c | |
1349 | |
1350 SILK_SOURCES_FLOAT = \ | |
1351 silk/float/apply_sine_window_FLP.c \ | |
1352 silk/float/corrMatrix_FLP.c \ | |
1353 silk/float/encode_frame_FLP.c \ | |
1354 silk/float/find_LPC_FLP.c \ | |
1355 silk/float/find_LTP_FLP.c \ | |
1356 silk/float/find_pitch_lags_FLP.c \ | |
1357 silk/float/find_pred_coefs_FLP.c \ | |
1358 silk/float/LPC_analysis_filter_FLP.c \ | |
1359 silk/float/LTP_analysis_filter_FLP.c \ | |
1360 silk/float/LTP_scale_ctrl_FLP.c \ | |
1361 silk/float/noise_shape_analysis_FLP.c \ | |
1362 silk/float/process_gains_FLP.c \ | |
1363 silk/float/regularize_correlations_FLP.c \ | |
1364 silk/float/residual_energy_FLP.c \ | |
1365 silk/float/warped_autocorrelation_FLP.c \ | |
1366 silk/float/wrappers_FLP.c \ | |
1367 silk/float/autocorrelation_FLP.c \ | |
1368 silk/float/burg_modified_FLP.c \ | |
1369 silk/float/bwexpander_FLP.c \ | |
1370 silk/float/energy_FLP.c \ | |
1371 silk/float/inner_product_FLP.c \ | |
1372 silk/float/k2a_FLP.c \ | |
1373 silk/float/LPC_inv_pred_gain_FLP.c \ | |
1374 silk/float/pitch_analysis_core_FLP.c \ | |
1375 silk/float/scale_copy_vector_FLP.c \ | |
1376 silk/float/scale_vector_FLP.c \ | |
1377 silk/float/schur_FLP.c \ | |
1378 silk/float/sort_FLP.c | |
1379 | |
1380 OPUS_SOURCES = src/opus.c src/opus_decoder.c src/opus_encoder.c \ | |
1381 src/opus_multistream.c src/opus_multistream_encoder.c \ | |
1382 src/opus_multistream_decoder.c src/repacketizer.c \ | |
1383 src/opus_projection_encoder.c src/opus_projection_decoder.c \ | |
1384 src/mapping_matrix.c $(am__append_6) | |
1385 OPUS_SOURCES_FLOAT = \ | |
1386 src/analysis.c \ | |
1387 src/mlp.c \ | |
1388 src/mlp_data.c | |
1389 | |
1390 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@noinst_LTLIBRARIES = libarmasm.la | |
1391 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@libarmasm_la_SOURCES = $(CELT_SOURCES_ARM_ASM:.s=-gnu.S) | |
1392 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@BUILT_SOURCES = $(CELT_SOURCES_ARM_ASM:.s=-gnu.S) \ | |
1393 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@ $(CELT_AM_SOURCES_ARM_ASM:.s.in=.s) \ | |
1394 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@ $(CELT_AM_SOURCES_ARM_ASM:.s.in=-gnu.S) | |
1395 | |
1396 CLEANFILES = $(CELT_SOURCES_ARM_ASM:.s=-gnu.S) \ | |
1397 $(CELT_AM_SOURCES_ARM_ASM:.s.in=-gnu.S) | |
1398 | |
1399 CELT_HEAD = \ | |
1400 celt/arch.h \ | |
1401 celt/bands.h \ | |
1402 celt/celt.h \ | |
1403 celt/cpu_support.h \ | |
1404 include/opus_types.h \ | |
1405 include/opus_defines.h \ | |
1406 include/opus_custom.h \ | |
1407 celt/cwrs.h \ | |
1408 celt/ecintrin.h \ | |
1409 celt/entcode.h \ | |
1410 celt/entdec.h \ | |
1411 celt/entenc.h \ | |
1412 celt/fixed_debug.h \ | |
1413 celt/fixed_generic.h \ | |
1414 celt/float_cast.h \ | |
1415 celt/_kiss_fft_guts.h \ | |
1416 celt/kiss_fft.h \ | |
1417 celt/laplace.h \ | |
1418 celt/mathops.h \ | |
1419 celt/mdct.h \ | |
1420 celt/mfrngcod.h \ | |
1421 celt/modes.h \ | |
1422 celt/os_support.h \ | |
1423 celt/pitch.h \ | |
1424 celt/celt_lpc.h \ | |
1425 celt/x86/celt_lpc_sse.h \ | |
1426 celt/quant_bands.h \ | |
1427 celt/rate.h \ | |
1428 celt/stack_alloc.h \ | |
1429 celt/vq.h \ | |
1430 celt/static_modes_float.h \ | |
1431 celt/static_modes_fixed.h \ | |
1432 celt/static_modes_float_arm_ne10.h \ | |
1433 celt/static_modes_fixed_arm_ne10.h \ | |
1434 celt/arm/armcpu.h \ | |
1435 celt/arm/fixed_armv4.h \ | |
1436 celt/arm/fixed_armv5e.h \ | |
1437 celt/arm/fixed_arm64.h \ | |
1438 celt/arm/kiss_fft_armv4.h \ | |
1439 celt/arm/kiss_fft_armv5e.h \ | |
1440 celt/arm/pitch_arm.h \ | |
1441 celt/arm/fft_arm.h \ | |
1442 celt/arm/mdct_arm.h \ | |
1443 celt/mips/celt_mipsr1.h \ | |
1444 celt/mips/fixed_generic_mipsr1.h \ | |
1445 celt/mips/kiss_fft_mipsr1.h \ | |
1446 celt/mips/mdct_mipsr1.h \ | |
1447 celt/mips/pitch_mipsr1.h \ | |
1448 celt/mips/vq_mipsr1.h \ | |
1449 celt/x86/pitch_sse.h \ | |
1450 celt/x86/vq_sse.h \ | |
1451 celt/x86/x86cpu.h | |
1452 | |
1453 SILK_HEAD = \ | |
1454 silk/debug.h \ | |
1455 silk/control.h \ | |
1456 silk/errors.h \ | |
1457 silk/API.h \ | |
1458 silk/typedef.h \ | |
1459 silk/define.h \ | |
1460 silk/main.h \ | |
1461 silk/x86/main_sse.h \ | |
1462 silk/PLC.h \ | |
1463 silk/structs.h \ | |
1464 silk/tables.h \ | |
1465 silk/tuning_parameters.h \ | |
1466 silk/Inlines.h \ | |
1467 silk/MacroCount.h \ | |
1468 silk/MacroDebug.h \ | |
1469 silk/macros.h \ | |
1470 silk/NSQ.h \ | |
1471 silk/pitch_est_defines.h \ | |
1472 silk/resampler_private.h \ | |
1473 silk/resampler_rom.h \ | |
1474 silk/resampler_structs.h \ | |
1475 silk/SigProc_FIX.h \ | |
1476 silk/x86/SigProc_FIX_sse.h \ | |
1477 silk/arm/biquad_alt_arm.h \ | |
1478 silk/arm/LPC_inv_pred_gain_arm.h \ | |
1479 silk/arm/macros_armv4.h \ | |
1480 silk/arm/macros_armv5e.h \ | |
1481 silk/arm/macros_arm64.h \ | |
1482 silk/arm/SigProc_FIX_armv4.h \ | |
1483 silk/arm/SigProc_FIX_armv5e.h \ | |
1484 silk/arm/NSQ_del_dec_arm.h \ | |
1485 silk/arm/NSQ_neon.h \ | |
1486 silk/fixed/main_FIX.h \ | |
1487 silk/fixed/structs_FIX.h \ | |
1488 silk/fixed/arm/warped_autocorrelation_FIX_arm.h \ | |
1489 silk/fixed/mips/noise_shape_analysis_FIX_mipsr1.h \ | |
1490 silk/fixed/mips/warped_autocorrelation_FIX_mipsr1.h \ | |
1491 silk/float/main_FLP.h \ | |
1492 silk/float/structs_FLP.h \ | |
1493 silk/float/SigProc_FLP.h \ | |
1494 silk/mips/macros_mipsr1.h \ | |
1495 silk/mips/NSQ_del_dec_mipsr1.h \ | |
1496 silk/mips/sigproc_fix_mipsr1.h | |
1497 | |
1498 OPUS_HEAD = \ | |
1499 include/opus.h \ | |
1500 include/opus_multistream.h \ | |
1501 include/opus_projection.h \ | |
1502 src/opus_private.h \ | |
1503 src/analysis.h \ | |
1504 src/mapping_matrix.h \ | |
1505 src/mlp.h \ | |
1506 src/tansig_table.h | |
1507 | |
1508 libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES) | |
1509 libopus_la_LDFLAGS = -no-undefined -version-info @OPUS_LT_CURRENT@:@OPUS_LT_REVISION@:@OPUS_LT_AGE@ | |
1510 libopus_la_LIBADD = $(NE10_LIBS) $(LIBM) $(am__append_15) | |
1511 pkginclude_HEADERS = include/opus.h include/opus_multistream.h \ | |
1512 include/opus_types.h include/opus_defines.h \ | |
1513 include/opus_projection.h $(am__append_22) | |
1514 noinst_HEADERS = $(OPUS_HEAD) $(SILK_HEAD) $(CELT_HEAD) | |
1515 @EXTRA_PROGRAMS_TRUE@opus_demo_SOURCES = src/opus_demo.c | |
1516 @EXTRA_PROGRAMS_TRUE@opus_demo_LDADD = libopus.la $(NE10_LIBS) $(LIBM) | |
1517 @EXTRA_PROGRAMS_TRUE@repacketizer_demo_SOURCES = src/repacketizer_demo.c | |
1518 @EXTRA_PROGRAMS_TRUE@repacketizer_demo_LDADD = libopus.la $(NE10_LIBS) $(LIBM) | |
1519 @EXTRA_PROGRAMS_TRUE@opus_compare_SOURCES = src/opus_compare.c | |
1520 @EXTRA_PROGRAMS_TRUE@opus_compare_LDADD = $(LIBM) | |
1521 @EXTRA_PROGRAMS_TRUE@tests_test_opus_api_SOURCES = tests/test_opus_api.c tests/test_opus_common.h | |
1522 @EXTRA_PROGRAMS_TRUE@tests_test_opus_api_LDADD = libopus.la $(NE10_LIBS) $(LIBM) | |
1523 @EXTRA_PROGRAMS_TRUE@tests_test_opus_encode_SOURCES = tests/test_opus_encode.c tests/opus_encode_regressions.c tests/test_opus_common.h | |
1524 @EXTRA_PROGRAMS_TRUE@tests_test_opus_encode_LDADD = libopus.la $(NE10_LIBS) $(LIBM) | |
1525 @EXTRA_PROGRAMS_TRUE@tests_test_opus_decode_SOURCES = tests/test_opus_decode.c tests/test_opus_common.h | |
1526 @EXTRA_PROGRAMS_TRUE@tests_test_opus_decode_LDADD = libopus.la $(NE10_LIBS) $(LIBM) | |
1527 @EXTRA_PROGRAMS_TRUE@tests_test_opus_padding_SOURCES = tests/test_opus_padding.c tests/test_opus_common.h | |
1528 @EXTRA_PROGRAMS_TRUE@tests_test_opus_padding_LDADD = libopus.la $(NE10_LIBS) $(LIBM) | |
1529 @EXTRA_PROGRAMS_TRUE@CELT_OBJ = $(CELT_SOURCES:.c=.lo) | |
1530 @EXTRA_PROGRAMS_TRUE@SILK_OBJ = $(SILK_SOURCES:.c=.lo) | |
1531 @EXTRA_PROGRAMS_TRUE@OPUS_OBJ = $(OPUS_SOURCES:.c=.lo) | |
1532 @EXTRA_PROGRAMS_TRUE@tests_test_opus_projection_SOURCES = tests/test_opus_projection.c tests/test_opus_common.h | |
1533 @EXTRA_PROGRAMS_TRUE@tests_test_opus_projection_LDADD = $(OPUS_OBJ) \ | |
1534 @EXTRA_PROGRAMS_TRUE@ $(SILK_OBJ) $(CELT_OBJ) $(NE10_LIBS) \ | |
1535 @EXTRA_PROGRAMS_TRUE@ $(LIBM) $(am__append_16) | |
1536 @EXTRA_PROGRAMS_TRUE@silk_tests_test_unit_LPC_inv_pred_gain_SOURCES = silk/tests/test_unit_LPC_inv_pred_gain.c | |
1537 @EXTRA_PROGRAMS_TRUE@silk_tests_test_unit_LPC_inv_pred_gain_LDADD = \ | |
1538 @EXTRA_PROGRAMS_TRUE@ $(SILK_OBJ) $(CELT_OBJ) $(NE10_LIBS) \ | |
1539 @EXTRA_PROGRAMS_TRUE@ $(LIBM) $(am__append_17) | |
1540 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_cwrs32_SOURCES = celt/tests/test_unit_cwrs32.c | |
1541 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_cwrs32_LDADD = $(LIBM) | |
1542 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_dft_SOURCES = celt/tests/test_unit_dft.c | |
1543 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_dft_LDADD = $(CELT_OBJ) \ | |
1544 @EXTRA_PROGRAMS_TRUE@ $(NE10_LIBS) $(LIBM) $(am__append_18) | |
1545 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_entropy_SOURCES = celt/tests/test_unit_entropy.c | |
1546 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_entropy_LDADD = $(LIBM) | |
1547 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_laplace_SOURCES = celt/tests/test_unit_laplace.c | |
1548 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_laplace_LDADD = $(LIBM) | |
1549 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mathops_SOURCES = celt/tests/test_unit_mathops.c | |
1550 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mathops_LDADD = $(CELT_OBJ) \ | |
1551 @EXTRA_PROGRAMS_TRUE@ $(NE10_LIBS) $(LIBM) $(am__append_19) | |
1552 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mdct_SOURCES = celt/tests/test_unit_mdct.c | |
1553 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mdct_LDADD = $(CELT_OBJ) \ | |
1554 @EXTRA_PROGRAMS_TRUE@ $(NE10_LIBS) $(LIBM) $(am__append_20) | |
1555 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_rotation_SOURCES = celt/tests/test_unit_rotation.c | |
1556 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_rotation_LDADD = \ | |
1557 @EXTRA_PROGRAMS_TRUE@ $(CELT_OBJ) $(NE10_LIBS) $(LIBM) \ | |
1558 @EXTRA_PROGRAMS_TRUE@ $(am__append_21) | |
1559 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_types_SOURCES = celt/tests/test_unit_types.c | |
1560 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_types_LDADD = $(LIBM) | |
1561 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@opus_custom_demo_SOURCES = celt/opus_custom_demo.c | |
1562 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@opus_custom_demo_LDADD = libopus.la $(LIBM) | |
1563 EXTRA_DIST = opus.pc.in \ | |
1564 opus-uninstalled.pc.in \ | |
1565 opus.m4 \ | |
1566 Makefile.mips \ | |
1567 Makefile.unix \ | |
1568 tests/run_vectors.sh \ | |
1569 celt/arm/arm2gnu.pl \ | |
1570 celt/arm/celt_pitch_xcorr_arm.s \ | |
1571 win32/VS2015/opus.vcxproj \ | |
1572 win32/VS2015/test_opus_encode.vcxproj.filters \ | |
1573 win32/VS2015/test_opus_encode.vcxproj \ | |
1574 win32/VS2015/opus_demo.vcxproj \ | |
1575 win32/VS2015/test_opus_api.vcxproj.filters \ | |
1576 win32/VS2015/test_opus_api.vcxproj \ | |
1577 win32/VS2015/test_opus_decode.vcxproj.filters \ | |
1578 win32/VS2015/opus_demo.vcxproj.filters \ | |
1579 win32/VS2015/opus.vcxproj.filters \ | |
1580 win32/VS2015/test_opus_decode.vcxproj \ | |
1581 win32/VS2015/opus.sln \ | |
1582 win32/VS2015/common.props \ | |
1583 win32/genversion.bat \ | |
1584 win32/config.h | |
1585 | |
1586 pkgconfigdir = $(libdir)/pkgconfig | |
1587 pkgconfig_DATA = opus.pc | |
1588 m4datadir = $(datadir)/aclocal | |
1589 m4data_DATA = opus.m4 | |
1590 OPT_UNIT_TEST_OBJ = $(celt_tests_test_unit_mathops_SOURCES:.c=.o) \ | |
1591 $(celt_tests_test_unit_rotation_SOURCES:.c=.o) \ | |
1592 $(celt_tests_test_unit_mdct_SOURCES:.c=.o) \ | |
1593 $(celt_tests_test_unit_dft_SOURCES:.c=.o) \ | |
1594 $(silk_tests_test_unit_LPC_inv_pred_gain_SOURCES:.c=.o) | |
1595 | |
1596 @HAVE_SSE_TRUE@SSE_OBJ = $(CELT_SOURCES_SSE:.c=.lo) | |
1597 @HAVE_SSE2_TRUE@SSE2_OBJ = $(CELT_SOURCES_SSE2:.c=.lo) | |
1598 @HAVE_SSE4_1_TRUE@SSE4_1_OBJ = $(CELT_SOURCES_SSE4_1:.c=.lo) \ | |
1599 @HAVE_SSE4_1_TRUE@ $(SILK_SOURCES_SSE4_1:.c=.lo) \ | |
1600 @HAVE_SSE4_1_TRUE@ $(SILK_SOURCES_FIXED_SSE4_1:.c=.lo) | |
1601 | |
1602 @HAVE_ARM_NEON_INTR_TRUE@ARM_NEON_INTR_OBJ = $(CELT_SOURCES_ARM_NEON_INTR:.c=.lo) \ | |
1603 @HAVE_ARM_NEON_INTR_TRUE@ $(SILK_SOURCES_ARM_NEON_INTR:.c=.lo) \ | |
1604 @HAVE_ARM_NEON_INTR_TRUE@ $(SILK_SOURCES_FIXED_ARM_NEON_INTR:.c=.lo) | |
1605 | |
1606 all: $(BUILT_SOURCES) config.h | |
1607 $(MAKE) $(AM_MAKEFLAGS) all-recursive | |
1608 | |
1609 .SUFFIXES: | |
1610 .SUFFIXES: .S .c .lo .log .o .obj .test .test$(EXEEXT) .trs | |
1611 am--refresh: Makefile | |
1612 @: | |
1613 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/celt_sources.mk $(srcdir)/silk_sources.mk $(srcdir)/opus_sources.mk $(srcdir)/celt_headers.mk $(srcdir)/silk_headers.mk $(srcdir)/opus_headers.mk $(am__configure_deps) | |
1614 @for dep in $?; do \ | |
1615 case '$(am__configure_deps)' in \ | |
1616 *$$dep*) \ | |
1617 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ | |
1618 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ | |
1619 && exit 0; \ | |
1620 exit 1;; \ | |
1621 esac; \ | |
1622 done; \ | |
1623 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ | |
1624 $(am__cd) $(top_srcdir) && \ | |
1625 $(AUTOMAKE) --gnu Makefile | |
1626 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
1627 @case '$?' in \ | |
1628 *config.status*) \ | |
1629 echo ' $(SHELL) ./config.status'; \ | |
1630 $(SHELL) ./config.status;; \ | |
1631 *) \ | |
1632 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | |
1633 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | |
1634 esac; | |
1635 $(srcdir)/celt_sources.mk $(srcdir)/silk_sources.mk $(srcdir)/opus_sources.mk $(srcdir)/celt_headers.mk $(srcdir)/silk_headers.mk $(srcdir)/opus_headers.mk $(am__empty): | |
1636 | |
1637 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
1638 $(SHELL) ./config.status --recheck | |
1639 | |
1640 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
1641 $(am__cd) $(srcdir) && $(AUTOCONF) | |
1642 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | |
1643 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |
1644 $(am__aclocal_m4_deps): | |
1645 | |
1646 config.h: stamp-h1 | |
1647 @test -f $@ || rm -f stamp-h1 | |
1648 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 | |
1649 | |
1650 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | |
1651 @rm -f stamp-h1 | |
1652 cd $(top_builddir) && $(SHELL) ./config.status config.h | |
1653 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
1654 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) | |
1655 rm -f stamp-h1 | |
1656 touch $@ | |
1657 | |
1658 distclean-hdr: | |
1659 -rm -f config.h stamp-h1 | |
1660 opus.pc: $(top_builddir)/config.status $(srcdir)/opus.pc.in | |
1661 cd $(top_builddir) && $(SHELL) ./config.status $@ | |
1662 opus-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/opus-uninstalled.pc.in | |
1663 cd $(top_builddir) && $(SHELL) ./config.status $@ | |
1664 celt/arm/armopts.s: $(top_builddir)/config.status $(top_srcdir)/celt/arm/armopts.s.in | |
1665 cd $(top_builddir) && $(SHELL) ./config.status $@ | |
1666 | |
1667 install-libLTLIBRARIES: $(lib_LTLIBRARIES) | |
1668 @$(NORMAL_INSTALL) | |
1669 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | |
1670 list2=; for p in $$list; do \ | |
1671 if test -f $$p; then \ | |
1672 list2="$$list2 $$p"; \ | |
1673 else :; fi; \ | |
1674 done; \ | |
1675 test -z "$$list2" || { \ | |
1676 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ | |
1677 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ | |
1678 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ | |
1679 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ | |
1680 } | |
1681 | |
1682 uninstall-libLTLIBRARIES: | |
1683 @$(NORMAL_UNINSTALL) | |
1684 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | |
1685 for p in $$list; do \ | |
1686 $(am__strip_dir) \ | |
1687 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ | |
1688 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ | |
1689 done | |
1690 | |
1691 clean-libLTLIBRARIES: | |
1692 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) | |
1693 @list='$(lib_LTLIBRARIES)'; \ | |
1694 locs=`for p in $$list; do echo $$p; done | \ | |
1695 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ | |
1696 sort -u`; \ | |
1697 test -z "$$locs" || { \ | |
1698 echo rm -f $${locs}; \ | |
1699 rm -f $${locs}; \ | |
1700 } | |
1701 | |
1702 clean-noinstLTLIBRARIES: | |
1703 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) | |
1704 @list='$(noinst_LTLIBRARIES)'; \ | |
1705 locs=`for p in $$list; do echo $$p; done | \ | |
1706 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ | |
1707 sort -u`; \ | |
1708 test -z "$$locs" || { \ | |
1709 echo rm -f $${locs}; \ | |
1710 rm -f $${locs}; \ | |
1711 } | |
1712 celt/arm/$(am__dirstamp): | |
1713 @$(MKDIR_P) celt/arm | |
1714 @: > celt/arm/$(am__dirstamp) | |
1715 celt/arm/$(DEPDIR)/$(am__dirstamp): | |
1716 @$(MKDIR_P) celt/arm/$(DEPDIR) | |
1717 @: > celt/arm/$(DEPDIR)/$(am__dirstamp) | |
1718 celt/arm/celt_pitch_xcorr_arm-gnu.lo: celt/arm/$(am__dirstamp) \ | |
1719 celt/arm/$(DEPDIR)/$(am__dirstamp) | |
1720 | |
1721 libarmasm.la: $(libarmasm_la_OBJECTS) $(libarmasm_la_DEPENDENCIES) $(EXTRA_libarmasm_la_DEPENDENCIES) | |
1722 $(AM_V_CCLD)$(LINK) $(am_libarmasm_la_rpath) $(libarmasm_la_OBJECTS) $(libarmasm_la_LIBADD) $(LIBS) | |
1723 celt/$(am__dirstamp): | |
1724 @$(MKDIR_P) celt | |
1725 @: > celt/$(am__dirstamp) | |
1726 celt/$(DEPDIR)/$(am__dirstamp): | |
1727 @$(MKDIR_P) celt/$(DEPDIR) | |
1728 @: > celt/$(DEPDIR)/$(am__dirstamp) | |
1729 celt/bands.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) | |
1730 celt/celt.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) | |
1731 celt/celt_encoder.lo: celt/$(am__dirstamp) \ | |
1732 celt/$(DEPDIR)/$(am__dirstamp) | |
1733 celt/celt_decoder.lo: celt/$(am__dirstamp) \ | |
1734 celt/$(DEPDIR)/$(am__dirstamp) | |
1735 celt/cwrs.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) | |
1736 celt/entcode.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) | |
1737 celt/entdec.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) | |
1738 celt/entenc.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) | |
1739 celt/kiss_fft.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) | |
1740 celt/laplace.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) | |
1741 celt/mathops.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) | |
1742 celt/mdct.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) | |
1743 celt/modes.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) | |
1744 celt/pitch.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) | |
1745 celt/celt_lpc.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) | |
1746 celt/quant_bands.lo: celt/$(am__dirstamp) \ | |
1747 celt/$(DEPDIR)/$(am__dirstamp) | |
1748 celt/rate.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) | |
1749 celt/vq.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) | |
1750 celt/x86/$(am__dirstamp): | |
1751 @$(MKDIR_P) celt/x86 | |
1752 @: > celt/x86/$(am__dirstamp) | |
1753 celt/x86/$(DEPDIR)/$(am__dirstamp): | |
1754 @$(MKDIR_P) celt/x86/$(DEPDIR) | |
1755 @: > celt/x86/$(DEPDIR)/$(am__dirstamp) | |
1756 celt/x86/x86cpu.lo: celt/x86/$(am__dirstamp) \ | |
1757 celt/x86/$(DEPDIR)/$(am__dirstamp) | |
1758 celt/x86/x86_celt_map.lo: celt/x86/$(am__dirstamp) \ | |
1759 celt/x86/$(DEPDIR)/$(am__dirstamp) | |
1760 celt/x86/pitch_sse.lo: celt/x86/$(am__dirstamp) \ | |
1761 celt/x86/$(DEPDIR)/$(am__dirstamp) | |
1762 celt/x86/pitch_sse2.lo: celt/x86/$(am__dirstamp) \ | |
1763 celt/x86/$(DEPDIR)/$(am__dirstamp) | |
1764 celt/x86/vq_sse2.lo: celt/x86/$(am__dirstamp) \ | |
1765 celt/x86/$(DEPDIR)/$(am__dirstamp) | |
1766 celt/x86/celt_lpc_sse4_1.lo: celt/x86/$(am__dirstamp) \ | |
1767 celt/x86/$(DEPDIR)/$(am__dirstamp) | |
1768 celt/x86/pitch_sse4_1.lo: celt/x86/$(am__dirstamp) \ | |
1769 celt/x86/$(DEPDIR)/$(am__dirstamp) | |
1770 celt/arm/armcpu.lo: celt/arm/$(am__dirstamp) \ | |
1771 celt/arm/$(DEPDIR)/$(am__dirstamp) | |
1772 celt/arm/arm_celt_map.lo: celt/arm/$(am__dirstamp) \ | |
1773 celt/arm/$(DEPDIR)/$(am__dirstamp) | |
1774 celt/arm/celt_neon_intr.lo: celt/arm/$(am__dirstamp) \ | |
1775 celt/arm/$(DEPDIR)/$(am__dirstamp) | |
1776 celt/arm/pitch_neon_intr.lo: celt/arm/$(am__dirstamp) \ | |
1777 celt/arm/$(DEPDIR)/$(am__dirstamp) | |
1778 celt/arm/celt_fft_ne10.lo: celt/arm/$(am__dirstamp) \ | |
1779 celt/arm/$(DEPDIR)/$(am__dirstamp) | |
1780 celt/arm/celt_mdct_ne10.lo: celt/arm/$(am__dirstamp) \ | |
1781 celt/arm/$(DEPDIR)/$(am__dirstamp) | |
1782 silk/$(am__dirstamp): | |
1783 @$(MKDIR_P) silk | |
1784 @: > silk/$(am__dirstamp) | |
1785 silk/$(DEPDIR)/$(am__dirstamp): | |
1786 @$(MKDIR_P) silk/$(DEPDIR) | |
1787 @: > silk/$(DEPDIR)/$(am__dirstamp) | |
1788 silk/CNG.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp) | |
1789 silk/code_signs.lo: silk/$(am__dirstamp) \ | |
1790 silk/$(DEPDIR)/$(am__dirstamp) | |
1791 silk/init_decoder.lo: silk/$(am__dirstamp) \ | |
1792 silk/$(DEPDIR)/$(am__dirstamp) | |
1793 silk/decode_core.lo: silk/$(am__dirstamp) \ | |
1794 silk/$(DEPDIR)/$(am__dirstamp) | |
1795 silk/decode_frame.lo: silk/$(am__dirstamp) \ | |
1796 silk/$(DEPDIR)/$(am__dirstamp) | |
1797 silk/decode_parameters.lo: silk/$(am__dirstamp) \ | |
1798 silk/$(DEPDIR)/$(am__dirstamp) | |
1799 silk/decode_indices.lo: silk/$(am__dirstamp) \ | |
1800 silk/$(DEPDIR)/$(am__dirstamp) | |
1801 silk/decode_pulses.lo: silk/$(am__dirstamp) \ | |
1802 silk/$(DEPDIR)/$(am__dirstamp) | |
1803 silk/decoder_set_fs.lo: silk/$(am__dirstamp) \ | |
1804 silk/$(DEPDIR)/$(am__dirstamp) | |
1805 silk/dec_API.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp) | |
1806 silk/enc_API.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp) | |
1807 silk/encode_indices.lo: silk/$(am__dirstamp) \ | |
1808 silk/$(DEPDIR)/$(am__dirstamp) | |
1809 silk/encode_pulses.lo: silk/$(am__dirstamp) \ | |
1810 silk/$(DEPDIR)/$(am__dirstamp) | |
1811 silk/gain_quant.lo: silk/$(am__dirstamp) \ | |
1812 silk/$(DEPDIR)/$(am__dirstamp) | |
1813 silk/interpolate.lo: silk/$(am__dirstamp) \ | |
1814 silk/$(DEPDIR)/$(am__dirstamp) | |
1815 silk/LP_variable_cutoff.lo: silk/$(am__dirstamp) \ | |
1816 silk/$(DEPDIR)/$(am__dirstamp) | |
1817 silk/NLSF_decode.lo: silk/$(am__dirstamp) \ | |
1818 silk/$(DEPDIR)/$(am__dirstamp) | |
1819 silk/NSQ.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp) | |
1820 silk/NSQ_del_dec.lo: silk/$(am__dirstamp) \ | |
1821 silk/$(DEPDIR)/$(am__dirstamp) | |
1822 silk/PLC.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp) | |
1823 silk/shell_coder.lo: silk/$(am__dirstamp) \ | |
1824 silk/$(DEPDIR)/$(am__dirstamp) | |
1825 silk/tables_gain.lo: silk/$(am__dirstamp) \ | |
1826 silk/$(DEPDIR)/$(am__dirstamp) | |
1827 silk/tables_LTP.lo: silk/$(am__dirstamp) \ | |
1828 silk/$(DEPDIR)/$(am__dirstamp) | |
1829 silk/tables_NLSF_CB_NB_MB.lo: silk/$(am__dirstamp) \ | |
1830 silk/$(DEPDIR)/$(am__dirstamp) | |
1831 silk/tables_NLSF_CB_WB.lo: silk/$(am__dirstamp) \ | |
1832 silk/$(DEPDIR)/$(am__dirstamp) | |
1833 silk/tables_other.lo: silk/$(am__dirstamp) \ | |
1834 silk/$(DEPDIR)/$(am__dirstamp) | |
1835 silk/tables_pitch_lag.lo: silk/$(am__dirstamp) \ | |
1836 silk/$(DEPDIR)/$(am__dirstamp) | |
1837 silk/tables_pulses_per_block.lo: silk/$(am__dirstamp) \ | |
1838 silk/$(DEPDIR)/$(am__dirstamp) | |
1839 silk/VAD.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp) | |
1840 silk/control_audio_bandwidth.lo: silk/$(am__dirstamp) \ | |
1841 silk/$(DEPDIR)/$(am__dirstamp) | |
1842 silk/quant_LTP_gains.lo: silk/$(am__dirstamp) \ | |
1843 silk/$(DEPDIR)/$(am__dirstamp) | |
1844 silk/VQ_WMat_EC.lo: silk/$(am__dirstamp) \ | |
1845 silk/$(DEPDIR)/$(am__dirstamp) | |
1846 silk/HP_variable_cutoff.lo: silk/$(am__dirstamp) \ | |
1847 silk/$(DEPDIR)/$(am__dirstamp) | |
1848 silk/NLSF_encode.lo: silk/$(am__dirstamp) \ | |
1849 silk/$(DEPDIR)/$(am__dirstamp) | |
1850 silk/NLSF_VQ.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp) | |
1851 silk/NLSF_unpack.lo: silk/$(am__dirstamp) \ | |
1852 silk/$(DEPDIR)/$(am__dirstamp) | |
1853 silk/NLSF_del_dec_quant.lo: silk/$(am__dirstamp) \ | |
1854 silk/$(DEPDIR)/$(am__dirstamp) | |
1855 silk/process_NLSFs.lo: silk/$(am__dirstamp) \ | |
1856 silk/$(DEPDIR)/$(am__dirstamp) | |
1857 silk/stereo_LR_to_MS.lo: silk/$(am__dirstamp) \ | |
1858 silk/$(DEPDIR)/$(am__dirstamp) | |
1859 silk/stereo_MS_to_LR.lo: silk/$(am__dirstamp) \ | |
1860 silk/$(DEPDIR)/$(am__dirstamp) | |
1861 silk/check_control_input.lo: silk/$(am__dirstamp) \ | |
1862 silk/$(DEPDIR)/$(am__dirstamp) | |
1863 silk/control_SNR.lo: silk/$(am__dirstamp) \ | |
1864 silk/$(DEPDIR)/$(am__dirstamp) | |
1865 silk/init_encoder.lo: silk/$(am__dirstamp) \ | |
1866 silk/$(DEPDIR)/$(am__dirstamp) | |
1867 silk/control_codec.lo: silk/$(am__dirstamp) \ | |
1868 silk/$(DEPDIR)/$(am__dirstamp) | |
1869 silk/A2NLSF.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp) | |
1870 silk/ana_filt_bank_1.lo: silk/$(am__dirstamp) \ | |
1871 silk/$(DEPDIR)/$(am__dirstamp) | |
1872 silk/biquad_alt.lo: silk/$(am__dirstamp) \ | |
1873 silk/$(DEPDIR)/$(am__dirstamp) | |
1874 silk/bwexpander_32.lo: silk/$(am__dirstamp) \ | |
1875 silk/$(DEPDIR)/$(am__dirstamp) | |
1876 silk/bwexpander.lo: silk/$(am__dirstamp) \ | |
1877 silk/$(DEPDIR)/$(am__dirstamp) | |
1878 silk/debug.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp) | |
1879 silk/decode_pitch.lo: silk/$(am__dirstamp) \ | |
1880 silk/$(DEPDIR)/$(am__dirstamp) | |
1881 silk/inner_prod_aligned.lo: silk/$(am__dirstamp) \ | |
1882 silk/$(DEPDIR)/$(am__dirstamp) | |
1883 silk/lin2log.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp) | |
1884 silk/log2lin.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp) | |
1885 silk/LPC_analysis_filter.lo: silk/$(am__dirstamp) \ | |
1886 silk/$(DEPDIR)/$(am__dirstamp) | |
1887 silk/LPC_inv_pred_gain.lo: silk/$(am__dirstamp) \ | |
1888 silk/$(DEPDIR)/$(am__dirstamp) | |
1889 silk/table_LSF_cos.lo: silk/$(am__dirstamp) \ | |
1890 silk/$(DEPDIR)/$(am__dirstamp) | |
1891 silk/NLSF2A.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp) | |
1892 silk/NLSF_stabilize.lo: silk/$(am__dirstamp) \ | |
1893 silk/$(DEPDIR)/$(am__dirstamp) | |
1894 silk/NLSF_VQ_weights_laroia.lo: silk/$(am__dirstamp) \ | |
1895 silk/$(DEPDIR)/$(am__dirstamp) | |
1896 silk/pitch_est_tables.lo: silk/$(am__dirstamp) \ | |
1897 silk/$(DEPDIR)/$(am__dirstamp) | |
1898 silk/resampler.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp) | |
1899 silk/resampler_down2_3.lo: silk/$(am__dirstamp) \ | |
1900 silk/$(DEPDIR)/$(am__dirstamp) | |
1901 silk/resampler_down2.lo: silk/$(am__dirstamp) \ | |
1902 silk/$(DEPDIR)/$(am__dirstamp) | |
1903 silk/resampler_private_AR2.lo: silk/$(am__dirstamp) \ | |
1904 silk/$(DEPDIR)/$(am__dirstamp) | |
1905 silk/resampler_private_down_FIR.lo: silk/$(am__dirstamp) \ | |
1906 silk/$(DEPDIR)/$(am__dirstamp) | |
1907 silk/resampler_private_IIR_FIR.lo: silk/$(am__dirstamp) \ | |
1908 silk/$(DEPDIR)/$(am__dirstamp) | |
1909 silk/resampler_private_up2_HQ.lo: silk/$(am__dirstamp) \ | |
1910 silk/$(DEPDIR)/$(am__dirstamp) | |
1911 silk/resampler_rom.lo: silk/$(am__dirstamp) \ | |
1912 silk/$(DEPDIR)/$(am__dirstamp) | |
1913 silk/sigm_Q15.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp) | |
1914 silk/sort.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp) | |
1915 silk/sum_sqr_shift.lo: silk/$(am__dirstamp) \ | |
1916 silk/$(DEPDIR)/$(am__dirstamp) | |
1917 silk/stereo_decode_pred.lo: silk/$(am__dirstamp) \ | |
1918 silk/$(DEPDIR)/$(am__dirstamp) | |
1919 silk/stereo_encode_pred.lo: silk/$(am__dirstamp) \ | |
1920 silk/$(DEPDIR)/$(am__dirstamp) | |
1921 silk/stereo_find_predictor.lo: silk/$(am__dirstamp) \ | |
1922 silk/$(DEPDIR)/$(am__dirstamp) | |
1923 silk/stereo_quant_pred.lo: silk/$(am__dirstamp) \ | |
1924 silk/$(DEPDIR)/$(am__dirstamp) | |
1925 silk/LPC_fit.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp) | |
1926 silk/fixed/$(am__dirstamp): | |
1927 @$(MKDIR_P) silk/fixed | |
1928 @: > silk/fixed/$(am__dirstamp) | |
1929 silk/fixed/$(DEPDIR)/$(am__dirstamp): | |
1930 @$(MKDIR_P) silk/fixed/$(DEPDIR) | |
1931 @: > silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1932 silk/fixed/LTP_analysis_filter_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1933 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1934 silk/fixed/LTP_scale_ctrl_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1935 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1936 silk/fixed/corrMatrix_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1937 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1938 silk/fixed/encode_frame_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1939 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1940 silk/fixed/find_LPC_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1941 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1942 silk/fixed/find_LTP_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1943 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1944 silk/fixed/find_pitch_lags_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1945 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1946 silk/fixed/find_pred_coefs_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1947 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1948 silk/fixed/noise_shape_analysis_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1949 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1950 silk/fixed/process_gains_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1951 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1952 silk/fixed/regularize_correlations_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1953 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1954 silk/fixed/residual_energy16_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1955 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1956 silk/fixed/residual_energy_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1957 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1958 silk/fixed/warped_autocorrelation_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1959 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1960 silk/fixed/apply_sine_window_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1961 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1962 silk/fixed/autocorr_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1963 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1964 silk/fixed/burg_modified_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1965 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1966 silk/fixed/k2a_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1967 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1968 silk/fixed/k2a_Q16_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1969 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1970 silk/fixed/pitch_analysis_core_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1971 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1972 silk/fixed/vector_ops_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1973 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1974 silk/fixed/schur64_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1975 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1976 silk/fixed/schur_FIX.lo: silk/fixed/$(am__dirstamp) \ | |
1977 silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
1978 silk/x86/$(am__dirstamp): | |
1979 @$(MKDIR_P) silk/x86 | |
1980 @: > silk/x86/$(am__dirstamp) | |
1981 silk/x86/$(DEPDIR)/$(am__dirstamp): | |
1982 @$(MKDIR_P) silk/x86/$(DEPDIR) | |
1983 @: > silk/x86/$(DEPDIR)/$(am__dirstamp) | |
1984 silk/x86/NSQ_sse4_1.lo: silk/x86/$(am__dirstamp) \ | |
1985 silk/x86/$(DEPDIR)/$(am__dirstamp) | |
1986 silk/x86/NSQ_del_dec_sse4_1.lo: silk/x86/$(am__dirstamp) \ | |
1987 silk/x86/$(DEPDIR)/$(am__dirstamp) | |
1988 silk/x86/x86_silk_map.lo: silk/x86/$(am__dirstamp) \ | |
1989 silk/x86/$(DEPDIR)/$(am__dirstamp) | |
1990 silk/x86/VAD_sse4_1.lo: silk/x86/$(am__dirstamp) \ | |
1991 silk/x86/$(DEPDIR)/$(am__dirstamp) | |
1992 silk/x86/VQ_WMat_EC_sse4_1.lo: silk/x86/$(am__dirstamp) \ | |
1993 silk/x86/$(DEPDIR)/$(am__dirstamp) | |
1994 silk/fixed/x86/$(am__dirstamp): | |
1995 @$(MKDIR_P) silk/fixed/x86 | |
1996 @: > silk/fixed/x86/$(am__dirstamp) | |
1997 silk/fixed/x86/$(DEPDIR)/$(am__dirstamp): | |
1998 @$(MKDIR_P) silk/fixed/x86/$(DEPDIR) | |
1999 @: > silk/fixed/x86/$(DEPDIR)/$(am__dirstamp) | |
2000 silk/fixed/x86/vector_ops_FIX_sse4_1.lo: \ | |
2001 silk/fixed/x86/$(am__dirstamp) \ | |
2002 silk/fixed/x86/$(DEPDIR)/$(am__dirstamp) | |
2003 silk/fixed/x86/burg_modified_FIX_sse4_1.lo: \ | |
2004 silk/fixed/x86/$(am__dirstamp) \ | |
2005 silk/fixed/x86/$(DEPDIR)/$(am__dirstamp) | |
2006 silk/fixed/arm/$(am__dirstamp): | |
2007 @$(MKDIR_P) silk/fixed/arm | |
2008 @: > silk/fixed/arm/$(am__dirstamp) | |
2009 silk/fixed/arm/$(DEPDIR)/$(am__dirstamp): | |
2010 @$(MKDIR_P) silk/fixed/arm/$(DEPDIR) | |
2011 @: > silk/fixed/arm/$(DEPDIR)/$(am__dirstamp) | |
2012 silk/fixed/arm/warped_autocorrelation_FIX_neon_intr.lo: \ | |
2013 silk/fixed/arm/$(am__dirstamp) \ | |
2014 silk/fixed/arm/$(DEPDIR)/$(am__dirstamp) | |
2015 silk/float/$(am__dirstamp): | |
2016 @$(MKDIR_P) silk/float | |
2017 @: > silk/float/$(am__dirstamp) | |
2018 silk/float/$(DEPDIR)/$(am__dirstamp): | |
2019 @$(MKDIR_P) silk/float/$(DEPDIR) | |
2020 @: > silk/float/$(DEPDIR)/$(am__dirstamp) | |
2021 silk/float/apply_sine_window_FLP.lo: silk/float/$(am__dirstamp) \ | |
2022 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2023 silk/float/corrMatrix_FLP.lo: silk/float/$(am__dirstamp) \ | |
2024 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2025 silk/float/encode_frame_FLP.lo: silk/float/$(am__dirstamp) \ | |
2026 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2027 silk/float/find_LPC_FLP.lo: silk/float/$(am__dirstamp) \ | |
2028 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2029 silk/float/find_LTP_FLP.lo: silk/float/$(am__dirstamp) \ | |
2030 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2031 silk/float/find_pitch_lags_FLP.lo: silk/float/$(am__dirstamp) \ | |
2032 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2033 silk/float/find_pred_coefs_FLP.lo: silk/float/$(am__dirstamp) \ | |
2034 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2035 silk/float/LPC_analysis_filter_FLP.lo: silk/float/$(am__dirstamp) \ | |
2036 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2037 silk/float/LTP_analysis_filter_FLP.lo: silk/float/$(am__dirstamp) \ | |
2038 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2039 silk/float/LTP_scale_ctrl_FLP.lo: silk/float/$(am__dirstamp) \ | |
2040 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2041 silk/float/noise_shape_analysis_FLP.lo: silk/float/$(am__dirstamp) \ | |
2042 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2043 silk/float/process_gains_FLP.lo: silk/float/$(am__dirstamp) \ | |
2044 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2045 silk/float/regularize_correlations_FLP.lo: silk/float/$(am__dirstamp) \ | |
2046 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2047 silk/float/residual_energy_FLP.lo: silk/float/$(am__dirstamp) \ | |
2048 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2049 silk/float/warped_autocorrelation_FLP.lo: silk/float/$(am__dirstamp) \ | |
2050 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2051 silk/float/wrappers_FLP.lo: silk/float/$(am__dirstamp) \ | |
2052 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2053 silk/float/autocorrelation_FLP.lo: silk/float/$(am__dirstamp) \ | |
2054 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2055 silk/float/burg_modified_FLP.lo: silk/float/$(am__dirstamp) \ | |
2056 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2057 silk/float/bwexpander_FLP.lo: silk/float/$(am__dirstamp) \ | |
2058 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2059 silk/float/energy_FLP.lo: silk/float/$(am__dirstamp) \ | |
2060 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2061 silk/float/inner_product_FLP.lo: silk/float/$(am__dirstamp) \ | |
2062 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2063 silk/float/k2a_FLP.lo: silk/float/$(am__dirstamp) \ | |
2064 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2065 silk/float/LPC_inv_pred_gain_FLP.lo: silk/float/$(am__dirstamp) \ | |
2066 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2067 silk/float/pitch_analysis_core_FLP.lo: silk/float/$(am__dirstamp) \ | |
2068 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2069 silk/float/scale_copy_vector_FLP.lo: silk/float/$(am__dirstamp) \ | |
2070 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2071 silk/float/scale_vector_FLP.lo: silk/float/$(am__dirstamp) \ | |
2072 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2073 silk/float/schur_FLP.lo: silk/float/$(am__dirstamp) \ | |
2074 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2075 silk/float/sort_FLP.lo: silk/float/$(am__dirstamp) \ | |
2076 silk/float/$(DEPDIR)/$(am__dirstamp) | |
2077 silk/arm/$(am__dirstamp): | |
2078 @$(MKDIR_P) silk/arm | |
2079 @: > silk/arm/$(am__dirstamp) | |
2080 silk/arm/$(DEPDIR)/$(am__dirstamp): | |
2081 @$(MKDIR_P) silk/arm/$(DEPDIR) | |
2082 @: > silk/arm/$(DEPDIR)/$(am__dirstamp) | |
2083 silk/arm/arm_silk_map.lo: silk/arm/$(am__dirstamp) \ | |
2084 silk/arm/$(DEPDIR)/$(am__dirstamp) | |
2085 silk/arm/biquad_alt_neon_intr.lo: silk/arm/$(am__dirstamp) \ | |
2086 silk/arm/$(DEPDIR)/$(am__dirstamp) | |
2087 silk/arm/LPC_inv_pred_gain_neon_intr.lo: silk/arm/$(am__dirstamp) \ | |
2088 silk/arm/$(DEPDIR)/$(am__dirstamp) | |
2089 silk/arm/NSQ_del_dec_neon_intr.lo: silk/arm/$(am__dirstamp) \ | |
2090 silk/arm/$(DEPDIR)/$(am__dirstamp) | |
2091 silk/arm/NSQ_neon.lo: silk/arm/$(am__dirstamp) \ | |
2092 silk/arm/$(DEPDIR)/$(am__dirstamp) | |
2093 src/$(am__dirstamp): | |
2094 @$(MKDIR_P) src | |
2095 @: > src/$(am__dirstamp) | |
2096 src/$(DEPDIR)/$(am__dirstamp): | |
2097 @$(MKDIR_P) src/$(DEPDIR) | |
2098 @: > src/$(DEPDIR)/$(am__dirstamp) | |
2099 src/opus.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) | |
2100 src/opus_decoder.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) | |
2101 src/opus_encoder.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) | |
2102 src/opus_multistream.lo: src/$(am__dirstamp) \ | |
2103 src/$(DEPDIR)/$(am__dirstamp) | |
2104 src/opus_multistream_encoder.lo: src/$(am__dirstamp) \ | |
2105 src/$(DEPDIR)/$(am__dirstamp) | |
2106 src/opus_multistream_decoder.lo: src/$(am__dirstamp) \ | |
2107 src/$(DEPDIR)/$(am__dirstamp) | |
2108 src/repacketizer.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) | |
2109 src/opus_projection_encoder.lo: src/$(am__dirstamp) \ | |
2110 src/$(DEPDIR)/$(am__dirstamp) | |
2111 src/opus_projection_decoder.lo: src/$(am__dirstamp) \ | |
2112 src/$(DEPDIR)/$(am__dirstamp) | |
2113 src/mapping_matrix.lo: src/$(am__dirstamp) \ | |
2114 src/$(DEPDIR)/$(am__dirstamp) | |
2115 src/analysis.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) | |
2116 src/mlp.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) | |
2117 src/mlp_data.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) | |
2118 | |
2119 libopus.la: $(libopus_la_OBJECTS) $(libopus_la_DEPENDENCIES) $(EXTRA_libopus_la_DEPENDENCIES) | |
2120 $(AM_V_CCLD)$(libopus_la_LINK) -rpath $(libdir) $(libopus_la_OBJECTS) $(libopus_la_LIBADD) $(LIBS) | |
2121 | |
2122 clean-noinstPROGRAMS: | |
2123 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ | |
2124 echo " rm -f" $$list; \ | |
2125 rm -f $$list || exit $$?; \ | |
2126 test -n "$(EXEEXT)" || exit 0; \ | |
2127 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ | |
2128 echo " rm -f" $$list; \ | |
2129 rm -f $$list | |
2130 celt/tests/$(am__dirstamp): | |
2131 @$(MKDIR_P) celt/tests | |
2132 @: > celt/tests/$(am__dirstamp) | |
2133 celt/tests/$(DEPDIR)/$(am__dirstamp): | |
2134 @$(MKDIR_P) celt/tests/$(DEPDIR) | |
2135 @: > celt/tests/$(DEPDIR)/$(am__dirstamp) | |
2136 celt/tests/test_unit_cwrs32.$(OBJEXT): celt/tests/$(am__dirstamp) \ | |
2137 celt/tests/$(DEPDIR)/$(am__dirstamp) | |
2138 | |
2139 celt/tests/test_unit_cwrs32$(EXEEXT): $(celt_tests_test_unit_cwrs32_OBJECTS) $(celt_tests_test_unit_cwrs32_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_cwrs32_DEPENDENCIES) celt/tests/$(am__dirstamp) | |
2140 @rm -f celt/tests/test_unit_cwrs32$(EXEEXT) | |
2141 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_cwrs32_OBJECTS) $(celt_tests_test_unit_cwrs32_LDADD) $(LIBS) | |
2142 celt/tests/test_unit_dft.$(OBJEXT): celt/tests/$(am__dirstamp) \ | |
2143 celt/tests/$(DEPDIR)/$(am__dirstamp) | |
2144 | |
2145 celt/tests/test_unit_dft$(EXEEXT): $(celt_tests_test_unit_dft_OBJECTS) $(celt_tests_test_unit_dft_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_dft_DEPENDENCIES) celt/tests/$(am__dirstamp) | |
2146 @rm -f celt/tests/test_unit_dft$(EXEEXT) | |
2147 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_dft_OBJECTS) $(celt_tests_test_unit_dft_LDADD) $(LIBS) | |
2148 celt/tests/test_unit_entropy.$(OBJEXT): celt/tests/$(am__dirstamp) \ | |
2149 celt/tests/$(DEPDIR)/$(am__dirstamp) | |
2150 | |
2151 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) | |
2152 @rm -f celt/tests/test_unit_entropy$(EXEEXT) | |
2153 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_entropy_OBJECTS) $(celt_tests_test_unit_entropy_LDADD) $(LIBS) | |
2154 celt/tests/test_unit_laplace.$(OBJEXT): celt/tests/$(am__dirstamp) \ | |
2155 celt/tests/$(DEPDIR)/$(am__dirstamp) | |
2156 | |
2157 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) | |
2158 @rm -f celt/tests/test_unit_laplace$(EXEEXT) | |
2159 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_laplace_OBJECTS) $(celt_tests_test_unit_laplace_LDADD) $(LIBS) | |
2160 celt/tests/test_unit_mathops.$(OBJEXT): celt/tests/$(am__dirstamp) \ | |
2161 celt/tests/$(DEPDIR)/$(am__dirstamp) | |
2162 | |
2163 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) | |
2164 @rm -f celt/tests/test_unit_mathops$(EXEEXT) | |
2165 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_mathops_OBJECTS) $(celt_tests_test_unit_mathops_LDADD) $(LIBS) | |
2166 celt/tests/test_unit_mdct.$(OBJEXT): celt/tests/$(am__dirstamp) \ | |
2167 celt/tests/$(DEPDIR)/$(am__dirstamp) | |
2168 | |
2169 celt/tests/test_unit_mdct$(EXEEXT): $(celt_tests_test_unit_mdct_OBJECTS) $(celt_tests_test_unit_mdct_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_mdct_DEPENDENCIES) celt/tests/$(am__dirstamp) | |
2170 @rm -f celt/tests/test_unit_mdct$(EXEEXT) | |
2171 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_mdct_OBJECTS) $(celt_tests_test_unit_mdct_LDADD) $(LIBS) | |
2172 celt/tests/test_unit_rotation.$(OBJEXT): celt/tests/$(am__dirstamp) \ | |
2173 celt/tests/$(DEPDIR)/$(am__dirstamp) | |
2174 | |
2175 celt/tests/test_unit_rotation$(EXEEXT): $(celt_tests_test_unit_rotation_OBJECTS) $(celt_tests_test_unit_rotation_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_rotation_DEPENDENCIES) celt/tests/$(am__dirstamp) | |
2176 @rm -f celt/tests/test_unit_rotation$(EXEEXT) | |
2177 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_rotation_OBJECTS) $(celt_tests_test_unit_rotation_LDADD) $(LIBS) | |
2178 celt/tests/test_unit_types.$(OBJEXT): celt/tests/$(am__dirstamp) \ | |
2179 celt/tests/$(DEPDIR)/$(am__dirstamp) | |
2180 | |
2181 celt/tests/test_unit_types$(EXEEXT): $(celt_tests_test_unit_types_OBJECTS) $(celt_tests_test_unit_types_DEPENDENCIES) $(EXTRA_celt_tests_test_unit_types_DEPENDENCIES) celt/tests/$(am__dirstamp) | |
2182 @rm -f celt/tests/test_unit_types$(EXEEXT) | |
2183 $(AM_V_CCLD)$(LINK) $(celt_tests_test_unit_types_OBJECTS) $(celt_tests_test_unit_types_LDADD) $(LIBS) | |
2184 src/opus_compare.$(OBJEXT): src/$(am__dirstamp) \ | |
2185 src/$(DEPDIR)/$(am__dirstamp) | |
2186 | |
2187 opus_compare$(EXEEXT): $(opus_compare_OBJECTS) $(opus_compare_DEPENDENCIES) $(EXTRA_opus_compare_DEPENDENCIES) | |
2188 @rm -f opus_compare$(EXEEXT) | |
2189 $(AM_V_CCLD)$(LINK) $(opus_compare_OBJECTS) $(opus_compare_LDADD) $(LIBS) | |
2190 celt/opus_custom_demo.$(OBJEXT): celt/$(am__dirstamp) \ | |
2191 celt/$(DEPDIR)/$(am__dirstamp) | |
2192 | |
2193 opus_custom_demo$(EXEEXT): $(opus_custom_demo_OBJECTS) $(opus_custom_demo_DEPENDENCIES) $(EXTRA_opus_custom_demo_DEPENDENCIES) | |
2194 @rm -f opus_custom_demo$(EXEEXT) | |
2195 $(AM_V_CCLD)$(LINK) $(opus_custom_demo_OBJECTS) $(opus_custom_demo_LDADD) $(LIBS) | |
2196 src/opus_demo.$(OBJEXT): src/$(am__dirstamp) \ | |
2197 src/$(DEPDIR)/$(am__dirstamp) | |
2198 | |
2199 opus_demo$(EXEEXT): $(opus_demo_OBJECTS) $(opus_demo_DEPENDENCIES) $(EXTRA_opus_demo_DEPENDENCIES) | |
2200 @rm -f opus_demo$(EXEEXT) | |
2201 $(AM_V_CCLD)$(LINK) $(opus_demo_OBJECTS) $(opus_demo_LDADD) $(LIBS) | |
2202 src/repacketizer_demo.$(OBJEXT): src/$(am__dirstamp) \ | |
2203 src/$(DEPDIR)/$(am__dirstamp) | |
2204 | |
2205 repacketizer_demo$(EXEEXT): $(repacketizer_demo_OBJECTS) $(repacketizer_demo_DEPENDENCIES) $(EXTRA_repacketizer_demo_DEPENDENCIES) | |
2206 @rm -f repacketizer_demo$(EXEEXT) | |
2207 $(AM_V_CCLD)$(LINK) $(repacketizer_demo_OBJECTS) $(repacketizer_demo_LDADD) $(LIBS) | |
2208 silk/tests/$(am__dirstamp): | |
2209 @$(MKDIR_P) silk/tests | |
2210 @: > silk/tests/$(am__dirstamp) | |
2211 silk/tests/$(DEPDIR)/$(am__dirstamp): | |
2212 @$(MKDIR_P) silk/tests/$(DEPDIR) | |
2213 @: > silk/tests/$(DEPDIR)/$(am__dirstamp) | |
2214 silk/tests/test_unit_LPC_inv_pred_gain.$(OBJEXT): \ | |
2215 silk/tests/$(am__dirstamp) \ | |
2216 silk/tests/$(DEPDIR)/$(am__dirstamp) | |
2217 | |
2218 silk/tests/test_unit_LPC_inv_pred_gain$(EXEEXT): $(silk_tests_test_unit_LPC_inv_pred_gain_OBJECTS) $(silk_tests_test_unit_LPC_inv_pred_gain_DEPENDENCIES) $(EXTRA_silk_tests_test_unit_LPC_inv_pred_gain_DEPENDENCIES) silk/tests/$(am__dirstamp) | |
2219 @rm -f silk/tests/test_unit_LPC_inv_pred_gain$(EXEEXT) | |
2220 $(AM_V_CCLD)$(LINK) $(silk_tests_test_unit_LPC_inv_pred_gain_OBJECTS) $(silk_tests_test_unit_LPC_inv_pred_gain_LDADD) $(LIBS) | |
2221 tests/$(am__dirstamp): | |
2222 @$(MKDIR_P) tests | |
2223 @: > tests/$(am__dirstamp) | |
2224 tests/$(DEPDIR)/$(am__dirstamp): | |
2225 @$(MKDIR_P) tests/$(DEPDIR) | |
2226 @: > tests/$(DEPDIR)/$(am__dirstamp) | |
2227 tests/test_opus_api.$(OBJEXT): tests/$(am__dirstamp) \ | |
2228 tests/$(DEPDIR)/$(am__dirstamp) | |
2229 | |
2230 tests/test_opus_api$(EXEEXT): $(tests_test_opus_api_OBJECTS) $(tests_test_opus_api_DEPENDENCIES) $(EXTRA_tests_test_opus_api_DEPENDENCIES) tests/$(am__dirstamp) | |
2231 @rm -f tests/test_opus_api$(EXEEXT) | |
2232 $(AM_V_CCLD)$(LINK) $(tests_test_opus_api_OBJECTS) $(tests_test_opus_api_LDADD) $(LIBS) | |
2233 tests/test_opus_decode.$(OBJEXT): tests/$(am__dirstamp) \ | |
2234 tests/$(DEPDIR)/$(am__dirstamp) | |
2235 | |
2236 tests/test_opus_decode$(EXEEXT): $(tests_test_opus_decode_OBJECTS) $(tests_test_opus_decode_DEPENDENCIES) $(EXTRA_tests_test_opus_decode_DEPENDENCIES) tests/$(am__dirstamp) | |
2237 @rm -f tests/test_opus_decode$(EXEEXT) | |
2238 $(AM_V_CCLD)$(LINK) $(tests_test_opus_decode_OBJECTS) $(tests_test_opus_decode_LDADD) $(LIBS) | |
2239 tests/test_opus_encode.$(OBJEXT): tests/$(am__dirstamp) \ | |
2240 tests/$(DEPDIR)/$(am__dirstamp) | |
2241 tests/opus_encode_regressions.$(OBJEXT): tests/$(am__dirstamp) \ | |
2242 tests/$(DEPDIR)/$(am__dirstamp) | |
2243 | |
2244 tests/test_opus_encode$(EXEEXT): $(tests_test_opus_encode_OBJECTS) $(tests_test_opus_encode_DEPENDENCIES) $(EXTRA_tests_test_opus_encode_DEPENDENCIES) tests/$(am__dirstamp) | |
2245 @rm -f tests/test_opus_encode$(EXEEXT) | |
2246 $(AM_V_CCLD)$(LINK) $(tests_test_opus_encode_OBJECTS) $(tests_test_opus_encode_LDADD) $(LIBS) | |
2247 tests/test_opus_padding.$(OBJEXT): tests/$(am__dirstamp) \ | |
2248 tests/$(DEPDIR)/$(am__dirstamp) | |
2249 | |
2250 tests/test_opus_padding$(EXEEXT): $(tests_test_opus_padding_OBJECTS) $(tests_test_opus_padding_DEPENDENCIES) $(EXTRA_tests_test_opus_padding_DEPENDENCIES) tests/$(am__dirstamp) | |
2251 @rm -f tests/test_opus_padding$(EXEEXT) | |
2252 $(AM_V_CCLD)$(LINK) $(tests_test_opus_padding_OBJECTS) $(tests_test_opus_padding_LDADD) $(LIBS) | |
2253 tests/test_opus_projection.$(OBJEXT): tests/$(am__dirstamp) \ | |
2254 tests/$(DEPDIR)/$(am__dirstamp) | |
2255 | |
2256 tests/test_opus_projection$(EXEEXT): $(tests_test_opus_projection_OBJECTS) $(tests_test_opus_projection_DEPENDENCIES) $(EXTRA_tests_test_opus_projection_DEPENDENCIES) tests/$(am__dirstamp) | |
2257 @rm -f tests/test_opus_projection$(EXEEXT) | |
2258 $(AM_V_CCLD)$(LINK) $(tests_test_opus_projection_OBJECTS) $(tests_test_opus_projection_LDADD) $(LIBS) | |
2259 | |
2260 mostlyclean-compile: | |
2261 -rm -f *.$(OBJEXT) | |
2262 -rm -f celt/*.$(OBJEXT) | |
2263 -rm -f celt/*.lo | |
2264 -rm -f celt/arm/*.$(OBJEXT) | |
2265 -rm -f celt/arm/*.lo | |
2266 -rm -f celt/tests/*.$(OBJEXT) | |
2267 -rm -f celt/x86/*.$(OBJEXT) | |
2268 -rm -f celt/x86/*.lo | |
2269 -rm -f silk/*.$(OBJEXT) | |
2270 -rm -f silk/*.lo | |
2271 -rm -f silk/arm/*.$(OBJEXT) | |
2272 -rm -f silk/arm/*.lo | |
2273 -rm -f silk/fixed/*.$(OBJEXT) | |
2274 -rm -f silk/fixed/*.lo | |
2275 -rm -f silk/fixed/arm/*.$(OBJEXT) | |
2276 -rm -f silk/fixed/arm/*.lo | |
2277 -rm -f silk/fixed/x86/*.$(OBJEXT) | |
2278 -rm -f silk/fixed/x86/*.lo | |
2279 -rm -f silk/float/*.$(OBJEXT) | |
2280 -rm -f silk/float/*.lo | |
2281 -rm -f silk/tests/*.$(OBJEXT) | |
2282 -rm -f silk/x86/*.$(OBJEXT) | |
2283 -rm -f silk/x86/*.lo | |
2284 -rm -f src/*.$(OBJEXT) | |
2285 -rm -f src/*.lo | |
2286 -rm -f tests/*.$(OBJEXT) | |
2287 | |
2288 distclean-compile: | |
2289 -rm -f *.tab.c | |
2290 | |
2291 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/bands.Plo@am__quote@ | |
2292 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/celt.Plo@am__quote@ | |
2293 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/celt_decoder.Plo@am__quote@ | |
2294 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/celt_encoder.Plo@am__quote@ | |
2295 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/celt_lpc.Plo@am__quote@ | |
2296 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/cwrs.Plo@am__quote@ | |
2297 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/entcode.Plo@am__quote@ | |
2298 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/entdec.Plo@am__quote@ | |
2299 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/entenc.Plo@am__quote@ | |
2300 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/kiss_fft.Plo@am__quote@ | |
2301 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/laplace.Plo@am__quote@ | |
2302 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/mathops.Plo@am__quote@ | |
2303 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/mdct.Plo@am__quote@ | |
2304 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/modes.Plo@am__quote@ | |
2305 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/opus_custom_demo.Po@am__quote@ | |
2306 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/pitch.Plo@am__quote@ | |
2307 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/quant_bands.Plo@am__quote@ | |
2308 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/rate.Plo@am__quote@ | |
2309 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/vq.Plo@am__quote@ | |
2310 @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/arm_celt_map.Plo@am__quote@ | |
2311 @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/armcpu.Plo@am__quote@ | |
2312 @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/celt_fft_ne10.Plo@am__quote@ | |
2313 @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/celt_mdct_ne10.Plo@am__quote@ | |
2314 @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/celt_neon_intr.Plo@am__quote@ | |
2315 @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/celt_pitch_xcorr_arm-gnu.Plo@am__quote@ | |
2316 @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/pitch_neon_intr.Plo@am__quote@ | |
2317 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_cwrs32.Po@am__quote@ | |
2318 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_dft.Po@am__quote@ | |
2319 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_entropy.Po@am__quote@ | |
2320 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_laplace.Po@am__quote@ | |
2321 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_mathops.Po@am__quote@ | |
2322 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_mdct.Po@am__quote@ | |
2323 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_rotation.Po@am__quote@ | |
2324 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_types.Po@am__quote@ | |
2325 @AMDEP_TRUE@@am__include@ @am__quote@celt/x86/$(DEPDIR)/celt_lpc_sse4_1.Plo@am__quote@ | |
2326 @AMDEP_TRUE@@am__include@ @am__quote@celt/x86/$(DEPDIR)/pitch_sse.Plo@am__quote@ | |
2327 @AMDEP_TRUE@@am__include@ @am__quote@celt/x86/$(DEPDIR)/pitch_sse2.Plo@am__quote@ | |
2328 @AMDEP_TRUE@@am__include@ @am__quote@celt/x86/$(DEPDIR)/pitch_sse4_1.Plo@am__quote@ | |
2329 @AMDEP_TRUE@@am__include@ @am__quote@celt/x86/$(DEPDIR)/vq_sse2.Plo@am__quote@ | |
2330 @AMDEP_TRUE@@am__include@ @am__quote@celt/x86/$(DEPDIR)/x86_celt_map.Plo@am__quote@ | |
2331 @AMDEP_TRUE@@am__include@ @am__quote@celt/x86/$(DEPDIR)/x86cpu.Plo@am__quote@ | |
2332 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/A2NLSF.Plo@am__quote@ | |
2333 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/CNG.Plo@am__quote@ | |
2334 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/HP_variable_cutoff.Plo@am__quote@ | |
2335 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/LPC_analysis_filter.Plo@am__quote@ | |
2336 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/LPC_fit.Plo@am__quote@ | |
2337 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/LPC_inv_pred_gain.Plo@am__quote@ | |
2338 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/LP_variable_cutoff.Plo@am__quote@ | |
2339 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/NLSF2A.Plo@am__quote@ | |
2340 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/NLSF_VQ.Plo@am__quote@ | |
2341 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/NLSF_VQ_weights_laroia.Plo@am__quote@ | |
2342 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/NLSF_decode.Plo@am__quote@ | |
2343 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/NLSF_del_dec_quant.Plo@am__quote@ | |
2344 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/NLSF_encode.Plo@am__quote@ | |
2345 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/NLSF_stabilize.Plo@am__quote@ | |
2346 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/NLSF_unpack.Plo@am__quote@ | |
2347 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/NSQ.Plo@am__quote@ | |
2348 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/NSQ_del_dec.Plo@am__quote@ | |
2349 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/PLC.Plo@am__quote@ | |
2350 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/VAD.Plo@am__quote@ | |
2351 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/VQ_WMat_EC.Plo@am__quote@ | |
2352 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/ana_filt_bank_1.Plo@am__quote@ | |
2353 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/biquad_alt.Plo@am__quote@ | |
2354 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/bwexpander.Plo@am__quote@ | |
2355 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/bwexpander_32.Plo@am__quote@ | |
2356 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/check_control_input.Plo@am__quote@ | |
2357 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/code_signs.Plo@am__quote@ | |
2358 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/control_SNR.Plo@am__quote@ | |
2359 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/control_audio_bandwidth.Plo@am__quote@ | |
2360 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/control_codec.Plo@am__quote@ | |
2361 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/debug.Plo@am__quote@ | |
2362 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/dec_API.Plo@am__quote@ | |
2363 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/decode_core.Plo@am__quote@ | |
2364 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/decode_frame.Plo@am__quote@ | |
2365 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/decode_indices.Plo@am__quote@ | |
2366 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/decode_parameters.Plo@am__quote@ | |
2367 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/decode_pitch.Plo@am__quote@ | |
2368 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/decode_pulses.Plo@am__quote@ | |
2369 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/decoder_set_fs.Plo@am__quote@ | |
2370 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/enc_API.Plo@am__quote@ | |
2371 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/encode_indices.Plo@am__quote@ | |
2372 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/encode_pulses.Plo@am__quote@ | |
2373 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/gain_quant.Plo@am__quote@ | |
2374 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/init_decoder.Plo@am__quote@ | |
2375 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/init_encoder.Plo@am__quote@ | |
2376 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/inner_prod_aligned.Plo@am__quote@ | |
2377 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/interpolate.Plo@am__quote@ | |
2378 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/lin2log.Plo@am__quote@ | |
2379 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/log2lin.Plo@am__quote@ | |
2380 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/pitch_est_tables.Plo@am__quote@ | |
2381 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/process_NLSFs.Plo@am__quote@ | |
2382 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/quant_LTP_gains.Plo@am__quote@ | |
2383 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/resampler.Plo@am__quote@ | |
2384 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/resampler_down2.Plo@am__quote@ | |
2385 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/resampler_down2_3.Plo@am__quote@ | |
2386 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/resampler_private_AR2.Plo@am__quote@ | |
2387 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/resampler_private_IIR_FIR.Plo@am__quote@ | |
2388 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/resampler_private_down_FIR.Plo@am__quote@ | |
2389 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/resampler_private_up2_HQ.Plo@am__quote@ | |
2390 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/resampler_rom.Plo@am__quote@ | |
2391 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/shell_coder.Plo@am__quote@ | |
2392 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/sigm_Q15.Plo@am__quote@ | |
2393 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/sort.Plo@am__quote@ | |
2394 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/stereo_LR_to_MS.Plo@am__quote@ | |
2395 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/stereo_MS_to_LR.Plo@am__quote@ | |
2396 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/stereo_decode_pred.Plo@am__quote@ | |
2397 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/stereo_encode_pred.Plo@am__quote@ | |
2398 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/stereo_find_predictor.Plo@am__quote@ | |
2399 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/stereo_quant_pred.Plo@am__quote@ | |
2400 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/sum_sqr_shift.Plo@am__quote@ | |
2401 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/table_LSF_cos.Plo@am__quote@ | |
2402 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/tables_LTP.Plo@am__quote@ | |
2403 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/tables_NLSF_CB_NB_MB.Plo@am__quote@ | |
2404 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/tables_NLSF_CB_WB.Plo@am__quote@ | |
2405 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/tables_gain.Plo@am__quote@ | |
2406 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/tables_other.Plo@am__quote@ | |
2407 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/tables_pitch_lag.Plo@am__quote@ | |
2408 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/tables_pulses_per_block.Plo@am__quote@ | |
2409 @AMDEP_TRUE@@am__include@ @am__quote@silk/arm/$(DEPDIR)/LPC_inv_pred_gain_neon_intr.Plo@am__quote@ | |
2410 @AMDEP_TRUE@@am__include@ @am__quote@silk/arm/$(DEPDIR)/NSQ_del_dec_neon_intr.Plo@am__quote@ | |
2411 @AMDEP_TRUE@@am__include@ @am__quote@silk/arm/$(DEPDIR)/NSQ_neon.Plo@am__quote@ | |
2412 @AMDEP_TRUE@@am__include@ @am__quote@silk/arm/$(DEPDIR)/arm_silk_map.Plo@am__quote@ | |
2413 @AMDEP_TRUE@@am__include@ @am__quote@silk/arm/$(DEPDIR)/biquad_alt_neon_intr.Plo@am__quote@ | |
2414 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/LTP_analysis_filter_FIX.Plo@am__quote@ | |
2415 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/LTP_scale_ctrl_FIX.Plo@am__quote@ | |
2416 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/apply_sine_window_FIX.Plo@am__quote@ | |
2417 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/autocorr_FIX.Plo@am__quote@ | |
2418 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/burg_modified_FIX.Plo@am__quote@ | |
2419 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/corrMatrix_FIX.Plo@am__quote@ | |
2420 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/encode_frame_FIX.Plo@am__quote@ | |
2421 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/find_LPC_FIX.Plo@am__quote@ | |
2422 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/find_LTP_FIX.Plo@am__quote@ | |
2423 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/find_pitch_lags_FIX.Plo@am__quote@ | |
2424 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/find_pred_coefs_FIX.Plo@am__quote@ | |
2425 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/k2a_FIX.Plo@am__quote@ | |
2426 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/k2a_Q16_FIX.Plo@am__quote@ | |
2427 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/noise_shape_analysis_FIX.Plo@am__quote@ | |
2428 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/pitch_analysis_core_FIX.Plo@am__quote@ | |
2429 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/process_gains_FIX.Plo@am__quote@ | |
2430 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/regularize_correlations_FIX.Plo@am__quote@ | |
2431 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/residual_energy16_FIX.Plo@am__quote@ | |
2432 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/residual_energy_FIX.Plo@am__quote@ | |
2433 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/schur64_FIX.Plo@am__quote@ | |
2434 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/schur_FIX.Plo@am__quote@ | |
2435 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/vector_ops_FIX.Plo@am__quote@ | |
2436 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/$(DEPDIR)/warped_autocorrelation_FIX.Plo@am__quote@ | |
2437 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/arm/$(DEPDIR)/warped_autocorrelation_FIX_neon_intr.Plo@am__quote@ | |
2438 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/x86/$(DEPDIR)/burg_modified_FIX_sse4_1.Plo@am__quote@ | |
2439 @AMDEP_TRUE@@am__include@ @am__quote@silk/fixed/x86/$(DEPDIR)/vector_ops_FIX_sse4_1.Plo@am__quote@ | |
2440 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/LPC_analysis_filter_FLP.Plo@am__quote@ | |
2441 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/LPC_inv_pred_gain_FLP.Plo@am__quote@ | |
2442 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/LTP_analysis_filter_FLP.Plo@am__quote@ | |
2443 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/LTP_scale_ctrl_FLP.Plo@am__quote@ | |
2444 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/apply_sine_window_FLP.Plo@am__quote@ | |
2445 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/autocorrelation_FLP.Plo@am__quote@ | |
2446 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/burg_modified_FLP.Plo@am__quote@ | |
2447 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/bwexpander_FLP.Plo@am__quote@ | |
2448 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/corrMatrix_FLP.Plo@am__quote@ | |
2449 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/encode_frame_FLP.Plo@am__quote@ | |
2450 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/energy_FLP.Plo@am__quote@ | |
2451 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/find_LPC_FLP.Plo@am__quote@ | |
2452 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/find_LTP_FLP.Plo@am__quote@ | |
2453 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/find_pitch_lags_FLP.Plo@am__quote@ | |
2454 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/find_pred_coefs_FLP.Plo@am__quote@ | |
2455 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/inner_product_FLP.Plo@am__quote@ | |
2456 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/k2a_FLP.Plo@am__quote@ | |
2457 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/noise_shape_analysis_FLP.Plo@am__quote@ | |
2458 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/pitch_analysis_core_FLP.Plo@am__quote@ | |
2459 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/process_gains_FLP.Plo@am__quote@ | |
2460 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/regularize_correlations_FLP.Plo@am__quote@ | |
2461 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/residual_energy_FLP.Plo@am__quote@ | |
2462 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/scale_copy_vector_FLP.Plo@am__quote@ | |
2463 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/scale_vector_FLP.Plo@am__quote@ | |
2464 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/schur_FLP.Plo@am__quote@ | |
2465 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/sort_FLP.Plo@am__quote@ | |
2466 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/warped_autocorrelation_FLP.Plo@am__quote@ | |
2467 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/wrappers_FLP.Plo@am__quote@ | |
2468 @AMDEP_TRUE@@am__include@ @am__quote@silk/tests/$(DEPDIR)/test_unit_LPC_inv_pred_gain.Po@am__quote@ | |
2469 @AMDEP_TRUE@@am__include@ @am__quote@silk/x86/$(DEPDIR)/NSQ_del_dec_sse4_1.Plo@am__quote@ | |
2470 @AMDEP_TRUE@@am__include@ @am__quote@silk/x86/$(DEPDIR)/NSQ_sse4_1.Plo@am__quote@ | |
2471 @AMDEP_TRUE@@am__include@ @am__quote@silk/x86/$(DEPDIR)/VAD_sse4_1.Plo@am__quote@ | |
2472 @AMDEP_TRUE@@am__include@ @am__quote@silk/x86/$(DEPDIR)/VQ_WMat_EC_sse4_1.Plo@am__quote@ | |
2473 @AMDEP_TRUE@@am__include@ @am__quote@silk/x86/$(DEPDIR)/x86_silk_map.Plo@am__quote@ | |
2474 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/analysis.Plo@am__quote@ | |
2475 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/mapping_matrix.Plo@am__quote@ | |
2476 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/mlp.Plo@am__quote@ | |
2477 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/mlp_data.Plo@am__quote@ | |
2478 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus.Plo@am__quote@ | |
2479 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_compare.Po@am__quote@ | |
2480 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_decoder.Plo@am__quote@ | |
2481 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_demo.Po@am__quote@ | |
2482 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_encoder.Plo@am__quote@ | |
2483 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_multistream.Plo@am__quote@ | |
2484 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_multistream_decoder.Plo@am__quote@ | |
2485 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_multistream_encoder.Plo@am__quote@ | |
2486 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_projection_decoder.Plo@am__quote@ | |
2487 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_projection_encoder.Plo@am__quote@ | |
2488 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/repacketizer.Plo@am__quote@ | |
2489 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/repacketizer_demo.Po@am__quote@ | |
2490 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/opus_encode_regressions.Po@am__quote@ | |
2491 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test_opus_api.Po@am__quote@ | |
2492 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test_opus_decode.Po@am__quote@ | |
2493 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test_opus_encode.Po@am__quote@ | |
2494 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test_opus_padding.Po@am__quote@ | |
2495 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test_opus_projection.Po@am__quote@ | |
2496 | |
2497 .S.o: | |
2498 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ | |
2499 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ | |
2500 @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po | |
2501 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
2502 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
2503 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $< | |
2504 | |
2505 .S.obj: | |
2506 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ | |
2507 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ | |
2508 @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po | |
2509 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
2510 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
2511 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` | |
2512 | |
2513 .S.lo: | |
2514 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ | |
2515 @am__fastdepCCAS_TRUE@ $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ | |
2516 @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo | |
2517 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | |
2518 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
2519 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $< | |
2520 | |
2521 .c.o: | |
2522 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ | |
2523 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ | |
2524 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po | |
2525 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
2526 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
2527 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< | |
2528 | |
2529 .c.obj: | |
2530 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ | |
2531 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ | |
2532 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po | |
2533 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
2534 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
2535 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` | |
2536 | |
2537 .c.lo: | |
2538 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ | |
2539 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ | |
2540 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo | |
2541 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | |
2542 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
2543 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< | |
2544 | |
2545 mostlyclean-libtool: | |
2546 -rm -f *.lo | |
2547 | |
2548 clean-libtool: | |
2549 -rm -rf .libs _libs | |
2550 -rm -rf celt/.libs celt/_libs | |
2551 -rm -rf celt/arm/.libs celt/arm/_libs | |
2552 -rm -rf celt/tests/.libs celt/tests/_libs | |
2553 -rm -rf celt/x86/.libs celt/x86/_libs | |
2554 -rm -rf silk/.libs silk/_libs | |
2555 -rm -rf silk/arm/.libs silk/arm/_libs | |
2556 -rm -rf silk/fixed/.libs silk/fixed/_libs | |
2557 -rm -rf silk/fixed/arm/.libs silk/fixed/arm/_libs | |
2558 -rm -rf silk/fixed/x86/.libs silk/fixed/x86/_libs | |
2559 -rm -rf silk/float/.libs silk/float/_libs | |
2560 -rm -rf silk/tests/.libs silk/tests/_libs | |
2561 -rm -rf silk/x86/.libs silk/x86/_libs | |
2562 -rm -rf src/.libs src/_libs | |
2563 -rm -rf tests/.libs tests/_libs | |
2564 | |
2565 distclean-libtool: | |
2566 -rm -f libtool config.lt | |
2567 install-m4dataDATA: $(m4data_DATA) | |
2568 @$(NORMAL_INSTALL) | |
2569 @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \ | |
2570 if test -n "$$list"; then \ | |
2571 echo " $(MKDIR_P) '$(DESTDIR)$(m4datadir)'"; \ | |
2572 $(MKDIR_P) "$(DESTDIR)$(m4datadir)" || exit 1; \ | |
2573 fi; \ | |
2574 for p in $$list; do \ | |
2575 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
2576 echo "$$d$$p"; \ | |
2577 done | $(am__base_list) | \ | |
2578 while read files; do \ | |
2579 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \ | |
2580 $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \ | |
2581 done | |
2582 | |
2583 uninstall-m4dataDATA: | |
2584 @$(NORMAL_UNINSTALL) | |
2585 @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \ | |
2586 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
2587 dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir) | |
2588 install-pkgconfigDATA: $(pkgconfig_DATA) | |
2589 @$(NORMAL_INSTALL) | |
2590 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ | |
2591 if test -n "$$list"; then \ | |
2592 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ | |
2593 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ | |
2594 fi; \ | |
2595 for p in $$list; do \ | |
2596 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
2597 echo "$$d$$p"; \ | |
2598 done | $(am__base_list) | \ | |
2599 while read files; do \ | |
2600 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ | |
2601 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ | |
2602 done | |
2603 | |
2604 uninstall-pkgconfigDATA: | |
2605 @$(NORMAL_UNINSTALL) | |
2606 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ | |
2607 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
2608 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) | |
2609 install-pkgincludeHEADERS: $(pkginclude_HEADERS) | |
2610 @$(NORMAL_INSTALL) | |
2611 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ | |
2612 if test -n "$$list"; then \ | |
2613 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \ | |
2614 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \ | |
2615 fi; \ | |
2616 for p in $$list; do \ | |
2617 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
2618 echo "$$d$$p"; \ | |
2619 done | $(am__base_list) | \ | |
2620 while read files; do \ | |
2621 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \ | |
2622 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \ | |
2623 done | |
2624 | |
2625 uninstall-pkgincludeHEADERS: | |
2626 @$(NORMAL_UNINSTALL) | |
2627 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ | |
2628 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
2629 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir) | |
2630 | |
2631 # This directory's subdirectories are mostly independent; you can cd | |
2632 # into them and run 'make' without going through this Makefile. | |
2633 # To change the values of 'make' variables: instead of editing Makefiles, | |
2634 # (1) if the variable is set in 'config.status', edit 'config.status' | |
2635 # (which will cause the Makefiles to be regenerated when you run 'make'); | |
2636 # (2) otherwise, pass the desired values on the 'make' command line. | |
2637 $(am__recursive_targets): | |
2638 @fail=; \ | |
2639 if $(am__make_keepgoing); then \ | |
2640 failcom='fail=yes'; \ | |
2641 else \ | |
2642 failcom='exit 1'; \ | |
2643 fi; \ | |
2644 dot_seen=no; \ | |
2645 target=`echo $@ | sed s/-recursive//`; \ | |
2646 case "$@" in \ | |
2647 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
2648 *) list='$(SUBDIRS)' ;; \ | |
2649 esac; \ | |
2650 for subdir in $$list; do \ | |
2651 echo "Making $$target in $$subdir"; \ | |
2652 if test "$$subdir" = "."; then \ | |
2653 dot_seen=yes; \ | |
2654 local_target="$$target-am"; \ | |
2655 else \ | |
2656 local_target="$$target"; \ | |
2657 fi; \ | |
2658 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
2659 || eval $$failcom; \ | |
2660 done; \ | |
2661 if test "$$dot_seen" = "no"; then \ | |
2662 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
2663 fi; test -z "$$fail" | |
2664 | |
2665 ID: $(am__tagged_files) | |
2666 $(am__define_uniq_tagged_files); mkid -fID $$unique | |
2667 tags: tags-recursive | |
2668 TAGS: tags | |
2669 | |
2670 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
2671 set x; \ | |
2672 here=`pwd`; \ | |
2673 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | |
2674 include_option=--etags-include; \ | |
2675 empty_fix=.; \ | |
2676 else \ | |
2677 include_option=--include; \ | |
2678 empty_fix=; \ | |
2679 fi; \ | |
2680 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
2681 if test "$$subdir" = .; then :; else \ | |
2682 test ! -f $$subdir/TAGS || \ | |
2683 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | |
2684 fi; \ | |
2685 done; \ | |
2686 $(am__define_uniq_tagged_files); \ | |
2687 shift; \ | |
2688 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
2689 test -n "$$unique" || unique=$$empty_fix; \ | |
2690 if test $$# -gt 0; then \ | |
2691 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
2692 "$$@" $$unique; \ | |
2693 else \ | |
2694 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
2695 $$unique; \ | |
2696 fi; \ | |
2697 fi | |
2698 ctags: ctags-recursive | |
2699 | |
2700 CTAGS: ctags | |
2701 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
2702 $(am__define_uniq_tagged_files); \ | |
2703 test -z "$(CTAGS_ARGS)$$unique" \ | |
2704 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
2705 $$unique | |
2706 | |
2707 GTAGS: | |
2708 here=`$(am__cd) $(top_builddir) && pwd` \ | |
2709 && $(am__cd) $(top_srcdir) \ | |
2710 && gtags -i $(GTAGS_ARGS) "$$here" | |
2711 cscope: cscope.files | |
2712 test ! -s cscope.files \ | |
2713 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) | |
2714 clean-cscope: | |
2715 -rm -f cscope.files | |
2716 cscope.files: clean-cscope cscopelist | |
2717 cscopelist: cscopelist-recursive | |
2718 | |
2719 cscopelist-am: $(am__tagged_files) | |
2720 list='$(am__tagged_files)'; \ | |
2721 case "$(srcdir)" in \ | |
2722 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | |
2723 *) sdir=$(subdir)/$(srcdir) ;; \ | |
2724 esac; \ | |
2725 for i in $$list; do \ | |
2726 if test -f "$$i"; then \ | |
2727 echo "$(subdir)/$$i"; \ | |
2728 else \ | |
2729 echo "$$sdir/$$i"; \ | |
2730 fi; \ | |
2731 done >> $(top_builddir)/cscope.files | |
2732 | |
2733 distclean-tags: | |
2734 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
2735 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files | |
2736 | |
2737 # Recover from deleted '.trs' file; this should ensure that | |
2738 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create | |
2739 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells | |
2740 # to avoid problems with "make -n". | |
2741 .log.trs: | |
2742 rm -f $< $@ | |
2743 $(MAKE) $(AM_MAKEFLAGS) $< | |
2744 | |
2745 # Leading 'am--fnord' is there to ensure the list of targets does not | |
2746 # expand to empty, as could happen e.g. with make check TESTS=''. | |
2747 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) | |
2748 am--force-recheck: | |
2749 @: | |
2750 | |
2751 $(TEST_SUITE_LOG): $(TEST_LOGS) | |
2752 @$(am__set_TESTS_bases); \ | |
2753 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ | |
2754 redo_bases=`for i in $$bases; do \ | |
2755 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ | |
2756 done`; \ | |
2757 if test -n "$$redo_bases"; then \ | |
2758 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ | |
2759 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ | |
2760 if $(am__make_dryrun); then :; else \ | |
2761 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ | |
2762 fi; \ | |
2763 fi; \ | |
2764 if test -n "$$am__remaking_logs"; then \ | |
2765 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ | |
2766 "recursion detected" >&2; \ | |
2767 elif test -n "$$redo_logs"; then \ | |
2768 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ | |
2769 fi; \ | |
2770 if $(am__make_dryrun); then :; else \ | |
2771 st=0; \ | |
2772 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ | |
2773 for i in $$redo_bases; do \ | |
2774 test -f $$i.trs && test -r $$i.trs \ | |
2775 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ | |
2776 test -f $$i.log && test -r $$i.log \ | |
2777 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ | |
2778 done; \ | |
2779 test $$st -eq 0 || exit 1; \ | |
2780 fi | |
2781 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ | |
2782 ws='[ ]'; \ | |
2783 results=`for b in $$bases; do echo $$b.trs; done`; \ | |
2784 test -n "$$results" || results=/dev/null; \ | |
2785 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ | |
2786 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ | |
2787 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ | |
2788 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ | |
2789 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ | |
2790 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ | |
2791 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ | |
2792 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ | |
2793 success=true; \ | |
2794 else \ | |
2795 success=false; \ | |
2796 fi; \ | |
2797 br='==================='; br=$$br$$br$$br$$br; \ | |
2798 result_count () \ | |
2799 { \ | |
2800 if test x"$$1" = x"--maybe-color"; then \ | |
2801 maybe_colorize=yes; \ | |
2802 elif test x"$$1" = x"--no-color"; then \ | |
2803 maybe_colorize=no; \ | |
2804 else \ | |
2805 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ | |
2806 fi; \ | |
2807 shift; \ | |
2808 desc=$$1 count=$$2; \ | |
2809 if test $$maybe_colorize = yes && test $$count -gt 0; then \ | |
2810 color_start=$$3 color_end=$$std; \ | |
2811 else \ | |
2812 color_start= color_end=; \ | |
2813 fi; \ | |
2814 echo "$${color_start}# $$desc $$count$${color_end}"; \ | |
2815 }; \ | |
2816 create_testsuite_report () \ | |
2817 { \ | |
2818 result_count $$1 "TOTAL:" $$all "$$brg"; \ | |
2819 result_count $$1 "PASS: " $$pass "$$grn"; \ | |
2820 result_count $$1 "SKIP: " $$skip "$$blu"; \ | |
2821 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ | |
2822 result_count $$1 "FAIL: " $$fail "$$red"; \ | |
2823 result_count $$1 "XPASS:" $$xpass "$$red"; \ | |
2824 result_count $$1 "ERROR:" $$error "$$mgn"; \ | |
2825 }; \ | |
2826 { \ | |
2827 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ | |
2828 $(am__rst_title); \ | |
2829 create_testsuite_report --no-color; \ | |
2830 echo; \ | |
2831 echo ".. contents:: :depth: 2"; \ | |
2832 echo; \ | |
2833 for b in $$bases; do echo $$b; done \ | |
2834 | $(am__create_global_log); \ | |
2835 } >$(TEST_SUITE_LOG).tmp || exit 1; \ | |
2836 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ | |
2837 if $$success; then \ | |
2838 col="$$grn"; \ | |
2839 else \ | |
2840 col="$$red"; \ | |
2841 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ | |
2842 fi; \ | |
2843 echo "$${col}$$br$${std}"; \ | |
2844 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ | |
2845 echo "$${col}$$br$${std}"; \ | |
2846 create_testsuite_report --maybe-color; \ | |
2847 echo "$$col$$br$$std"; \ | |
2848 if $$success; then :; else \ | |
2849 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ | |
2850 if test -n "$(PACKAGE_BUGREPORT)"; then \ | |
2851 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ | |
2852 fi; \ | |
2853 echo "$$col$$br$$std"; \ | |
2854 fi; \ | |
2855 $$success || exit 1 | |
2856 | |
2857 check-TESTS: | |
2858 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list | |
2859 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list | |
2860 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) | |
2861 @set +e; $(am__set_TESTS_bases); \ | |
2862 log_list=`for i in $$bases; do echo $$i.log; done`; \ | |
2863 trs_list=`for i in $$bases; do echo $$i.trs; done`; \ | |
2864 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ | |
2865 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ | |
2866 exit $$?; | |
2867 recheck: all | |
2868 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) | |
2869 @set +e; $(am__set_TESTS_bases); \ | |
2870 bases=`for i in $$bases; do echo $$i; done \ | |
2871 | $(am__list_recheck_tests)` || exit 1; \ | |
2872 log_list=`for i in $$bases; do echo $$i.log; done`; \ | |
2873 log_list=`echo $$log_list`; \ | |
2874 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ | |
2875 am__force_recheck=am--force-recheck \ | |
2876 TEST_LOGS="$$log_list"; \ | |
2877 exit $$? | |
2878 celt/tests/test_unit_cwrs32.log: celt/tests/test_unit_cwrs32$(EXEEXT) | |
2879 @p='celt/tests/test_unit_cwrs32$(EXEEXT)'; \ | |
2880 b='celt/tests/test_unit_cwrs32'; \ | |
2881 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ | |
2882 --log-file $$b.log --trs-file $$b.trs \ | |
2883 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ | |
2884 "$$tst" $(AM_TESTS_FD_REDIRECT) | |
2885 celt/tests/test_unit_dft.log: celt/tests/test_unit_dft$(EXEEXT) | |
2886 @p='celt/tests/test_unit_dft$(EXEEXT)'; \ | |
2887 b='celt/tests/test_unit_dft'; \ | |
2888 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ | |
2889 --log-file $$b.log --trs-file $$b.trs \ | |
2890 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ | |
2891 "$$tst" $(AM_TESTS_FD_REDIRECT) | |
2892 celt/tests/test_unit_entropy.log: celt/tests/test_unit_entropy$(EXEEXT) | |
2893 @p='celt/tests/test_unit_entropy$(EXEEXT)'; \ | |
2894 b='celt/tests/test_unit_entropy'; \ | |
2895 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ | |
2896 --log-file $$b.log --trs-file $$b.trs \ | |
2897 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ | |
2898 "$$tst" $(AM_TESTS_FD_REDIRECT) | |
2899 celt/tests/test_unit_laplace.log: celt/tests/test_unit_laplace$(EXEEXT) | |
2900 @p='celt/tests/test_unit_laplace$(EXEEXT)'; \ | |
2901 b='celt/tests/test_unit_laplace'; \ | |
2902 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ | |
2903 --log-file $$b.log --trs-file $$b.trs \ | |
2904 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ | |
2905 "$$tst" $(AM_TESTS_FD_REDIRECT) | |
2906 celt/tests/test_unit_mathops.log: celt/tests/test_unit_mathops$(EXEEXT) | |
2907 @p='celt/tests/test_unit_mathops$(EXEEXT)'; \ | |
2908 b='celt/tests/test_unit_mathops'; \ | |
2909 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ | |
2910 --log-file $$b.log --trs-file $$b.trs \ | |
2911 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ | |
2912 "$$tst" $(AM_TESTS_FD_REDIRECT) | |
2913 celt/tests/test_unit_mdct.log: celt/tests/test_unit_mdct$(EXEEXT) | |
2914 @p='celt/tests/test_unit_mdct$(EXEEXT)'; \ | |
2915 b='celt/tests/test_unit_mdct'; \ | |
2916 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ | |
2917 --log-file $$b.log --trs-file $$b.trs \ | |
2918 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ | |
2919 "$$tst" $(AM_TESTS_FD_REDIRECT) | |
2920 celt/tests/test_unit_rotation.log: celt/tests/test_unit_rotation$(EXEEXT) | |
2921 @p='celt/tests/test_unit_rotation$(EXEEXT)'; \ | |
2922 b='celt/tests/test_unit_rotation'; \ | |
2923 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ | |
2924 --log-file $$b.log --trs-file $$b.trs \ | |
2925 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ | |
2926 "$$tst" $(AM_TESTS_FD_REDIRECT) | |
2927 celt/tests/test_unit_types.log: celt/tests/test_unit_types$(EXEEXT) | |
2928 @p='celt/tests/test_unit_types$(EXEEXT)'; \ | |
2929 b='celt/tests/test_unit_types'; \ | |
2930 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ | |
2931 --log-file $$b.log --trs-file $$b.trs \ | |
2932 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ | |
2933 "$$tst" $(AM_TESTS_FD_REDIRECT) | |
2934 silk/tests/test_unit_LPC_inv_pred_gain.log: silk/tests/test_unit_LPC_inv_pred_gain$(EXEEXT) | |
2935 @p='silk/tests/test_unit_LPC_inv_pred_gain$(EXEEXT)'; \ | |
2936 b='silk/tests/test_unit_LPC_inv_pred_gain'; \ | |
2937 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ | |
2938 --log-file $$b.log --trs-file $$b.trs \ | |
2939 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ | |
2940 "$$tst" $(AM_TESTS_FD_REDIRECT) | |
2941 tests/test_opus_api.log: tests/test_opus_api$(EXEEXT) | |
2942 @p='tests/test_opus_api$(EXEEXT)'; \ | |
2943 b='tests/test_opus_api'; \ | |
2944 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ | |
2945 --log-file $$b.log --trs-file $$b.trs \ | |
2946 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ | |
2947 "$$tst" $(AM_TESTS_FD_REDIRECT) | |
2948 tests/test_opus_decode.log: tests/test_opus_decode$(EXEEXT) | |
2949 @p='tests/test_opus_decode$(EXEEXT)'; \ | |
2950 b='tests/test_opus_decode'; \ | |
2951 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ | |
2952 --log-file $$b.log --trs-file $$b.trs \ | |
2953 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ | |
2954 "$$tst" $(AM_TESTS_FD_REDIRECT) | |
2955 tests/test_opus_encode.log: tests/test_opus_encode$(EXEEXT) | |
2956 @p='tests/test_opus_encode$(EXEEXT)'; \ | |
2957 b='tests/test_opus_encode'; \ | |
2958 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ | |
2959 --log-file $$b.log --trs-file $$b.trs \ | |
2960 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ | |
2961 "$$tst" $(AM_TESTS_FD_REDIRECT) | |
2962 tests/test_opus_padding.log: tests/test_opus_padding$(EXEEXT) | |
2963 @p='tests/test_opus_padding$(EXEEXT)'; \ | |
2964 b='tests/test_opus_padding'; \ | |
2965 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ | |
2966 --log-file $$b.log --trs-file $$b.trs \ | |
2967 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ | |
2968 "$$tst" $(AM_TESTS_FD_REDIRECT) | |
2969 tests/test_opus_projection.log: tests/test_opus_projection$(EXEEXT) | |
2970 @p='tests/test_opus_projection$(EXEEXT)'; \ | |
2971 b='tests/test_opus_projection'; \ | |
2972 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ | |
2973 --log-file $$b.log --trs-file $$b.trs \ | |
2974 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ | |
2975 "$$tst" $(AM_TESTS_FD_REDIRECT) | |
2976 .test.log: | |
2977 @p='$<'; \ | |
2978 $(am__set_b); \ | |
2979 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ | |
2980 --log-file $$b.log --trs-file $$b.trs \ | |
2981 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ | |
2982 "$$tst" $(AM_TESTS_FD_REDIRECT) | |
2983 @am__EXEEXT_TRUE@.test$(EXEEXT).log: | |
2984 @am__EXEEXT_TRUE@ @p='$<'; \ | |
2985 @am__EXEEXT_TRUE@ $(am__set_b); \ | |
2986 @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ | |
2987 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ | |
2988 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ | |
2989 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) | |
2990 | |
2991 distdir: $(DISTFILES) | |
2992 $(am__remove_distdir) | |
2993 test -d "$(distdir)" || mkdir "$(distdir)" | |
2994 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
2995 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
2996 list='$(DISTFILES)'; \ | |
2997 dist_files=`for file in $$list; do echo $$file; done | \ | |
2998 sed -e "s|^$$srcdirstrip/||;t" \ | |
2999 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
3000 case $$dist_files in \ | |
3001 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
3002 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
3003 sort -u` ;; \ | |
3004 esac; \ | |
3005 for file in $$dist_files; do \ | |
3006 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
3007 if test -d $$d/$$file; then \ | |
3008 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
3009 if test -d "$(distdir)/$$file"; then \ | |
3010 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
3011 fi; \ | |
3012 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
3013 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
3014 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
3015 fi; \ | |
3016 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
3017 else \ | |
3018 test -f "$(distdir)/$$file" \ | |
3019 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
3020 || exit 1; \ | |
3021 fi; \ | |
3022 done | |
3023 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
3024 if test "$$subdir" = .; then :; else \ | |
3025 $(am__make_dryrun) \ | |
3026 || test -d "$(distdir)/$$subdir" \ | |
3027 || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
3028 || exit 1; \ | |
3029 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | |
3030 $(am__relativize); \ | |
3031 new_distdir=$$reldir; \ | |
3032 dir1=$$subdir; dir2="$(top_distdir)"; \ | |
3033 $(am__relativize); \ | |
3034 new_top_distdir=$$reldir; \ | |
3035 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ | |
3036 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ | |
3037 ($(am__cd) $$subdir && \ | |
3038 $(MAKE) $(AM_MAKEFLAGS) \ | |
3039 top_distdir="$$new_top_distdir" \ | |
3040 distdir="$$new_distdir" \ | |
3041 am__remove_distdir=: \ | |
3042 am__skip_length_check=: \ | |
3043 am__skip_mode_fix=: \ | |
3044 distdir) \ | |
3045 || exit 1; \ | |
3046 fi; \ | |
3047 done | |
3048 $(MAKE) $(AM_MAKEFLAGS) \ | |
3049 top_distdir="$(top_distdir)" distdir="$(distdir)" \ | |
3050 dist-hook | |
3051 -test -n "$(am__skip_mode_fix)" \ | |
3052 || find "$(distdir)" -type d ! -perm -755 \ | |
3053 -exec chmod u+rwx,go+rx {} \; -o \ | |
3054 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | |
3055 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
3056 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ | |
3057 || chmod -R a+r "$(distdir)" | |
3058 dist-gzip: distdir | |
3059 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz | |
3060 $(am__post_remove_distdir) | |
3061 | |
3062 dist-bzip2: distdir | |
3063 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 | |
3064 $(am__post_remove_distdir) | |
3065 | |
3066 dist-lzip: distdir | |
3067 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz | |
3068 $(am__post_remove_distdir) | |
3069 | |
3070 dist-xz: distdir | |
3071 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz | |
3072 $(am__post_remove_distdir) | |
3073 | |
3074 dist-tarZ: distdir | |
3075 @echo WARNING: "Support for distribution archives compressed with" \ | |
3076 "legacy program 'compress' is deprecated." >&2 | |
3077 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 | |
3078 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |
3079 $(am__post_remove_distdir) | |
3080 | |
3081 dist-shar: distdir | |
3082 @echo WARNING: "Support for shar distribution archives is" \ | |
3083 "deprecated." >&2 | |
3084 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 | |
3085 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz | |
3086 $(am__post_remove_distdir) | |
3087 | |
3088 dist-zip: distdir | |
3089 -rm -f $(distdir).zip | |
3090 zip -rq $(distdir).zip $(distdir) | |
3091 $(am__post_remove_distdir) | |
3092 | |
3093 dist dist-all: | |
3094 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' | |
3095 $(am__post_remove_distdir) | |
3096 | |
3097 # This target untars the dist file and tries a VPATH configuration. Then | |
3098 # it guarantees that the distribution is self-contained by making another | |
3099 # tarfile. | |
3100 distcheck: dist | |
3101 case '$(DIST_ARCHIVES)' in \ | |
3102 *.tar.gz*) \ | |
3103 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ | |
3104 *.tar.bz2*) \ | |
3105 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ | |
3106 *.tar.lz*) \ | |
3107 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ | |
3108 *.tar.xz*) \ | |
3109 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | |
3110 *.tar.Z*) \ | |
3111 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |
3112 *.shar.gz*) \ | |
3113 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ | |
3114 *.zip*) \ | |
3115 unzip $(distdir).zip ;;\ | |
3116 esac | |
3117 chmod -R a-w $(distdir) | |
3118 chmod u+w $(distdir) | |
3119 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst | |
3120 chmod a-w $(distdir) | |
3121 test -d $(distdir)/_build || exit 0; \ | |
3122 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | |
3123 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |
3124 && am__cwd=`pwd` \ | |
3125 && $(am__cd) $(distdir)/_build/sub \ | |
3126 && ../../configure \ | |
3127 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ | |
3128 $(DISTCHECK_CONFIGURE_FLAGS) \ | |
3129 --srcdir=../.. --prefix="$$dc_install_base" \ | |
3130 && $(MAKE) $(AM_MAKEFLAGS) \ | |
3131 && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
3132 && $(MAKE) $(AM_MAKEFLAGS) check \ | |
3133 && $(MAKE) $(AM_MAKEFLAGS) install \ | |
3134 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
3135 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |
3136 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |
3137 distuninstallcheck \ | |
3138 && chmod -R a-w "$$dc_install_base" \ | |
3139 && ({ \ | |
3140 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | |
3141 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | |
3142 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | |
3143 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | |
3144 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | |
3145 } || { rm -rf "$$dc_destdir"; exit 1; }) \ | |
3146 && rm -rf "$$dc_destdir" \ | |
3147 && $(MAKE) $(AM_MAKEFLAGS) dist \ | |
3148 && rm -rf $(DIST_ARCHIVES) \ | |
3149 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ | |
3150 && cd "$$am__cwd" \ | |
3151 || exit 1 | |
3152 $(am__post_remove_distdir) | |
3153 @(echo "$(distdir) archives ready for distribution: "; \ | |
3154 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | |
3155 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' | |
3156 distuninstallcheck: | |
3157 @test -n '$(distuninstallcheck_dir)' || { \ | |
3158 echo 'ERROR: trying to run $@ with an empty' \ | |
3159 '$$(distuninstallcheck_dir)' >&2; \ | |
3160 exit 1; \ | |
3161 }; \ | |
3162 $(am__cd) '$(distuninstallcheck_dir)' || { \ | |
3163 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ | |
3164 exit 1; \ | |
3165 }; \ | |
3166 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ | |
3167 || { echo "ERROR: files left after uninstall:" ; \ | |
3168 if test -n "$(DESTDIR)"; then \ | |
3169 echo " (check DESTDIR support)"; \ | |
3170 fi ; \ | |
3171 $(distuninstallcheck_listfiles) ; \ | |
3172 exit 1; } >&2 | |
3173 distcleancheck: distclean | |
3174 @if test '$(srcdir)' = . ; then \ | |
3175 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | |
3176 exit 1 ; \ | |
3177 fi | |
3178 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | |
3179 || { echo "ERROR: files left in build directory after distclean:" ; \ | |
3180 $(distcleancheck_listfiles) ; \ | |
3181 exit 1; } >&2 | |
3182 check-am: all-am | |
3183 $(MAKE) $(AM_MAKEFLAGS) check-TESTS | |
3184 check: $(BUILT_SOURCES) | |
3185 $(MAKE) $(AM_MAKEFLAGS) check-recursive | |
3186 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) \ | |
3187 config.h all-local | |
3188 installdirs: installdirs-recursive | |
3189 installdirs-am: | |
3190 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"; do \ | |
3191 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |
3192 done | |
3193 install: $(BUILT_SOURCES) | |
3194 $(MAKE) $(AM_MAKEFLAGS) install-recursive | |
3195 install-exec: install-exec-recursive | |
3196 install-data: install-data-recursive | |
3197 uninstall: uninstall-recursive | |
3198 | |
3199 install-am: all-am | |
3200 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
3201 | |
3202 installcheck: installcheck-recursive | |
3203 install-strip: | |
3204 if test -z '$(STRIP)'; then \ | |
3205 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
3206 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
3207 install; \ | |
3208 else \ | |
3209 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
3210 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
3211 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
3212 fi | |
3213 mostlyclean-generic: | |
3214 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) | |
3215 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) | |
3216 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) | |
3217 | |
3218 clean-generic: | |
3219 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) | |
3220 | |
3221 distclean-generic: | |
3222 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
3223 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
3224 -rm -f celt/$(DEPDIR)/$(am__dirstamp) | |
3225 -rm -f celt/$(am__dirstamp) | |
3226 -rm -f celt/arm/$(DEPDIR)/$(am__dirstamp) | |
3227 -rm -f celt/arm/$(am__dirstamp) | |
3228 -rm -f celt/tests/$(DEPDIR)/$(am__dirstamp) | |
3229 -rm -f celt/tests/$(am__dirstamp) | |
3230 -rm -f celt/x86/$(DEPDIR)/$(am__dirstamp) | |
3231 -rm -f celt/x86/$(am__dirstamp) | |
3232 -rm -f silk/$(DEPDIR)/$(am__dirstamp) | |
3233 -rm -f silk/$(am__dirstamp) | |
3234 -rm -f silk/arm/$(DEPDIR)/$(am__dirstamp) | |
3235 -rm -f silk/arm/$(am__dirstamp) | |
3236 -rm -f silk/fixed/$(DEPDIR)/$(am__dirstamp) | |
3237 -rm -f silk/fixed/$(am__dirstamp) | |
3238 -rm -f silk/fixed/arm/$(DEPDIR)/$(am__dirstamp) | |
3239 -rm -f silk/fixed/arm/$(am__dirstamp) | |
3240 -rm -f silk/fixed/x86/$(DEPDIR)/$(am__dirstamp) | |
3241 -rm -f silk/fixed/x86/$(am__dirstamp) | |
3242 -rm -f silk/float/$(DEPDIR)/$(am__dirstamp) | |
3243 -rm -f silk/float/$(am__dirstamp) | |
3244 -rm -f silk/tests/$(DEPDIR)/$(am__dirstamp) | |
3245 -rm -f silk/tests/$(am__dirstamp) | |
3246 -rm -f silk/x86/$(DEPDIR)/$(am__dirstamp) | |
3247 -rm -f silk/x86/$(am__dirstamp) | |
3248 -rm -f src/$(DEPDIR)/$(am__dirstamp) | |
3249 -rm -f src/$(am__dirstamp) | |
3250 -rm -f tests/$(DEPDIR)/$(am__dirstamp) | |
3251 -rm -f tests/$(am__dirstamp) | |
3252 | |
3253 maintainer-clean-generic: | |
3254 @echo "This command is intended for maintainers to use" | |
3255 @echo "it deletes files that may require special tools to rebuild." | |
3256 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) | |
3257 clean: clean-recursive | |
3258 | |
3259 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \ | |
3260 clean-noinstLTLIBRARIES clean-noinstPROGRAMS mostlyclean-am | |
3261 | |
3262 distclean: distclean-recursive | |
3263 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
3264 -rm -rf celt/$(DEPDIR) celt/arm/$(DEPDIR) celt/tests/$(DEPDIR) celt/x86/$(DEPDIR) silk/$(DEPDIR) silk/arm/$(DEPDIR) silk/fixed/$(DEPDIR) silk/fixed/arm/$(DEPDIR) silk/fixed/x86/$(DEPDIR) silk/float/$(DEPDIR) silk/tests/$(DEPDIR) silk/x86/$(DEPDIR) src/$(DEPDIR) tests/$(DEPDIR) | |
3265 -rm -f Makefile | |
3266 distclean-am: clean-am distclean-compile distclean-generic \ | |
3267 distclean-hdr distclean-libtool distclean-tags | |
3268 | |
3269 dvi: dvi-recursive | |
3270 | |
3271 dvi-am: | |
3272 | |
3273 html: html-recursive | |
3274 | |
3275 html-am: | |
3276 | |
3277 info: info-recursive | |
3278 | |
3279 info-am: | |
3280 | |
3281 install-data-am: install-data-local install-m4dataDATA \ | |
3282 install-pkgconfigDATA install-pkgincludeHEADERS | |
3283 | |
3284 install-dvi: install-dvi-recursive | |
3285 | |
3286 install-dvi-am: | |
3287 | |
3288 install-exec-am: install-libLTLIBRARIES | |
3289 | |
3290 install-html: install-html-recursive | |
3291 | |
3292 install-html-am: | |
3293 | |
3294 install-info: install-info-recursive | |
3295 | |
3296 install-info-am: | |
3297 | |
3298 install-man: | |
3299 | |
3300 install-pdf: install-pdf-recursive | |
3301 | |
3302 install-pdf-am: | |
3303 | |
3304 install-ps: install-ps-recursive | |
3305 | |
3306 install-ps-am: | |
3307 | |
3308 installcheck-am: | |
3309 | |
3310 maintainer-clean: maintainer-clean-recursive | |
3311 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
3312 -rm -rf $(top_srcdir)/autom4te.cache | |
3313 -rm -rf celt/$(DEPDIR) celt/arm/$(DEPDIR) celt/tests/$(DEPDIR) celt/x86/$(DEPDIR) silk/$(DEPDIR) silk/arm/$(DEPDIR) silk/fixed/$(DEPDIR) silk/fixed/arm/$(DEPDIR) silk/fixed/x86/$(DEPDIR) silk/float/$(DEPDIR) silk/tests/$(DEPDIR) silk/x86/$(DEPDIR) src/$(DEPDIR) tests/$(DEPDIR) | |
3314 -rm -f Makefile | |
3315 maintainer-clean-am: distclean-am maintainer-clean-generic | |
3316 | |
3317 mostlyclean: mostlyclean-recursive | |
3318 | |
3319 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |
3320 mostlyclean-libtool | |
3321 | |
3322 pdf: pdf-recursive | |
3323 | |
3324 pdf-am: | |
3325 | |
3326 ps: ps-recursive | |
3327 | |
3328 ps-am: | |
3329 | |
3330 uninstall-am: uninstall-libLTLIBRARIES uninstall-local \ | |
3331 uninstall-m4dataDATA uninstall-pkgconfigDATA \ | |
3332 uninstall-pkgincludeHEADERS | |
3333 | |
3334 .MAKE: $(am__recursive_targets) all check check-am install install-am \ | |
3335 install-strip | |
3336 | |
3337 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \ | |
3338 am--refresh check check-TESTS check-am clean clean-cscope \ | |
3339 clean-generic clean-libLTLIBRARIES clean-libtool clean-local \ | |
3340 clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \ | |
3341 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ | |
3342 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ | |
3343 dist-zip distcheck distclean distclean-compile \ | |
3344 distclean-generic distclean-hdr distclean-libtool \ | |
3345 distclean-tags distcleancheck distdir distuninstallcheck dvi \ | |
3346 dvi-am html html-am info info-am install install-am \ | |
3347 install-data install-data-am install-data-local install-dvi \ | |
3348 install-dvi-am install-exec install-exec-am install-html \ | |
3349 install-html-am install-info install-info-am \ | |
3350 install-libLTLIBRARIES install-m4dataDATA install-man \ | |
3351 install-pdf install-pdf-am install-pkgconfigDATA \ | |
3352 install-pkgincludeHEADERS install-ps install-ps-am \ | |
3353 install-strip installcheck installcheck-am installdirs \ | |
3354 installdirs-am maintainer-clean maintainer-clean-generic \ | |
3355 mostlyclean mostlyclean-compile mostlyclean-generic \ | |
3356 mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \ | |
3357 uninstall uninstall-am uninstall-libLTLIBRARIES \ | |
3358 uninstall-local uninstall-m4dataDATA uninstall-pkgconfigDATA \ | |
3359 uninstall-pkgincludeHEADERS | |
3360 | |
3361 .PRECIOUS: Makefile | |
3362 | |
3363 | |
3364 # Provide the full test output for failed tests when using the parallel | |
3365 # test suite (which is enabled by default with automake 1.13+). | |
3366 export VERBOSE = yes | |
3367 | |
3368 # Targets to build and install just the library without the docs | |
3369 opus check-opus install-opus: export NO_DOXYGEN = 1 | |
3370 | |
3371 opus: all | |
3372 check-opus: check | |
3373 install-opus: install | |
3374 | |
3375 # Or just the docs | |
3376 docs: | |
3377 ( cd doc && $(MAKE) $(AM_MAKEFLAGS) ) | |
3378 | |
3379 install-docs: | |
3380 ( cd doc && $(MAKE) $(AM_MAKEFLAGS) install ) | |
3381 | |
3382 # Or everything (by default) | |
3383 all-local: | |
3384 @[ -n "$(NO_DOXYGEN)" ] || ( cd doc && $(MAKE) $(AM_MAKEFLAGS) ) | |
3385 | |
3386 install-data-local: | |
3387 @[ -n "$(NO_DOXYGEN)" ] || ( cd doc && $(MAKE) $(AM_MAKEFLAGS) install ) | |
3388 | |
3389 clean-local: | |
3390 -( cd doc && $(MAKE) $(AM_MAKEFLAGS) clean ) | |
3391 | |
3392 uninstall-local: | |
3393 ( cd doc && $(MAKE) $(AM_MAKEFLAGS) uninstall ) | |
3394 | |
3395 # We check this every time make is run, with configure.ac being touched to | |
3396 # trigger an update of the build system files if update_version changes the | |
3397 # current PACKAGE_VERSION (or if package_version was modified manually by a | |
3398 # user with either AUTO_UPDATE=no or no update_version script present - the | |
3399 # latter being the normal case for tarball releases). | |
3400 # | |
3401 # We can't just add the package_version file to CONFIGURE_DEPENDENCIES since | |
3402 # simply running autoconf will not actually regenerate configure for us when | |
3403 # the content of that file changes (due to autoconf dependency checking not | |
3404 # knowing about that without us creating yet another file for it to include). | |
3405 # | |
3406 # The MAKECMDGOALS check is a gnu-make'ism, but will degrade 'gracefully' for | |
3407 # makes that don't support it. The only loss of functionality is not forcing | |
3408 # an update of package_version for `make dist` if AUTO_UPDATE=no, but that is | |
3409 # unlikely to be a real problem for any real user. | |
3410 $(top_srcdir)/configure.ac: force | |
3411 @case "$(MAKECMDGOALS)" in \ | |
3412 dist-hook) exit 0 ;; \ | |
3413 dist-* | dist | distcheck | distclean) _arg=release ;; \ | |
3414 esac; \ | |
3415 if ! $(top_srcdir)/update_version $$_arg 2> /dev/null; then \ | |
3416 if [ ! -e $(top_srcdir)/package_version ]; then \ | |
3417 echo 'PACKAGE_VERSION="unknown"' > $(top_srcdir)/package_version; \ | |
3418 fi; \ | |
3419 . $(top_srcdir)/package_version || exit 1; \ | |
3420 [ "$(PACKAGE_VERSION)" != "$$PACKAGE_VERSION" ] || exit 0; \ | |
3421 fi; \ | |
3422 touch $@ | |
3423 | |
3424 force: | |
3425 | |
3426 # Create a minimal package_version file when make dist is run. | |
3427 dist-hook: | |
3428 echo 'PACKAGE_VERSION="$(PACKAGE_VERSION)"' > $(top_distdir)/package_version | |
3429 | |
3430 .PHONY: opus check-opus install-opus docs install-docs | |
3431 | |
3432 # automake doesn't do dependency tracking for asm files, that I can tell | |
3433 $(CELT_SOURCES_ARM_ASM:%.s=%-gnu.S): celt/arm/armopts-gnu.S | |
3434 $(CELT_SOURCES_ARM_ASM:%.s=%-gnu.S): $(top_srcdir)/celt/arm/arm2gnu.pl | |
3435 | |
3436 # convert ARM asm to GNU as format | |
3437 %-gnu.S: $(top_srcdir)/%.s | |
3438 $(top_srcdir)/celt/arm/arm2gnu.pl @ARM2GNU_PARAMS@ < $< > $@ | |
3439 # For autoconf-modified sources (e.g., armopts.s) | |
3440 %-gnu.S: %.s | |
3441 $(top_srcdir)/celt/arm/arm2gnu.pl @ARM2GNU_PARAMS@ < $< > $@ | |
3442 @HAVE_SSE_TRUE@$(SSE_OBJ): CFLAGS += $(OPUS_X86_SSE_CFLAGS) | |
3443 @HAVE_SSE2_TRUE@$(SSE2_OBJ): CFLAGS += $(OPUS_X86_SSE2_CFLAGS) | |
3444 @HAVE_SSE4_1_TRUE@$(SSE4_1_OBJ): CFLAGS += $(OPUS_X86_SSE4_1_CFLAGS) | |
3445 @HAVE_ARM_NEON_INTR_TRUE@$(ARM_NEON_INTR_OBJ): CFLAGS += \ | |
3446 @HAVE_ARM_NEON_INTR_TRUE@ $(OPUS_ARM_NEON_INTR_CFLAGS) $(NE10_CFLAGS) | |
3447 | |
3448 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
3449 # Otherwise a system limit (for SysV at least) may be exceeded. | |
3450 .NOEXPORT: |