Mercurial > audlegacy-plugins
view src/shnplug/Makefile @ 2103:90f2dcd39e85
Added tag audacious-plugins-1.4.0-beta3 for changeset 42a16b5e5151
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 19 Oct 2007 05:45:48 -0500 |
parents | 03a2bb1c521e |
children | 76f9a4168708 |
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} \ ${PANGO_CFLAGS} ${ARCH_DEFINES} ${SIMD_CFLAGS} -I../../intl -I../.. -Wall LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} # These were the additional link flags in the old Makefile: # -L/opt/local/lib -L${plugindir} -laudid3tag -Wl,-rpath=${plugindir}