Mercurial > audlegacy-plugins
annotate src/evdev-plug/Makefile @ 1882:eed7c270e8dd
Fix MILLIONS of Makefiles.
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Wed, 26 Sep 2007 14:53:37 +0200 |
| parents | 3c7750b27c80 |
| children | a56a26a5f233 |
| rev | line source |
|---|---|
| 1841 | 1 PLUGIN = evdev-plug${PLUGIN_SUFFIX} |
| 1882 | 2 SRCS = ed.c \ |
| 3 ed_bindings_store.c \ | |
| 4 ed_internals.c \ | |
| 5 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
|
6 |
| 1841 | 7 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
|
8 |
| 1841 | 9 include ../../buildsys.mk |
| 10 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
|
11 |
| 1841 | 12 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. |
| 13 CFLAGS += ${PLUGIN_CFLAGS} | |
| 1882 | 14 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |
