Mercurial > audlegacy-plugins
annotate src/blur_scope/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 |
|---|---|
| 1828 | 1 PLUGIN = blur_scope${PLUGIN_SUFFIX} |
| 1882 | 2 SRCS = blur_scope.c \ |
| 3 config.c | |
| 17 | 4 |
| 1828 | 5 plugindir = audacious/${VISUALIZATION_PLUGIN_DIR} |
| 17 | 6 |
| 1828 | 7 include ../../buildsys.mk |
| 8 include ../../extra.mk | |
| 17 | 9 |
| 1828 | 10 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. |
| 11 CFLAGS += ${PLUGIN_CFLAGS} | |
|
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1828
diff
changeset
|
12 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |
