annotate src/smb/Makefile @ 1856:4c500c11f168

smb: MK2
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 14:28:35 -0500
parents 71c6cbf25348
children eed7c270e8dd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1856
4c500c11f168 smb: MK2
William Pitcock <nenolod@atheme.org>
parents: 845
diff changeset
1 PLUGIN = smb$(PLUGIN_SUFFIX)
4c500c11f168 smb: MK2
William Pitcock <nenolod@atheme.org>
parents: 845
diff changeset
2 plugindir = audacious/$(TRANSPORT_PLUGIN_DIR)
845
71c6cbf25348 [svn] - Prototype smb:// vfs transport. Needs testing.
nazca
parents:
diff changeset
3
1856
4c500c11f168 smb: MK2
William Pitcock <nenolod@atheme.org>
parents: 845
diff changeset
4 SRCS = smb.c
845
71c6cbf25348 [svn] - Prototype smb:// vfs transport. Needs testing.
nazca
parents:
diff changeset
5
1856
4c500c11f168 smb: MK2
William Pitcock <nenolod@atheme.org>
parents: 845
diff changeset
6 include ../../buildsys.mk
4c500c11f168 smb: MK2
William Pitcock <nenolod@atheme.org>
parents: 845
diff changeset
7 include ../../extra.mk
845
71c6cbf25348 [svn] - Prototype smb:// vfs transport. Needs testing.
nazca
parents:
diff changeset
8
1856
4c500c11f168 smb: MK2
William Pitcock <nenolod@atheme.org>
parents: 845
diff changeset
9 CFLAGS += $(PLUGIN_CFLAGS)
4c500c11f168 smb: MK2
William Pitcock <nenolod@atheme.org>
parents: 845
diff changeset
10 CPPFLAGS += $(PLUGIN_CPPFLAGS) $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(ARCH_DEFINES) $(XML_CPPFLAGS) \
4c500c11f168 smb: MK2
William Pitcock <nenolod@atheme.org>
parents: 845
diff changeset
11 -I../../intl -I../.. -Wall
4c500c11f168 smb: MK2
William Pitcock <nenolod@atheme.org>
parents: 845
diff changeset
12 LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(XML_LIBS) -lsmbclient