summaryrefslogtreecommitdiff
path: root/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/build/make/local.mk
blob: 92b3f5eca762489a13e25d6a4f7f9f1d47da895c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Get the current local path as the first operation
LOCAL_PATH := $(call get_makefile_dir)

# Clear out the variables used in the local makefiles
include $(MK)/clear.mk

TARGET := pv_amr_nb_common_lib


OPTIMIZE_FOR_PERFORMANCE_OVER_SIZE := true

SRCDIR := ../../src
INCSRCDIR := ../../include

SRCS := add.cpp \
	az_lsp.cpp \
	bitno_tab.cpp \
	bitreorder_tab.cpp \
	c2_9pf_tab.cpp \
	div_s.cpp \
	gains_tbl.cpp \
	gc_pred.cpp \
	get_const_tbls.cpp \
	gmed_n.cpp \
	grid_tbl.cpp \
	gray_tbl.cpp \
	int_lpc.cpp \
	inv_sqrt.cpp \
	inv_sqrt_tbl.cpp \
	l_shr_r.cpp \
	log2.cpp \
	log2_norm.cpp \
	log2_tbl.cpp \
	lsfwt.cpp \
	lsp.cpp \
	lsp_az.cpp \
	lsp_lsf.cpp \
	lsp_lsf_tbl.cpp \
	lsp_tab.cpp \
	mult_r.cpp \
	norm_l.cpp \
	norm_s.cpp \
	overflow_tbl.cpp \
	ph_disp_tab.cpp \
	pow2.cpp \
	pow2_tbl.cpp \
	pred_lt.cpp \
	q_plsf.cpp \
	q_plsf_3.cpp \
	q_plsf_3_tbl.cpp \
	q_plsf_5.cpp \
	q_plsf_5_tbl.cpp \
	qua_gain_tbl.cpp \
	reorder.cpp \
	residu.cpp \
	round.cpp \
	shr.cpp \
	shr_r.cpp \
	sqrt_l.cpp \
	sqrt_l_tbl.cpp \
	sub.cpp \
	syn_filt.cpp \
	weight_a.cpp \
	window_tab.cpp

include $(MK)/library.mk