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

Side by Side Diff: Makefile.in

Issue 107243004: Updating Opus to release 1.1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/opus
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Makefile.am ('k') | Makefile.unix » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Makefile.in generated by automake 1.11.6 from Makefile.am. 1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc. 6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation 7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it, 8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved. 9 # with or without modifications, as long as this notice is preserved.
10 10
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 POST_UNINSTALL = : 54 POST_UNINSTALL = :
55 build_triplet = @build@ 55 build_triplet = @build@
56 host_triplet = @host@ 56 host_triplet = @host@
57 DIST_COMMON = README $(am__configure_deps) \ 57 DIST_COMMON = README $(am__configure_deps) \
58 $(am__pkginclude_HEADERS_DIST) $(noinst_HEADERS) \ 58 $(am__pkginclude_HEADERS_DIST) $(noinst_HEADERS) \
59 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 59 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
60 $(srcdir)/celt_headers.mk $(srcdir)/celt_sources.mk \ 60 $(srcdir)/celt_headers.mk $(srcdir)/celt_sources.mk \
61 $(srcdir)/config.h.in $(srcdir)/opus-uninstalled.pc.in \ 61 $(srcdir)/config.h.in $(srcdir)/opus-uninstalled.pc.in \
62 $(srcdir)/opus.pc.in $(srcdir)/opus_headers.mk \ 62 $(srcdir)/opus.pc.in $(srcdir)/opus_headers.mk \
63 $(srcdir)/opus_sources.mk $(srcdir)/silk_headers.mk \ 63 $(srcdir)/opus_sources.mk $(srcdir)/silk_headers.mk \
64 » $(srcdir)/silk_sources.mk $(top_srcdir)/configure AUTHORS \ 64 » $(srcdir)/silk_sources.mk $(top_srcdir)/celt/arm/armopts.s.in \
65 » COPYING ChangeLog INSTALL NEWS compile config.guess config.sub \ 65 » $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
66 » depcomp install-sh ltmain.sh missing 66 » compile config.guess config.sub depcomp install-sh ltmain.sh \
67 » missing
67 @FIXED_POINT_TRUE@am__append_1 = $(SILK_SOURCES_FIXED) 68 @FIXED_POINT_TRUE@am__append_1 = $(SILK_SOURCES_FIXED)
68 @FIXED_POINT_FALSE@am__append_2 = $(SILK_SOURCES_FLOAT) 69 @FIXED_POINT_FALSE@am__append_2 = $(SILK_SOURCES_FLOAT)
69 noinst_PROGRAMS = opus_demo$(EXEEXT) repacketizer_demo$(EXEEXT) \ 70 @DISABLE_FLOAT_API_FALSE@am__append_3 = $(OPUS_SOURCES_FLOAT)
70 » opus_compare$(EXEEXT) tests/test_opus_api$(EXEEXT) \ 71 @CPU_ARM_TRUE@am__append_4 = $(CELT_SOURCES_ARM)
71 » tests/test_opus_encode$(EXEEXT) \ 72 @CPU_ARM_TRUE@am__append_5 = $(SILK_SOURCES_ARM)
72 » tests/test_opus_decode$(EXEEXT) \ 73 @EXTRA_PROGRAMS_TRUE@noinst_PROGRAMS = opus_demo$(EXEEXT) \
73 » celt/tests/test_unit_cwrs32$(EXEEXT) \ 74 @EXTRA_PROGRAMS_TRUE@» repacketizer_demo$(EXEEXT) \
74 » celt/tests/test_unit_dft$(EXEEXT) \ 75 @EXTRA_PROGRAMS_TRUE@» opus_compare$(EXEEXT) \
75 » celt/tests/test_unit_entropy$(EXEEXT) \ 76 @EXTRA_PROGRAMS_TRUE@» tests/test_opus_api$(EXEEXT) \
76 » celt/tests/test_unit_laplace$(EXEEXT) \ 77 @EXTRA_PROGRAMS_TRUE@» tests/test_opus_encode$(EXEEXT) \
77 » celt/tests/test_unit_mathops$(EXEEXT) \ 78 @EXTRA_PROGRAMS_TRUE@» tests/test_opus_decode$(EXEEXT) \
78 » celt/tests/test_unit_mdct$(EXEEXT) \ 79 @EXTRA_PROGRAMS_TRUE@» tests/test_opus_padding$(EXEEXT) \
79 » celt/tests/test_unit_rotation$(EXEEXT) \ 80 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_cwrs32$(EXEEXT) \
80 » celt/tests/test_unit_types$(EXEEXT) $(am__EXEEXT_1) 81 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_dft$(EXEEXT) \
81 TESTS = celt/tests/test_unit_types$(EXEEXT) \ 82 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_entropy$(EXEEXT) \
82 » celt/tests/test_unit_mathops$(EXEEXT) \ 83 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_laplace$(EXEEXT) \
83 » celt/tests/test_unit_entropy$(EXEEXT) \ 84 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_mathops$(EXEEXT) \
84 » celt/tests/test_unit_laplace$(EXEEXT) \ 85 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_mdct$(EXEEXT) \
85 » celt/tests/test_unit_dft$(EXEEXT) \ 86 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_rotation$(EXEEXT) \
86 » celt/tests/test_unit_mdct$(EXEEXT) \ 87 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_types$(EXEEXT) \
87 » celt/tests/test_unit_rotation$(EXEEXT) \ 88 @EXTRA_PROGRAMS_TRUE@» $(am__EXEEXT_1)
88 » celt/tests/test_unit_cwrs32$(EXEEXT) \ 89 @EXTRA_PROGRAMS_TRUE@TESTS = celt/tests/test_unit_types$(EXEEXT) \
89 » tests/test_opus_api$(EXEEXT) tests/test_opus_decode$(EXEEXT) \ 90 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_mathops$(EXEEXT) \
90 » tests/test_opus_encode$(EXEEXT) 91 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_entropy$(EXEEXT) \
91 @CUSTOM_MODES_TRUE@am__append_3 = include/opus_custom.h 92 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_laplace$(EXEEXT) \
92 @CUSTOM_MODES_TRUE@am__append_4 = opus_custom_demo 93 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_dft$(EXEEXT) \
94 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_mdct$(EXEEXT) \
95 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_rotation$(EXEEXT) \
96 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_cwrs32$(EXEEXT) \
97 @EXTRA_PROGRAMS_TRUE@» tests/test_opus_api$(EXEEXT) \
98 @EXTRA_PROGRAMS_TRUE@» tests/test_opus_decode$(EXEEXT) \
99 @EXTRA_PROGRAMS_TRUE@» tests/test_opus_encode$(EXEEXT) \
100 @EXTRA_PROGRAMS_TRUE@» tests/test_opus_padding$(EXEEXT)
101 @CUSTOM_MODES_TRUE@am__append_6 = include/opus_custom.h
102 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@am__append_7 = opus_custom_demo
93 subdir = . 103 subdir = .
94 SUBDIRS = 104 SUBDIRS =
95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 105 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 106 am__aclocal_m4_deps = $(top_srcdir)/m4/as-gcc-inline-assembly.m4 \
107 » $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
108 » $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
109 » $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 110 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98 $(ACLOCAL_M4) 111 $(ACLOCAL_M4)
99 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 112 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
100 configure.lineno config.status.lineno 113 configure.lineno config.status.lineno
101 mkinstalldirs = $(install_sh) -d 114 mkinstalldirs = $(install_sh) -d
102 CONFIG_HEADER = config.h 115 CONFIG_HEADER = config.h
103 CONFIG_CLEAN_FILES = opus.pc opus-uninstalled.pc 116 CONFIG_CLEAN_FILES = opus.pc opus-uninstalled.pc celt/arm/armopts.s
104 CONFIG_CLEAN_VPATH_FILES = 117 CONFIG_CLEAN_VPATH_FILES =
105 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 118 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
106 am__vpath_adj = case $$p in \ 119 am__vpath_adj = case $$p in \
107 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 120 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
108 *) f=$$p;; \ 121 *) f=$$p;; \
109 esac; 122 esac;
110 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 123 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
111 am__install_max = 40 124 am__install_max = 40
112 am__nobase_strip_setup = \ 125 am__nobase_strip_setup = \
113 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 126 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
(...skipping 11 matching lines...) Expand all
125 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 138 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
126 am__uninstall_files_from_dir = { \ 139 am__uninstall_files_from_dir = { \
127 test -z "$$files" \ 140 test -z "$$files" \
128 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 141 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
129 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 142 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
130 $(am__cd) "$$dir" && rm -f $$files; }; \ 143 $(am__cd) "$$dir" && rm -f $$files; }; \
131 } 144 }
132 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(m4datadir)" \ 145 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(m4datadir)" \
133 "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)" 146 "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"
134 LTLIBRARIES = $(lib_LTLIBRARIES) 147 LTLIBRARIES = $(lib_LTLIBRARIES)
135 libopus_la_LIBADD = 148 am__DEPENDENCIES_1 =
136 am__libopus_la_SOURCES_DIST = celt/bands.c celt/celt.c celt/cwrs.c \ 149 libopus_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
150 am__libopus_la_SOURCES_DIST = celt/bands.c celt/celt.c \
151 » celt/celt_encoder.c celt/celt_decoder.c celt/cwrs.c \
137 celt/entcode.c celt/entdec.c celt/entenc.c celt/kiss_fft.c \ 152 celt/entcode.c celt/entdec.c celt/entenc.c celt/kiss_fft.c \
138 celt/laplace.c celt/mathops.c celt/mdct.c celt/modes.c \ 153 celt/laplace.c celt/mathops.c celt/mdct.c celt/modes.c \
139 celt/pitch.c celt/celt_lpc.c celt/quant_bands.c celt/rate.c \ 154 celt/pitch.c celt/celt_lpc.c celt/quant_bands.c celt/rate.c \
140 » celt/vq.c silk/CNG.c silk/code_signs.c silk/init_decoder.c \ 155 » celt/vq.c celt/arm/armcpu.c celt/arm/arm_celt_map.c silk/CNG.c \
141 » silk/decode_core.c silk/decode_frame.c \ 156 » silk/code_signs.c silk/init_decoder.c silk/decode_core.c \
142 » silk/decode_parameters.c silk/decode_indices.c \ 157 » silk/decode_frame.c silk/decode_parameters.c \
143 » silk/decode_pulses.c silk/decoder_set_fs.c silk/dec_API.c \ 158 » silk/decode_indices.c silk/decode_pulses.c \
144 » silk/enc_API.c silk/encode_indices.c silk/encode_pulses.c \ 159 » silk/decoder_set_fs.c silk/dec_API.c silk/enc_API.c \
145 » silk/gain_quant.c silk/interpolate.c silk/LP_variable_cutoff.c \ 160 » silk/encode_indices.c silk/encode_pulses.c silk/gain_quant.c \
161 » silk/interpolate.c silk/LP_variable_cutoff.c \
146 silk/NLSF_decode.c silk/NSQ.c silk/NSQ_del_dec.c silk/PLC.c \ 162 silk/NLSF_decode.c silk/NSQ.c silk/NSQ_del_dec.c silk/PLC.c \
147 silk/shell_coder.c silk/tables_gain.c silk/tables_LTP.c \ 163 silk/shell_coder.c silk/tables_gain.c silk/tables_LTP.c \
148 silk/tables_NLSF_CB_NB_MB.c silk/tables_NLSF_CB_WB.c \ 164 silk/tables_NLSF_CB_NB_MB.c silk/tables_NLSF_CB_WB.c \
149 silk/tables_other.c silk/tables_pitch_lag.c \ 165 silk/tables_other.c silk/tables_pitch_lag.c \
150 silk/tables_pulses_per_block.c silk/VAD.c \ 166 silk/tables_pulses_per_block.c silk/VAD.c \
151 silk/control_audio_bandwidth.c silk/quant_LTP_gains.c \ 167 silk/control_audio_bandwidth.c silk/quant_LTP_gains.c \
152 silk/VQ_WMat_EC.c silk/HP_variable_cutoff.c silk/NLSF_encode.c \ 168 silk/VQ_WMat_EC.c silk/HP_variable_cutoff.c silk/NLSF_encode.c \
153 silk/NLSF_VQ.c silk/NLSF_unpack.c silk/NLSF_del_dec_quant.c \ 169 silk/NLSF_VQ.c silk/NLSF_unpack.c silk/NLSF_del_dec_quant.c \
154 silk/process_NLSFs.c silk/stereo_LR_to_MS.c \ 170 silk/process_NLSFs.c silk/stereo_LR_to_MS.c \
155 silk/stereo_MS_to_LR.c silk/check_control_input.c \ 171 silk/stereo_MS_to_LR.c silk/check_control_input.c \
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 silk/float/warped_autocorrelation_FLP.c \ 214 silk/float/warped_autocorrelation_FLP.c \
199 silk/float/wrappers_FLP.c silk/float/autocorrelation_FLP.c \ 215 silk/float/wrappers_FLP.c silk/float/autocorrelation_FLP.c \
200 silk/float/burg_modified_FLP.c silk/float/bwexpander_FLP.c \ 216 silk/float/burg_modified_FLP.c silk/float/bwexpander_FLP.c \
201 silk/float/energy_FLP.c silk/float/inner_product_FLP.c \ 217 silk/float/energy_FLP.c silk/float/inner_product_FLP.c \
202 silk/float/k2a_FLP.c silk/float/levinsondurbin_FLP.c \ 218 silk/float/k2a_FLP.c silk/float/levinsondurbin_FLP.c \
203 silk/float/LPC_inv_pred_gain_FLP.c \ 219 silk/float/LPC_inv_pred_gain_FLP.c \
204 silk/float/pitch_analysis_core_FLP.c \ 220 silk/float/pitch_analysis_core_FLP.c \
205 silk/float/scale_copy_vector_FLP.c \ 221 silk/float/scale_copy_vector_FLP.c \
206 silk/float/scale_vector_FLP.c silk/float/schur_FLP.c \ 222 silk/float/scale_vector_FLP.c silk/float/schur_FLP.c \
207 silk/float/sort_FLP.c src/opus.c src/opus_decoder.c \ 223 silk/float/sort_FLP.c src/opus.c src/opus_decoder.c \
208 » src/opus_encoder.c src/opus_multistream.c src/repacketizer.c 224 » src/opus_encoder.c src/opus_multistream.c \
225 » src/opus_multistream_encoder.c src/opus_multistream_decoder.c \
226 » src/repacketizer.c src/analysis.c src/mlp.c src/mlp_data.c
209 am__dirstamp = $(am__leading_dot)dirstamp 227 am__dirstamp = $(am__leading_dot)dirstamp
210 am__objects_1 = celt/bands.lo celt/celt.lo celt/cwrs.lo \ 228 am__objects_1 = celt/arm/armcpu.lo celt/arm/arm_celt_map.lo
211 » celt/entcode.lo celt/entdec.lo celt/entenc.lo celt/kiss_fft.lo \ 229 @CPU_ARM_TRUE@am__objects_2 = $(am__objects_1)
212 » celt/laplace.lo celt/mathops.lo celt/mdct.lo celt/modes.lo \ 230 am__objects_3 = celt/bands.lo celt/celt.lo celt/celt_encoder.lo \
213 » celt/pitch.lo celt/celt_lpc.lo celt/quant_bands.lo \ 231 » celt/celt_decoder.lo celt/cwrs.lo celt/entcode.lo \
214 » celt/rate.lo celt/vq.lo 232 » celt/entdec.lo celt/entenc.lo celt/kiss_fft.lo celt/laplace.lo \
215 am__objects_2 = silk/fixed/LTP_analysis_filter_FIX.lo \ 233 » celt/mathops.lo celt/mdct.lo celt/modes.lo celt/pitch.lo \
234 » celt/celt_lpc.lo celt/quant_bands.lo celt/rate.lo celt/vq.lo \
235 » $(am__objects_2)
236 am__objects_4 = silk/fixed/LTP_analysis_filter_FIX.lo \
216 silk/fixed/LTP_scale_ctrl_FIX.lo silk/fixed/corrMatrix_FIX.lo \ 237 silk/fixed/LTP_scale_ctrl_FIX.lo silk/fixed/corrMatrix_FIX.lo \
217 silk/fixed/encode_frame_FIX.lo silk/fixed/find_LPC_FIX.lo \ 238 silk/fixed/encode_frame_FIX.lo silk/fixed/find_LPC_FIX.lo \
218 silk/fixed/find_LTP_FIX.lo silk/fixed/find_pitch_lags_FIX.lo \ 239 silk/fixed/find_LTP_FIX.lo silk/fixed/find_pitch_lags_FIX.lo \
219 silk/fixed/find_pred_coefs_FIX.lo \ 240 silk/fixed/find_pred_coefs_FIX.lo \
220 silk/fixed/noise_shape_analysis_FIX.lo \ 241 silk/fixed/noise_shape_analysis_FIX.lo \
221 silk/fixed/prefilter_FIX.lo silk/fixed/process_gains_FIX.lo \ 242 silk/fixed/prefilter_FIX.lo silk/fixed/process_gains_FIX.lo \
222 silk/fixed/regularize_correlations_FIX.lo \ 243 silk/fixed/regularize_correlations_FIX.lo \
223 silk/fixed/residual_energy16_FIX.lo \ 244 silk/fixed/residual_energy16_FIX.lo \
224 silk/fixed/residual_energy_FIX.lo silk/fixed/solve_LS_FIX.lo \ 245 silk/fixed/residual_energy_FIX.lo silk/fixed/solve_LS_FIX.lo \
225 silk/fixed/warped_autocorrelation_FIX.lo \ 246 silk/fixed/warped_autocorrelation_FIX.lo \
226 silk/fixed/apply_sine_window_FIX.lo silk/fixed/autocorr_FIX.lo \ 247 silk/fixed/apply_sine_window_FIX.lo silk/fixed/autocorr_FIX.lo \
227 silk/fixed/burg_modified_FIX.lo silk/fixed/k2a_FIX.lo \ 248 silk/fixed/burg_modified_FIX.lo silk/fixed/k2a_FIX.lo \
228 silk/fixed/k2a_Q16_FIX.lo \ 249 silk/fixed/k2a_Q16_FIX.lo \
229 silk/fixed/pitch_analysis_core_FIX.lo \ 250 silk/fixed/pitch_analysis_core_FIX.lo \
230 silk/fixed/vector_ops_FIX.lo silk/fixed/schur64_FIX.lo \ 251 silk/fixed/vector_ops_FIX.lo silk/fixed/schur64_FIX.lo \
231 silk/fixed/schur_FIX.lo 252 silk/fixed/schur_FIX.lo
232 @FIXED_POINT_TRUE@am__objects_3 = $(am__objects_2) 253 @FIXED_POINT_TRUE@am__objects_5 = $(am__objects_4)
233 am__objects_4 = silk/float/apply_sine_window_FLP.lo \ 254 am__objects_6 = silk/float/apply_sine_window_FLP.lo \
234 silk/float/corrMatrix_FLP.lo silk/float/encode_frame_FLP.lo \ 255 silk/float/corrMatrix_FLP.lo silk/float/encode_frame_FLP.lo \
235 silk/float/find_LPC_FLP.lo silk/float/find_LTP_FLP.lo \ 256 silk/float/find_LPC_FLP.lo silk/float/find_LTP_FLP.lo \
236 silk/float/find_pitch_lags_FLP.lo \ 257 silk/float/find_pitch_lags_FLP.lo \
237 silk/float/find_pred_coefs_FLP.lo \ 258 silk/float/find_pred_coefs_FLP.lo \
238 silk/float/LPC_analysis_filter_FLP.lo \ 259 silk/float/LPC_analysis_filter_FLP.lo \
239 silk/float/LTP_analysis_filter_FLP.lo \ 260 silk/float/LTP_analysis_filter_FLP.lo \
240 silk/float/LTP_scale_ctrl_FLP.lo \ 261 silk/float/LTP_scale_ctrl_FLP.lo \
241 silk/float/noise_shape_analysis_FLP.lo \ 262 silk/float/noise_shape_analysis_FLP.lo \
242 silk/float/prefilter_FLP.lo silk/float/process_gains_FLP.lo \ 263 silk/float/prefilter_FLP.lo silk/float/process_gains_FLP.lo \
243 silk/float/regularize_correlations_FLP.lo \ 264 silk/float/regularize_correlations_FLP.lo \
244 silk/float/residual_energy_FLP.lo silk/float/solve_LS_FLP.lo \ 265 silk/float/residual_energy_FLP.lo silk/float/solve_LS_FLP.lo \
245 silk/float/warped_autocorrelation_FLP.lo \ 266 silk/float/warped_autocorrelation_FLP.lo \
246 silk/float/wrappers_FLP.lo silk/float/autocorrelation_FLP.lo \ 267 silk/float/wrappers_FLP.lo silk/float/autocorrelation_FLP.lo \
247 silk/float/burg_modified_FLP.lo silk/float/bwexpander_FLP.lo \ 268 silk/float/burg_modified_FLP.lo silk/float/bwexpander_FLP.lo \
248 silk/float/energy_FLP.lo silk/float/inner_product_FLP.lo \ 269 silk/float/energy_FLP.lo silk/float/inner_product_FLP.lo \
249 silk/float/k2a_FLP.lo silk/float/levinsondurbin_FLP.lo \ 270 silk/float/k2a_FLP.lo silk/float/levinsondurbin_FLP.lo \
250 silk/float/LPC_inv_pred_gain_FLP.lo \ 271 silk/float/LPC_inv_pred_gain_FLP.lo \
251 silk/float/pitch_analysis_core_FLP.lo \ 272 silk/float/pitch_analysis_core_FLP.lo \
252 silk/float/scale_copy_vector_FLP.lo \ 273 silk/float/scale_copy_vector_FLP.lo \
253 silk/float/scale_vector_FLP.lo silk/float/schur_FLP.lo \ 274 silk/float/scale_vector_FLP.lo silk/float/schur_FLP.lo \
254 silk/float/sort_FLP.lo 275 silk/float/sort_FLP.lo
255 @FIXED_POINT_FALSE@am__objects_5 = $(am__objects_4) 276 @FIXED_POINT_FALSE@am__objects_7 = $(am__objects_6)
256 am__objects_6 = silk/CNG.lo silk/code_signs.lo silk/init_decoder.lo \ 277 am__objects_8 =
278 am__objects_9 = silk/CNG.lo silk/code_signs.lo silk/init_decoder.lo \
257 silk/decode_core.lo silk/decode_frame.lo \ 279 silk/decode_core.lo silk/decode_frame.lo \
258 silk/decode_parameters.lo silk/decode_indices.lo \ 280 silk/decode_parameters.lo silk/decode_indices.lo \
259 silk/decode_pulses.lo silk/decoder_set_fs.lo silk/dec_API.lo \ 281 silk/decode_pulses.lo silk/decoder_set_fs.lo silk/dec_API.lo \
260 silk/enc_API.lo silk/encode_indices.lo silk/encode_pulses.lo \ 282 silk/enc_API.lo silk/encode_indices.lo silk/encode_pulses.lo \
261 silk/gain_quant.lo silk/interpolate.lo \ 283 silk/gain_quant.lo silk/interpolate.lo \
262 silk/LP_variable_cutoff.lo silk/NLSF_decode.lo silk/NSQ.lo \ 284 silk/LP_variable_cutoff.lo silk/NLSF_decode.lo silk/NSQ.lo \
263 silk/NSQ_del_dec.lo silk/PLC.lo silk/shell_coder.lo \ 285 silk/NSQ_del_dec.lo silk/PLC.lo silk/shell_coder.lo \
264 silk/tables_gain.lo silk/tables_LTP.lo \ 286 silk/tables_gain.lo silk/tables_LTP.lo \
265 silk/tables_NLSF_CB_NB_MB.lo silk/tables_NLSF_CB_WB.lo \ 287 silk/tables_NLSF_CB_NB_MB.lo silk/tables_NLSF_CB_WB.lo \
266 silk/tables_other.lo silk/tables_pitch_lag.lo \ 288 silk/tables_other.lo silk/tables_pitch_lag.lo \
(...skipping 13 matching lines...) Expand all
280 silk/NLSF_stabilize.lo silk/NLSF_VQ_weights_laroia.lo \ 302 silk/NLSF_stabilize.lo silk/NLSF_VQ_weights_laroia.lo \
281 silk/pitch_est_tables.lo silk/resampler.lo \ 303 silk/pitch_est_tables.lo silk/resampler.lo \
282 silk/resampler_down2_3.lo silk/resampler_down2.lo \ 304 silk/resampler_down2_3.lo silk/resampler_down2.lo \
283 silk/resampler_private_AR2.lo \ 305 silk/resampler_private_AR2.lo \
284 silk/resampler_private_down_FIR.lo \ 306 silk/resampler_private_down_FIR.lo \
285 silk/resampler_private_IIR_FIR.lo \ 307 silk/resampler_private_IIR_FIR.lo \
286 silk/resampler_private_up2_HQ.lo silk/resampler_rom.lo \ 308 silk/resampler_private_up2_HQ.lo silk/resampler_rom.lo \
287 silk/sigm_Q15.lo silk/sort.lo silk/sum_sqr_shift.lo \ 309 silk/sigm_Q15.lo silk/sort.lo silk/sum_sqr_shift.lo \
288 silk/stereo_decode_pred.lo silk/stereo_encode_pred.lo \ 310 silk/stereo_decode_pred.lo silk/stereo_encode_pred.lo \
289 silk/stereo_find_predictor.lo silk/stereo_quant_pred.lo \ 311 silk/stereo_find_predictor.lo silk/stereo_quant_pred.lo \
290 » $(am__objects_3) $(am__objects_5) 312 » $(am__objects_5) $(am__objects_7) $(am__objects_8)
291 am__objects_7 = src/opus.lo src/opus_decoder.lo src/opus_encoder.lo \ 313 am__objects_10 = src/analysis.lo src/mlp.lo src/mlp_data.lo
292 » src/opus_multistream.lo src/repacketizer.lo 314 @DISABLE_FLOAT_API_FALSE@am__objects_11 = $(am__objects_10)
293 am_libopus_la_OBJECTS = $(am__objects_1) $(am__objects_6) \ 315 am__objects_12 = src/opus.lo src/opus_decoder.lo src/opus_encoder.lo \
294 » $(am__objects_7) 316 » src/opus_multistream.lo src/opus_multistream_encoder.lo \
295 libopus_la_OBJECTS = $(am_libopus_la_OBJECTS) 317 » src/opus_multistream_decoder.lo src/repacketizer.lo \
318 » $(am__objects_11)
319 am_libopus_la_OBJECTS = $(am__objects_3) $(am__objects_9) \
320 » $(am__objects_12)
321 am__objects_13 = celt/arm/celt_pitch_xcorr_arm-gnu.lo
322 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@nodist_libopus_la_OBJECTS = \
323 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@» $(am__objects_13)
324 libopus_la_OBJECTS = $(am_libopus_la_OBJECTS) \
325 » $(nodist_libopus_la_OBJECTS)
296 AM_V_lt = $(am__v_lt_@AM_V@) 326 AM_V_lt = $(am__v_lt_@AM_V@)
297 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 327 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
298 am__v_lt_0 = --silent 328 am__v_lt_0 = --silent
299 libopus_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 329 libopus_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
300 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 330 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
301 $(libopus_la_LDFLAGS) $(LDFLAGS) -o $@ 331 $(libopus_la_LDFLAGS) $(LDFLAGS) -o $@
302 @CUSTOM_MODES_TRUE@am__EXEEXT_1 = opus_custom_demo$(EXEEXT) 332 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@am__EXEEXT_1 = opus_custom_demo$(EXEEXT)
303 PROGRAMS = $(noinst_PROGRAMS) 333 PROGRAMS = $(noinst_PROGRAMS)
304 am_celt_tests_test_unit_cwrs32_OBJECTS = \ 334 am__celt_tests_test_unit_cwrs32_SOURCES_DIST = \
305 » celt/tests/test_unit_cwrs32.$(OBJEXT) 335 » celt/tests/test_unit_cwrs32.c
336 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_cwrs32_OBJECTS = \
337 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_cwrs32.$(OBJEXT)
306 celt_tests_test_unit_cwrs32_OBJECTS = \ 338 celt_tests_test_unit_cwrs32_OBJECTS = \
307 $(am_celt_tests_test_unit_cwrs32_OBJECTS) 339 $(am_celt_tests_test_unit_cwrs32_OBJECTS)
308 celt_tests_test_unit_cwrs32_DEPENDENCIES = 340 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_cwrs32_DEPENDENCIES = \
309 am_celt_tests_test_unit_dft_OBJECTS = \ 341 @EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1)
310 » celt/tests/test_unit_dft.$(OBJEXT) 342 am__celt_tests_test_unit_dft_SOURCES_DIST = \
343 » celt/tests/test_unit_dft.c
344 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_dft_OBJECTS = \
345 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_dft.$(OBJEXT)
311 celt_tests_test_unit_dft_OBJECTS = \ 346 celt_tests_test_unit_dft_OBJECTS = \
312 $(am_celt_tests_test_unit_dft_OBJECTS) 347 $(am_celt_tests_test_unit_dft_OBJECTS)
313 celt_tests_test_unit_dft_DEPENDENCIES = 348 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_dft_DEPENDENCIES = \
314 am_celt_tests_test_unit_entropy_OBJECTS = \ 349 @EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1)
315 » celt/tests/test_unit_entropy.$(OBJEXT) 350 am__celt_tests_test_unit_entropy_SOURCES_DIST = \
351 » celt/tests/test_unit_entropy.c
352 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_entropy_OBJECTS = \
353 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_entropy.$(OBJEXT)
316 celt_tests_test_unit_entropy_OBJECTS = \ 354 celt_tests_test_unit_entropy_OBJECTS = \
317 $(am_celt_tests_test_unit_entropy_OBJECTS) 355 $(am_celt_tests_test_unit_entropy_OBJECTS)
318 celt_tests_test_unit_entropy_DEPENDENCIES = 356 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_entropy_DEPENDENCIES = \
319 am_celt_tests_test_unit_laplace_OBJECTS = \ 357 @EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1)
320 » celt/tests/test_unit_laplace.$(OBJEXT) 358 am__celt_tests_test_unit_laplace_SOURCES_DIST = \
359 » celt/tests/test_unit_laplace.c
360 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_laplace_OBJECTS = \
361 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_laplace.$(OBJEXT)
321 celt_tests_test_unit_laplace_OBJECTS = \ 362 celt_tests_test_unit_laplace_OBJECTS = \
322 $(am_celt_tests_test_unit_laplace_OBJECTS) 363 $(am_celt_tests_test_unit_laplace_OBJECTS)
323 celt_tests_test_unit_laplace_DEPENDENCIES = 364 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_laplace_DEPENDENCIES = \
324 am_celt_tests_test_unit_mathops_OBJECTS = \ 365 @EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1)
325 » celt/tests/test_unit_mathops.$(OBJEXT) 366 am__celt_tests_test_unit_mathops_SOURCES_DIST = \
367 » celt/tests/test_unit_mathops.c
368 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_mathops_OBJECTS = \
369 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_mathops.$(OBJEXT)
326 celt_tests_test_unit_mathops_OBJECTS = \ 370 celt_tests_test_unit_mathops_OBJECTS = \
327 $(am_celt_tests_test_unit_mathops_OBJECTS) 371 $(am_celt_tests_test_unit_mathops_OBJECTS)
328 celt_tests_test_unit_mathops_DEPENDENCIES = 372 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mathops_DEPENDENCIES = \
329 am_celt_tests_test_unit_mdct_OBJECTS = \ 373 @EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1)
330 » celt/tests/test_unit_mdct.$(OBJEXT) 374 am__celt_tests_test_unit_mdct_SOURCES_DIST = \
375 » celt/tests/test_unit_mdct.c
376 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_mdct_OBJECTS = \
377 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_mdct.$(OBJEXT)
331 celt_tests_test_unit_mdct_OBJECTS = \ 378 celt_tests_test_unit_mdct_OBJECTS = \
332 $(am_celt_tests_test_unit_mdct_OBJECTS) 379 $(am_celt_tests_test_unit_mdct_OBJECTS)
333 celt_tests_test_unit_mdct_DEPENDENCIES = 380 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mdct_DEPENDENCIES = \
334 am_celt_tests_test_unit_rotation_OBJECTS = \ 381 @EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1)
335 » celt/tests/test_unit_rotation.$(OBJEXT) 382 am__celt_tests_test_unit_rotation_SOURCES_DIST = \
383 » celt/tests/test_unit_rotation.c
384 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_rotation_OBJECTS = \
385 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_rotation.$(OBJEXT)
336 celt_tests_test_unit_rotation_OBJECTS = \ 386 celt_tests_test_unit_rotation_OBJECTS = \
337 $(am_celt_tests_test_unit_rotation_OBJECTS) 387 $(am_celt_tests_test_unit_rotation_OBJECTS)
338 celt_tests_test_unit_rotation_DEPENDENCIES = 388 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_rotation_DEPENDENCIES = \
339 am_celt_tests_test_unit_types_OBJECTS = \ 389 @EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1)
340 » celt/tests/test_unit_types.$(OBJEXT) 390 am__celt_tests_test_unit_types_SOURCES_DIST = \
391 » celt/tests/test_unit_types.c
392 @EXTRA_PROGRAMS_TRUE@am_celt_tests_test_unit_types_OBJECTS = \
393 @EXTRA_PROGRAMS_TRUE@» celt/tests/test_unit_types.$(OBJEXT)
341 celt_tests_test_unit_types_OBJECTS = \ 394 celt_tests_test_unit_types_OBJECTS = \
342 $(am_celt_tests_test_unit_types_OBJECTS) 395 $(am_celt_tests_test_unit_types_OBJECTS)
343 celt_tests_test_unit_types_DEPENDENCIES = 396 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_types_DEPENDENCIES = \
344 am_opus_compare_OBJECTS = src/opus_compare.$(OBJEXT) 397 @EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1)
398 am__opus_compare_SOURCES_DIST = src/opus_compare.c
399 @EXTRA_PROGRAMS_TRUE@am_opus_compare_OBJECTS = \
400 @EXTRA_PROGRAMS_TRUE@» src/opus_compare.$(OBJEXT)
345 opus_compare_OBJECTS = $(am_opus_compare_OBJECTS) 401 opus_compare_OBJECTS = $(am_opus_compare_OBJECTS)
346 opus_compare_DEPENDENCIES = 402 @EXTRA_PROGRAMS_TRUE@opus_compare_DEPENDENCIES = \
403 @EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1)
347 am__opus_custom_demo_SOURCES_DIST = celt/opus_custom_demo.c 404 am__opus_custom_demo_SOURCES_DIST = celt/opus_custom_demo.c
348 @CUSTOM_MODES_TRUE@am_opus_custom_demo_OBJECTS = \ 405 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@am_opus_custom_demo_OBJECTS = celt/opus_ custom_demo.$(OBJEXT)
349 @CUSTOM_MODES_TRUE@» celt/opus_custom_demo.$(OBJEXT)
350 opus_custom_demo_OBJECTS = $(am_opus_custom_demo_OBJECTS) 406 opus_custom_demo_OBJECTS = $(am_opus_custom_demo_OBJECTS)
351 @CUSTOM_MODES_TRUE@opus_custom_demo_DEPENDENCIES = libopus.la 407 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@opus_custom_demo_DEPENDENCIES = \
352 am_opus_demo_OBJECTS = src/opus_demo.$(OBJEXT) 408 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@» libopus.la \
409 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1)
410 am__opus_demo_SOURCES_DIST = src/opus_demo.c
411 @EXTRA_PROGRAMS_TRUE@am_opus_demo_OBJECTS = src/opus_demo.$(OBJEXT)
353 opus_demo_OBJECTS = $(am_opus_demo_OBJECTS) 412 opus_demo_OBJECTS = $(am_opus_demo_OBJECTS)
354 opus_demo_DEPENDENCIES = libopus.la 413 @EXTRA_PROGRAMS_TRUE@opus_demo_DEPENDENCIES = libopus.la \
355 am_repacketizer_demo_OBJECTS = src/repacketizer_demo.$(OBJEXT) 414 @EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1)
415 am__repacketizer_demo_SOURCES_DIST = src/repacketizer_demo.c
416 @EXTRA_PROGRAMS_TRUE@am_repacketizer_demo_OBJECTS = \
417 @EXTRA_PROGRAMS_TRUE@» src/repacketizer_demo.$(OBJEXT)
356 repacketizer_demo_OBJECTS = $(am_repacketizer_demo_OBJECTS) 418 repacketizer_demo_OBJECTS = $(am_repacketizer_demo_OBJECTS)
357 repacketizer_demo_DEPENDENCIES = libopus.la 419 @EXTRA_PROGRAMS_TRUE@repacketizer_demo_DEPENDENCIES = libopus.la \
358 am_tests_test_opus_api_OBJECTS = tests/test_opus_api.$(OBJEXT) 420 @EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1)
421 am__tests_test_opus_api_SOURCES_DIST = tests/test_opus_api.c \
422 » tests/test_opus_common.h
423 @EXTRA_PROGRAMS_TRUE@am_tests_test_opus_api_OBJECTS = \
424 @EXTRA_PROGRAMS_TRUE@» tests/test_opus_api.$(OBJEXT)
359 tests_test_opus_api_OBJECTS = $(am_tests_test_opus_api_OBJECTS) 425 tests_test_opus_api_OBJECTS = $(am_tests_test_opus_api_OBJECTS)
360 tests_test_opus_api_DEPENDENCIES = libopus.la 426 @EXTRA_PROGRAMS_TRUE@tests_test_opus_api_DEPENDENCIES = libopus.la \
361 am_tests_test_opus_decode_OBJECTS = tests/test_opus_decode.$(OBJEXT) 427 @EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1)
428 am__tests_test_opus_decode_SOURCES_DIST = tests/test_opus_decode.c \
429 » tests/test_opus_common.h
430 @EXTRA_PROGRAMS_TRUE@am_tests_test_opus_decode_OBJECTS = \
431 @EXTRA_PROGRAMS_TRUE@» tests/test_opus_decode.$(OBJEXT)
362 tests_test_opus_decode_OBJECTS = $(am_tests_test_opus_decode_OBJECTS) 432 tests_test_opus_decode_OBJECTS = $(am_tests_test_opus_decode_OBJECTS)
363 tests_test_opus_decode_DEPENDENCIES = libopus.la 433 @EXTRA_PROGRAMS_TRUE@tests_test_opus_decode_DEPENDENCIES = libopus.la \
364 am_tests_test_opus_encode_OBJECTS = tests/test_opus_encode.$(OBJEXT) 434 @EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1)
435 am__tests_test_opus_encode_SOURCES_DIST = tests/test_opus_encode.c \
436 » tests/test_opus_common.h
437 @EXTRA_PROGRAMS_TRUE@am_tests_test_opus_encode_OBJECTS = \
438 @EXTRA_PROGRAMS_TRUE@» tests/test_opus_encode.$(OBJEXT)
365 tests_test_opus_encode_OBJECTS = $(am_tests_test_opus_encode_OBJECTS) 439 tests_test_opus_encode_OBJECTS = $(am_tests_test_opus_encode_OBJECTS)
366 tests_test_opus_encode_DEPENDENCIES = libopus.la 440 @EXTRA_PROGRAMS_TRUE@tests_test_opus_encode_DEPENDENCIES = libopus.la \
441 @EXTRA_PROGRAMS_TRUE@» $(am__DEPENDENCIES_1)
442 am__tests_test_opus_padding_SOURCES_DIST = tests/test_opus_padding.c \
443 » tests/test_opus_common.h
444 @EXTRA_PROGRAMS_TRUE@am_tests_test_opus_padding_OBJECTS = \
445 @EXTRA_PROGRAMS_TRUE@» tests/test_opus_padding.$(OBJEXT)
446 tests_test_opus_padding_OBJECTS = \
447 » $(am_tests_test_opus_padding_OBJECTS)
448 @EXTRA_PROGRAMS_TRUE@tests_test_opus_padding_DEPENDENCIES = \
449 @EXTRA_PROGRAMS_TRUE@» libopus.la $(am__DEPENDENCIES_1)
367 DEFAULT_INCLUDES = -I.@am__isrc@ 450 DEFAULT_INCLUDES = -I.@am__isrc@
368 depcomp = $(SHELL) $(top_srcdir)/depcomp 451 depcomp = $(SHELL) $(top_srcdir)/depcomp
369 am__depfiles_maybe = depfiles 452 am__depfiles_maybe = depfiles
370 am__mv = mv -f 453 am__mv = mv -f
454 CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
455 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
456 LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
457 $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
458 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
459 $(AM_CCASFLAGS) $(CCASFLAGS)
460 AM_V_CPPAS = $(am__v_CPPAS_@AM_V@)
461 am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@)
462 am__v_CPPAS_0 = @echo " CPPAS " $@;
463 AM_V_at = $(am__v_at_@AM_V@)
464 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
465 am__v_at_0 = @
371 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 466 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
372 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 467 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
373 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 468 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
374 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 469 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
375 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 470 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
376 $(AM_CFLAGS) $(CFLAGS) 471 $(AM_CFLAGS) $(CFLAGS)
377 AM_V_CC = $(am__v_CC_@AM_V@) 472 AM_V_CC = $(am__v_CC_@AM_V@)
378 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 473 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
379 am__v_CC_0 = @echo " CC " $@; 474 am__v_CC_0 = @echo " CC " $@;
380 AM_V_at = $(am__v_at_@AM_V@)
381 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
382 am__v_at_0 = @
383 CCLD = $(CC) 475 CCLD = $(CC)
384 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 476 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
385 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 477 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
386 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 478 $(AM_LDFLAGS) $(LDFLAGS) -o $@
387 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 479 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
388 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 480 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
389 am__v_CCLD_0 = @echo " CCLD " $@; 481 am__v_CCLD_0 = @echo " CCLD " $@;
390 AM_V_GEN = $(am__v_GEN_@AM_V@) 482 AM_V_GEN = $(am__v_GEN_@AM_V@)
391 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 483 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
392 am__v_GEN_0 = @echo " GEN " $@; 484 am__v_GEN_0 = @echo " GEN " $@;
393 SOURCES = $(libopus_la_SOURCES) $(celt_tests_test_unit_cwrs32_SOURCES) \ 485 SOURCES = $(libopus_la_SOURCES) $(nodist_libopus_la_SOURCES) \
486 » $(celt_tests_test_unit_cwrs32_SOURCES) \
394 $(celt_tests_test_unit_dft_SOURCES) \ 487 $(celt_tests_test_unit_dft_SOURCES) \
395 $(celt_tests_test_unit_entropy_SOURCES) \ 488 $(celt_tests_test_unit_entropy_SOURCES) \
396 $(celt_tests_test_unit_laplace_SOURCES) \ 489 $(celt_tests_test_unit_laplace_SOURCES) \
397 $(celt_tests_test_unit_mathops_SOURCES) \ 490 $(celt_tests_test_unit_mathops_SOURCES) \
398 $(celt_tests_test_unit_mdct_SOURCES) \ 491 $(celt_tests_test_unit_mdct_SOURCES) \
399 $(celt_tests_test_unit_rotation_SOURCES) \ 492 $(celt_tests_test_unit_rotation_SOURCES) \
400 $(celt_tests_test_unit_types_SOURCES) $(opus_compare_SOURCES) \ 493 $(celt_tests_test_unit_types_SOURCES) $(opus_compare_SOURCES) \
401 $(opus_custom_demo_SOURCES) $(opus_demo_SOURCES) \ 494 $(opus_custom_demo_SOURCES) $(opus_demo_SOURCES) \
402 $(repacketizer_demo_SOURCES) $(tests_test_opus_api_SOURCES) \ 495 $(repacketizer_demo_SOURCES) $(tests_test_opus_api_SOURCES) \
403 $(tests_test_opus_decode_SOURCES) \ 496 $(tests_test_opus_decode_SOURCES) \
404 » $(tests_test_opus_encode_SOURCES) 497 » $(tests_test_opus_encode_SOURCES) \
498 » $(tests_test_opus_padding_SOURCES)
405 DIST_SOURCES = $(am__libopus_la_SOURCES_DIST) \ 499 DIST_SOURCES = $(am__libopus_la_SOURCES_DIST) \
406 » $(celt_tests_test_unit_cwrs32_SOURCES) \ 500 » $(am__celt_tests_test_unit_cwrs32_SOURCES_DIST) \
407 » $(celt_tests_test_unit_dft_SOURCES) \ 501 » $(am__celt_tests_test_unit_dft_SOURCES_DIST) \
408 » $(celt_tests_test_unit_entropy_SOURCES) \ 502 » $(am__celt_tests_test_unit_entropy_SOURCES_DIST) \
409 » $(celt_tests_test_unit_laplace_SOURCES) \ 503 » $(am__celt_tests_test_unit_laplace_SOURCES_DIST) \
410 » $(celt_tests_test_unit_mathops_SOURCES) \ 504 » $(am__celt_tests_test_unit_mathops_SOURCES_DIST) \
411 » $(celt_tests_test_unit_mdct_SOURCES) \ 505 » $(am__celt_tests_test_unit_mdct_SOURCES_DIST) \
412 » $(celt_tests_test_unit_rotation_SOURCES) \ 506 » $(am__celt_tests_test_unit_rotation_SOURCES_DIST) \
413 » $(celt_tests_test_unit_types_SOURCES) $(opus_compare_SOURCES) \ 507 » $(am__celt_tests_test_unit_types_SOURCES_DIST) \
414 » $(am__opus_custom_demo_SOURCES_DIST) $(opus_demo_SOURCES) \ 508 » $(am__opus_compare_SOURCES_DIST) \
415 » $(repacketizer_demo_SOURCES) $(tests_test_opus_api_SOURCES) \ 509 » $(am__opus_custom_demo_SOURCES_DIST) \
416 » $(tests_test_opus_decode_SOURCES) \ 510 » $(am__opus_demo_SOURCES_DIST) \
417 » $(tests_test_opus_encode_SOURCES) 511 » $(am__repacketizer_demo_SOURCES_DIST) \
512 » $(am__tests_test_opus_api_SOURCES_DIST) \
513 » $(am__tests_test_opus_decode_SOURCES_DIST) \
514 » $(am__tests_test_opus_encode_SOURCES_DIST) \
515 » $(am__tests_test_opus_padding_SOURCES_DIST)
418 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 516 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
419 html-recursive info-recursive install-data-recursive \ 517 html-recursive info-recursive install-data-recursive \
420 install-dvi-recursive install-exec-recursive \ 518 install-dvi-recursive install-exec-recursive \
421 install-html-recursive install-info-recursive \ 519 install-html-recursive install-info-recursive \
422 install-pdf-recursive install-ps-recursive install-recursive \ 520 install-pdf-recursive install-ps-recursive install-recursive \
423 installcheck-recursive installdirs-recursive pdf-recursive \ 521 installcheck-recursive installdirs-recursive pdf-recursive \
424 ps-recursive uninstall-recursive 522 ps-recursive uninstall-recursive
425 am__can_run_installinfo = \ 523 am__can_run_installinfo = \
426 case $$AM_UPDATE_INFO_DIR in \ 524 case $$AM_UPDATE_INFO_DIR in \
427 n|no|NO) false;; \ 525 n|no|NO) false;; \
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 distcleancheck_listfiles = find . -type f -print 581 distcleancheck_listfiles = find . -type f -print
484 ACLOCAL = @ACLOCAL@ 582 ACLOCAL = @ACLOCAL@
485 AMTAR = @AMTAR@ 583 AMTAR = @AMTAR@
486 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 584 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
487 AR = @AR@ 585 AR = @AR@
488 AUTOCONF = @AUTOCONF@ 586 AUTOCONF = @AUTOCONF@
489 AUTOHEADER = @AUTOHEADER@ 587 AUTOHEADER = @AUTOHEADER@
490 AUTOMAKE = @AUTOMAKE@ 588 AUTOMAKE = @AUTOMAKE@
491 AWK = @AWK@ 589 AWK = @AWK@
492 CC = @CC@ 590 CC = @CC@
591 CCAS = @CCAS@
592 CCASDEPMODE = @CCASDEPMODE@
593 CCASFLAGS = @CCASFLAGS@
493 CCDEPMODE = @CCDEPMODE@ 594 CCDEPMODE = @CCDEPMODE@
494 CFLAGS = @CFLAGS@ 595 CFLAGS = @CFLAGS@
495 CPP = @CPP@ 596 CPP = @CPP@
496 CPPFLAGS = @CPPFLAGS@ 597 CPPFLAGS = @CPPFLAGS@
497 CYGPATH_W = @CYGPATH_W@ 598 CYGPATH_W = @CYGPATH_W@
498 DEFS = @DEFS@ 599 DEFS = @DEFS@
499 DEPDIR = @DEPDIR@ 600 DEPDIR = @DEPDIR@
500 DLLTOOL = @DLLTOOL@ 601 DLLTOOL = @DLLTOOL@
501 DSYMUTIL = @DSYMUTIL@ 602 DSYMUTIL = @DSYMUTIL@
502 DUMPBIN = @DUMPBIN@ 603 DUMPBIN = @DUMPBIN@
503 ECHO_C = @ECHO_C@ 604 ECHO_C = @ECHO_C@
504 ECHO_N = @ECHO_N@ 605 ECHO_N = @ECHO_N@
505 ECHO_T = @ECHO_T@ 606 ECHO_T = @ECHO_T@
506 EGREP = @EGREP@ 607 EGREP = @EGREP@
507 EXEEXT = @EXEEXT@ 608 EXEEXT = @EXEEXT@
508 FGREP = @FGREP@ 609 FGREP = @FGREP@
509 GREP = @GREP@ 610 GREP = @GREP@
510 HAVE_DOXYGEN = @HAVE_DOXYGEN@ 611 HAVE_DOXYGEN = @HAVE_DOXYGEN@
612 HAVE_PERL = @HAVE_PERL@
511 INSTALL = @INSTALL@ 613 INSTALL = @INSTALL@
512 INSTALL_DATA = @INSTALL_DATA@ 614 INSTALL_DATA = @INSTALL_DATA@
513 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 615 INSTALL_PROGRAM = @INSTALL_PROGRAM@
514 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 616 INSTALL_SCRIPT = @INSTALL_SCRIPT@
515 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 617 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
516 LD = @LD@ 618 LD = @LD@
517 LDFLAGS = @LDFLAGS@ 619 LDFLAGS = @LDFLAGS@
518 LIBM = @LIBM@ 620 LIBM = @LIBM@
519 LIBOBJS = @LIBOBJS@ 621 LIBOBJS = @LIBOBJS@
520 LIBS = @LIBS@ 622 LIBS = @LIBS@
521 LIBTOOL = @LIBTOOL@ 623 LIBTOOL = @LIBTOOL@
522 LIPO = @LIPO@ 624 LIPO = @LIPO@
523 LN_S = @LN_S@ 625 LN_S = @LN_S@
524 LTLIBOBJS = @LTLIBOBJS@ 626 LTLIBOBJS = @LTLIBOBJS@
525 MAINT = @MAINT@ 627 MAINT = @MAINT@
526 MAKEINFO = @MAKEINFO@ 628 MAKEINFO = @MAKEINFO@
527 MANIFEST_TOOL = @MANIFEST_TOOL@ 629 MANIFEST_TOOL = @MANIFEST_TOOL@
528 MKDIR_P = @MKDIR_P@ 630 MKDIR_P = @MKDIR_P@
529 NM = @NM@ 631 NM = @NM@
530 NMEDIT = @NMEDIT@ 632 NMEDIT = @NMEDIT@
531 OBJDUMP = @OBJDUMP@ 633 OBJDUMP = @OBJDUMP@
532 OBJEXT = @OBJEXT@ 634 OBJEXT = @OBJEXT@
635 OPUS_ARM_MAY_HAVE_EDSP = @OPUS_ARM_MAY_HAVE_EDSP@
636 OPUS_ARM_MAY_HAVE_MEDIA = @OPUS_ARM_MAY_HAVE_MEDIA@
637 OPUS_ARM_MAY_HAVE_NEON = @OPUS_ARM_MAY_HAVE_NEON@
638 OPUS_HAVE_RTCD = @OPUS_HAVE_RTCD@
533 OPUS_LT_AGE = @OPUS_LT_AGE@ 639 OPUS_LT_AGE = @OPUS_LT_AGE@
534 OPUS_LT_CURRENT = @OPUS_LT_CURRENT@ 640 OPUS_LT_CURRENT = @OPUS_LT_CURRENT@
535 OPUS_LT_REVISION = @OPUS_LT_REVISION@ 641 OPUS_LT_REVISION = @OPUS_LT_REVISION@
536 OPUS_VERSION = @OPUS_VERSION@
537 OTOOL = @OTOOL@ 642 OTOOL = @OTOOL@
538 OTOOL64 = @OTOOL64@ 643 OTOOL64 = @OTOOL64@
539 PACKAGE = @PACKAGE@ 644 PACKAGE = @PACKAGE@
540 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 645 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
541 PACKAGE_NAME = @PACKAGE_NAME@ 646 PACKAGE_NAME = @PACKAGE_NAME@
542 PACKAGE_STRING = @PACKAGE_STRING@ 647 PACKAGE_STRING = @PACKAGE_STRING@
543 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 648 PACKAGE_TARNAME = @PACKAGE_TARNAME@
544 PACKAGE_URL = @PACKAGE_URL@ 649 PACKAGE_URL = @PACKAGE_URL@
545 PACKAGE_VERSION = @PACKAGE_VERSION@ 650 PACKAGE_VERSION = @PACKAGE_VERSION@
546 PATH_SEPARATOR = @PATH_SEPARATOR@ 651 PATH_SEPARATOR = @PATH_SEPARATOR@
547 PC_BUILD = @PC_BUILD@ 652 PC_BUILD = @PC_BUILD@
548 PC_LIBM = @PC_LIBM@
549 RANLIB = @RANLIB@ 653 RANLIB = @RANLIB@
550 SED = @SED@ 654 SED = @SED@
551 SET_MAKE = @SET_MAKE@ 655 SET_MAKE = @SET_MAKE@
552 SHELL = @SHELL@ 656 SHELL = @SHELL@
553 SIZE16 = @SIZE16@
554 SIZE32 = @SIZE32@
555 STRIP = @STRIP@ 657 STRIP = @STRIP@
556 SYMBOL_VISIBILITY = @SYMBOL_VISIBILITY@
557 VERSION = @VERSION@ 658 VERSION = @VERSION@
558 abs_builddir = @abs_builddir@ 659 abs_builddir = @abs_builddir@
559 abs_srcdir = @abs_srcdir@ 660 abs_srcdir = @abs_srcdir@
560 abs_top_builddir = @abs_top_builddir@ 661 abs_top_builddir = @abs_top_builddir@
561 abs_top_srcdir = @abs_top_srcdir@ 662 abs_top_srcdir = @abs_top_srcdir@
562 ac_ct_AR = @ac_ct_AR@ 663 ac_ct_AR = @ac_ct_AR@
563 ac_ct_CC = @ac_ct_CC@ 664 ac_ct_CC = @ac_ct_CC@
564 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 665 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
565 am__include = @am__include@ 666 am__include = @am__include@
566 am__leading_dot = @am__leading_dot@ 667 am__leading_dot = @am__leading_dot@
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 psdir = @psdir@ 702 psdir = @psdir@
602 sbindir = @sbindir@ 703 sbindir = @sbindir@
603 sharedstatedir = @sharedstatedir@ 704 sharedstatedir = @sharedstatedir@
604 srcdir = @srcdir@ 705 srcdir = @srcdir@
605 sysconfdir = @sysconfdir@ 706 sysconfdir = @sysconfdir@
606 target_alias = @target_alias@ 707 target_alias = @target_alias@
607 top_build_prefix = @top_build_prefix@ 708 top_build_prefix = @top_build_prefix@
608 top_builddir = @top_builddir@ 709 top_builddir = @top_builddir@
609 top_srcdir = @top_srcdir@ 710 top_srcdir = @top_srcdir@
610 AUTOMAKE_OPTIONS = subdir-objects 711 AUTOMAKE_OPTIONS = subdir-objects
712 ACLOCAL_AMFLAGS = -I m4
611 lib_LTLIBRARIES = libopus.la 713 lib_LTLIBRARIES = libopus.la
612 DIST_SUBDIRS = doc 714 DIST_SUBDIRS = doc
613 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/celt -I$(top_srcdir)/silk -I$ (top_srcdir)/silk/float -I$(top_srcdir)/silk/fixed 715 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/celt -I$(top_srcdir)/silk \
614 CELT_SOURCES = celt/bands.c \ 716 -I$(top_srcdir)/silk/float -I$(top_srcdir)/silk/fixed
615 celt/celt.c \ 717
616 celt/cwrs.c \ 718 CELT_SOURCES = celt/bands.c celt/celt.c celt/celt_encoder.c \
617 celt/entcode.c \ 719 » celt/celt_decoder.c celt/cwrs.c celt/entcode.c celt/entdec.c \
618 celt/entdec.c \ 720 » celt/entenc.c celt/kiss_fft.c celt/laplace.c celt/mathops.c \
619 celt/entenc.c \ 721 » celt/mdct.c celt/modes.c celt/pitch.c celt/celt_lpc.c \
620 celt/kiss_fft.c \ 722 » celt/quant_bands.c celt/rate.c celt/vq.c $(am__append_4)
621 celt/laplace.c \ 723 CELT_SOURCES_ARM = \
622 celt/mathops.c \ 724 celt/arm/armcpu.c \
623 celt/mdct.c \ 725 celt/arm/arm_celt_map.c
624 celt/modes.c \ 726
625 celt/pitch.c \ 727 CELT_SOURCES_ARM_ASM = \
626 celt/celt_lpc.c \ 728 celt/arm/celt_pitch_xcorr_arm.s
627 celt/quant_bands.c \ 729
628 celt/rate.c \ 730 CELT_AM_SOURCES_ARM_ASM = \
629 celt/vq.c 731 celt/arm/armopts.s.in
630 732
631 SILK_SOURCES = silk/CNG.c silk/code_signs.c silk/init_decoder.c \ 733 SILK_SOURCES = silk/CNG.c silk/code_signs.c silk/init_decoder.c \
632 silk/decode_core.c silk/decode_frame.c \ 734 silk/decode_core.c silk/decode_frame.c \
633 silk/decode_parameters.c silk/decode_indices.c \ 735 silk/decode_parameters.c silk/decode_indices.c \
634 silk/decode_pulses.c silk/decoder_set_fs.c silk/dec_API.c \ 736 silk/decode_pulses.c silk/decoder_set_fs.c silk/dec_API.c \
635 silk/enc_API.c silk/encode_indices.c silk/encode_pulses.c \ 737 silk/enc_API.c silk/encode_indices.c silk/encode_pulses.c \
636 silk/gain_quant.c silk/interpolate.c silk/LP_variable_cutoff.c \ 738 silk/gain_quant.c silk/interpolate.c silk/LP_variable_cutoff.c \
637 silk/NLSF_decode.c silk/NSQ.c silk/NSQ_del_dec.c silk/PLC.c \ 739 silk/NLSF_decode.c silk/NSQ.c silk/NSQ_del_dec.c silk/PLC.c \
638 silk/shell_coder.c silk/tables_gain.c silk/tables_LTP.c \ 740 silk/shell_coder.c silk/tables_gain.c silk/tables_LTP.c \
639 silk/tables_NLSF_CB_NB_MB.c silk/tables_NLSF_CB_WB.c \ 741 silk/tables_NLSF_CB_NB_MB.c silk/tables_NLSF_CB_WB.c \
(...skipping 12 matching lines...) Expand all
652 silk/LPC_inv_pred_gain.c silk/table_LSF_cos.c silk/NLSF2A.c \ 754 silk/LPC_inv_pred_gain.c silk/table_LSF_cos.c silk/NLSF2A.c \
653 silk/NLSF_stabilize.c silk/NLSF_VQ_weights_laroia.c \ 755 silk/NLSF_stabilize.c silk/NLSF_VQ_weights_laroia.c \
654 silk/pitch_est_tables.c silk/resampler.c \ 756 silk/pitch_est_tables.c silk/resampler.c \
655 silk/resampler_down2_3.c silk/resampler_down2.c \ 757 silk/resampler_down2_3.c silk/resampler_down2.c \
656 silk/resampler_private_AR2.c silk/resampler_private_down_FIR.c \ 758 silk/resampler_private_AR2.c silk/resampler_private_down_FIR.c \
657 silk/resampler_private_IIR_FIR.c \ 759 silk/resampler_private_IIR_FIR.c \
658 silk/resampler_private_up2_HQ.c silk/resampler_rom.c \ 760 silk/resampler_private_up2_HQ.c silk/resampler_rom.c \
659 silk/sigm_Q15.c silk/sort.c silk/sum_sqr_shift.c \ 761 silk/sigm_Q15.c silk/sort.c silk/sum_sqr_shift.c \
660 silk/stereo_decode_pred.c silk/stereo_encode_pred.c \ 762 silk/stereo_decode_pred.c silk/stereo_encode_pred.c \
661 silk/stereo_find_predictor.c silk/stereo_quant_pred.c \ 763 silk/stereo_find_predictor.c silk/stereo_quant_pred.c \
662 » $(am__append_1) $(am__append_2) 764 » $(am__append_1) $(am__append_2) $(am__append_5)
663 SILK_SOURCES_FIXED = \ 765 SILK_SOURCES_FIXED = \
664 silk/fixed/LTP_analysis_filter_FIX.c \ 766 silk/fixed/LTP_analysis_filter_FIX.c \
665 silk/fixed/LTP_scale_ctrl_FIX.c \ 767 silk/fixed/LTP_scale_ctrl_FIX.c \
666 silk/fixed/corrMatrix_FIX.c \ 768 silk/fixed/corrMatrix_FIX.c \
667 silk/fixed/encode_frame_FIX.c \ 769 silk/fixed/encode_frame_FIX.c \
668 silk/fixed/find_LPC_FIX.c \ 770 silk/fixed/find_LPC_FIX.c \
669 silk/fixed/find_LTP_FIX.c \ 771 silk/fixed/find_LTP_FIX.c \
670 silk/fixed/find_pitch_lags_FIX.c \ 772 silk/fixed/find_pitch_lags_FIX.c \
671 silk/fixed/find_pred_coefs_FIX.c \ 773 silk/fixed/find_pred_coefs_FIX.c \
672 silk/fixed/noise_shape_analysis_FIX.c \ 774 silk/fixed/noise_shape_analysis_FIX.c \
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 silk/float/inner_product_FLP.c \ 815 silk/float/inner_product_FLP.c \
714 silk/float/k2a_FLP.c \ 816 silk/float/k2a_FLP.c \
715 silk/float/levinsondurbin_FLP.c \ 817 silk/float/levinsondurbin_FLP.c \
716 silk/float/LPC_inv_pred_gain_FLP.c \ 818 silk/float/LPC_inv_pred_gain_FLP.c \
717 silk/float/pitch_analysis_core_FLP.c \ 819 silk/float/pitch_analysis_core_FLP.c \
718 silk/float/scale_copy_vector_FLP.c \ 820 silk/float/scale_copy_vector_FLP.c \
719 silk/float/scale_vector_FLP.c \ 821 silk/float/scale_vector_FLP.c \
720 silk/float/schur_FLP.c \ 822 silk/float/schur_FLP.c \
721 silk/float/sort_FLP.c 823 silk/float/sort_FLP.c
722 824
723 OPUS_SOURCES = src/opus.c \ 825 OPUS_SOURCES = src/opus.c src/opus_decoder.c src/opus_encoder.c \
724 src/opus_decoder.c \ 826 » src/opus_multistream.c src/opus_multistream_encoder.c \
725 src/opus_encoder.c \ 827 » src/opus_multistream_decoder.c src/repacketizer.c \
726 src/opus_multistream.c \ 828 » $(am__append_3)
727 src/repacketizer.c 829 OPUS_SOURCES_FLOAT = \
830 src/analysis.c \
831 src/mlp.c \
832 src/mlp_data.c
833
834 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@nodist_libopus_la_SOURCES = $(CELT_SOU RCES_ARM_ASM:.s=-gnu.S)
835 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@BUILT_SOURCES = $(CELT_SOURCES_ARM_ASM :.s=-gnu.S) \
836 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@ $(CELT_AM_SOURCES_ARM_ASM:.s.in=.s) \
837 @CPU_ARM_TRUE@@OPUS_ARM_EXTERNAL_ASM_TRUE@ $(CELT_AM_SOURCES_ARM_ASM:.s.in=-gnu. S)
838
839 CLEANFILES = $(CELT_SOURCES_ARM_ASM:.s=-gnu.S) \
840 $(CELT_AM_SOURCES_ARM_ASM:.s.in=-gnu.S)
728 841
729 CELT_HEAD = \ 842 CELT_HEAD = \
730 celt/arch.h \ 843 celt/arch.h \
731 celt/bands.h \ 844 celt/bands.h \
732 celt/celt.h \ 845 celt/celt.h \
846 celt/cpu_support.h \
733 include/opus_types.h \ 847 include/opus_types.h \
734 include/opus_defines.h \ 848 include/opus_defines.h \
735 include/opus_custom.h \ 849 include/opus_custom.h \
736 celt/cwrs.h \ 850 celt/cwrs.h \
737 celt/ecintrin.h \ 851 celt/ecintrin.h \
738 celt/entcode.h \ 852 celt/entcode.h \
739 celt/entdec.h \ 853 celt/entdec.h \
740 celt/entenc.h \ 854 celt/entenc.h \
741 celt/fixed_debug.h \ 855 celt/fixed_debug.h \
742 celt/fixed_generic.h \ 856 celt/fixed_generic.h \
743 celt/float_cast.h \ 857 celt/float_cast.h \
744 celt/_kiss_fft_guts.h \ 858 celt/_kiss_fft_guts.h \
745 celt/kiss_fft.h \ 859 celt/kiss_fft.h \
746 celt/laplace.h \ 860 celt/laplace.h \
747 celt/mathops.h \ 861 celt/mathops.h \
748 celt/mdct.h \ 862 celt/mdct.h \
749 celt/mfrngcod.h \ 863 celt/mfrngcod.h \
750 celt/modes.h \ 864 celt/modes.h \
751 celt/os_support.h \ 865 celt/os_support.h \
752 celt/pitch.h \ 866 celt/pitch.h \
753 celt/celt_lpc.h \ 867 celt/celt_lpc.h \
754 celt/quant_bands.h \ 868 celt/quant_bands.h \
755 celt/rate.h \ 869 celt/rate.h \
756 celt/stack_alloc.h \ 870 celt/stack_alloc.h \
757 celt/vq.h \ 871 celt/vq.h \
758 celt/static_modes_float.h \ 872 celt/static_modes_float.h \
759 celt/static_modes_fixed.h 873 celt/static_modes_fixed.h \
874 celt/arm/armcpu.h \
875 celt/arm/fixed_armv4.h \
876 celt/arm/fixed_armv5e.h \
877 celt/arm/kiss_fft_armv4.h \
878 celt/arm/kiss_fft_armv5e.h \
879 celt/arm/pitch_arm.h \
880 celt/x86/pitch_sse.h
760 881
761 SILK_HEAD = \ 882 SILK_HEAD = \
762 silk/debug.h \ 883 silk/debug.h \
763 silk/control.h \ 884 silk/control.h \
764 silk/errors.h \ 885 silk/errors.h \
765 silk/API.h \ 886 silk/API.h \
766 silk/typedef.h \ 887 silk/typedef.h \
767 silk/define.h \ 888 silk/define.h \
768 silk/main.h \ 889 silk/main.h \
769 silk/PLC.h \ 890 silk/PLC.h \
770 silk/structs.h \ 891 silk/structs.h \
771 silk/tables.h \ 892 silk/tables.h \
772 silk/tuning_parameters.h \ 893 silk/tuning_parameters.h \
773 silk/Inlines.h \ 894 silk/Inlines.h \
774 silk/MacroCount.h \ 895 silk/MacroCount.h \
775 silk/MacroDebug.h \ 896 silk/MacroDebug.h \
776 silk/macros.h \ 897 silk/macros.h \
777 silk/pitch_est_defines.h \ 898 silk/pitch_est_defines.h \
778 silk/resampler_private.h \ 899 silk/resampler_private.h \
779 silk/resampler_rom.h \ 900 silk/resampler_rom.h \
780 silk/resampler_structs.h \ 901 silk/resampler_structs.h \
781 silk/SigProc_FIX.h \ 902 silk/SigProc_FIX.h \
903 silk/arm/macros_armv4.h \
904 silk/arm/macros_armv5e.h \
905 silk/arm/SigProc_FIX_armv4.h \
906 silk/arm/SigProc_FIX_armv5e.h \
782 silk/fixed/main_FIX.h \ 907 silk/fixed/main_FIX.h \
783 silk/fixed/structs_FIX.h \ 908 silk/fixed/structs_FIX.h \
784 silk/float/main_FLP.h \ 909 silk/float/main_FLP.h \
785 silk/float/structs_FLP.h \ 910 silk/float/structs_FLP.h \
786 silk/float/SigProc_FLP.h 911 silk/float/SigProc_FLP.h
787 912
788 OPUS_HEAD = \ 913 OPUS_HEAD = \
789 include/opus.h \ 914 include/opus.h \
790 include/opus_multistream.h \ 915 include/opus_multistream.h \
791 src/opus_private.h 916 src/opus_private.h \
917 src/analysis.h \
918 src/mlp.h \
919 src/tansig_table.h
792 920
793 libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES) 921 libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES)
794 libopus_la_LDFLAGS = -no-undefined -version-info @OPUS_LT_CURRENT@:@OPUS_LT_REVI SION@:@OPUS_LT_AGE@ 922 libopus_la_LDFLAGS = -no-undefined -version-info @OPUS_LT_CURRENT@:@OPUS_LT_REVI SION@:@OPUS_LT_AGE@
923 libopus_la_LIBADD = $(LIBM)
795 pkginclude_HEADERS = include/opus.h include/opus_multistream.h \ 924 pkginclude_HEADERS = include/opus.h include/opus_multistream.h \
796 » include/opus_types.h include/opus_defines.h $(am__append_3) 925 » include/opus_types.h include/opus_defines.h $(am__append_6)
797 noinst_HEADERS = $(OPUS_HEAD) $(SILK_HEAD) $(CELT_HEAD) 926 noinst_HEADERS = $(OPUS_HEAD) $(SILK_HEAD) $(CELT_HEAD)
798 opus_demo_SOURCES = src/opus_demo.c 927 @EXTRA_PROGRAMS_TRUE@opus_demo_SOURCES = src/opus_demo.c
799 opus_demo_LDADD = libopus.la -lm 928 @EXTRA_PROGRAMS_TRUE@opus_demo_LDADD = libopus.la $(LIBM)
800 repacketizer_demo_SOURCES = src/repacketizer_demo.c 929 @EXTRA_PROGRAMS_TRUE@repacketizer_demo_SOURCES = src/repacketizer_demo.c
801 repacketizer_demo_LDADD = libopus.la -lm 930 @EXTRA_PROGRAMS_TRUE@repacketizer_demo_LDADD = libopus.la $(LIBM)
802 opus_compare_SOURCES = src/opus_compare.c 931 @EXTRA_PROGRAMS_TRUE@opus_compare_SOURCES = src/opus_compare.c
803 opus_compare_LDADD = -lm 932 @EXTRA_PROGRAMS_TRUE@opus_compare_LDADD = $(LIBM)
804 tests_test_opus_api_SOURCES = tests/test_opus_api.c tests/test_opus_common.h 933 @EXTRA_PROGRAMS_TRUE@tests_test_opus_api_SOURCES = tests/test_opus_api.c tests/t est_opus_common.h
805 tests_test_opus_api_LDADD = libopus.la -lm 934 @EXTRA_PROGRAMS_TRUE@tests_test_opus_api_LDADD = libopus.la $(LIBM)
806 tests_test_opus_encode_SOURCES = tests/test_opus_encode.c tests/test_opus_common .h 935 @EXTRA_PROGRAMS_TRUE@tests_test_opus_encode_SOURCES = tests/test_opus_encode.c t ests/test_opus_common.h
807 tests_test_opus_encode_LDADD = libopus.la -lm 936 @EXTRA_PROGRAMS_TRUE@tests_test_opus_encode_LDADD = libopus.la $(LIBM)
808 tests_test_opus_decode_SOURCES = tests/test_opus_decode.c tests/test_opus_common .h 937 @EXTRA_PROGRAMS_TRUE@tests_test_opus_decode_SOURCES = tests/test_opus_decode.c t ests/test_opus_common.h
809 tests_test_opus_decode_LDADD = libopus.la -lm 938 @EXTRA_PROGRAMS_TRUE@tests_test_opus_decode_LDADD = libopus.la $(LIBM)
810 celt_tests_test_unit_cwrs32_SOURCES = celt/tests/test_unit_cwrs32.c 939 @EXTRA_PROGRAMS_TRUE@tests_test_opus_padding_SOURCES = tests/test_opus_padding.c tests/test_opus_common.h
811 celt_tests_test_unit_cwrs32_LDADD = -lm 940 @EXTRA_PROGRAMS_TRUE@tests_test_opus_padding_LDADD = libopus.la $(LIBM)
812 celt_tests_test_unit_dft_SOURCES = celt/tests/test_unit_dft.c 941 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_cwrs32_SOURCES = celt/tests/test_unit_ cwrs32.c
813 celt_tests_test_unit_dft_LDADD = -lm 942 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_cwrs32_LDADD = $(LIBM)
814 celt_tests_test_unit_entropy_SOURCES = celt/tests/test_unit_entropy.c 943 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_dft_SOURCES = celt/tests/test_unit_dft .c
815 celt_tests_test_unit_entropy_LDADD = -lm 944 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_dft_LDADD = $(LIBM)
816 celt_tests_test_unit_laplace_SOURCES = celt/tests/test_unit_laplace.c 945 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_entropy_SOURCES = celt/tests/test_unit _entropy.c
817 celt_tests_test_unit_laplace_LDADD = -lm 946 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_entropy_LDADD = $(LIBM)
818 celt_tests_test_unit_mathops_SOURCES = celt/tests/test_unit_mathops.c 947 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_laplace_SOURCES = celt/tests/test_unit _laplace.c
819 celt_tests_test_unit_mathops_LDADD = -lm 948 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_laplace_LDADD = $(LIBM)
820 celt_tests_test_unit_mdct_SOURCES = celt/tests/test_unit_mdct.c 949 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mathops_SOURCES = celt/tests/test_unit _mathops.c
821 celt_tests_test_unit_mdct_LDADD = -lm 950 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mathops_LDADD = $(LIBM)
822 celt_tests_test_unit_rotation_SOURCES = celt/tests/test_unit_rotation.c 951 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mdct_SOURCES = celt/tests/test_unit_md ct.c
823 celt_tests_test_unit_rotation_LDADD = -lm 952 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_mdct_LDADD = $(LIBM)
824 celt_tests_test_unit_types_SOURCES = celt/tests/test_unit_types.c 953 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_rotation_SOURCES = celt/tests/test_uni t_rotation.c
825 celt_tests_test_unit_types_LDADD = -lm 954 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_rotation_LDADD = $(LIBM)
826 @CUSTOM_MODES_TRUE@opus_custom_demo_SOURCES = celt/opus_custom_demo.c 955 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_types_SOURCES = celt/tests/test_unit_t ypes.c
827 @CUSTOM_MODES_TRUE@opus_custom_demo_LDADD = libopus.la -lm 956 @EXTRA_PROGRAMS_TRUE@celt_tests_test_unit_types_LDADD = $(LIBM)
957 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@opus_custom_demo_SOURCES = celt/opus_cus tom_demo.c
958 @CUSTOM_MODES_TRUE@@EXTRA_PROGRAMS_TRUE@opus_custom_demo_LDADD = libopus.la $(LI BM)
828 EXTRA_DIST = version.mk \ 959 EXTRA_DIST = version.mk \
829 » opus.pc.in \ 960 opus.pc.in \
830 opus-uninstalled.pc.in \ 961 opus-uninstalled.pc.in \
831 opus.m4 \ 962 opus.m4 \
832 Makefile.unix \ 963 Makefile.unix \
833 tests/run_vectors.sh \ 964 tests/run_vectors.sh \
834 opus.sln \ 965 celt/arm/arm2gnu.pl \
835 celt/celt.vcxproj \ 966 celt/arm/celt_pitch_xcorr_arm.s \
836 celt/celt.vcxproj.filters \ 967 win32/VS2010/silk_float.vcxproj \
837 src/opus_demo.vcxproj \ 968 win32/VS2010/celt.vcxproj.filters \
838 src/opus.vcxproj \ 969 win32/VS2010/opus.vcxproj \
839 src/opus.vcxproj.filters \ 970 win32/VS2010/silk_common.vcxproj.filters \
840 src/opus_demo.vcxproj.filters \ 971 win32/VS2010/silk_float.vcxproj.filters \
841 tests/test_opus_decode.vcxproj.filters \ 972 win32/VS2010/test_opus_encode.vcxproj.filters \
842 tests/test_opus_decode.vcxproj \ 973 win32/VS2010/silk_common.vcxproj \
843 tests/test_opus_encode.vcxproj.filters \ 974 win32/VS2010/test_opus_encode.vcxproj \
844 tests/test_opus_encode.vcxproj \ 975 win32/VS2010/opus_demo.vcxproj \
845 tests/test_opus_api.vcxproj.filters \ 976 win32/VS2010/test_opus_api.vcxproj.filters \
846 tests/test_opus_api.vcxproj \ 977 win32/VS2010/test_opus_api.vcxproj \
847 silk/float/silk_float.vcxproj.filters \ 978 win32/VS2010/test_opus_decode.vcxproj.filters \
848 silk/float/silk_float.vcxproj \ 979 win32/VS2010/silk_fixed.vcxproj.filters \
849 silk/fixed/silk_fixed.vcxproj.filters \ 980 win32/VS2010/opus_demo.vcxproj.filters \
850 silk/fixed/silk_fixed.vcxproj \ 981 win32/VS2010/silk_fixed.vcxproj \
851 silk/silk_common.vcxproj \ 982 win32/VS2010/opus.vcxproj.filters \
852 silk/silk_common.vcxproj.filters \ 983 win32/VS2010/test_opus_decode.vcxproj \
984 win32/VS2010/celt.vcxproj \
985 win32/VS2010/opus.sln \
853 win32/genversion.bat \ 986 win32/genversion.bat \
854 win32/config.h 987 win32/config.h
855 988
856 pkgconfigdir = $(libdir)/pkgconfig 989 pkgconfigdir = $(libdir)/pkgconfig
857 pkgconfig_DATA = opus.pc 990 pkgconfig_DATA = opus.pc
858 m4datadir = $(datadir)/aclocal 991 m4datadir = $(datadir)/aclocal
859 m4data_DATA = opus.m4 992 m4data_DATA = opus.m4
860 all: config.h 993 all: $(BUILT_SOURCES) config.h
861 $(MAKE) $(AM_MAKEFLAGS) all-recursive 994 $(MAKE) $(AM_MAKEFLAGS) all-recursive
862 995
863 .SUFFIXES: 996 .SUFFIXES:
864 .SUFFIXES: .c .lo .o .obj 997 .SUFFIXES: .S .c .lo .o .obj
865 am--refresh: Makefile 998 am--refresh: Makefile
866 @: 999 @:
867 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/ce lt_sources.mk $(srcdir)/silk_sources.mk $(srcdir)/opus_sources.mk $(srcdir)/celt _headers.mk $(srcdir)/silk_headers.mk $(srcdir)/opus_headers.mk $(am__configure_ deps) 1000 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/ce lt_sources.mk $(srcdir)/silk_sources.mk $(srcdir)/opus_sources.mk $(srcdir)/celt _headers.mk $(srcdir)/silk_headers.mk $(srcdir)/opus_headers.mk $(am__configure_ deps)
868 @for dep in $?; do \ 1001 @for dep in $?; do \
869 case '$(am__configure_deps)' in \ 1002 case '$(am__configure_deps)' in \
870 *$$dep*) \ 1003 *$$dep*) \
871 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 1004 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
872 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 1005 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
873 && exit 0; \ 1006 && exit 0; \
874 exit 1;; \ 1007 exit 1;; \
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 1042 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
910 rm -f stamp-h1 1043 rm -f stamp-h1
911 touch $@ 1044 touch $@
912 1045
913 distclean-hdr: 1046 distclean-hdr:
914 -rm -f config.h stamp-h1 1047 -rm -f config.h stamp-h1
915 opus.pc: $(top_builddir)/config.status $(srcdir)/opus.pc.in 1048 opus.pc: $(top_builddir)/config.status $(srcdir)/opus.pc.in
916 cd $(top_builddir) && $(SHELL) ./config.status $@ 1049 cd $(top_builddir) && $(SHELL) ./config.status $@
917 opus-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/opus-uninstalled.pc .in 1050 opus-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/opus-uninstalled.pc .in
918 cd $(top_builddir) && $(SHELL) ./config.status $@ 1051 cd $(top_builddir) && $(SHELL) ./config.status $@
1052 celt/arm/armopts.s: $(top_builddir)/config.status $(top_srcdir)/celt/arm/armopts .s.in
1053 cd $(top_builddir) && $(SHELL) ./config.status $@
919 install-libLTLIBRARIES: $(lib_LTLIBRARIES) 1054 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
920 @$(NORMAL_INSTALL) 1055 @$(NORMAL_INSTALL)
921 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 1056 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
922 list2=; for p in $$list; do \ 1057 list2=; for p in $$list; do \
923 if test -f $$p; then \ 1058 if test -f $$p; then \
924 list2="$$list2 $$p"; \ 1059 list2="$$list2 $$p"; \
925 else :; fi; \ 1060 else :; fi; \
926 done; \ 1061 done; \
927 test -z "$$list2" || { \ 1062 test -z "$$list2" || { \
928 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 1063 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
(...skipping 20 matching lines...) Expand all
949 rm -f "$${dir}/so_locations"; \ 1084 rm -f "$${dir}/so_locations"; \
950 done 1085 done
951 celt/$(am__dirstamp): 1086 celt/$(am__dirstamp):
952 @$(MKDIR_P) celt 1087 @$(MKDIR_P) celt
953 @: > celt/$(am__dirstamp) 1088 @: > celt/$(am__dirstamp)
954 celt/$(DEPDIR)/$(am__dirstamp): 1089 celt/$(DEPDIR)/$(am__dirstamp):
955 @$(MKDIR_P) celt/$(DEPDIR) 1090 @$(MKDIR_P) celt/$(DEPDIR)
956 @: > celt/$(DEPDIR)/$(am__dirstamp) 1091 @: > celt/$(DEPDIR)/$(am__dirstamp)
957 celt/bands.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1092 celt/bands.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
958 celt/celt.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1093 celt/celt.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
1094 celt/celt_encoder.lo: celt/$(am__dirstamp) \
1095 celt/$(DEPDIR)/$(am__dirstamp)
1096 celt/celt_decoder.lo: celt/$(am__dirstamp) \
1097 celt/$(DEPDIR)/$(am__dirstamp)
959 celt/cwrs.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1098 celt/cwrs.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
960 celt/entcode.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1099 celt/entcode.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
961 celt/entdec.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1100 celt/entdec.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
962 celt/entenc.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1101 celt/entenc.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
963 celt/kiss_fft.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1102 celt/kiss_fft.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
964 celt/laplace.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1103 celt/laplace.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
965 celt/mathops.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1104 celt/mathops.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
966 celt/mdct.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1105 celt/mdct.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
967 celt/modes.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1106 celt/modes.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
968 celt/pitch.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1107 celt/pitch.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
969 celt/celt_lpc.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1108 celt/celt_lpc.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
970 celt/quant_bands.lo: celt/$(am__dirstamp) \ 1109 celt/quant_bands.lo: celt/$(am__dirstamp) \
971 celt/$(DEPDIR)/$(am__dirstamp) 1110 celt/$(DEPDIR)/$(am__dirstamp)
972 celt/rate.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1111 celt/rate.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
973 celt/vq.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp) 1112 celt/vq.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
1113 celt/arm/$(am__dirstamp):
1114 @$(MKDIR_P) celt/arm
1115 @: > celt/arm/$(am__dirstamp)
1116 celt/arm/$(DEPDIR)/$(am__dirstamp):
1117 @$(MKDIR_P) celt/arm/$(DEPDIR)
1118 @: > celt/arm/$(DEPDIR)/$(am__dirstamp)
1119 celt/arm/armcpu.lo: celt/arm/$(am__dirstamp) \
1120 celt/arm/$(DEPDIR)/$(am__dirstamp)
1121 celt/arm/arm_celt_map.lo: celt/arm/$(am__dirstamp) \
1122 celt/arm/$(DEPDIR)/$(am__dirstamp)
974 silk/$(am__dirstamp): 1123 silk/$(am__dirstamp):
975 @$(MKDIR_P) silk 1124 @$(MKDIR_P) silk
976 @: > silk/$(am__dirstamp) 1125 @: > silk/$(am__dirstamp)
977 silk/$(DEPDIR)/$(am__dirstamp): 1126 silk/$(DEPDIR)/$(am__dirstamp):
978 @$(MKDIR_P) silk/$(DEPDIR) 1127 @$(MKDIR_P) silk/$(DEPDIR)
979 @: > silk/$(DEPDIR)/$(am__dirstamp) 1128 @: > silk/$(DEPDIR)/$(am__dirstamp)
980 silk/CNG.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp) 1129 silk/CNG.lo: silk/$(am__dirstamp) silk/$(DEPDIR)/$(am__dirstamp)
981 silk/code_signs.lo: silk/$(am__dirstamp) \ 1130 silk/code_signs.lo: silk/$(am__dirstamp) \
982 silk/$(DEPDIR)/$(am__dirstamp) 1131 silk/$(DEPDIR)/$(am__dirstamp)
983 silk/init_decoder.lo: silk/$(am__dirstamp) \ 1132 silk/init_decoder.lo: silk/$(am__dirstamp) \
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
1242 @$(MKDIR_P) src 1391 @$(MKDIR_P) src
1243 @: > src/$(am__dirstamp) 1392 @: > src/$(am__dirstamp)
1244 src/$(DEPDIR)/$(am__dirstamp): 1393 src/$(DEPDIR)/$(am__dirstamp):
1245 @$(MKDIR_P) src/$(DEPDIR) 1394 @$(MKDIR_P) src/$(DEPDIR)
1246 @: > src/$(DEPDIR)/$(am__dirstamp) 1395 @: > src/$(DEPDIR)/$(am__dirstamp)
1247 src/opus.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) 1396 src/opus.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
1248 src/opus_decoder.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) 1397 src/opus_decoder.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
1249 src/opus_encoder.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) 1398 src/opus_encoder.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
1250 src/opus_multistream.lo: src/$(am__dirstamp) \ 1399 src/opus_multistream.lo: src/$(am__dirstamp) \
1251 src/$(DEPDIR)/$(am__dirstamp) 1400 src/$(DEPDIR)/$(am__dirstamp)
1401 src/opus_multistream_encoder.lo: src/$(am__dirstamp) \
1402 src/$(DEPDIR)/$(am__dirstamp)
1403 src/opus_multistream_decoder.lo: src/$(am__dirstamp) \
1404 src/$(DEPDIR)/$(am__dirstamp)
1252 src/repacketizer.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) 1405 src/repacketizer.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
1406 src/analysis.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
1407 src/mlp.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
1408 src/mlp_data.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
1409 celt/arm/celt_pitch_xcorr_arm-gnu.lo: celt/arm/$(am__dirstamp) \
1410 celt/arm/$(DEPDIR)/$(am__dirstamp)
1253 libopus.la: $(libopus_la_OBJECTS) $(libopus_la_DEPENDENCIES) $(EXTRA_libopus_la_ DEPENDENCIES) 1411 libopus.la: $(libopus_la_OBJECTS) $(libopus_la_DEPENDENCIES) $(EXTRA_libopus_la_ DEPENDENCIES)
1254 $(AM_V_CCLD)$(libopus_la_LINK) -rpath $(libdir) $(libopus_la_OBJECTS) $( libopus_la_LIBADD) $(LIBS) 1412 $(AM_V_CCLD)$(libopus_la_LINK) -rpath $(libdir) $(libopus_la_OBJECTS) $( libopus_la_LIBADD) $(LIBS)
1255 1413
1256 clean-noinstPROGRAMS: 1414 clean-noinstPROGRAMS:
1257 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 1415 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1258 echo " rm -f" $$list; \ 1416 echo " rm -f" $$list; \
1259 rm -f $$list || exit $$?; \ 1417 rm -f $$list || exit $$?; \
1260 test -n "$(EXEEXT)" || exit 0; \ 1418 test -n "$(EXEEXT)" || exit 0; \
1261 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 1419 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1262 echo " rm -f" $$list; \ 1420 echo " rm -f" $$list; \
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
1341 tests/test_opus_decode.$(OBJEXT): tests/$(am__dirstamp) \ 1499 tests/test_opus_decode.$(OBJEXT): tests/$(am__dirstamp) \
1342 tests/$(DEPDIR)/$(am__dirstamp) 1500 tests/$(DEPDIR)/$(am__dirstamp)
1343 tests/test_opus_decode$(EXEEXT): $(tests_test_opus_decode_OBJECTS) $(tests_test_ opus_decode_DEPENDENCIES) $(EXTRA_tests_test_opus_decode_DEPENDENCIES) tests/$(a m__dirstamp) 1501 tests/test_opus_decode$(EXEEXT): $(tests_test_opus_decode_OBJECTS) $(tests_test_ opus_decode_DEPENDENCIES) $(EXTRA_tests_test_opus_decode_DEPENDENCIES) tests/$(a m__dirstamp)
1344 @rm -f tests/test_opus_decode$(EXEEXT) 1502 @rm -f tests/test_opus_decode$(EXEEXT)
1345 $(AM_V_CCLD)$(LINK) $(tests_test_opus_decode_OBJECTS) $(tests_test_opus_ decode_LDADD) $(LIBS) 1503 $(AM_V_CCLD)$(LINK) $(tests_test_opus_decode_OBJECTS) $(tests_test_opus_ decode_LDADD) $(LIBS)
1346 tests/test_opus_encode.$(OBJEXT): tests/$(am__dirstamp) \ 1504 tests/test_opus_encode.$(OBJEXT): tests/$(am__dirstamp) \
1347 tests/$(DEPDIR)/$(am__dirstamp) 1505 tests/$(DEPDIR)/$(am__dirstamp)
1348 tests/test_opus_encode$(EXEEXT): $(tests_test_opus_encode_OBJECTS) $(tests_test_ opus_encode_DEPENDENCIES) $(EXTRA_tests_test_opus_encode_DEPENDENCIES) tests/$(a m__dirstamp) 1506 tests/test_opus_encode$(EXEEXT): $(tests_test_opus_encode_OBJECTS) $(tests_test_ opus_encode_DEPENDENCIES) $(EXTRA_tests_test_opus_encode_DEPENDENCIES) tests/$(a m__dirstamp)
1349 @rm -f tests/test_opus_encode$(EXEEXT) 1507 @rm -f tests/test_opus_encode$(EXEEXT)
1350 $(AM_V_CCLD)$(LINK) $(tests_test_opus_encode_OBJECTS) $(tests_test_opus_ encode_LDADD) $(LIBS) 1508 $(AM_V_CCLD)$(LINK) $(tests_test_opus_encode_OBJECTS) $(tests_test_opus_ encode_LDADD) $(LIBS)
1509 tests/test_opus_padding.$(OBJEXT): tests/$(am__dirstamp) \
1510 tests/$(DEPDIR)/$(am__dirstamp)
1511 tests/test_opus_padding$(EXEEXT): $(tests_test_opus_padding_OBJECTS) $(tests_tes t_opus_padding_DEPENDENCIES) $(EXTRA_tests_test_opus_padding_DEPENDENCIES) tests /$(am__dirstamp)
1512 @rm -f tests/test_opus_padding$(EXEEXT)
1513 $(AM_V_CCLD)$(LINK) $(tests_test_opus_padding_OBJECTS) $(tests_test_opus _padding_LDADD) $(LIBS)
1351 1514
1352 mostlyclean-compile: 1515 mostlyclean-compile:
1353 -rm -f *.$(OBJEXT) 1516 -rm -f *.$(OBJEXT)
1517 -rm -f celt/arm/arm_celt_map.$(OBJEXT)
1518 -rm -f celt/arm/arm_celt_map.lo
1519 -rm -f celt/arm/armcpu.$(OBJEXT)
1520 -rm -f celt/arm/armcpu.lo
1521 -rm -f celt/arm/celt_pitch_xcorr_arm-gnu.$(OBJEXT)
1522 -rm -f celt/arm/celt_pitch_xcorr_arm-gnu.lo
1354 -rm -f celt/bands.$(OBJEXT) 1523 -rm -f celt/bands.$(OBJEXT)
1355 -rm -f celt/bands.lo 1524 -rm -f celt/bands.lo
1356 -rm -f celt/celt.$(OBJEXT) 1525 -rm -f celt/celt.$(OBJEXT)
1357 -rm -f celt/celt.lo 1526 -rm -f celt/celt.lo
1527 -rm -f celt/celt_decoder.$(OBJEXT)
1528 -rm -f celt/celt_decoder.lo
1529 -rm -f celt/celt_encoder.$(OBJEXT)
1530 -rm -f celt/celt_encoder.lo
1358 -rm -f celt/celt_lpc.$(OBJEXT) 1531 -rm -f celt/celt_lpc.$(OBJEXT)
1359 -rm -f celt/celt_lpc.lo 1532 -rm -f celt/celt_lpc.lo
1360 -rm -f celt/cwrs.$(OBJEXT) 1533 -rm -f celt/cwrs.$(OBJEXT)
1361 -rm -f celt/cwrs.lo 1534 -rm -f celt/cwrs.lo
1362 -rm -f celt/entcode.$(OBJEXT) 1535 -rm -f celt/entcode.$(OBJEXT)
1363 -rm -f celt/entcode.lo 1536 -rm -f celt/entcode.lo
1364 -rm -f celt/entdec.$(OBJEXT) 1537 -rm -f celt/entdec.$(OBJEXT)
1365 -rm -f celt/entdec.lo 1538 -rm -f celt/entdec.lo
1366 -rm -f celt/entenc.$(OBJEXT) 1539 -rm -f celt/entenc.$(OBJEXT)
1367 -rm -f celt/entenc.lo 1540 -rm -f celt/entenc.lo
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
1649 -rm -f silk/tables_NLSF_CB_WB.$(OBJEXT) 1822 -rm -f silk/tables_NLSF_CB_WB.$(OBJEXT)
1650 -rm -f silk/tables_NLSF_CB_WB.lo 1823 -rm -f silk/tables_NLSF_CB_WB.lo
1651 -rm -f silk/tables_gain.$(OBJEXT) 1824 -rm -f silk/tables_gain.$(OBJEXT)
1652 -rm -f silk/tables_gain.lo 1825 -rm -f silk/tables_gain.lo
1653 -rm -f silk/tables_other.$(OBJEXT) 1826 -rm -f silk/tables_other.$(OBJEXT)
1654 -rm -f silk/tables_other.lo 1827 -rm -f silk/tables_other.lo
1655 -rm -f silk/tables_pitch_lag.$(OBJEXT) 1828 -rm -f silk/tables_pitch_lag.$(OBJEXT)
1656 -rm -f silk/tables_pitch_lag.lo 1829 -rm -f silk/tables_pitch_lag.lo
1657 -rm -f silk/tables_pulses_per_block.$(OBJEXT) 1830 -rm -f silk/tables_pulses_per_block.$(OBJEXT)
1658 -rm -f silk/tables_pulses_per_block.lo 1831 -rm -f silk/tables_pulses_per_block.lo
1832 -rm -f src/analysis.$(OBJEXT)
1833 -rm -f src/analysis.lo
1834 -rm -f src/mlp.$(OBJEXT)
1835 -rm -f src/mlp.lo
1836 -rm -f src/mlp_data.$(OBJEXT)
1837 -rm -f src/mlp_data.lo
1659 -rm -f src/opus.$(OBJEXT) 1838 -rm -f src/opus.$(OBJEXT)
1660 -rm -f src/opus.lo 1839 -rm -f src/opus.lo
1661 -rm -f src/opus_compare.$(OBJEXT) 1840 -rm -f src/opus_compare.$(OBJEXT)
1662 -rm -f src/opus_decoder.$(OBJEXT) 1841 -rm -f src/opus_decoder.$(OBJEXT)
1663 -rm -f src/opus_decoder.lo 1842 -rm -f src/opus_decoder.lo
1664 -rm -f src/opus_demo.$(OBJEXT) 1843 -rm -f src/opus_demo.$(OBJEXT)
1665 -rm -f src/opus_encoder.$(OBJEXT) 1844 -rm -f src/opus_encoder.$(OBJEXT)
1666 -rm -f src/opus_encoder.lo 1845 -rm -f src/opus_encoder.lo
1667 -rm -f src/opus_multistream.$(OBJEXT) 1846 -rm -f src/opus_multistream.$(OBJEXT)
1668 -rm -f src/opus_multistream.lo 1847 -rm -f src/opus_multistream.lo
1848 -rm -f src/opus_multistream_decoder.$(OBJEXT)
1849 -rm -f src/opus_multistream_decoder.lo
1850 -rm -f src/opus_multistream_encoder.$(OBJEXT)
1851 -rm -f src/opus_multistream_encoder.lo
1669 -rm -f src/repacketizer.$(OBJEXT) 1852 -rm -f src/repacketizer.$(OBJEXT)
1670 -rm -f src/repacketizer.lo 1853 -rm -f src/repacketizer.lo
1671 -rm -f src/repacketizer_demo.$(OBJEXT) 1854 -rm -f src/repacketizer_demo.$(OBJEXT)
1672 -rm -f tests/test_opus_api.$(OBJEXT) 1855 -rm -f tests/test_opus_api.$(OBJEXT)
1673 -rm -f tests/test_opus_decode.$(OBJEXT) 1856 -rm -f tests/test_opus_decode.$(OBJEXT)
1674 -rm -f tests/test_opus_encode.$(OBJEXT) 1857 -rm -f tests/test_opus_encode.$(OBJEXT)
1858 -rm -f tests/test_opus_padding.$(OBJEXT)
1675 1859
1676 distclean-compile: 1860 distclean-compile:
1677 -rm -f *.tab.c 1861 -rm -f *.tab.c
1678 1862
1679 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/bands.Plo@am__quote@ 1863 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/bands.Plo@am__quote@
1680 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/celt.Plo@am__quote@ 1864 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/celt.Plo@am__quote@
1865 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/celt_decoder.Plo@am__quote@
1866 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/celt_encoder.Plo@am__quote@
1681 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/celt_lpc.Plo@am__quote@ 1867 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/celt_lpc.Plo@am__quote@
1682 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/cwrs.Plo@am__quote@ 1868 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/cwrs.Plo@am__quote@
1683 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/entcode.Plo@am__quote@ 1869 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/entcode.Plo@am__quote@
1684 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/entdec.Plo@am__quote@ 1870 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/entdec.Plo@am__quote@
1685 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/entenc.Plo@am__quote@ 1871 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/entenc.Plo@am__quote@
1686 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/kiss_fft.Plo@am__quote@ 1872 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/kiss_fft.Plo@am__quote@
1687 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/laplace.Plo@am__quote@ 1873 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/laplace.Plo@am__quote@
1688 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/mathops.Plo@am__quote@ 1874 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/mathops.Plo@am__quote@
1689 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/mdct.Plo@am__quote@ 1875 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/mdct.Plo@am__quote@
1690 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/modes.Plo@am__quote@ 1876 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/modes.Plo@am__quote@
1691 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/opus_custom_demo.Po@am__quot e@ 1877 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/opus_custom_demo.Po@am__quot e@
1692 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/pitch.Plo@am__quote@ 1878 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/pitch.Plo@am__quote@
1693 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/quant_bands.Plo@am__quote@ 1879 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/quant_bands.Plo@am__quote@
1694 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/rate.Plo@am__quote@ 1880 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/rate.Plo@am__quote@
1695 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/vq.Plo@am__quote@ 1881 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/vq.Plo@am__quote@
1882 @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/arm_celt_map.Plo@am__quo te@
1883 @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/armcpu.Plo@am__quote@
1884 @AMDEP_TRUE@@am__include@ @am__quote@celt/arm/$(DEPDIR)/celt_pitch_xcorr_arm-gnu .Plo@am__quote@
1696 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_cwrs32.Po@am __quote@ 1885 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_cwrs32.Po@am __quote@
1697 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_dft.Po@am__q uote@ 1886 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_dft.Po@am__q uote@
1698 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_entropy.Po@a m__quote@ 1887 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_entropy.Po@a m__quote@
1699 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_laplace.Po@a m__quote@ 1888 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_laplace.Po@a m__quote@
1700 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_mathops.Po@a m__quote@ 1889 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_mathops.Po@a m__quote@
1701 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_mdct.Po@am__ quote@ 1890 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_mdct.Po@am__ quote@
1702 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_rotation.Po@ am__quote@ 1891 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_rotation.Po@ am__quote@
1703 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_types.Po@am_ _quote@ 1892 @AMDEP_TRUE@@am__include@ @am__quote@celt/tests/$(DEPDIR)/test_unit_types.Po@am_ _quote@
1704 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/A2NLSF.Plo@am__quote@ 1893 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/A2NLSF.Plo@am__quote@
1705 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/CNG.Plo@am__quote@ 1894 @AMDEP_TRUE@@am__include@ @am__quote@silk/$(DEPDIR)/CNG.Plo@am__quote@
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1826 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/process_gains_FLP.Plo@ am__quote@ 2015 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/process_gains_FLP.Plo@ am__quote@
1827 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/regularize_correlation s_FLP.Plo@am__quote@ 2016 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/regularize_correlation s_FLP.Plo@am__quote@
1828 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/residual_energy_FLP.Pl o@am__quote@ 2017 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/residual_energy_FLP.Pl o@am__quote@
1829 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/scale_copy_vector_FLP. Plo@am__quote@ 2018 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/scale_copy_vector_FLP. Plo@am__quote@
1830 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/scale_vector_FLP.Plo@a m__quote@ 2019 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/scale_vector_FLP.Plo@a m__quote@
1831 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/schur_FLP.Plo@am__quot e@ 2020 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/schur_FLP.Plo@am__quot e@
1832 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/solve_LS_FLP.Plo@am__q uote@ 2021 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/solve_LS_FLP.Plo@am__q uote@
1833 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/sort_FLP.Plo@am__quote @ 2022 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/sort_FLP.Plo@am__quote @
1834 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/warped_autocorrelation _FLP.Plo@am__quote@ 2023 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/warped_autocorrelation _FLP.Plo@am__quote@
1835 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/wrappers_FLP.Plo@am__q uote@ 2024 @AMDEP_TRUE@@am__include@ @am__quote@silk/float/$(DEPDIR)/wrappers_FLP.Plo@am__q uote@
2025 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/analysis.Plo@am__quote@
2026 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/mlp.Plo@am__quote@
2027 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/mlp_data.Plo@am__quote@
1836 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus.Plo@am__quote@ 2028 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus.Plo@am__quote@
1837 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_compare.Po@am__quote@ 2029 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_compare.Po@am__quote@
1838 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_decoder.Plo@am__quote@ 2030 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_decoder.Plo@am__quote@
1839 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_demo.Po@am__quote@ 2031 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_demo.Po@am__quote@
1840 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_encoder.Plo@am__quote@ 2032 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_encoder.Plo@am__quote@
1841 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_multistream.Plo@am__quot e@ 2033 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_multistream.Plo@am__quot e@
2034 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_multistream_decoder.Plo@ am__quote@
2035 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opus_multistream_encoder.Plo@ am__quote@
1842 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/repacketizer.Plo@am__quote@ 2036 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/repacketizer.Plo@am__quote@
1843 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/repacketizer_demo.Po@am__quot e@ 2037 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/repacketizer_demo.Po@am__quot e@
1844 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test_opus_api.Po@am__quote@ 2038 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test_opus_api.Po@am__quote@
1845 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test_opus_decode.Po@am__quo te@ 2039 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test_opus_decode.Po@am__quo te@
1846 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test_opus_encode.Po@am__quo te@ 2040 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test_opus_encode.Po@am__quo te@
2041 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test_opus_padding.Po@am__qu ote@
2042
2043 .S.o:
2044 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR) /&|;s|\.o$$||'`;\
2045 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $ @ $< &&\
2046 @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
2047 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' lib tool=no @AMDEPBACKSLASH@
2048 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcom p) @AMDEPBACKSLASH@
2049 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
2050
2051 .S.obj:
2052 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR) /&|;s|\.obj$$||'`;\
2053 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $ @ `$(CYGPATH_W) '$<'` &&\
2054 @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
2055 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' lib tool=no @AMDEPBACKSLASH@
2056 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcom p) @AMDEPBACKSLASH@
2057 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGP ATH_W) '$<'`
2058
2059 .S.lo:
2060 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR) /&|;s|\.lo$$||'`;\
2061 @am__fastdepCCAS_TRUE@ $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
2062 @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
2063 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' lib tool=yes @AMDEPBACKSLASH@
2064 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcom p) @AMDEPBACKSLASH@
2065 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
1847 2066
1848 .c.o: 2067 .c.o:
1849 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&| ;s|\.o$$||'`;\ 2068 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&| ;s|\.o$$||'`;\
1850 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 2069 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1851 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 2070 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1852 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtoo l=no @AMDEPBACKSLASH@ 2071 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtoo l=no @AMDEPBACKSLASH@
1853 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 2072 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1854 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 2073 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1855 2074
1856 .c.obj: 2075 .c.obj:
(...skipping 11 matching lines...) Expand all
1868 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtoo l=yes @AMDEPBACKSLASH@ 2087 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtoo l=yes @AMDEPBACKSLASH@
1869 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 2088 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1870 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 2089 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1871 2090
1872 mostlyclean-libtool: 2091 mostlyclean-libtool:
1873 -rm -f *.lo 2092 -rm -f *.lo
1874 2093
1875 clean-libtool: 2094 clean-libtool:
1876 -rm -rf .libs _libs 2095 -rm -rf .libs _libs
1877 -rm -rf celt/.libs celt/_libs 2096 -rm -rf celt/.libs celt/_libs
2097 -rm -rf celt/arm/.libs celt/arm/_libs
1878 -rm -rf celt/tests/.libs celt/tests/_libs 2098 -rm -rf celt/tests/.libs celt/tests/_libs
1879 -rm -rf silk/.libs silk/_libs 2099 -rm -rf silk/.libs silk/_libs
1880 -rm -rf silk/fixed/.libs silk/fixed/_libs 2100 -rm -rf silk/fixed/.libs silk/fixed/_libs
1881 -rm -rf silk/float/.libs silk/float/_libs 2101 -rm -rf silk/float/.libs silk/float/_libs
1882 -rm -rf src/.libs src/_libs 2102 -rm -rf src/.libs src/_libs
1883 -rm -rf tests/.libs tests/_libs 2103 -rm -rf tests/.libs tests/_libs
1884 2104
1885 distclean-libtool: 2105 distclean-libtool:
1886 -rm -f libtool config.lt 2106 -rm -f libtool config.lt
1887 install-m4dataDATA: $(m4data_DATA) 2107 install-m4dataDATA: $(m4data_DATA)
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
2226 $(MAKE) $(AM_MAKEFLAGS) \ 2446 $(MAKE) $(AM_MAKEFLAGS) \
2227 top_distdir="$$new_top_distdir" \ 2447 top_distdir="$$new_top_distdir" \
2228 distdir="$$new_distdir" \ 2448 distdir="$$new_distdir" \
2229 am__remove_distdir=: \ 2449 am__remove_distdir=: \
2230 am__skip_length_check=: \ 2450 am__skip_length_check=: \
2231 am__skip_mode_fix=: \ 2451 am__skip_mode_fix=: \
2232 distdir) \ 2452 distdir) \
2233 || exit 1; \ 2453 || exit 1; \
2234 fi; \ 2454 fi; \
2235 done 2455 done
2456 $(MAKE) $(AM_MAKEFLAGS) \
2457 top_distdir="$(top_distdir)" distdir="$(distdir)" \
2458 dist-hook
2236 -test -n "$(am__skip_mode_fix)" \ 2459 -test -n "$(am__skip_mode_fix)" \
2237 || find "$(distdir)" -type d ! -perm -755 \ 2460 || find "$(distdir)" -type d ! -perm -755 \
2238 -exec chmod u+rwx,go+rx {} \; -o \ 2461 -exec chmod u+rwx,go+rx {} \; -o \
2239 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 2462 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
2240 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 2463 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
2241 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 2464 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
2242 || chmod -R a+r "$(distdir)" 2465 || chmod -R a+r "$(distdir)"
2243 dist-gzip: distdir 2466 dist-gzip: distdir
2244 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz 2467 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz
2245 $(am__remove_distdir) 2468 $(am__remove_distdir)
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
2358 @if test '$(srcdir)' = . ; then \ 2581 @if test '$(srcdir)' = . ; then \
2359 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 2582 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
2360 exit 1 ; \ 2583 exit 1 ; \
2361 fi 2584 fi
2362 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 2585 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
2363 || { echo "ERROR: files left in build directory after distclean:" ; \ 2586 || { echo "ERROR: files left in build directory after distclean:" ; \
2364 $(distcleancheck_listfiles) ; \ 2587 $(distcleancheck_listfiles) ; \
2365 exit 1; } >&2 2588 exit 1; } >&2
2366 check-am: all-am 2589 check-am: all-am
2367 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 2590 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
2368 check: check-recursive 2591 check: $(BUILT_SOURCES)
2592 » $(MAKE) $(AM_MAKEFLAGS) check-recursive
2369 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) \ 2593 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) \
2370 config.h all-local 2594 config.h all-local
2371 installdirs: installdirs-recursive 2595 installdirs: installdirs-recursive
2372 installdirs-am: 2596 installdirs-am:
2373 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(p kgconfigdir)" "$(DESTDIR)$(pkgincludedir)"; do \ 2597 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(p kgconfigdir)" "$(DESTDIR)$(pkgincludedir)"; do \
2374 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 2598 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2375 done 2599 done
2376 install: install-recursive 2600 install: $(BUILT_SOURCES)
2601 » $(MAKE) $(AM_MAKEFLAGS) install-recursive
2377 install-exec: install-exec-recursive 2602 install-exec: install-exec-recursive
2378 install-data: install-data-recursive 2603 install-data: install-data-recursive
2379 uninstall: uninstall-recursive 2604 uninstall: uninstall-recursive
2380 2605
2381 install-am: all-am 2606 install-am: all-am
2382 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 2607 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2383 2608
2384 installcheck: installcheck-recursive 2609 installcheck: installcheck-recursive
2385 install-strip: 2610 install-strip:
2386 if test -z '$(STRIP)'; then \ 2611 if test -z '$(STRIP)'; then \
2387 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 2612 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2388 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 2613 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2389 install; \ 2614 install; \
2390 else \ 2615 else \
2391 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 2616 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2392 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 2617 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2393 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 2618 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2394 fi 2619 fi
2395 mostlyclean-generic: 2620 mostlyclean-generic:
2396 2621
2397 clean-generic: 2622 clean-generic:
2623 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2398 2624
2399 distclean-generic: 2625 distclean-generic:
2400 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 2626 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2401 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 2627 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2402 -rm -f celt/$(DEPDIR)/$(am__dirstamp) 2628 -rm -f celt/$(DEPDIR)/$(am__dirstamp)
2403 -rm -f celt/$(am__dirstamp) 2629 -rm -f celt/$(am__dirstamp)
2630 -rm -f celt/arm/$(DEPDIR)/$(am__dirstamp)
2631 -rm -f celt/arm/$(am__dirstamp)
2404 -rm -f celt/tests/$(DEPDIR)/$(am__dirstamp) 2632 -rm -f celt/tests/$(DEPDIR)/$(am__dirstamp)
2405 -rm -f celt/tests/$(am__dirstamp) 2633 -rm -f celt/tests/$(am__dirstamp)
2406 -rm -f silk/$(DEPDIR)/$(am__dirstamp) 2634 -rm -f silk/$(DEPDIR)/$(am__dirstamp)
2407 -rm -f silk/$(am__dirstamp) 2635 -rm -f silk/$(am__dirstamp)
2408 -rm -f silk/fixed/$(DEPDIR)/$(am__dirstamp) 2636 -rm -f silk/fixed/$(DEPDIR)/$(am__dirstamp)
2409 -rm -f silk/fixed/$(am__dirstamp) 2637 -rm -f silk/fixed/$(am__dirstamp)
2410 -rm -f silk/float/$(DEPDIR)/$(am__dirstamp) 2638 -rm -f silk/float/$(DEPDIR)/$(am__dirstamp)
2411 -rm -f silk/float/$(am__dirstamp) 2639 -rm -f silk/float/$(am__dirstamp)
2412 -rm -f src/$(DEPDIR)/$(am__dirstamp) 2640 -rm -f src/$(DEPDIR)/$(am__dirstamp)
2413 -rm -f src/$(am__dirstamp) 2641 -rm -f src/$(am__dirstamp)
2414 -rm -f tests/$(DEPDIR)/$(am__dirstamp) 2642 -rm -f tests/$(DEPDIR)/$(am__dirstamp)
2415 -rm -f tests/$(am__dirstamp) 2643 -rm -f tests/$(am__dirstamp)
2416 2644
2417 maintainer-clean-generic: 2645 maintainer-clean-generic:
2418 @echo "This command is intended for maintainers to use" 2646 @echo "This command is intended for maintainers to use"
2419 @echo "it deletes files that may require special tools to rebuild." 2647 @echo "it deletes files that may require special tools to rebuild."
2648 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
2420 clean: clean-recursive 2649 clean: clean-recursive
2421 2650
2422 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \ 2651 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
2423 clean-noinstPROGRAMS mostlyclean-am 2652 clean-noinstPROGRAMS mostlyclean-am
2424 2653
2425 distclean: distclean-recursive 2654 distclean: distclean-recursive
2426 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 2655 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2427 » -rm -rf celt/$(DEPDIR) celt/tests/$(DEPDIR) silk/$(DEPDIR) silk/fixed/$( DEPDIR) silk/float/$(DEPDIR) src/$(DEPDIR) tests/$(DEPDIR) 2656 » -rm -rf celt/$(DEPDIR) celt/arm/$(DEPDIR) celt/tests/$(DEPDIR) silk/$(DE PDIR) silk/fixed/$(DEPDIR) silk/float/$(DEPDIR) src/$(DEPDIR) tests/$(DEPDIR)
2428 -rm -f Makefile 2657 -rm -f Makefile
2429 distclean-am: clean-am distclean-compile distclean-generic \ 2658 distclean-am: clean-am distclean-compile distclean-generic \
2430 distclean-hdr distclean-libtool distclean-tags 2659 distclean-hdr distclean-libtool distclean-tags
2431 2660
2432 dvi: dvi-recursive 2661 dvi: dvi-recursive
2433 2662
2434 dvi-am: 2663 dvi-am:
2435 2664
2436 html: html-recursive 2665 html: html-recursive
2437 2666
(...skipping 28 matching lines...) Expand all
2466 2695
2467 install-ps: install-ps-recursive 2696 install-ps: install-ps-recursive
2468 2697
2469 install-ps-am: 2698 install-ps-am:
2470 2699
2471 installcheck-am: 2700 installcheck-am:
2472 2701
2473 maintainer-clean: maintainer-clean-recursive 2702 maintainer-clean: maintainer-clean-recursive
2474 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 2703 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2475 -rm -rf $(top_srcdir)/autom4te.cache 2704 -rm -rf $(top_srcdir)/autom4te.cache
2476 » -rm -rf celt/$(DEPDIR) celt/tests/$(DEPDIR) silk/$(DEPDIR) silk/fixed/$( DEPDIR) silk/float/$(DEPDIR) src/$(DEPDIR) tests/$(DEPDIR) 2705 » -rm -rf celt/$(DEPDIR) celt/arm/$(DEPDIR) celt/tests/$(DEPDIR) silk/$(DE PDIR) silk/fixed/$(DEPDIR) silk/float/$(DEPDIR) src/$(DEPDIR) tests/$(DEPDIR)
2477 -rm -f Makefile 2706 -rm -f Makefile
2478 maintainer-clean-am: distclean-am maintainer-clean-generic 2707 maintainer-clean-am: distclean-am maintainer-clean-generic
2479 2708
2480 mostlyclean: mostlyclean-recursive 2709 mostlyclean: mostlyclean-recursive
2481 2710
2482 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 2711 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2483 mostlyclean-libtool 2712 mostlyclean-libtool
2484 2713
2485 pdf: pdf-recursive 2714 pdf: pdf-recursive
2486 2715
2487 pdf-am: 2716 pdf-am:
2488 2717
2489 ps: ps-recursive 2718 ps: ps-recursive
2490 2719
2491 ps-am: 2720 ps-am:
2492 2721
2493 uninstall-am: uninstall-libLTLIBRARIES uninstall-local \ 2722 uninstall-am: uninstall-libLTLIBRARIES uninstall-local \
2494 uninstall-m4dataDATA uninstall-pkgconfigDATA \ 2723 uninstall-m4dataDATA uninstall-pkgconfigDATA \
2495 uninstall-pkgincludeHEADERS 2724 uninstall-pkgincludeHEADERS
2496 2725
2497 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check-am \ 2726 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
2498 » ctags-recursive install-am install-strip tags-recursive 2727 » check-am ctags-recursive install install-am install-strip \
2728 » tags-recursive
2499 2729
2500 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 2730 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
2501 all all-am all-local am--refresh check check-TESTS check-am \ 2731 all all-am all-local am--refresh check check-TESTS check-am \
2502 clean clean-generic clean-libLTLIBRARIES clean-libtool \ 2732 clean clean-generic clean-libLTLIBRARIES clean-libtool \
2503 clean-local clean-noinstPROGRAMS ctags ctags-recursive dist \ 2733 clean-local clean-noinstPROGRAMS ctags ctags-recursive dist \
2504 » dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar \ 2734 » dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-lzma \
2505 » dist-tarZ dist-xz dist-zip distcheck distclean \ 2735 » dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
2506 distclean-compile distclean-generic distclean-hdr \ 2736 distclean-compile distclean-generic distclean-hdr \
2507 distclean-libtool distclean-tags distcleancheck distdir \ 2737 distclean-libtool distclean-tags distcleancheck distdir \
2508 distuninstallcheck dvi dvi-am html html-am info info-am \ 2738 distuninstallcheck dvi dvi-am html html-am info info-am \
2509 install install-am install-data install-data-am \ 2739 install install-am install-data install-data-am \
2510 install-data-local install-dvi install-dvi-am install-exec \ 2740 install-data-local install-dvi install-dvi-am install-exec \
2511 install-exec-am install-html install-html-am install-info \ 2741 install-exec-am install-html install-html-am install-info \
2512 install-info-am install-libLTLIBRARIES install-m4dataDATA \ 2742 install-info-am install-libLTLIBRARIES install-m4dataDATA \
2513 install-man install-pdf install-pdf-am install-pkgconfigDATA \ 2743 install-man install-pdf install-pdf-am install-pkgconfigDATA \
2514 install-pkgincludeHEADERS install-ps install-ps-am \ 2744 install-pkgincludeHEADERS install-ps install-ps-am \
2515 install-strip installcheck installcheck-am installdirs \ 2745 install-strip installcheck installcheck-am installdirs \
2516 installdirs-am maintainer-clean maintainer-clean-generic \ 2746 installdirs-am maintainer-clean maintainer-clean-generic \
2517 mostlyclean mostlyclean-compile mostlyclean-generic \ 2747 mostlyclean mostlyclean-compile mostlyclean-generic \
2518 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 2748 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
2519 uninstall uninstall-am uninstall-libLTLIBRARIES \ 2749 uninstall uninstall-am uninstall-libLTLIBRARIES \
2520 uninstall-local uninstall-m4dataDATA uninstall-pkgconfigDATA \ 2750 uninstall-local uninstall-m4dataDATA uninstall-pkgconfigDATA \
2521 uninstall-pkgincludeHEADERS 2751 uninstall-pkgincludeHEADERS
2522 2752
2523 2753
2754 # Provide the full test output for failed tests when using the parallel
2755 # test suite (which is enabled by default with automake 1.13+).
2756 export VERBOSE = yes
2757
2524 # Targets to build and install just the library without the docs 2758 # Targets to build and install just the library without the docs
2525 opus check-opus install-opus: export NO_DOXYGEN = 1 2759 opus check-opus install-opus: export NO_DOXYGEN = 1
2526 2760
2527 opus: all 2761 opus: all
2528 check-opus: check 2762 check-opus: check
2529 install-opus: install 2763 install-opus: install
2530 2764
2531 # Or just the docs 2765 # Or just the docs
2532 docs: 2766 docs:
2533 ( cd doc && $(MAKE) $(AM_MAKEFLAGS) ) 2767 ( cd doc && $(MAKE) $(AM_MAKEFLAGS) )
2534 2768
2535 install-docs: 2769 install-docs:
2536 ( cd doc && $(MAKE) $(AM_MAKEFLAGS) install ) 2770 ( cd doc && $(MAKE) $(AM_MAKEFLAGS) install )
2537 2771
2538 # Or everything (by default) 2772 # Or everything (by default)
2539 all-local: 2773 all-local:
2540 @[ -n "$(NO_DOXYGEN)" ] || ( cd doc && $(MAKE) $(AM_MAKEFLAGS) ) 2774 @[ -n "$(NO_DOXYGEN)" ] || ( cd doc && $(MAKE) $(AM_MAKEFLAGS) )
2541 2775
2542 install-data-local: 2776 install-data-local:
2543 @[ -n "$(NO_DOXYGEN)" ] || ( cd doc && $(MAKE) $(AM_MAKEFLAGS) install ) 2777 @[ -n "$(NO_DOXYGEN)" ] || ( cd doc && $(MAKE) $(AM_MAKEFLAGS) install )
2544 2778
2545 clean-local: 2779 clean-local:
2546 -( cd doc && $(MAKE) $(AM_MAKEFLAGS) clean ) 2780 -( cd doc && $(MAKE) $(AM_MAKEFLAGS) clean )
2547 2781
2548 uninstall-local: 2782 uninstall-local:
2549 ( cd doc && $(MAKE) $(AM_MAKEFLAGS) uninstall ) 2783 ( cd doc && $(MAKE) $(AM_MAKEFLAGS) uninstall )
2550 2784
2785 # We check this every time make is run, with configure.ac being touched to
2786 # trigger an update of the build system files if update_version changes the
2787 # current PACKAGE_VERSION (or if package_version was modified manually by a
2788 # user with either AUTO_UPDATE=no or no update_version script present - the
2789 # latter being the normal case for tarball releases).
2790 #
2791 # We can't just add the package_version file to CONFIGURE_DEPENDENCIES since
2792 # simply running autoconf will not actually regenerate configure for us when
2793 # the content of that file changes (due to autoconf dependency checking not
2794 # knowing about that without us creating yet another file for it to include).
2795 #
2796 # The MAKECMDGOALS check is a gnu-make'ism, but will degrade 'gracefully' for
2797 # makes that don't support it. The only loss of functionality is not forcing
2798 # an update of package_version for `make dist` if AUTO_UPDATE=no, but that is
2799 # unlikely to be a real problem for any real user.
2800 $(top_srcdir)/configure.ac: force
2801 @case "$(MAKECMDGOALS)" in \
2802 dist-hook) exit 0 ;; \
2803 dist-* | dist | distcheck | distclean) _arg=release ;; \
2804 esac; \
2805 if ! $(top_srcdir)/update_version $$_arg 2> /dev/null; then \
2806 if [ ! -e $(top_srcdir)/package_version ]; then \
2807 echo 'PACKAGE_VERSION="unknown"' > $(top_srcdir)/package_version ; \
2808 fi; \
2809 . $(top_srcdir)/package_version || exit 1; \
2810 [ "$(PACKAGE_VERSION)" != "$$PACKAGE_VERSION" ] || exit 0; \
2811 fi; \
2812 touch $@
2813
2814 force:
2815
2816 # Create a minimal package_version file when make dist is run.
2817 dist-hook:
2818 echo 'PACKAGE_VERSION="$(PACKAGE_VERSION)"' > $(top_distdir)/package_ver sion
2819
2551 .PHONY: opus check-opus install-opus docs install-docs 2820 .PHONY: opus check-opus install-opus docs install-docs
2552 2821
2822 # automake doesn't do dependency tracking for asm files, that I can tell
2823 $(CELT_SOURCES_ARM_ASM:%.s=%-gnu.S): celt/arm/armopts-gnu.S
2824 $(CELT_SOURCES_ARM_ASM:%.s=%-gnu.S): $(top_srcdir)/celt/arm/arm2gnu.pl
2825
2826 # convert ARM asm to GNU as format
2827 %-gnu.S: $(top_srcdir)/%.s
2828 $(top_srcdir)/celt/arm/arm2gnu.pl < $< > $@
2829 # For autoconf-modified sources (e.g., armopts.s)
2830 %-gnu.S: %.s
2831 $(top_srcdir)/celt/arm/arm2gnu.pl < $< > $@
2832
2553 # Tell versions [3.59,3.63) of GNU make to not export all variables. 2833 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2554 # Otherwise a system limit (for SysV at least) may be exceeded. 2834 # Otherwise a system limit (for SysV at least) may be exceeded.
2555 .NOEXPORT: 2835 .NOEXPORT:
OLDNEW
« no previous file with comments | « Makefile.am ('k') | Makefile.unix » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698