Mercurial > audlegacy-plugins
view 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 source
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