Mercurial > audlegacy-plugins
view src/flac/plugin_common/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 | 5f53309bb7d8 |
| children | f19e6748d8eb |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk CFLAGS += $(PICFLAGS) -I.. -I../../.. -I../libflac OBJECTIVE_LIBS_NOINST = libplugin_common.a noinst_HEADERS = \ all.h \ charset.h \ defs.h \ dither.h \ locale_hack.h \ tags.h \ replaygain.h SOURCES = \ charset.c \ dither.c \ tags.c \ replaygain.c OBJECTS = ${SOURCES:.c=.o} libplugin_common.a: $(OBJECTS) $(AR) cq $@ $(OBJECTS) include ../../../mk/objective.mk
