diff src/modplug/Makefile @ 136:6b5a52635b3b trunk

[svn] - like with so many other things, modplug is now maintained by us.
author nenolod
date Sun, 29 Oct 2006 01:04:52 -0700
parents cf1054422f81
children 46e074b915eb
line wrap: on
line diff
--- a/src/modplug/Makefile	Sat Oct 28 18:08:06 2006 -0700
+++ b/src/modplug/Makefile	Sun Oct 29 01:04:52 2006 -0700
@@ -8,8 +8,43 @@
 
 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I.. -I../.. -I../../intl
 LIBADD  = $(GTK_LIBS) -lstdc++ -lmodplug ./archive/libarchive.a ./gui/libgui.a
-SOURCES  = plugin.cxx modplugbmp.cxx
+SOURCES.plugin  = plugin.cxx modplugbmp.cxx
+SOURCES.core = tables.cxx         \
+               sndmix.cxx         \
+               sndfile.cxx        \
+               snd_fx.cxx         \
+               snd_flt.cxx        \
+               snd_dsp.cxx        \
+               fastmix.cxx        \
+               mmcmp.cxx          \
+               load_xm.cxx        \
+               load_wav.cxx       \
+               load_umx.cxx       \
+               load_ult.cxx       \
+               load_stm.cxx       \
+               load_s3m.cxx       \
+               load_ptm.cxx       \
+               load_okt.cxx       \
+               load_mtm.cxx       \
+               load_mod.cxx       \
+               load_med.cxx       \
+               load_mdl.cxx       \
+               load_it.cxx        \
+               load_far.cxx       \
+               load_dsm.cxx       \
+               load_dmf.cxx       \
+               load_dbm.cxx       \
+               load_ams.cxx       \
+               load_amf.cxx       \
+               load_669.cxx       \
+               load_j2b.cxx       \
+               load_mt2.cxx       \
+               load_psm.cxx       \
+               modplug.cxx
+
+SOURCES = ${SOURCES.core} ${SOURCES.plugin}
 
 OBJECTS = ${SOURCES:.cxx=.o}
 
 include ../../mk/objective.mk
+