#Set this to @ to keep the makefile quiet
SILENCE = @

#---- Outputs ----#
COMPONENT_NAME = $(notdir $(shell pwd))

#--- Inputs ----#
PROJECT_HOME_DIR = .

SRC_DIRS=src
TEST_SRC_DIRS=test
CPPUTEST_OBJS_DIR = objs
CPPUTEST_LIB_DIR = lib

INCLUDE_DIRS += $(CPPUTEST_HOME)/include
INCLUDE_DIRS += $(CPPUTEST_HOME)/include/Platforms/Gcc
INCLUDE_DIRS += inc
INCLUDE_DIRS += test
CPPUTEST_MEMLEAK_DETECTOR_NEW_MACRO_FILE = -include ./MyMemoryLeakDetectorNewMacrosFile.h

include common.mk
