annotate src/echo_plugin/Makefile @ 1862:d9d4b258fbf1

Millions of Makefile fixes. More to follow.
author Jonathan Schleifer <js@h3c.de>
date Mon, 24 Sep 2007 23:03:25 +0200
parents cec2ff45e255
children a56a26a5f233
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}
1862
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1825
diff changeset
2 SRCS = echo.c \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1825
diff changeset
3 gui.c
127
46730e83b1e2 [svn] - echo plugin support by Christian Birchinger <joker -at- gentoo.org>
nenolod
parents:
diff changeset
4
1825
cec2ff45e255 echo_plugin: mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
5 plugindir = audacious/${EFFECT_PLUGIN_DIR}
127
46730e83b1e2 [svn] - echo plugin support by Christian Birchinger <joker -at- gentoo.org>
nenolod
parents:
diff changeset
6
1825
cec2ff45e255 echo_plugin: mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
7 include ../../buildsys.mk
cec2ff45e255 echo_plugin: mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
8 include ../../extra.mk
127
46730e83b1e2 [svn] - echo plugin support by Christian Birchinger <joker -at- gentoo.org>
nenolod
parents:
diff changeset
9
1825
cec2ff45e255 echo_plugin: mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
10 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
11 CFLAGS += ${PLUGIN_CFLAGS}
1862
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1825
diff changeset
12 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}