117299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong#/*
217299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong# ** Copyright 2003-2010, VisualOn, Inc.
317299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong# **
417299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong# ** Licensed under the Apache License, Version 2.0 (the "License");
517299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong# ** you may not use this file except in compliance with the License.
617299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong# ** You may obtain a copy of the License at
717299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong# **
817299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong# **     http://www.apache.org/licenses/LICENSE-2.0
917299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong# **
1017299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong# ** Unless required by applicable law or agreed to in writing, software
1117299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong# ** distributed under the License is distributed on an "AS IS" BASIS,
1217299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong# ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1317299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong# ** See the License for the specific language governing permissions and
1417299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong# ** limitations under the License.
1517299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong# */
1617299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong# please list all objects needed by your target here
1717299ab50ceb70d904e610e3b2d7fb2361a11e03James DongOBJS:=AMRWB_E_SAMPLE.o cmnMemory.o
1817299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong			
1917299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong# please list all directories that all source files relative with your module(.h .c .cpp) locate 
2017299ab50ceb70d904e610e3b2d7fb2361a11e03James DongVOSRCDIR:=../ \
2117299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong          ../../../../Common \
2217299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong	  ../../../../Include
2317299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong					
2417299ab50ceb70d904e610e3b2d7fb2361a11e03James Dong				
25