CURDIR := Entities/ FILES := # insure blank FILES += Ball.cpp FILES += Entity.cpp FILES += Line.cpp FILES += Particle.cpp FILES += PhysicsEntity.cpp FILES += Point.cpp FILES += Polygon.cpp FILES += WindParticle.cpp FILES := $(addprefix ${CURDIR},${FILES}) SRCS += ${FILES}