Initial commit
This commit is contained in:
37
audio/softsynth/mt32/module.mk
Normal file
37
audio/softsynth/mt32/module.mk
Normal file
@@ -0,0 +1,37 @@
|
||||
MODULE := audio/softsynth/mt32
|
||||
|
||||
MODULE_OBJS := \
|
||||
Analog.o \
|
||||
BReverbModel.o \
|
||||
Display.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 \
|
||||
srchelper/InternalResampler.o \
|
||||
srchelper/srctools/src/FIRResampler.o \
|
||||
srchelper/srctools/src/IIR2xResampler.o \
|
||||
srchelper/srctools/src/LinearResampler.o \
|
||||
srchelper/srctools/src/ResamplerModel.o \
|
||||
srchelper/srctools/src/SincResampler.o \
|
||||
SampleRateConverter.o
|
||||
|
||||
# Include common rules
|
||||
include $(srcdir)/rules.mk
|
||||
|
||||
# Force rebuild when configuration changed
|
||||
$(MODULE_OBJS-$(MODULE)): %.o: config.mk
|
||||
Reference in New Issue
Block a user