fef094b52b324c2d10774137e93e90fa93f02519
[physics.git] / src / Effects / dir.mk
1 NEWSRCS := # insure blank
2
3 NEWSRCS += Effect.cpp
4 NEWSRCS += Gravity.cpp
5 NEWSRCS += GravityWell.cpp
6 NEWSRCS += Screen.cpp
7
8
9 # Post dir setup
10
11 CURDIR  := Effects/
12
13 NEWSRCS := $(addprefix ${CURDIR},${NEWSRCS})
14 NEWOBJS := ${NEWSRCS:.cpp=.o}
15 NEWDEPS := ${NEWSRCS:.cpp=.d}
16
17 # Append to lists
18
19 SRCS    += ${NEWSRCS}
20 OBJS    += $(addprefix ${OBJSDIR},${NEWOBJS})
21 DEPS    += $(addprefix ${DEPSDIR},${NEWDEPS})