#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=tests
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 += tests

include common.mk
