Mercurial > audlegacy-plugins
comparison src/evdev-plug/Makefile @ 2014:1ad002ce1bd0
Just a tiny cleanup.
| author | Eugene Paskevich <eugene@raptor.kiev.ua> |
|---|---|
| date | Wed, 10 Oct 2007 11:11:26 +0300 |
| parents | a56a26a5f233 |
| children | 6d33dffd1382 |
comparison
equal
deleted
inserted
replaced
| 2013:ecd1e22f7e80 | 2014:1ad002ce1bd0 |
|---|---|
| 1 PLUGIN = evdev-plug${PLUGIN_SUFFIX} | 1 PLUGIN = evdev-plug${PLUGIN_SUFFIX} |
| 2 | |
| 2 SRCS = ed.c \ | 3 SRCS = ed.c \ |
| 3 ed_bindings_store.c \ | 4 ed_bindings_store.c \ |
| 4 ed_internals.c \ | 5 ed_internals.c \ |
| 5 ed_ui.c | 6 ed_ui.c |
| 6 | 7 |
| 7 include ../../buildsys.mk | 8 include ../../buildsys.mk |
| 8 include ../../extra.mk | 9 include ../../extra.mk |
| 9 | 10 |
| 10 plugindir := $(plugindir)/${GENERAL_PLUGIN_DIR} | 11 plugindir := $(plugindir)/${GENERAL_PLUGIN_DIR} |
| 11 | 12 |
| 13 CFLAGS += ${PLUGIN_CFLAGS} | |
| 12 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. | 14 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. |
| 13 CFLAGS += ${PLUGIN_CFLAGS} | |
| 14 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} | 15 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |
