view src/amidi-plug/backend-fluidsynth/Makefile @ 613:85a70ace8c02 trunk

[svn] - press F5 on not yet played stream no longer hangs. - some cleanups.
author yaz
date Wed, 07 Feb 2007 01:10:37 -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