Mercurial > audlegacy-plugins
annotate 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 |
| rev | line source |
|---|---|
| 1785 | 1 include ../../../extra.mk |
| 22 | 2 |
| 1785 | 3 STATIC_LIB_NOINST = libtimidity.a |
| 22 | 4 |
| 1785 | 5 SRCS = \ |
| 22 | 6 common.c \ |
| 7 instrum.c \ | |
| 8 instrum_dls.c \ | |
| 9 mix.c \ | |
| 10 output.c \ | |
| 11 playmidi.c \ | |
| 12 readmidi.c \ | |
| 13 resample.c \ | |
| 14 stream.c \ | |
| 15 tables.c \ | |
| 16 timidity.c | |
| 17 | |
| 1785 | 18 include ../../../buildsys.mk |
| 22 | 19 |
| 1785 | 20 CFLAGS += $(PLUGIN_CFLAGS) |
| 21 CPPFLAGS += -I../../.. $(GLIB_CFLAGS) |
