mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
This uses upstream commit 939cc986d9ffd044f8c6149361127ad5d94e430f Closes gh-1091
28 lines
426 B
Makefile
28 lines
426 B
Makefile
MODULE := audio/softsynth/mt32
|
|
|
|
MODULE_OBJS := \
|
|
Analog.o \
|
|
BReverbModel.o \
|
|
File.o \
|
|
FileStream.o \
|
|
LA32FloatWaveGenerator.o \
|
|
LA32Ramp.o \
|
|
LA32WaveGenerator.o \
|
|
MidiStreamParser.o \
|
|
Part.o \
|
|
Partial.o \
|
|
PartialManager.o \
|
|
Poly.o \
|
|
ROMInfo.o \
|
|
Synth.o \
|
|
Tables.o \
|
|
TVA.o \
|
|
TVF.o \
|
|
TVP.o \
|
|
sha1/sha1.o \
|
|
c_interface/c_interface.o \
|
|
SampleRateConverter.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|