Mercurial > audlegacy-plugins
annotate src/timidity/libtimidity/Makefile @ 41:f46ea650face trunk
[svn] - release the audio buffer used by HAL when we close the device.
| author | nenolod |
|---|---|
| date | Wed, 20 Sep 2006 00:48:59 -0700 |
| parents | 67b56e61de74 |
| children | 550c9e382cf8 |
| 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 options.h \ | |
| 12 output.c \ | |
| 13 playmidi.c \ | |
| 14 readmidi.c \ | |
| 15 resample.c \ | |
| 16 stream.c \ | |
| 17 tables.c \ | |
| 18 timidity.c | |
| 19 | |
| 26 | 20 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../.. |
| 22 | 21 |
| 22 OBJECTS = ${SOURCES:.c=.o} | |
| 23 | |
| 24 include ../../../mk/objective.mk | |
| 25 | |
| 26 libtimidity.a: $(OBJECTS) | |
| 27 $(AR) cq $@ $(OBJECTS) |
