Mercurial > audlegacy-plugins
annotate src/pls/Makefile @ 2225:6b45e6441fd9
fix from Andrew O. Shadoura (chrome|debian)
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Wed, 12 Dec 2007 19:37:42 +0100 |
parents | 6d33dffd1382 |
children | c42fa8f89616 |
rev | line source |
---|---|
1882 | 1 PLUGIN = pls${PLUGIN_SUFFIX} |
2 SRCS = pls.c | |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
3 |
1819 | 4 include ../../buildsys.mk |
5 include ../../extra.mk | |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
6 |
2017
6d33dffd1382
Curly vs round braces (part 1)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2014
diff
changeset
|
7 plugindir := ${plugindir}/${CONTAINER_PLUGIN_DIR} |
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1882
diff
changeset
|
8 |
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
9 CFLAGS += ${PLUGIN_CFLAGS} |
1882 | 10 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} -I../../intl -I../.. |
11 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${XML_LIBS} |