Mercurial > audlegacy-plugins
annotate src/amidi-plug/backend-fluidsynth/Makefile @ 27:4f0b50f2e5d6 trunk
[svn] - fix more build issues
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 04:12:18 -0700 |
parents | ce59c143f659 |
children | f19e6748d8eb |
rev | line source |
---|---|
20 | 1 include ../../../mk/rules.mk |
2 include ../../../mk/init.mk | |
3 | |
4 noinst_HEADERS = b-fluidsynth.h b-fluidsynth-config.h backend-fluidsynth-icon.xpm | |
5 | |
27 | 6 CFLAGS += $(PICFLAGS) $(GLIB_CFLAGS) $(FLUIDSYNTH_CFLAGS) -I../../.. |
20 | 7 |
8 libdir = $(AMIDIPLUGBACKENDDIR) | |
9 | |
10 OBJECTIVE_LIBS = ap-fluidsynth$(SHARED_SUFFIX) | |
11 | |
12 LIBADD = -lm $(GLIB_LIBS) $(FLUIDSYNTH_LIBS) ../pcfg/libpcfg.a | |
13 SOURCES = b-fluidsynth.c | |
14 | |
15 OBJECTS = ${SOURCES:.c=.o} | |
16 | |
17 include ../../../mk/objective.mk |