annotate src/stdio/Makefile @ 1862:d9d4b258fbf1

Millions of Makefile fixes. More to follow.
author Jonathan Schleifer <js@h3c.de>
date Mon, 24 Sep 2007 23:03:25 +0200
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)