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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1785
d447ee6c8bc0 timidity: Mk2
William Pitcock <nenolod@atheme.org>
parents: 894
diff changeset
1 include ../../../extra.mk
22
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
2
1785
d447ee6c8bc0 timidity: Mk2
William Pitcock <nenolod@atheme.org>
parents: 894
diff changeset
3 STATIC_LIB_NOINST = libtimidity.a
22
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
4
1785
d447ee6c8bc0 timidity: Mk2
William Pitcock <nenolod@atheme.org>
parents: 894
diff changeset
5 SRCS = \
22
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
6 common.c \
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
7 instrum.c \
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
8 instrum_dls.c \
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
9 mix.c \
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
10 output.c \
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
11 playmidi.c \
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
12 readmidi.c \
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
13 resample.c \
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
14 stream.c \
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
15 tables.c \
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
16 timidity.c
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
17
1785
d447ee6c8bc0 timidity: Mk2
William Pitcock <nenolod@atheme.org>
parents: 894
diff changeset
18 include ../../../buildsys.mk
22
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
19
1785
d447ee6c8bc0 timidity: Mk2
William Pitcock <nenolod@atheme.org>
parents: 894
diff changeset
20 CFLAGS += $(PLUGIN_CFLAGS)
d447ee6c8bc0 timidity: Mk2
William Pitcock <nenolod@atheme.org>
parents: 894
diff changeset
21 CPPFLAGS += -I../../.. $(GLIB_CFLAGS)