Mercurial > audlegacy-plugins
comparison src/metronom/Makefile @ 2006:a56a26a5f233
Revised the plugindir logic.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Wed, 10 Oct 2007 01:40:13 +0300 |
parents | fa2a37d3f7a2 |
children | 1ad002ce1bd0 |
comparison
equal
deleted
inserted
replaced
2005:e2904348f154 | 2006:a56a26a5f233 |
---|---|
1 PLUGIN = metronom${PLUGIN_SUFFIX} | 1 PLUGIN = metronom${PLUGIN_SUFFIX} |
2 | |
2 SRCS = metronom.c | 3 SRCS = metronom.c |
3 | |
4 plugindir = audacious/${INPUT_PLUGIN_DIR} | |
5 | 4 |
6 include ../../buildsys.mk | 5 include ../../buildsys.mk |
7 include ../../extra.mk | 6 include ../../extra.mk |
8 | 7 |
8 plugindir := $(plugindir)/${INPUT_PLUGIN_DIR} | |
9 | |
9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} -I../../intl -I../.. | 10 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} -I../../intl -I../.. |
10 CFLAGS += ${PLUGIN_CFLAGS} | 11 CFLAGS += ${PLUGIN_CFLAGS} |
11 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} | 12 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |