Mercurial > audlegacy-plugins
annotate src/cdaudio-ng/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 | d9d4b258fbf1 |
| children | a56a26a5f233 |
| rev | line source |
|---|---|
|
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1786
diff
changeset
|
1 PLUGIN = cdaudio-ng${PLUGIN_SUFFIX} |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1786
diff
changeset
|
2 SRCS = cdaudio-ng.c \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1786
diff
changeset
|
3 configure.c |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1786
diff
changeset
|
4 |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1786
diff
changeset
|
5 plugindir = audacious/${INPUT_PLUGIN_DIR} |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1786
diff
changeset
|
6 |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1786
diff
changeset
|
7 include ../../buildsys.mk |
| 1786 | 8 include ../../extra.mk |
| 1048 | 9 |
|
1912
613e4c8bd14f
append audacious header path to CPPFLAGS when --prefix is specified. (since js hates CFLAGS in making deps. hehe.)
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
1862
diff
changeset
|
10 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${CDIO_CFLAGS} ${CDDB_CFLAGS} -I../.. ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} |
|
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1786
diff
changeset
|
11 CFLAGS += ${PLUGIN_CFLAGS} |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1786
diff
changeset
|
12 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${CDIO_LIBS} ${CDDB_LIBS} |
