Mercurial > audlegacy-plugins
view src/musepack/Makefile @ 140:46d603abb737 trunk
[svn] - mplayer should be disabled by default due to the fact that it's only
temporary in the core plugins pack (and will be moved to -ugly
eventually)
author | nenolod |
---|---|
date | Sun, 29 Oct 2006 01:23:08 -0700 |
parents | cf1054422f81 |
children |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libmpc$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) SOURCES = equalizer.cxx libmpc.cxx LIBADD = -lmpcdec $(TAGLIB_LIBS) $(GTK_LIBS) OBJECTS = ${SOURCES:.cxx=.o} CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(TAGLIB_CFLAGS) -I../../intl -I../.. include ../../mk/objective.mk