comparison Makefile.gen @ 572:5a051ead61db

Fix build.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 17 Mar 2013 04:34:12 +0200
parents 1483cd1cf0e6
children 14640d0688d3
comparison
equal deleted inserted replaced
571:8a98037c5cf7 572:5a051ead61db
185 endif 185 endif
186 186
187 #ifeq ($(DM_USE_SIMD),yes) 187 #ifeq ($(DM_USE_SIMD),yes)
188 #DMLIB_OBJS+=jmix_simd.o 188 #DMLIB_OBJS+=jmix_simd.o
189 #endif 189 #endif
190
191 ifeq ($(DM_BUILD_TOOLS),yes)
192 ifeq ($(DM_USE_STDIO),yes)
193 ifeq ($(JSS_SUP_JSSMOD),yes)
194 ifeq ($(JSS_SUP_XM),yes)
195 TOOL_BINARIES+= xm2jss
196 endif
197 endif
198 endif
199 endif
200 DMLIB_OBJS += jss.o jssmix.o jssmod.o jssplr.o
201 endif
190 202
191 203
192 ### Dependancies 204 ### Dependancies
193 ifeq ($(DM_BUILD_TOOLS),yes) 205 ifeq ($(DM_BUILD_TOOLS),yes)
194 DMLIB_OBJS += libgfx.o lib64gfx.o 206 DMLIB_OBJS += libgfx.o lib64gfx.o
204 endif 216 endif
205 endif 217 endif
206 endif 218 endif
207 endif 219 endif
208 220
209 ifeq ($(JSS_SUP_JSSMOD),yes) 221 endif
210 ifeq ($(JSS_SUP_XM),yes) 222 endif
211 TOOL_BINARIES+= xm2jss 223
212 endif
213 endif
214 endif
215 endif
216
217
218 DMLIB_OBJS += jss.o jssmix.o jssmod.o jssplr.o
219
220 endif
221 224
222 225
223 ifeq ($(DM_USE_LIBPNG),yes) 226 ifeq ($(DM_USE_LIBPNG),yes)
224 DM_CFLAGS += -DDM_USE_LIBPNG $(LIBPNG_CFLAGS) $(ZLIB_CFLAGS) 227 DM_CFLAGS += -DDM_USE_LIBPNG $(LIBPNG_CFLAGS) $(ZLIB_CFLAGS)
225 endif 228 endif