Mercurial > audlegacy-plugins
comparison src/rootvis/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 = rootvis${PLUGIN_SUFFIX} | 1 PLUGIN = rootvis${PLUGIN_SUFFIX} |
2 | |
2 SRCS = config_backend.c \ | 3 SRCS = config_backend.c \ |
3 config_definition.c \ | 4 config_definition.c \ |
4 config_frontend.c \ | 5 config_frontend.c \ |
5 config_frontend_widgets.c \ | 6 config_frontend_widgets.c \ |
6 getroot.c \ | 7 getroot.c \ |
9 include ../../buildsys.mk | 10 include ../../buildsys.mk |
10 include ../../extra.mk | 11 include ../../extra.mk |
11 | 12 |
12 plugindir := $(plugindir)/${VISUALIZATION_PLUGIN_DIR} | 13 plugindir := $(plugindir)/${VISUALIZATION_PLUGIN_DIR} |
13 | 14 |
14 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} -I. ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${IMLIB2_CFLAGS} | |
15 CFLAGS += ${PLUGIN_CFLAGS} | 15 CFLAGS += ${PLUGIN_CFLAGS} |
16 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${IMLIB2_CFLAGS} -I. | |
16 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${IMLIB2_LIBS} | 17 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${IMLIB2_LIBS} |