Mercurial > audlegacy-plugins
view src/filewriter/Makefile @ 2078:1fa3c8cd366a
paranormal-ng: a GL visualiser. lots to do, most stuff won't work, but hey, this will do cool stuff too soon
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 15 Oct 2007 06:20:13 -0500 |
parents | 6d33dffd1382 |
children | 6e4ad45c21d6 |
line wrap: on
line source
PLUGIN = filewriter${PLUGIN_SUFFIX} SRCS = filewriter.c \ wav.c \ mp3.c \ vorbis.c \ flac.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GLIB_CFLAGS} ${GTK_CFLAGS} ${PANGO_CFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} -I../../intl -I../.. LIBS += ${GTK_LIBS} ${FILEWRITER_LIBS}