Initialize Tizen 2.3
[external/opencore-amr.git] / opencore / codecs_v2 / audio / gsm_amr / amr_nb / enc / 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
8
9 TARGET := pvencoder_gsmamr
10
11
12 OPTIMIZE_FOR_PERFORMANCE_OVER_SIZE := true
13
14 XINCDIRS +=  ../../../common/include
15
16 SRCDIR := ../../src
17 INCSRCDIR := ../../include
18
19 SRCS := amrencode.cpp \
20         autocorr.cpp \
21         c1035pf.cpp \
22         c2_11pf.cpp \
23         c2_9pf.cpp \
24         c3_14pf.cpp \
25         c4_17pf.cpp \
26         c8_31pf.cpp \
27         calc_cor.cpp \
28         calc_en.cpp \
29         cbsearch.cpp \
30         cl_ltp.cpp \
31         cod_amr.cpp \
32         convolve.cpp \
33         cor_h.cpp \
34         cor_h_x.cpp \
35         cor_h_x2.cpp \
36         corrwght_tab.cpp \
37         div_32.cpp \
38         dtx_enc.cpp \
39         enc_lag3.cpp \
40         enc_lag6.cpp \
41         enc_output_format_tab.cpp \
42         ets_to_if2.cpp \
43         ets_to_wmf.cpp \
44         g_adapt.cpp \
45         g_code.cpp \
46         g_pitch.cpp \
47         gain_q.cpp \
48         gsmamr_encoder_wrapper.cpp \
49         hp_max.cpp \
50         inter_36.cpp \
51         inter_36_tab.cpp \
52         l_abs.cpp \
53         l_comp.cpp \
54         l_extract.cpp \
55         l_negate.cpp \
56         lag_wind.cpp \
57         lag_wind_tab.cpp \
58         levinson.cpp \
59         lpc.cpp \
60         ol_ltp.cpp \
61         p_ol_wgh.cpp \
62         pitch_fr.cpp \
63         pitch_ol.cpp \
64         pre_big.cpp \
65         pre_proc.cpp \
66         prm2bits.cpp \
67         q_gain_c.cpp \
68         q_gain_p.cpp \
69         qgain475.cpp \
70         qgain795.cpp \
71         qua_gain.cpp \
72         s10_8pf.cpp \
73         set_sign.cpp \
74         sid_sync.cpp \
75         sp_enc.cpp \
76         spreproc.cpp \
77         spstproc.cpp \
78         ton_stab.cpp \
79         vad1.cpp 
80
81 HDRS := gsmamr_encoder_wrapper.h
82
83 include $(MK)/library.mk
84