Mercurial > SDL_sound_CoreAudio
annotate decoders/timidity/Makefile.am @ 465:636796aed4e2
Build/packaging fixes.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 12 Oct 2003 19:06:44 +0000 |
parents | cbc2a4ffeeec |
children | 7a5ea0018285 |
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 \ | |
455
cbc2a4ffeeec
* Added support for loading DLS format instruments:
hercules
parents:
199
diff
changeset
|
9 dls1.h \ |
cbc2a4ffeeec
* Added support for loading DLS format instruments:
hercules
parents:
199
diff
changeset
|
10 dls2.h \ |
199 | 11 instrum.c \ |
12 instrum.h \ | |
455
cbc2a4ffeeec
* Added support for loading DLS format instruments:
hercules
parents:
199
diff
changeset
|
13 instrum_dls.c \ |
cbc2a4ffeeec
* Added support for loading DLS format instruments:
hercules
parents:
199
diff
changeset
|
14 instrum_dls.h \ |
199 | 15 mix.c \ |
16 mix.h \ | |
17 options.h \ | |
18 output.c \ | |
19 output.h \ | |
20 playmidi.c \ | |
21 playmidi.h \ | |
22 readmidi.c \ | |
23 readmidi.h \ | |
24 resample.c \ | |
25 resample.h \ | |
26 tables.c \ | |
27 tables.h \ | |
28 timidity.c \ | |
29 timidity.h | |
30 else | |
31 libtimidity_la_SOURCES = | |
32 endif | |
33 | |
34 EXTRA_DIST = FAQ README CHANGES TODO |