Mercurial > audlegacy-plugins
view src/modplug/Makefile @ 127:46730e83b1e2 trunk
[svn] - echo plugin support by Christian Birchinger <joker -at- gentoo.org>
| author | nenolod |
|---|---|
| date | Thu, 26 Oct 2006 12:41:45 -0700 |
| parents | cf1054422f81 |
| children | 6b5a52635b3b |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libmodplug$(SHARED_SUFFIX) SUBDIRS = archive gui LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I.. -I../.. -I../../intl LIBADD = $(GTK_LIBS) -lstdc++ -lmodplug ./archive/libarchive.a ./gui/libgui.a SOURCES = plugin.cxx modplugbmp.cxx OBJECTS = ${SOURCES:.cxx=.o} include ../../mk/objective.mk
