view src/madplug/Makefile @ 1931:d8f6fe2ff7da

Backed out changeset a945460e921c
author Kiyoshi Aman <kiyoshi.aman@gmail.com>
date Mon, 01 Oct 2007 08:11:33 -0500
parents 9ea88bd211c2
children a56a26a5f233
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} ${SIMD_CFLAGS} -I../..
CFLAGS += ${PLUGIN_CFLAGS}
LIBS += -L${libdir} -laudid3tag -lmad ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}