view src/amidi-plug/backend-fluidsynth/Makefile @ 2018:03a2bb1c521e

Curly vs round braces (part 2)
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Thu, 11 Oct 2007 17:46:49 +0300
parents 6d33dffd1382
children bf63252fb1fb
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