Mercurial > audlegacy-plugins
annotate src/sun/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 | cf1054422f81 |
| children | 0c50f248ed10 |
| rev | line source |
|---|---|
| 17 | 1 include ../../mk/rules.mk |
| 2 include ../../mk/init.mk | |
| 3 | |
| 4 sunsources = sun.c \ | |
| 5 audio.c \ | |
| 6 convert.c \ | |
| 7 mixer.c \ | |
| 8 configure.c \ | |
| 9 about.c | |
| 10 | |
| 11 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) | |
| 12 OBJECTIVE_LIBS = libsun$(SHARED_SUFFIX) | |
| 13 | |
| 14 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. | |
| 15 LIBADD = $(GTK_LIBS) | |
| 16 SOURCES= $(sunsources) | |
| 17 OBJECTS= ${SOURCES:.c=.o} | |
| 18 | |
| 19 include ../../mk/objective.mk |
