view src/shnplug/Makefile @ 3193:93cf4d0a0dde

alsa-ng: Prefer "PCM" volume control over "Wave" on systems that have both, for consistency with OSS plugin and maybe other apps (closes AUD-34 and AUD-36).
author John Lindgren <john.lindgren@tds.net>
date Mon, 29 Jun 2009 23:05:56 -0400
parents c42fa8f89616
children
line wrap: on
line source

PLUGIN = libshnplug${PLUGIN_SUFFIX}

SRCS = array.c		\
       convert.c	\
       fixio.c		\
       gtk.c		\
       id3v2.c		\
       misc.c		\
       output.c		\
       seek.c		\
       shn.c		\
       shorten.c	\
       sulawalaw.c	\
       vario.c		\
       wave.c

include ../../buildsys.mk
include ../../extra.mk

plugindir := ${plugindir}/${INPUT_PLUGIN_DIR}

CFLAGS += ${PLUGIN_CFLAGS}
LDFLAGS += ${AUDLDFLAGS}
CPPFLAGS += ${PLUGIN_CPPFLAGS} ${PICFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${MOWGLI_CFLAGS} \
	     ${ARCH_DEFINES} ${SIMD_CFLAGS} -I../.. -Wall
LIBS += ${GTK_LIBS} ${GLIB_LIBS}