Mercurial > SDL_sound_CoreAudio
annotate decoders/timidity/Makefile.am @ 503:a0297d442b6a
From stable branch: fixed up timidity and mpglib Makefile.am files.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 06 Dec 2005 12:17:39 +0000 |
parents | cbc2a4ffeeec |
children |
rev | line source |
---|---|
503
a0297d442b6a
From stable branch: fixed up timidity and mpglib Makefile.am files.
Ryan C. Gordon <icculus@icculus.org>
parents:
455
diff
changeset
|
1 if USE_TIMIDITY |
199 | 2 noinst_LTLIBRARIES = libtimidity.la |
503
a0297d442b6a
From stable branch: fixed up timidity and mpglib Makefile.am files.
Ryan C. Gordon <icculus@icculus.org>
parents:
455
diff
changeset
|
3 endif |
199 | 4 |
5 INCLUDES = -I$(top_srcdir) | |
6 | |
7 libtimidity_la_SOURCES = \ | |
8 common.c \ | |
9 common.h \ | |
455
cbc2a4ffeeec
* Added support for loading DLS format instruments:
hercules
parents:
199
diff
changeset
|
10 dls1.h \ |
cbc2a4ffeeec
* Added support for loading DLS format instruments:
hercules
parents:
199
diff
changeset
|
11 dls2.h \ |
199 | 12 instrum.c \ |
13 instrum.h \ | |
455
cbc2a4ffeeec
* Added support for loading DLS format instruments:
hercules
parents:
199
diff
changeset
|
14 instrum_dls.c \ |
cbc2a4ffeeec
* Added support for loading DLS format instruments:
hercules
parents:
199
diff
changeset
|
15 instrum_dls.h \ |
199 | 16 mix.c \ |
17 mix.h \ | |
18 options.h \ | |
19 output.c \ | |
20 output.h \ | |
21 playmidi.c \ | |
22 playmidi.h \ | |
23 readmidi.c \ | |
24 readmidi.h \ | |
25 resample.c \ | |
26 resample.h \ | |
27 tables.c \ | |
28 tables.h \ | |
29 timidity.c \ | |
30 timidity.h | |
31 | |
503
a0297d442b6a
From stable branch: fixed up timidity and mpglib Makefile.am files.
Ryan C. Gordon <icculus@icculus.org>
parents:
455
diff
changeset
|
32 EXTRA_DIST = CHANGES COPYING FAQ README TODO Makefile.testmidi testmidi.c |
a0297d442b6a
From stable branch: fixed up timidity and mpglib Makefile.am files.
Ryan C. Gordon <icculus@icculus.org>
parents:
455
diff
changeset
|
33 |