Mercurial > audlegacy-plugins
view src/paranormal/Makefile @ 2991:2cdf6400594c
flacng: enable replaygain
author | Teemu Torma <teemu@torma.org> |
---|---|
date | Tue, 10 Feb 2009 23:56:41 +0100 |
parents | 134deb25be83 |
children |
line wrap: on
line source
PLUGIN = paranormal${PLUGIN_SUFFIX} SRCS = actuators.c \ beatdetect.c \ builtins.c \ cfg.c \ cmaps.c \ containers.c \ drawing.c \ freq.c \ general.c \ misc.c \ paranormal.c \ plugin.c \ presets.c \ wave.c \ xform.c \ libcalc/dict.c \ libcalc/execute.c \ libcalc/function.c \ libcalc/parser.c \ libcalc/storage.c SUBDIRS = presets include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${VISUALIZATION_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} ${SDL_CFLAGS} -I../.. -I. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${XML_LIBS} ${SDL_LIBS}