comparison Makefile.gen @ 343:6ecc7eb6d158

Add dmengine.o module.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Oct 2012 21:27:24 +0300
parents c0aba47f8020
children 9cf1a58b0234
comparison
equal deleted inserted replaced
342:c6ec970dc3cf 343:6ecc7eb6d158
210 210
211 211
212 DMLIB_A=$(OBJPATH)dmlib.a 212 DMLIB_A=$(OBJPATH)dmlib.a
213 DMLIB_OBJS += dmfile.o dmlib.o dmlerp.o dmstring.o \ 213 DMLIB_OBJS += dmfile.o dmlib.o dmlerp.o dmstring.o \
214 dmargs.o dmvecmat.o dmperlin.o dmimage.o \ 214 dmargs.o dmvecmat.o dmperlin.o dmimage.o \
215 dmwav.o dmsimple.o dmtimeline.o dmtimelinew.o \ 215 dmwav.o dmengine.o dmsimple.o \
216 dmq3d.o 216 dmtimeline.o dmtimelinew.o dmq3d.o
217 217
218 ifeq ($(DM_BUILD_TESTS),yes) 218 ifeq ($(DM_BUILD_TESTS),yes)
219 BINARIES += vecmattest fptest 219 BINARIES += vecmattest fptest
220 endif 220 endif
221 221