annotate src/cdaudio-ng/Makefile @ 1889:9deee216c094

Provide a proper path to the buildsystem root.
author William Pitcock <nenolod@atheme.org>
date Wed, 26 Sep 2007 11:27:39 -0500
parents d9d4b258fbf1
children 613e4c8bd14f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
5a7c84857361 cdaudio-ng: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1341
diff changeset
8 include ../../extra.mk
1048
a42f95563c98 [svn] Added cdaudio-ng
zither
parents:
diff changeset
9
1862
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1786
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}
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}