Mercurial > audlegacy-plugins
view src/madplug/Makefile @ 1841:3c7750b27c80
evdev-plug: Mk2
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 24 Sep 2007 14:05:33 -0500 |
parents | 306fc97f2cce |
children | 9ea88bd211c2 |
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 plugindir = audacious/${INPUT_PLUGIN_DIR} include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${PLUGIN_CPPFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${MOWGLI_CFLAGS} ${ARCH_DEFINES} -I../.. CFLAGS += ${PLUGIN_CFLAGS} ${SIMD_CFLAGS} LIBS += -L${libdir} -laudid3tag -lmad ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}