#***********************************************************************
# Ȩ (C)2001,ͨѶɷ޹˾
# 
# ļƣ 
# ļʶ 
# ժҪ 
#
# ޸     汾     ޸ı     ޸	     ޸      
# ---------------------------------------------------------------------
# 2013/06/09	V1.0	               mayiping       create
#***********************************************************************/

include ../../../ws/amr.mk

#===============================================
#
#===============================================
_SUBSYS_NAME = amrctr
#_SUBSYS_LIB_PATH = $(PLAT_PATH)/lib/$(PRJ_NAME)/$(FLAVOR)/$(CPU_ARCH)/$(USE_CMPL)
_SUBSYS_LIB_PATH = $(AMR_PATH)/lib/$(CPU_ARCH)/$(USE_CMPL)
_ALL_MDLS = 
_ALL_OBJECTS = 

MDL_PATH = $(AMR_SRC_PATH)/$(_SUBSYS_NAME)
all:amrctr
clean:amrctrclean
#===============================================
#testģ
#===============================================
amrctr:
	@$(GNUMAKE) --no-print-directory -C $(MDL_PATH)/ws -f amrctr.mk
amrctrclean:
	@$(GNUMAKE) --no-print-directory -C $(MDL_PATH)/ws -f amrctr.mk clean
#_ALL_MDLS += amrctr
#_ALL_OBJECTS += $(wildcard $(OBJ_PATH)/plat/mmp/amr/common/*.o)
#============================================
# 
#============================================
#include $(PRJ_PATH)/ws/dosmake/makefw/rules/lib_rules.mk

#include $(FRAME_PATH)/rules/lib_rules.mk

