view src/timidity/libtimidity/Makefile @ 437:e1c6b223431e trunk

[svn] - amidiplug: on midi backend init, pass a function that helps the backend to get the location of amidi-plug.conf
author giacomo
date Mon, 15 Jan 2007 13:25:41 -0800
parents 67b56e61de74
children 550c9e382cf8
line wrap: on
line source

include ../../../mk/rules.mk
include ../../../mk/init.mk

OBJECTIVE_LIBS_NOINST = libtimidity.a

SOURCES = \
	common.c \
	instrum.c \
	instrum_dls.c \
	mix.c \
	options.h \
	output.c \
	playmidi.c \
	readmidi.c \
	resample.c \
	stream.c \
	tables.c \
	timidity.c

CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../..

OBJECTS = ${SOURCES:.c=.o}

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

libtimidity.a: $(OBJECTS)
	$(AR) cq $@ $(OBJECTS)