mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-24 18:56:33 +00:00
fec3df2096
svn-id: r16316
28 lines
484 B
Makefile
28 lines
484 B
Makefile
MODULE := sound
|
|
|
|
MODULE_OBJS := \
|
|
sound/audiocd.o \
|
|
sound/audiostream.o \
|
|
sound/fmopl.o \
|
|
sound/mididrv.o \
|
|
sound/midiparser.o \
|
|
sound/midiparser_smf.o \
|
|
sound/midiparser_xmidi.o \
|
|
sound/mixer.o \
|
|
sound/mp3.o \
|
|
sound/mpu401.o \
|
|
sound/rate.o \
|
|
sound/voc.o \
|
|
sound/vorbis.o \
|
|
sound/flac.o \
|
|
sound/softsynth/adlib.o \
|
|
sound/softsynth/ym2612.o \
|
|
sound/softsynth/mt32.o \
|
|
|
|
MODULE_DIRS += \
|
|
sound \
|
|
sound/softsynth
|
|
|
|
# Include common rules
|
|
include $(srcdir)/common.rules
|