annotate src/evdev-plug/Makefile @ 1867:f83e1be5b3fa

Fix ALSA plugin's Makefile.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 25 Sep 2007 17:24:25 +0300
parents 3c7750b27c80
children eed7c270e8dd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1841
3c7750b27c80 evdev-plug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
1 PLUGIN = evdev-plug${PLUGIN_SUFFIX}
3c7750b27c80 evdev-plug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
2 SRCS = ed.c ed_bindings_store.c ed_internals.c ed_ui.c
422
5e46b57d1eda [svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
diff changeset
3
1841
3c7750b27c80 evdev-plug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
4 plugindir = audacious/${GENERAL_PLUGIN_DIR}
422
5e46b57d1eda [svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
diff changeset
5
1841
3c7750b27c80 evdev-plug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
6 include ../../buildsys.mk
3c7750b27c80 evdev-plug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
7 include ../../extra.mk
422
5e46b57d1eda [svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
diff changeset
8
1841
3c7750b27c80 evdev-plug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../..
3c7750b27c80 evdev-plug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
10 CFLAGS += ${PLUGIN_CFLAGS}
3c7750b27c80 evdev-plug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
11 LIBADD = ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}