comparison src/crossfade/Makefile @ 3059:2e241e90494a

Import work in progress xmms-crossfade rewrite.
author William Pitcock <nenolod@atheme.org>
date Fri, 24 Apr 2009 05:57:35 -0500
parents
children 43a336a7791b
comparison
equal deleted inserted replaced
3058:2e649bf16ebc 3059:2e241e90494a
1 PLUGIN = crossfade${PLUGIN_SUFFIX}
2
3 SRCS = callbacks.c \
4 cfgutil.c \
5 configure.c \
6 convert.c \
7 crossfade.c \
8 debug.c \
9 format.c \
10 interface-2.0.c \
11 monitor.c \
12 player.c \
13 support-2.0.c \
14 timing.c \
15
16 include ../../buildsys.mk
17 include ../../extra.mk
18
19 plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR}
20
21 CFLAGS += ${PLUGIN_CFLAGS}
22 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ALSA_CFLAGS} -I../..
23 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${ALSA_LIBS}