comparison src/amidi-plug/backend-fluidsynth/Makefile @ 2006:a56a26a5f233

Revised the plugindir logic.
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Wed, 10 Oct 2007 01:40:13 +0300
parents e2904348f154
children 1ad002ce1bd0
comparison
equal deleted inserted replaced
2005:e2904348f154 2006:a56a26a5f233
1 PLUGIN = ap-fluidsynth$(PLUGIN_SUFFIX) 1 PLUGIN = ap-fluidsynth$(PLUGIN_SUFFIX)
2 plugindir = audacious/$(AMIDIPLUG_BACKEND_DIR)
3
4 noinst_HEADERS = b-fluidsynth.h b-fluidsynth-config.h backend-fluidsynth-icon.xpm 2 noinst_HEADERS = b-fluidsynth.h b-fluidsynth-config.h backend-fluidsynth-icon.xpm
5 3
6 SRCS = b-fluidsynth.c 4 SRCS = b-fluidsynth.c
7 5
8 include ../../../buildsys.mk 6 include ../../../buildsys.mk
9 include ../../../extra.mk 7 include ../../../extra.mk
10 8
9 plugindir := $(plugindir)/$(AMIDIPLUG_BACKEND_DIR)
10
11 CFLAGS += $(PLUGIN_CFLAGS) $(FLUIDSYNTH_CFLAGS) 11 CFLAGS += $(PLUGIN_CFLAGS) $(FLUIDSYNTH_CFLAGS)
12 CPPFLAGS += $(PLUGIN_CPPFLAGS) $(FLUIDSYNTH_CFLAGS) $(GLIB_CFLAGS) -I../../.. 12 CPPFLAGS += $(PLUGIN_CPPFLAGS) $(FLUIDSYNTH_CFLAGS) $(GLIB_CFLAGS) -I../../..
13 LIBS += $(FLUIDSYNTH_LIBS) ../pcfg/libpcfg.a 13 LIBS += $(FLUIDSYNTH_LIBS) ../pcfg/libpcfg.a