Initialize Tizen 2.3
[external/opencore-amr.git] / opencore / codecs_v2 / audio / gsm_amr / amr_nb / common / build / make / local.mk
1 # Get the current local path as the first operation
2 LOCAL_PATH := $(call get_makefile_dir)
3
4 # Clear out the variables used in the local makefiles
5 include $(MK)/clear.mk
6
7 TARGET := pv_amr_nb_common_lib
8
9
10 OPTIMIZE_FOR_PERFORMANCE_OVER_SIZE := true
11
12 SRCDIR := ../../src
13 INCSRCDIR := ../../include
14
15 SRCS := add.cpp \
16         az_lsp.cpp \
17         bitno_tab.cpp \
18         bitreorder_tab.cpp \
19         c2_9pf_tab.cpp \
20         div_s.cpp \
21         gains_tbl.cpp \
22         gc_pred.cpp \
23         get_const_tbls.cpp \
24         gmed_n.cpp \
25         grid_tbl.cpp \
26         gray_tbl.cpp \
27         int_lpc.cpp \
28         inv_sqrt.cpp \
29         inv_sqrt_tbl.cpp \
30         l_shr_r.cpp \
31         log2.cpp \
32         log2_norm.cpp \
33         log2_tbl.cpp \
34         lsfwt.cpp \
35         lsp.cpp \
36         lsp_az.cpp \
37         lsp_lsf.cpp \
38         lsp_lsf_tbl.cpp \
39         lsp_tab.cpp \
40         mult_r.cpp \
41         norm_l.cpp \
42         norm_s.cpp \
43         overflow_tbl.cpp \
44         ph_disp_tab.cpp \
45         pow2.cpp \
46         pow2_tbl.cpp \
47         pred_lt.cpp \
48         q_plsf.cpp \
49         q_plsf_3.cpp \
50         q_plsf_3_tbl.cpp \
51         q_plsf_5.cpp \
52         q_plsf_5_tbl.cpp \
53         qua_gain_tbl.cpp \
54         reorder.cpp \
55         residu.cpp \
56         round.cpp \
57         shr.cpp \
58         shr_r.cpp \
59         sqrt_l.cpp \
60         sqrt_l_tbl.cpp \
61         sub.cpp \
62         syn_filt.cpp \
63         weight_a.cpp \
64         window_tab.cpp
65
66 include $(MK)/library.mk
67
68