view src/amidi-plug/backend-fluidsynth/Makefile @ 2006:a56a26a5f233

Revised the plugindir logic.
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Wed, 10 Oct 2007 01:40:13 +0300
parents e2904348f154
children 1ad002ce1bd0
line wrap: on
line source

PLUGIN = ap-fluidsynth$(PLUGIN_SUFFIX)
noinst_HEADERS = b-fluidsynth.h b-fluidsynth-config.h backend-fluidsynth-icon.xpm

SRCS = b-fluidsynth.c

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

plugindir := $(plugindir)/$(AMIDIPLUG_BACKEND_DIR)

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