Mercurial > audlegacy-plugins
annotate src/rootvis/Makefile @ 2006:a56a26a5f233
Revised the plugindir logic.
| author | Eugene Paskevich <eugene@raptor.kiev.ua> |
|---|---|
| date | Wed, 10 Oct 2007 01:40:13 +0300 |
| parents | ca7f9aa0dcea |
| children | 1ad002ce1bd0 |
| 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 include ../../buildsys.mk |
| 10 include ../../extra.mk | |
|
900
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
diff
changeset
|
11 |
|
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1846
diff
changeset
|
12 plugindir := $(plugindir)/${VISUALIZATION_PLUGIN_DIR} |
|
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1846
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} |
