Mercurial > audlegacy-plugins
view src/stereo_plugin/Makefile @ 569:d401f87f89f7 trunk
[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
author | giacomo |
---|---|
date | Mon, 29 Jan 2007 06:40:04 -0800 |
parents | ad8e44bcdf8a |
children | 550c9e382cf8 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libstereo$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(EFFECT_PLUGIN_DIR) LIBADD = $(GTK_LIBS) SOURCES = stereo.c CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. OBJECTS = ${SOURCES:.c=.o} include ../../mk/objective.mk