Mercurial > audlegacy-plugins
view src/madplug/Makefile @ 2097:6e4ad45c21d6
make it build on MacOS again
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 19 Oct 2007 05:27:20 -0500 |
parents | 0d557822c971 |
children | ae36702ffcf9 |
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../.. LIBS += ${MAD_LIBS} -L${libdir} -lmad -laudid3tag ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}