view src/amidi-plug/backend-fluidsynth/Makefile @ 2014:1ad002ce1bd0

Just a tiny cleanup.
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Wed, 10 Oct 2007 11:11:26 +0300
parents a56a26a5f233
children 6d33dffd1382
line wrap: on
line source

PLUGIN = ap-fluidsynth$(PLUGIN_SUFFIX)

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