Mercurial > audlegacy-plugins
annotate src/cdaudio-ng/Makefile @ 1975:00394f91e3c6
Updated plugins depending on old configdb to #include <audacious/plugin.h> so that bmp_cfg_db_* functions are still defined.
author | Ben Tucker <ben.tucker@gmail.com> |
---|---|
date | Sat, 06 Oct 2007 18:39:37 -0700 |
parents | 613e4c8bd14f |
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} |