annotate src/musepack/Makefile @ 1912:613e4c8bd14f
append audacious header path to CPPFLAGS when --prefix is specified. (since js hates CFLAGS in making deps. hehe.)
| author |
Yoshiki Yazawa <yaz@cc.rim.or.jp> |
| date |
Fri, 28 Sep 2007 10:39:59 +0900 |
| parents |
eed7c270e8dd |
| children |
a56a26a5f233 |
| rev |
line source |
|
1882
|
1 PLUGIN = musepack${PLUGIN_SUFFIX}
|
|
1783
|
2 SRCS = libmpc.cxx
|
|
232
|
3
|
|
1882
|
4 plugindir = audacious/${INPUT_PLUGIN_DIR}
|
|
232
|
5
|
|
1882
|
6 include ../../buildsys.mk
|
|
|
7 include ../../extra.mk
|
|
232
|
8
|
|
1882
|
9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${TAGLIB_CFLAGS} -I../../intl -I../..
|
|
|
10 CXXFLAGS += ${PLUGIN_CFLAGS}
|
|
|
11 LIBS += -lmpcdec ${TAGLIB_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}
|