Mercurial > audlegacy-plugins
comparison src/aosd/Makefile @ 596:1708b03e116c trunk
[svn] - aosd: replaced polling with hooks; added trigger options as well, working triggers are playback start and title changes
author | giacomo |
---|---|
date | Thu, 01 Feb 2007 16:45:47 -0800 |
parents | 22a80841acd0 |
children | 443de962d0a0 |
comparison
equal
deleted
inserted
replaced
595:99e8b9881cb9 | 596:1708b03e116c |
---|---|
1 include ../../mk/rules.mk | 1 include ../../mk/rules.mk |
2 include ../../mk/init.mk | 2 include ../../mk/init.mk |
3 | 3 |
4 OBJECTIVE_LIBS = libaosd$(SHARED_SUFFIX) | 4 OBJECTIVE_LIBS = libaosd$(SHARED_SUFFIX) |
5 | 5 |
6 noinst_HEADERS = aosd.h aosd_osd.h aosd_style.h aosd_style_private.h aosd_ui.h aosd_cfg.h aosd_common.h ghosd.h ghosd-text.h ghosd-internal.h | 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-text.h ghosd-internal.h |
7 | 7 |
8 LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) | 8 LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) |
9 | 9 |
10 LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(CAIRO_LIBS) $(PANGOCAIRO_LIBS) | 10 LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(CAIRO_LIBS) $(PANGOCAIRO_LIBS) |
11 SOURCES = aosd.c aosd_osd.c aosd_style.c aosd_ui.c aosd_cfg.c ghosd.c ghosd-text.c ghosd-main.c | 11 SOURCES = aosd.c aosd_osd.c aosd_style.c aosd_trigger.c aosd_ui.c aosd_cfg.c ghosd.c ghosd-text.c ghosd-main.c |
12 | 12 |
13 OBJECTS = ${SOURCES:.c=.o} | 13 OBJECTS = ${SOURCES:.c=.o} |
14 | 14 |
15 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(CAIRO_CFLAGS) $(PANGOCAIRO_CFLAGS) \ | 15 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(CAIRO_CFLAGS) $(PANGOCAIRO_CFLAGS) \ |
16 -I../../intl -I../.. -I.. | 16 -I../../intl -I../.. -I.. |