OSDN Git Service

original
[gb-231r1-is01/Gingerbread_2.3.3_r1_IS01.git] / frameworks / base / media / libstagefright / codecs / amrwbenc / build / eclair / ARMV7 / Makefile
1 #/*\r
2 # ** Copyright 2003-2010, VisualOn, Inc.\r
3 # **\r
4 # ** Licensed under the Apache License, Version 2.0 (the "License");\r
5 # ** you may not use this file except in compliance with the License.\r
6 # ** You may obtain a copy of the License at\r
7 # **\r
8 # **     http://www.apache.org/licenses/LICENSE-2.0\r
9 # **\r
10 # ** Unless required by applicable law or agreed to in writing, software\r
11 # ** distributed under the License is distributed on an "AS IS" BASIS,\r
12 # ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13 # ** See the License for the specific language governing permissions and\r
14 # ** limitations under the License.\r
15 # */\r
16 \r
17 # target type\r
18 # available: pc, v4(armv4), v5(armv5), v5x(armv5 xscale), v6(armv6), v7(cortex-a8 neon)\r
19 VOTT:= v7\r
20 \r
21 \r
22 # module type\r
23 # please specify the type of your module: lib or exe\r
24 VOMT:= lib\r
25 \r
26 \r
27 # module macros\r
28 # please append the additional macro definitions here for your module if necessary. \r
29 ifeq ($(VOTT), v7)\r
30 VOMM:=-DARM -DARMV7 -DASM_OPT\r
31 endif\r
32 \r
33 # please specify the name of your module\r
34 VOTARGET:= libvoAMRWBEncv7\r
35 \r
36 \r
37 # please modify here to be sure to see the g1.mk\r
38 include ../../../../../Tools/eclair.mk \r
39 \r
40 # dependent libraries.\r
41 VODEPLIBS:=-ldl -lstdc++ -lcutils\r
42 \r
43 # module source\r
44 # please modify here to be sure to see the ms.mk which specifies all source info of your module\r
45 include ../ms.mk\r
46 \r
47 \r
48 # please specify where is the voRelease on your PC, relative path is suggested\r
49 VORELDIR:=../../../../../../Release\r
50 \r
51 # please modify here to be sure to see the doit.mk\r
52 include ../../../../../Tools/doit.mk \r
53 \r