Mercurial > audlegacy-plugins
view src/amidi-plug/backend-alsa/Makefile @ 2019:bf63252fb1fb
Pushed down the amidi-plug dir into the Input dir.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Thu, 11 Oct 2007 18:11:28 +0300 |
parents | 03a2bb1c521e |
children | ce4beb166e92 |
line wrap: on
line source
PLUGIN = ap-alsa${PLUGIN_SUFFIX} SRCS = b-alsa.c include ../../../buildsys.mk include ../../../extra.mk plugindir := ${plugindir}/${INPUT_PLUGIN_DIR}/${AMIDIPLUG_BACKEND_DIR} CFLAGS += ${PLUGIN_CFLAGS} ${ALSA_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${ALSA_CFLAGS} ${GLIB_CFLAGS} -I../../.. LIBS += ${ALSA_LIBS} ../pcfg/libpcfg.a