annotate src/hotkey/Makefile @ 1882:eed7c270e8dd

Fix MILLIONS of Makefiles.
author Jonathan Schleifer <js@h3c.de>
date Wed, 26 Sep 2007 14:53:37 +0200
parents 6bc14eddc4c3
children a56a26a5f233
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}
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1814
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
1882
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1814
diff changeset
9 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
10 CFLAGS += ${PLUGIN_CFLAGS}
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1814
diff changeset
11 LIBS += ${GLIB_LIBS} ${DBUS_LIBS}