Initialize Tizen 2.3
[external/opencore-amr.git] / opencore / codecs_v2 / audio / gsm_amr / amr_nb / dec / 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 := pvdecoder_gsmamr
8
9
10 OPTIMIZE_FOR_PERFORMANCE_OVER_SIZE := true
11
12 XINCDIRS := ../../../common/include
13
14 SRCDIR := ../../src
15 INCSRCDIR := ../../include
16
17 SRCS := decoder_gsm_amr.cpp \
18         a_refl.cpp \
19         agc.cpp \
20         amrdecode.cpp \
21         b_cn_cod.cpp \
22         bgnscd.cpp \
23         c_g_aver.cpp \
24         d1035pf.cpp \
25         d2_11pf.cpp \
26         d2_9pf.cpp \
27         d3_14pf.cpp \
28         d4_17pf.cpp \
29         d8_31pf.cpp \
30         d_gain_c.cpp \
31         d_gain_p.cpp \
32         d_plsf.cpp \
33         d_plsf_3.cpp \
34         d_plsf_5.cpp \
35         dec_amr.cpp \
36         dec_gain.cpp \
37         dec_input_format_tab.cpp \
38         dec_lag3.cpp \
39         dec_lag6.cpp \
40         dtx_dec.cpp \
41         ec_gains.cpp \
42         ex_ctrl.cpp \
43         if2_to_ets.cpp \
44         int_lsf.cpp \
45         lsp_avg.cpp \
46         ph_disp.cpp \
47         post_pro.cpp \
48         preemph.cpp \
49         pstfilt.cpp \
50         qgain475_tab.cpp \
51         sp_dec.cpp \
52         wmf_to_ets.cpp
53
54 HDRS := decoder_gsm_amr.h pvamrnbdecoder_api.h
55
56 include $(MK)/library.mk
57
58