view src/amidi-plug/backend-fluidsynth/Makefile @ 2005:e2904348f154

Converted amidi-plug backends to the new build system.
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Tue, 09 Oct 2007 22:39:32 +0300
parents f19e6748d8eb
children a56a26a5f233
line wrap: on
line source

PLUGIN = ap-fluidsynth$(PLUGIN_SUFFIX)
plugindir = audacious/$(AMIDIPLUG_BACKEND_DIR)

noinst_HEADERS = b-fluidsynth.h b-fluidsynth-config.h backend-fluidsynth-icon.xpm

SRCS = b-fluidsynth.c

include ../../../buildsys.mk
include ../../../extra.mk

CFLAGS += $(PLUGIN_CFLAGS) $(FLUIDSYNTH_CFLAGS)
CPPFLAGS += $(PLUGIN_CPPFLAGS) $(FLUIDSYNTH_CFLAGS) $(GLIB_CFLAGS) -I../../..
LIBS += $(FLUIDSYNTH_LIBS) ../pcfg/libpcfg.a