Mercurial > audlegacy-plugins
view src/musepack/Makefile @ 2019:bf63252fb1fb
Pushed down the amidi-plug dir into the Input dir.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Thu, 11 Oct 2007 18:11:28 +0300 |
parents | 6d33dffd1382 |
children | ae36702ffcf9 |
line wrap: on
line source
PLUGIN = musepack${PLUGIN_SUFFIX} SRCS = libmpc.cxx include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} CXXFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${TAGLIB_CFLAGS} -I../../intl -I../.. LIBS += ${TAGLIB_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} -lmpcdec