Mercurial > audlegacy-plugins
view src/amidi-plug/backend-fluidsynth/Makefile @ 154:1378854babe0 trunk
[svn] - a more complicated paranormal example preset
author | nenolod |
---|---|
date | Tue, 31 Oct 2006 01:29:30 -0800 |
parents | 4f0b50f2e5d6 |
children | f19e6748d8eb |
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../../.. 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