renamed to dir.mk files
[physics.git] / src / Entities / dir.mk
... / ...
CommitLineData
1CURDIR := Entities/
2FILES := # insure blank
3
4FILES += Ball.cpp
5FILES += Entity.cpp
6FILES += Line.cpp
7FILES += Particle.cpp
8FILES += PhysicsEntity.cpp
9FILES += Point.cpp
10FILES += Polygon.cpp
11FILES += WindParticle.cpp
12
13FILES := $(addprefix ${CURDIR},${FILES})
14
15SRCS += ${FILES}