annotate src/echo_plugin/Makefile @ 1825:cec2ff45e255

echo_plugin: mk2
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 13:20:45 -0500
parents 550c9e382cf8
children d9d4b258fbf1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1825
cec2ff45e255 echo_plugin: mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
1 PLUGIN = echo${PLUGIN_SUFFIX}
cec2ff45e255 echo_plugin: mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
2 SRCS = echo.c gui.c
127
46730e83b1e2 [svn] - echo plugin support by Christian Birchinger <joker -at- gentoo.org>
nenolod
parents:
diff changeset
3
1825
cec2ff45e255 echo_plugin: mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
4 plugindir = audacious/${EFFECT_PLUGIN_DIR}
127
46730e83b1e2 [svn] - echo plugin support by Christian Birchinger <joker -at- gentoo.org>
nenolod
parents:
diff changeset
5
1825
cec2ff45e255 echo_plugin: mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
6 include ../../buildsys.mk
cec2ff45e255 echo_plugin: mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
7 include ../../extra.mk
127
46730e83b1e2 [svn] - echo plugin support by Christian Birchinger <joker -at- gentoo.org>
nenolod
parents:
diff changeset
8
1825
cec2ff45e255 echo_plugin: mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../..
cec2ff45e255 echo_plugin: mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
10 CFLAGS += ${PLUGIN_CFLAGS}
cec2ff45e255 echo_plugin: mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
11 LIBADD = ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}