Mercurial > audlegacy-plugins
view src/timidity/libtimidity/Makefile @ 1785:d447ee6c8bc0
timidity: Mk2
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 24 Sep 2007 12:06:17 -0500 |
parents | f19e6748d8eb |
children |
line wrap: on
line source
include ../../../extra.mk STATIC_LIB_NOINST = libtimidity.a SRCS = \ common.c \ instrum.c \ instrum_dls.c \ mix.c \ output.c \ playmidi.c \ readmidi.c \ resample.c \ stream.c \ tables.c \ timidity.c include ../../../buildsys.mk CFLAGS += $(PLUGIN_CFLAGS) CPPFLAGS += -I../../.. $(GLIB_CFLAGS)