annotate src/hotkey/Makefile @ 2008:b3002edfa3b9

Converted the last plugin to the new build system.
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Wed, 10 Oct 2007 06:01:07 +0300
parents a56a26a5f233
children 1ad002ce1bd0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1882
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1814
diff changeset
1 PLUGIN = hotkey${PLUGIN_SUFFIX}
1543
ec4e8ec829b1 Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
diff changeset
2
1814
6bc14eddc4c3 hotkey: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1543
diff changeset
3 SRCS = plugin.c
1543
ec4e8ec829b1 Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
diff changeset
4
1814
6bc14eddc4c3 hotkey: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1543
diff changeset
5 include ../../buildsys.mk
6bc14eddc4c3 hotkey: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1543
diff changeset
6 include ../../extra.mk
1543
ec4e8ec829b1 Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
diff changeset
7
2006
a56a26a5f233 Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents: 1882
diff changeset
8 plugindir := $(plugindir)/${GENERAL_PLUGIN_DIR}
a56a26a5f233 Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents: 1882
diff changeset
9
1882
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1814
diff changeset
10 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${MOWGLI_CFLAGS} ${GLIB_CFLAGS} ${DBUS_CFLAGS} -I../../intl -I../.. -I..
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1814
diff changeset
11 CFLAGS += ${PLUGIN_CFLAGS}
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1814
diff changeset
12 LIBS += ${GLIB_LIBS} ${DBUS_LIBS}