Mercurial > audlegacy-plugins
comparison src/madplug/Makefile @ 2014:1ad002ce1bd0
Just a tiny cleanup.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Wed, 10 Oct 2007 11:11:26 +0300 |
parents | a56a26a5f233 |
children | 6d33dffd1382 |
comparison
equal
deleted
inserted
replaced
2013:ecd1e22f7e80 | 2014:1ad002ce1bd0 |
---|---|
1 PLUGIN = madplug${PLUGIN_SUFFIX} | 1 PLUGIN = madplug${PLUGIN_SUFFIX} |
2 | |
2 SRCS = configure.c \ | 3 SRCS = configure.c \ |
3 dither.c \ | 4 dither.c \ |
4 input.c \ | 5 input.c \ |
5 replaygain.c \ | 6 replaygain.c \ |
6 decoder.c \ | 7 decoder.c \ |
11 include ../../buildsys.mk | 12 include ../../buildsys.mk |
12 include ../../extra.mk | 13 include ../../extra.mk |
13 | 14 |
14 plugindir := $(plugindir)/${INPUT_PLUGIN_DIR} | 15 plugindir := $(plugindir)/${INPUT_PLUGIN_DIR} |
15 | 16 |
17 CFLAGS += ${PLUGIN_CFLAGS} | |
16 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${MOWGLI_CFLAGS} ${ARCH_DEFINES} ${SIMD_CFLAGS} -I../.. | 18 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${MOWGLI_CFLAGS} ${ARCH_DEFINES} ${SIMD_CFLAGS} -I../.. |
17 CFLAGS += ${PLUGIN_CFLAGS} | 19 LIBS += -lmad -laudid3tag ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |
18 LIBS += -L${libdir} -laudid3tag -lmad ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |