Mercurial > audlegacy-plugins
annotate 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 |
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) |