annotate src/blur_scope/Makefile @ 1828:07c11537a0e8

blur_scope: MK2
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 13:48:53 -0500
parents 550c9e382cf8
children d9d4b258fbf1
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}
07c11537a0e8 blur_scope: MK2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
2 SRCS = blur_scope.c config.c
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
3
1828
07c11537a0e8 blur_scope: MK2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
4 plugindir = audacious/${VISUALIZATION_PLUGIN_DIR}
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
5
1828
07c11537a0e8 blur_scope: MK2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
6 include ../../buildsys.mk
07c11537a0e8 blur_scope: MK2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
7 include ../../extra.mk
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
8
1828
07c11537a0e8 blur_scope: 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../..
07c11537a0e8 blur_scope: MK2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
10 CFLAGS += ${PLUGIN_CFLAGS}
07c11537a0e8 blur_scope: MK2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
11 LIBADD = ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}