annotate src/blur_scope/Makefile @ 1882:eed7c270e8dd

Fix MILLIONS of Makefiles.
author Jonathan Schleifer <js@h3c.de>
date Wed, 26 Sep 2007 14:53:37 +0200
parents d9d4b258fbf1
children a56a26a5f233
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1828
07c11537a0e8 blur_scope: MK2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
1 PLUGIN = blur_scope${PLUGIN_SUFFIX}
1882
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1862
diff changeset
2 SRCS = blur_scope.c \
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1862
diff changeset
3 config.c
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
4
1828
07c11537a0e8 blur_scope: MK2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
5 plugindir = audacious/${VISUALIZATION_PLUGIN_DIR}
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
6
1828
07c11537a0e8 blur_scope: MK2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
7 include ../../buildsys.mk
07c11537a0e8 blur_scope: MK2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
8 include ../../extra.mk
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
9
1828
07c11537a0e8 blur_scope: 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../..
07c11537a0e8 blur_scope: 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: 1828
diff changeset
12 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}