1# ============================================================================= 2# 3# Main build file defining the project modules and their global variables. 4# 5# ============================================================================= 6 7# Don't remove this - mandatory 8APP_PROJECT_PATH := $(abspath $(call my-dir)) 9 10# The only STL implementation currently working with exceptions 11APP_STL := stlport_static 12 13# Don't optimize for better debugging 14APP_OPTIM := debug 15 16# Application wide Cflags 17GLOBAL_INCLUDES := $(COMP_PATH_MobiCore)/inc \ 18 $(COMP_PATH_MobiCoreDriverMod)/Public \ 19 $(COMP_PATH_MobiCore)/inc/TlCm 20 21# Show all warnings 22APP_CFLAGS += -Wall 23 24LOG_WRAPPER := $(COMP_PATH_Logwrapper) 25