Mercurial > audlegacy-plugins
view src/modplug/gui/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 | f19e6748d8eb |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../.. CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../.. OBJECTIVE_LIBS_NOINST = libgui.a SOURCES = main.cxx support.cxx interface.cxx callbacks.cxx OBJECTS = ${SOURCES:.cxx=.o} include ../../../mk/objective.mk libgui.a: $(OBJECTS) $(AR) cq $@ $(OBJECTS)
