Mercurial > audlegacy-plugins
annotate src/OSS/Makefile @ 1799:cae98a7eef82
OSS: Mk2
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 24 Sep 2007 12:47:30 -0500 |
parents | 550c9e382cf8 |
children | d9d4b258fbf1 |
rev | line source |
---|---|
1799 | 1 include ../../extra.mk |
17 | 2 |
1799 | 3 PLUGIN = OSS$(SHARED_SUFFIX) |
4 plugindir = audacious/$(OUTPUT_PLUGIN_DIR) | |
17 | 5 |
1799 | 6 SRCS = OSS.c mixer.c about.c configure.c audio.c init.c convert.c |
17 | 7 |
1799 | 8 include ../../buildsys.mk |
17 | 9 |
1799 | 10 LIBS += $(OSS_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) |
11 CFLAGS += $(PLUGIN_CFLAGS) | |
12 CPPFLAGS += $(PLUGIN_CPPFLAGS) $(MOWGLI_CFLAGS) $(OSS_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. -I. | |
17 | 13 |