annotate src/alsa/Makefile @ 1862:d9d4b258fbf1

Millions of Makefile fixes. More to follow.
author Jonathan Schleifer <js@h3c.de>
date Mon, 24 Sep 2007 23:03:25 +0200
parents bc676d17cf7f
children f83e1be5b3fa
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: 1803
diff changeset
1 PLUGIN = ALSA${SHARED_SUFFIX}
1803
bc676d17cf7f alsa: mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
2 SRCS = alsa.c about.c audio.c configure.c init.c
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
3
1862
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1803
diff changeset
4 plugindir = audacious/${OUTPUT_PLUGIN_DIR}
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
5
1862
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1803
diff changeset
6 include ../../buildsys.mk
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1803
diff changeset
7 include ../../extra.mk
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
8
1862
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1803
diff changeset
9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ALSA_CFLAGS} -I../../intl -I../..
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1803
diff changeset
10 CFLAGS += ${PLUGIN_CFLAGS}
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1803
diff changeset
11 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${ALSA_LIBS}