Mercurial > audlegacy-plugins
comparison src/modplug/Makefile @ 163:46e074b915eb trunk
[svn] - @%#^#
| author | nenolod |
|---|---|
| date | Tue, 31 Oct 2006 15:33:08 -0800 |
| parents | 6b5a52635b3b |
| children | 0c50f248ed10 |
comparison
equal
deleted
inserted
replaced
| 162:f026de9d341c | 163:46e074b915eb |
|---|---|
| 5 SUBDIRS = archive gui | 5 SUBDIRS = archive gui |
| 6 | 6 |
| 7 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) | 7 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) |
| 8 | 8 |
| 9 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I.. -I../.. -I../../intl | 9 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I.. -I../.. -I../../intl |
| 10 LIBADD = $(GTK_LIBS) -lstdc++ -lmodplug ./archive/libarchive.a ./gui/libgui.a | 10 LIBADD = $(GTK_LIBS) -lstdc++ ./archive/libarchive.a ./gui/libgui.a |
| 11 SOURCES.plugin = plugin.cxx modplugbmp.cxx | 11 SOURCES.plugin = plugin.cxx modplugbmp.cxx |
| 12 SOURCES.core = tables.cxx \ | 12 SOURCES.core = tables.cxx \ |
| 13 sndmix.cxx \ | 13 sndmix.cxx \ |
| 14 sndfile.cxx \ | 14 sndfile.cxx \ |
| 15 snd_fx.cxx \ | 15 snd_fx.cxx \ |
