annotate src/hotkey/Makefile @ 1814:6bc14eddc4c3

hotkey: Mk2
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 13:06:11 -0500
parents ec4e8ec829b1
children eed7c270e8dd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1814
6bc14eddc4c3 hotkey: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1543
diff changeset
1 PLUGIN = hotkey$(PLUGIN_SUFFIX)
6bc14eddc4c3 hotkey: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1543
diff changeset
2 plugindir = audacious/$(GENERAL_PLUGIN_DIR)
1543
ec4e8ec829b1 Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
diff changeset
3
1814
6bc14eddc4c3 hotkey: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1543
diff changeset
4 SRCS = plugin.c
1543
ec4e8ec829b1 Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
diff changeset
5
1814
6bc14eddc4c3 hotkey: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1543
diff changeset
6 include ../../buildsys.mk
6bc14eddc4c3 hotkey: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1543
diff changeset
7 include ../../extra.mk
1543
ec4e8ec829b1 Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
diff changeset
8
1814
6bc14eddc4c3 hotkey: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1543
diff changeset
9 LIBADD = $(GLIB_LIBS) $(DBUS_LIBS)
6bc14eddc4c3 hotkey: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1543
diff changeset
10 CFLAGS += $(PLUGIN_CFLAGS)
6bc14eddc4c3 hotkey: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1543
diff changeset
11 CPPFLAGS += $(PLUGIN_CPPFLAGS) $(GTK_CFLAGS) $(MOWGLI_CFLAGS) $(GLIB_CFLAGS) $(DBUS_CFLAGS) -I../../intl -I../.. -I..