annotate src/aosd/Makefile @ 1794:a895337fbc2f

aosd: Mk2
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 12:28:55 -0500
parents 8b4b381b4399
children d9d4b258fbf1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1794
a895337fbc2f aosd: Mk2
William Pitcock <nenolod@atheme.org>
parents: 908
diff changeset
1 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
2
1794
a895337fbc2f aosd: Mk2
William Pitcock <nenolod@atheme.org>
parents: 908
diff changeset
3 PLUGIN = aosd$(PLUGIN_SUFFIX)
a895337fbc2f aosd: Mk2
William Pitcock <nenolod@atheme.org>
parents: 908
diff changeset
4 plugindir = audacious/$(GENERAL_PLUGIN_DIR)
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
5
623
443de962d0a0 [svn] - aosd: revert window type setting
giacomo
parents: 596
diff changeset
6 noinst_HEADERS = aosd.h aosd_osd.h aosd_style.h aosd_style_private.h aosd_trigger.h aosd_trigger_private.h aosd_ui.h aosd_cfg.h aosd_common.h ghosd.h ghosd-internal.h
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
7
1794
a895337fbc2f aosd: Mk2
William Pitcock <nenolod@atheme.org>
parents: 908
diff changeset
8 SRCS = aosd.c aosd_osd.c aosd_style.c aosd_trigger.c aosd_ui.c aosd_cfg.c ghosd.c ghosd-main.c
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
9
1794
a895337fbc2f aosd: Mk2
William Pitcock <nenolod@atheme.org>
parents: 908
diff changeset
10 include ../../buildsys.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
11
1794
a895337fbc2f aosd: Mk2
William Pitcock <nenolod@atheme.org>
parents: 908
diff changeset
12 LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(CAIRO_LIBS) $(PANGOCAIRO_LIBS) $(XRENDER_LIBS) $(XCOMPOSITE_LIBS)
a895337fbc2f aosd: Mk2
William Pitcock <nenolod@atheme.org>
parents: 908
diff changeset
13 CFLAGS += $(PLUGIN_CFLAGS)
a895337fbc2f aosd: Mk2
William Pitcock <nenolod@atheme.org>
parents: 908
diff changeset
14 CPPFLAGS += $(PLUGIN_CPPFLAGS) $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(CAIRO_CFLAGS) $(PANGOCAIRO_CFLAGS) \
a895337fbc2f aosd: Mk2
William Pitcock <nenolod@atheme.org>
parents: 908
diff changeset
15 $(XRENDER_CFLAGS) $(XCOMPOSITE_CFLAGS) -I../../intl -I../.. -I..