view src/amidi-plug/backend-fluidsynth/Makefile @ 1596:9ad9b3479b38

Actually only use [!] marker in the subtune menu, not the whole info field.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Sep 2007 02:29:16 +0300
parents f19e6748d8eb
children e2904348f154
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}

LIBDEP =  ../pcfg/libpcfg.a

include ../../../mk/objective.mk