Mercurial > audlegacy-plugins
view src/metronom/Makefile @ 2135:3bbb2673419b
projectM 1.0: nuked.
the plugin was nuked from tree due to idiotic upstream, trashy CMake buildsystem, etc etc etc.
i don't want to support this code nor deal with support inquiries concerning this, so honestly,
if someone wants to provide this as a third party plugin that's fine, but it is not living in
-plugins anymore (e.g. audacious-plugins should only include sane plugins)
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sat, 27 Oct 2007 12:14:37 -0500 |
parents | 6d33dffd1382 |
children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = metronom${PLUGIN_SUFFIX} SRCS = metronom.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} -I../../intl -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}