Mercurial > audlegacy-plugins
comparison src/amidi-plug/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 | c42fa8f89616 |
comparison
equal
deleted
inserted
replaced
2018:03a2bb1c521e | 2019:bf63252fb1fb |
---|---|
15 SUBDIRS = pcfg ${AMIDIPLUG_BACKENDS} | 15 SUBDIRS = pcfg ${AMIDIPLUG_BACKENDS} |
16 | 16 |
17 include ../../buildsys.mk | 17 include ../../buildsys.mk |
18 include ../../extra.mk | 18 include ../../extra.mk |
19 | 19 |
20 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} | |
21 | |
20 CFLAGS += ${PLUGIN_CFLAGS} | 22 CFLAGS += ${PLUGIN_CFLAGS} |
21 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${GMODULE_CFLAGS} ${MOWGLI_CFLAGS} \ | 23 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${GMODULE_CFLAGS} ${MOWGLI_CFLAGS} \ |
22 -DAMIDIPLUGBACKENDDIR=\"${plugindir}/${AMIDIPLUG_BACKEND_DIR}\" -I../../intl -I../.. | 24 -DAMIDIPLUGBACKENDDIR=\"${plugindir}/${AMIDIPLUG_BACKEND_DIR}\" -I../../intl -I../.. |
23 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${GMODULE_LIBS} -lpthread ./pcfg/libpcfg.a | 25 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${GMODULE_LIBS} -lpthread ./pcfg/libpcfg.a |
24 | |
25 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} |