annotate src/stdio/Makefile @ 1870:2a5ee6ed598d

console: Remove useless #include and related useless DBUS deps from Makefile; Fixed Makefile to actually build the plugin correctly.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 25 Sep 2007 18:16:25 +0300
parents b900277e18ec
children eed7c270e8dd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1843
b900277e18ec stdio: MK2
William Pitcock <nenolod@atheme.org>
parents: 1173
diff changeset
1 PLUGIN = stdio$(PLUGIN_SUFFIX)
b900277e18ec stdio: MK2
William Pitcock <nenolod@atheme.org>
parents: 1173
diff changeset
2 plugindir = audacious/$(TRANSPORT_PLUGIN_DIR)
306
b47f02042530 [svn] - pluginize the transport layer.
nenolod
parents:
diff changeset
3
1843
b900277e18ec stdio: MK2
William Pitcock <nenolod@atheme.org>
parents: 1173
diff changeset
4 SRCS = stdio.c
306
b47f02042530 [svn] - pluginize the transport layer.
nenolod
parents:
diff changeset
5
1843
b900277e18ec stdio: MK2
William Pitcock <nenolod@atheme.org>
parents: 1173
diff changeset
6 include ../../buildsys.mk
b900277e18ec stdio: MK2
William Pitcock <nenolod@atheme.org>
parents: 1173
diff changeset
7 include ../../extra.mk
306
b47f02042530 [svn] - pluginize the transport layer.
nenolod
parents:
diff changeset
8
1843
b900277e18ec stdio: MK2
William Pitcock <nenolod@atheme.org>
parents: 1173
diff changeset
9 CFLAGS += $(PLUGIN_CFLAGS)
b900277e18ec stdio: MK2
William Pitcock <nenolod@atheme.org>
parents: 1173
diff changeset
10 CPPFLAGS += $(PLUGIN_CPPFLAGS) $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(ARCH_DEFINES) $(XML_CPPFLAGS) \
b900277e18ec stdio: MK2
William Pitcock <nenolod@atheme.org>
parents: 1173
diff changeset
11 -I../../intl -I../.. -Wall
b900277e18ec stdio: MK2
William Pitcock <nenolod@atheme.org>
parents: 1173
diff changeset
12 LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(XML_LIBS)