Mercurial > audlegacy-plugins
diff src/amidi-plug/backend-fluidsynth/Makefile @ 20:ce59c143f659 trunk
[svn] - makefile cleanups
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 03:48:36 -0700 |
parents | |
children | 4f0b50f2e5d6 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/amidi-plug/backend-fluidsynth/Makefile Mon Sep 18 03:48:36 2006 -0700 @@ -0,0 +1,17 @@ +include ../../../mk/rules.mk +include ../../../mk/init.mk + +noinst_HEADERS = b-fluidsynth.h b-fluidsynth-config.h backend-fluidsynth-icon.xpm + +CFLAGS += $(PICFLAGS) $(GLIB_CFLAGS) $(FLUIDSYNTH_CFLAGS) -I../../../../intl -I../../../.. + +libdir = $(AMIDIPLUGBACKENDDIR) + +OBJECTIVE_LIBS = ap-fluidsynth$(SHARED_SUFFIX) + +LIBADD = -lm $(GLIB_LIBS) $(FLUIDSYNTH_LIBS) ../pcfg/libpcfg.a +SOURCES = b-fluidsynth.c + +OBJECTS = ${SOURCES:.c=.o} + +include ../../../mk/objective.mk