comparison Makefile.gen @ 207:69a77cd47af7

Add dmwav to the build process.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 07 Oct 2012 14:20:47 +0300
parents 2a3b00915beb
children 79dac918c81e
comparison
equal deleted inserted replaced
206:9b6c0ed66960 207:69a77cd47af7
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 dmsimple.o 215 dmwav.o dmsimple.o
216 216
217 ifeq ($(DM_BUILD_TESTS),yes) 217 ifeq ($(DM_BUILD_TESTS),yes)
218 BINARIES += vecmattest fptest 218 BINARIES += vecmattest fptest
219 endif 219 endif
220 220