comparison Makefile @ 1865:4c322abd9fa5

Split generic part of audio code into a separate file so it can be used in other targets besides SDL
author Michael Pavone <pavone@retrodev.com>
date Fri, 17 May 2019 08:43:30 -0700
parents 3d0b20e9a187
children 508522f08e4d
comparison
equal deleted inserted replaced
1863:d60f2d7c02a5 1865:4c322abd9fa5
195 endif 195 endif
196 endif 196 endif
197 AUDIOOBJS=ym2612.o psg.o wave.o 197 AUDIOOBJS=ym2612.o psg.o wave.o
198 CONFIGOBJS=config.o tern.o util.o paths.o 198 CONFIGOBJS=config.o tern.o util.o paths.o
199 NUKLEAROBJS=$(FONT) nuklear_ui/blastem_nuklear.o nuklear_ui/sfnt.o 199 NUKLEAROBJS=$(FONT) nuklear_ui/blastem_nuklear.o nuklear_ui/sfnt.o
200 RENDEROBJS=ppm.o controller_info.o 200 RENDEROBJS=ppm.o controller_info.o render_audio.o
201 ifdef USE_FBDEV 201 ifdef USE_FBDEV
202 RENDEROBJS+= render_fbdev.o 202 RENDEROBJS+= render_fbdev.o
203 else 203 else
204 RENDEROBJS+= render_sdl.o 204 RENDEROBJS+= render_sdl.o
205 endif 205 endif