Mercurial > audlegacy-plugins
annotate src/tta/Makefile @ 2006:a56a26a5f233
Revised the plugindir logic.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Wed, 10 Oct 2007 01:40:13 +0300 |
parents | eed7c270e8dd |
children | 1ad002ce1bd0 |
rev | line source |
---|---|
1882 | 1 PLUGIN = tta${PLUGIN_SUFFIX} |
2 SRCS = libtta.c \ | |
3 ttadec.c | |
4 | |
5 include ../../buildsys.mk | |
1787 | 6 include ../../extra.mk |
290 | 7 |
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1882
diff
changeset
|
8 plugindir := $(plugindir)/${INPUT_PLUGIN_DIR} |
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1882
diff
changeset
|
9 |
1882 | 10 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. |
11 CFLAGS += ${PLUGIN_CFLAGS} | |
12 LIBS += -L${libdir} -laudid3tag ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |