Mercurial > audlegacy-plugins
view src/timidity/libtimidity/Makefile @ 1839:4e8ed7dff435
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 24 Sep 2007 14:03:31 -0500 |
| parents | d447ee6c8bc0 |
| 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)
