Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
19:6c3e72ff90b0 | 20:ce59c143f659 |
---|---|
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 | |
6 CFLAGS += $(PICFLAGS) $(GLIB_CFLAGS) $(FLUIDSYNTH_CFLAGS) -I../../../../intl -I../../../.. | |
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 |