annotate src/alac/Makefile @ 2001:aa8bd7b56cda

make wavpack compile again.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Tue, 09 Oct 2007 05:08:54 +0900
parents eed7c270e8dd
children a56a26a5f233
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: 1773
diff changeset
1 PLUGIN = alac${PLUGIN_SUFFIX}
1882
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1862
diff changeset
2 SRCS = alac.c \
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1862
diff changeset
3 demux.c \
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1862
diff changeset
4 plugin.c \
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1862
diff changeset
5 stream.c
1862
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1773
diff changeset
6
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1773
diff changeset
7 plugindir = audacious/${INPUT_PLUGIN_DIR}
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1773
diff changeset
8
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1773
diff changeset
9 include ../../buildsys.mk
1773
41e3a7272bfc alac: Mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
10 include ../../extra.mk
56
56c88eee9802 [svn] - experimental ALAC plugin -- don't use this, it crashes
nenolod
parents:
diff changeset
11
1882
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1862
diff changeset
12 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} -I../../intl -I../..
1862
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1773
diff changeset
13 CFLAGS += ${PLUGIN_CFLAGS}
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1773
diff changeset
14 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}