scummvm/sound/module.mk
Torbjörn Andersson 13dc149ded Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation
changes. There are a few things that could use a bit more work, and I've
only tested it on my Linux box. I have verified that ScummVM still compiles
when it's disabled, though, so it shouldn't break anything too badly.

svn-id: r17512
2005-04-10 14:33:44 +00:00

30 lines
532 B
Makefile

MODULE := sound
MODULE_OBJS := \
sound/audiocd.o \
sound/audiostream.o \
sound/flac.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/wave.o \
sound/softsynth/adlib.o \
sound/softsynth/ym2612.o \
sound/softsynth/fluidsynth.o \
sound/softsynth/mt32.o \
MODULE_DIRS += \
sound \
sound/softsynth
# Include common rules
include $(srcdir)/common.rules