Mercurial > audlegacy-plugins
view src/vtx/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 |
line wrap: on
line source
PLUGIN = vtx${PLUGIN_SUFFIX} SRCS = about.c \ ay8912.c \ config.c \ info.c \ lh5dec.c \ vtx.c \ vtxfile.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../.. -I. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}