annotate src/blur_scope/Makefile @ 1839:4e8ed7dff435
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
| author |
William Pitcock <nenolod@atheme.org> |
| date |
Mon, 24 Sep 2007 14:03:31 -0500 |
| parents |
07c11537a0e8 |
| children |
d9d4b258fbf1 |
| rev |
line source |
|
1828
|
1 PLUGIN = blur_scope${PLUGIN_SUFFIX}
|
|
|
2 SRCS = blur_scope.c config.c
|
|
17
|
3
|
|
1828
|
4 plugindir = audacious/${VISUALIZATION_PLUGIN_DIR}
|
|
17
|
5
|
|
1828
|
6 include ../../buildsys.mk
|
|
|
7 include ../../extra.mk
|
|
17
|
8
|
|
1828
|
9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../..
|
|
|
10 CFLAGS += ${PLUGIN_CFLAGS}
|
|
|
11 LIBADD = ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}
|