CURDIR := locks/ FILES := # insure blank FILES += Autolock.cpp FILES += Mutex.cpp FILES := $(addprefix ${CURDIR},${FILES}) SRCS += ${FILES}