Mercurial > audlegacy-plugins
view src/evdev-plug/Makefile @ 879:c7daa70ffe7e trunk
[svn] alsa output plugin: use snd_pcm_wait in place of raw polls to handle device readyness; this allows to use alsa plugins such as jackplug; requires testing
| author | giacomo |
|---|---|
| date | Mon, 19 Mar 2007 13:18:28 -0700 |
| parents | 550c9e382cf8 |
| children | 3c7750b27c80 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libevdev-plug$(SHARED_SUFFIX) noinst_HEADERS = ed.h ed_ui.h ed_types.h ed_internals.h ed_actions.h ed_bindings_store.h ed_common.h LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) SOURCES = ed.c ed_ui.c ed_internals.c ed_bindings_store.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) \ -I../../intl -I../.. -I.. include ../../mk/objective.mk
