view src/adplug/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

SUBDIRS = core
OBJECTIVE_LIBS = libadplug$(SHARED_SUFFIX)

LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)

LIBADD = ./core/libadplugcore.a $(BINIO_LIBS) -lstdc++

SOURCES = adplug-xmms.cc

OBJECTS = ${SOURCES:.cc=.o}

CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(BINIO_CFLAGS) \
	-I../../intl -I../.. -I./core
CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(BINIO_CFLAGS) \
	-I../../intl -I../.. -I./core

include ../../mk/objective.mk