Mercurial > audlegacy-plugins
annotate src/timidity/libtimidity/Makefile @ 900:d985f0dcdeb0 trunk
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
finish this up, as my XLib skills are not enough at this time.
| author | nenolod |
|---|---|
| date | Mon, 26 Mar 2007 01:19:26 -0700 |
| parents | f19e6748d8eb |
| children | d447ee6c8bc0 |
| rev | line source |
|---|---|
| 22 | 1 include ../../../mk/rules.mk |
| 2 include ../../../mk/init.mk | |
| 3 | |
| 4 OBJECTIVE_LIBS_NOINST = libtimidity.a | |
| 5 | |
| 6 SOURCES = \ | |
| 7 common.c \ | |
| 8 instrum.c \ | |
| 9 instrum_dls.c \ | |
| 10 mix.c \ | |
| 11 output.c \ | |
| 12 playmidi.c \ | |
| 13 readmidi.c \ | |
| 14 resample.c \ | |
| 15 stream.c \ | |
| 16 tables.c \ | |
| 17 timidity.c | |
| 18 | |
|
578
550c9e382cf8
[svn] - splitted GTK_CFLAGS in GTK_CFLAGS, GLIB_CFLAGS and PANGO_CFLAGS, splitted GTK_LIBS in GTK_LIBS, GLIB_LIBS, PANGO_LIBS
giacomo
parents:
26
diff
changeset
|
19 CFLAGS += $(PICFLAGS) -I../../.. |
| 22 | 20 |
| 21 OBJECTS = ${SOURCES:.c=.o} | |
| 22 | |
| 23 include ../../../mk/objective.mk |
