Makefile.am 210 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 ## Makefile.am for SDL on the Dreamcast console noinst_LTLIBRARIES = libaudio_dc.la libaudio_dc_la_SOURCES = $(SRCS) # The SDL audio driver sources SRCS = SDL_dcaudio.c \ SDL_dcaudio.h \ aica.c \ aica.h