diff options
author | Max Horn | 2006-02-12 00:16:31 +0000 |
---|---|---|
committer | Max Horn | 2006-02-12 00:16:31 +0000 |
commit | 80cf2fa46ff638ae25fe85a3a89997ceb7f09aae (patch) | |
tree | 8877a278cfc2041cb23bb02375ca732f2127e1b2 /sound/softsynth | |
parent | 136ecfc1e8115d0c00f5b53acd87d873019ab4da (diff) | |
download | scummvm-rg350-80cf2fa46ff638ae25fe85a3a89997ceb7f09aae.tar.gz scummvm-rg350-80cf2fa46ff638ae25fe85a3a89997ceb7f09aae.tar.bz2 scummvm-rg350-80cf2fa46ff638ae25fe85a3a89997ceb7f09aae.zip |
Reduced data duplication in module.mk files; added module.mk files for null and x11 backends; added engines/module.mk
svn-id: r20584
Diffstat (limited to 'sound/softsynth')
-rw-r--r-- | sound/softsynth/mt32/module.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sound/softsynth/mt32/module.mk b/sound/softsynth/mt32/module.mk index 2e48efa9d6..ab13e750bb 100644 --- a/sound/softsynth/mt32/module.mk +++ b/sound/softsynth/mt32/module.mk @@ -1,14 +1,14 @@ 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 + mt32_file.o \ + i386.o \ + part.o \ + partial.o \ + partialManager.o \ + synth.o \ + tables.o \ + freeverb.o MODULE_DIRS += \ sound/softsynth/mt32 |