mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 11:20:56 +00:00
42ab839dd6
svn-id: r55850
15 lines
203 B
Makefile
15 lines
203 B
Makefile
MODULE := audio/softsynth/mt32
|
|
|
|
MODULE_OBJS := \
|
|
mt32_file.o \
|
|
i386.o \
|
|
part.o \
|
|
partial.o \
|
|
partialManager.o \
|
|
synth.o \
|
|
tables.o \
|
|
freeverb.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|