Mercurial > audlegacy-plugins
view src/madplug/Makefile @ 2139:ce4beb166e92
Some dependency fixes from Vitaly Lipatov.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 28 Oct 2007 05:58:23 -0500 |
parents | 76f9a4168708 |
children | df520f828dcf |
line wrap: on
line source
PLUGIN = madplug${PLUGIN_SUFFIX} SRCS = configure.c \ dither.c \ input.c \ replaygain.c \ decoder.c \ fileinfo.c \ plugin.c \ xing.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${MOWGLI_CFLAGS} ${ARCH_DEFINES} ${SIMD_CFLAGS} ${MAD_CFLAGS} -I../.. LDFLAGS += ${AUDLDFLAGS} LIBS += ${MAD_LIBS} -laudid3tag ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${MOWGLI_LIBS}