Mercurial > audlegacy-plugins
view src/OSS/Makefile @ 2152:8a5231ff9c4f
- Use a single lock for the ring buffer and the condition variable
| author | Ralf Ertzinger <ralf@skytale.net> |
|---|---|
| date | Sun, 04 Nov 2007 14:05:16 +0100 |
| parents | 6d33dffd1382 |
| children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = OSS${PLUGIN_SUFFIX} SRCS = OSS.c \ mixer.c \ about.c \ configure.c \ audio.c \ init.c \ convert.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${OSS_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. -I. LIBS += ${OSS_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}
