Mercurial > audlegacy-plugins
annotate src/aosd/Makefile @ 2006:a56a26a5f233
Revised the plugindir logic.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Wed, 10 Oct 2007 01:40:13 +0300 |
parents | d9d4b258fbf1 |
children | 1ad002ce1bd0 |
rev | line source |
---|---|
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1794
diff
changeset
|
1 PLUGIN = aosd${PLUGIN_SUFFIX} |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1794
diff
changeset
|
2 SRCS = aosd.c \ |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1794
diff
changeset
|
3 aosd_osd.c \ |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1794
diff
changeset
|
4 aosd_style.c \ |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1794
diff
changeset
|
5 aosd_trigger.c \ |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1794
diff
changeset
|
6 aosd_ui.c \ |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1794
diff
changeset
|
7 aosd_cfg.c \ |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1794
diff
changeset
|
8 ghosd.c \ |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1794
diff
changeset
|
9 ghosd-main.c |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1794
diff
changeset
|
10 |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1794
diff
changeset
|
11 include ../../buildsys.mk |
1794 | 12 include ../../extra.mk |
569
d401f87f89f7
[svn] - added Audacious OSD, yet-another-written-from-scratch plugin to display OSD, based on Ghosd library; currently untied from configure, to compile it you have to run make in its directory; will be added to configure after some testing
giacomo
parents:
diff
changeset
|
13 |
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1862
diff
changeset
|
14 plugindir := $(plugindir)/${GENERAL_PLUGIN_DIR} |
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1862
diff
changeset
|
15 |
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1794
diff
changeset
|
16 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${CAIRO_CFLAGS} ${PANGOCAIRO_CFLAGS} ${XRENDER_CFLAGS} ${XCOMPOSITE_CFLAGS} -I../../intl -I../.. -I.. |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1794
diff
changeset
|
17 CFLAGS += ${PLUGIN_CFLAGS} |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1794
diff
changeset
|
18 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${CAIRO_LIBS} ${PANGOCAIRO_LIBS} ${XRENDER_LIBS} ${XCOMPOSITE_LIBS} |