annotate src/OSS/Makefile @ 1839:4e8ed7dff435
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
| author |
William Pitcock <nenolod@atheme.org> |
| date |
Mon, 24 Sep 2007 14:03:31 -0500 |
| parents |
cae98a7eef82 |
| 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
|