aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/mt32/module.mk
blob: 2e48efa9d6e30e7d7ea61230c4978d4340cc2224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
MODULE := sound/softsynth/mt32

MODULE_OBJS := \
	sound/softsynth/mt32/mt32_file.o \
	sound/softsynth/mt32/i386.o \
	sound/softsynth/mt32/part.o \
	sound/softsynth/mt32/partial.o \
	sound/softsynth/mt32/partialManager.o \
	sound/softsynth/mt32/synth.o \
	sound/softsynth/mt32/tables.o \
	sound/softsynth/mt32/freeverb.o

MODULE_DIRS += \
	sound/softsynth/mt32

# Include common rules 
include $(srcdir)/common.rules