view src/timidity/libtimidity/Makefile @ 879:c7daa70ffe7e trunk

[svn] alsa output plugin: use snd_pcm_wait in place of raw polls to handle device readyness; this allows to use alsa plugins such as jackplug; requires testing
author giacomo
date Mon, 19 Mar 2007 13:18:28 -0700
parents 550c9e382cf8
children f19e6748d8eb
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) -I../../..

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

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

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