Mercurial > SDL_sound_CoreAudio
annotate decoders/timidity/Makefile.am @ 449:daeb71a3f1ed
Extremely minor cleanup.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sat, 13 Sep 2003 20:27:33 +0000 |
parents | 2d887640d300 |
children | cbc2a4ffeeec |
rev | line source |
---|---|
199 | 1 noinst_LTLIBRARIES = libtimidity.la |
2 | |
3 INCLUDES = -I$(top_srcdir) | |
4 | |
5 if USE_TIMIDITY | |
6 libtimidity_la_SOURCES = \ | |
7 common.c \ | |
8 common.h \ | |
9 instrum.c \ | |
10 instrum.h \ | |
11 mix.c \ | |
12 mix.h \ | |
13 options.h \ | |
14 output.c \ | |
15 output.h \ | |
16 playmidi.c \ | |
17 playmidi.h \ | |
18 readmidi.c \ | |
19 readmidi.h \ | |
20 resample.c \ | |
21 resample.h \ | |
22 tables.c \ | |
23 tables.h \ | |
24 timidity.c \ | |
25 timidity.h | |
26 else | |
27 libtimidity_la_SOURCES = | |
28 endif | |
29 | |
30 EXTRA_DIST = FAQ README CHANGES TODO |