Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
2018:03a2bb1c521e | 2019:bf63252fb1fb |
---|---|
3 SRCS = b-alsa.c | 3 SRCS = b-alsa.c |
4 | 4 |
5 include ../../../buildsys.mk | 5 include ../../../buildsys.mk |
6 include ../../../extra.mk | 6 include ../../../extra.mk |
7 | 7 |
8 plugindir := ${plugindir}/${AMIDIPLUG_BACKEND_DIR} | 8 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR}/${AMIDIPLUG_BACKEND_DIR} |
9 | 9 |
10 CFLAGS += ${PLUGIN_CFLAGS} ${ALSA_CFLAGS} | 10 CFLAGS += ${PLUGIN_CFLAGS} ${ALSA_CFLAGS} |
11 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${ALSA_CFLAGS} ${GLIB_CFLAGS} -I../../.. | 11 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${ALSA_CFLAGS} ${GLIB_CFLAGS} -I../../.. |
12 LIBS += ${ALSA_LIBS} ../pcfg/libpcfg.a | 12 LIBS += ${ALSA_LIBS} ../pcfg/libpcfg.a |