Mercurial > audlegacy-plugins
annotate src/rootvis/Makefile @ 1846:ca7f9aa0dcea
rootvis -> new buildsys.
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Mon, 24 Sep 2007 21:15:00 +0200 |
| parents | d985f0dcdeb0 |
| children | a56a26a5f233 |
| rev | line source |
|---|---|
| 1846 | 1 PLUGIN = rootvis${PLUGIN_SUFFIX} |
| 2 SRCS = config_backend.c \ | |
| 3 config_definition.c \ | |
| 4 config_frontend.c \ | |
| 5 config_frontend_widgets.c \ | |
| 6 getroot.c \ | |
| 7 rootvis.c | |
|
900
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
diff
changeset
|
8 |
| 1846 | 9 plugindir = audacious/${VISUALIZATION_PLUGIN_DIR} |
|
900
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
diff
changeset
|
10 |
| 1846 | 11 include ../../buildsys.mk |
| 12 include ../../extra.mk | |
|
900
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
diff
changeset
|
13 |
| 1846 | 14 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} -I. ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${IMLIB2_CFLAGS} |
| 15 CFLAGS += ${PLUGIN_CFLAGS} | |
| 16 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${IMLIB2_LIBS} |
