Mercurial > audlegacy-plugins
view src/madplug/Makefile @ 2468:615b67c4e010
Tiny cleanups of repetitive code syndrome madness; Added some null-pointer checks.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sat, 29 Mar 2008 12:06:38 +0200 |
parents | bd9673d8b7d5 |
children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = madplug${PLUGIN_SUFFIX} SRCS = configure.c \ input.c \ replaygain.c \ decoder.c \ tuple.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}