CURDIR := input/ FILES := # insure blank FILES += inputManager.cpp FILES := $(addprefix ${CURDIR},${FILES}) SRCS += ${FILES}