comparison Makefile.gen @ 51:36e2f910219c

A non-working implementation of floating point audio mixing.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Oct 2012 03:48:21 +0300
parents 033c660c25f5
children c560703e85ed
comparison
equal deleted inserted replaced
50:4cbdaa3f5d74 51:36e2f910219c
209 ### 209 ###
210 ### dmlib rules 210 ### dmlib rules
211 ### 211 ###
212 212
213 $(DMLIB)jmix_c.c: $(DMLIB)jmix_c_in.c $(DMLIB)jmixtmpl_c.h $(DMLIB)jmix_post_c.h 213 $(DMLIB)jmix_c.c: $(DMLIB)jmix_c_in.c $(DMLIB)jmixtmpl_c.h $(DMLIB)jmix_post_c.h
214 (echo "#include \"jssmix.h\"" && cpp $<) | sed "s/^# .*//g" > $@ 214 (echo "#include \"jssmix.h\"" && cpp $< $(DM_CFLAGS)) | sed "s/^# .*//g" > $@
215 215
216 $(OBJPATH)dmimage.o: $(DMLIB)dmimage.c $(DMLIB)stb_image.c 216 $(OBJPATH)dmimage.o: $(DMLIB)dmimage.c $(DMLIB)stb_image.c
217 @echo " CC $+" 217 @echo " CC $+"
218 @$(CC) $(CFLAGS) -c -o $@ $< $(DM_CFLAGS) 218 @$(CC) $(CFLAGS) -c -o $@ $< $(DM_CFLAGS)
219 219