Mercurial > audlegacy-plugins
view src/amidi-plug/Makefile @ 2524:c42fa8f89616
Remove -I../../intl and PANGO_{CFLAGS,LIBS} from those Makefiles where they are not needed (in practice almost all of them.)
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Thu, 17 Apr 2008 05:04:07 +0300 |
parents | bf63252fb1fb |
children |
line wrap: on
line source
PLUGIN = amidi-plug${PLUGIN_SUFFIX} SRCS = amidi-plug.c \ i_vfslayer.c \ i_midi.c \ i_backend.c \ i_configure.c \ i_configure-ap.c \ i_configure-alsa.c \ i_configure-fluidsynth.c \ i_configure-dummy.c \ i_utils.c \ i_fileinfo.c SUBDIRS = pcfg ${AMIDIPLUG_BACKENDS} include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${GMODULE_CFLAGS} ${MOWGLI_CFLAGS} \ -DAMIDIPLUGBACKENDDIR=\"${plugindir}/${AMIDIPLUG_BACKEND_DIR}\" -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${GMODULE_LIBS} -lpthread ./pcfg/libpcfg.a