Mercurial > audlegacy-plugins
view src/sid/Makefile @ 2784:eda1d6e7ea27
add ${AUDLDFLAGS} for linking audutil
author | VDR dai (audacious) <d+audacious@vdr.jp> |
---|---|
date | Tue, 08 Jul 2008 12:02:24 +0900 |
parents | 2541c1ba98a5 |
children |
line wrap: on
line source
PLUGIN = sid${PLUGIN_SUFFIX} SRCS = xs_init.c \ xs_about.c \ xs_support.c \ xs_config.c \ xs_length.c \ xs_genui.c \ xs_glade.c \ xs_interface.c \ xs_stil.c \ xs_fileinfo.c \ xs_filter.c \ xs_sidplay1.cc \ xs_sidplay2.cc \ xs_curve.c \ xs_slsup.c \ xmms-sid.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CXXFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} -D_REENTRANT -I../.. -DAUDACIOUS_PLUGIN ${MOWGLI_CFLAGS} ${SIDPLAY1_CFLAGS} ${SIDPLAY2_CFLAGS} ${BUILDERS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} LDFLAGS += ${AUDLDFLAGS} LIBS += ${BUILDERS_LDFLAGS} ${SIDPLAY1_LIBS} ${SIDPLAY2_LIBS} ${BUILDERS_LIBS} ${GTK_LIBS} ${GLIB_LIBS} -lstdc++ -laudutil