annotate src/rocklight/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 |
8b5fbdd98c0e |
| children |
eed7c270e8dd |
| rev |
line source |
|
1830
|
1 PLUGIN = rocklight${PLUGIN_SUFFIX}
|
|
|
2 SRCS = rocklight.c sysled.c thinklight.c
|
|
17
|
3
|
|
1830
|
4 plugindir = audacious/${VISUALIZATION_PLUGIN_DIR}
|
|
17
|
5
|
|
1830
|
6 include ../../buildsys.mk
|
|
|
7 include ../../extra.mk
|
|
17
|
8
|
|
1830
|
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}
|