annotate src/madplug/Makefile @ 1776:cd28934add64

madplug: Mk2
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 11:30:40 -0500
parents e1ebf3fc1a16
children 306fc97f2cce
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1776
cd28934add64 madplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1738
diff changeset
1 include ../../extra.mk
610
862190d39e00 [svn] - add madplug. It is not yet hooked up, I'll do that later.
nenolod
parents:
diff changeset
2
1776
cd28934add64 madplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1738
diff changeset
3 PLUGIN = madplug$(PLUGIN_SUFFIX)
cd28934add64 madplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1738
diff changeset
4 plugindir = audacious/$(INPUT_PLUGIN_DIR)
610
862190d39e00 [svn] - add madplug. It is not yet hooked up, I'll do that later.
nenolod
parents:
diff changeset
5
1776
cd28934add64 madplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1738
diff changeset
6 SRCS = \
610
862190d39e00 [svn] - add madplug. It is not yet hooked up, I'll do that later.
nenolod
parents:
diff changeset
7 configure.c \
862190d39e00 [svn] - add madplug. It is not yet hooked up, I'll do that later.
nenolod
parents:
diff changeset
8 dither.c \
862190d39e00 [svn] - add madplug. It is not yet hooked up, I'll do that later.
nenolod
parents:
diff changeset
9 input.c \
862190d39e00 [svn] - add madplug. It is not yet hooked up, I'll do that later.
nenolod
parents:
diff changeset
10 replaygain.c \
862190d39e00 [svn] - add madplug. It is not yet hooked up, I'll do that later.
nenolod
parents:
diff changeset
11 decoder.c \
862190d39e00 [svn] - add madplug. It is not yet hooked up, I'll do that later.
nenolod
parents:
diff changeset
12 fileinfo.c \
862190d39e00 [svn] - add madplug. It is not yet hooked up, I'll do that later.
nenolod
parents:
diff changeset
13 plugin.c \
862190d39e00 [svn] - add madplug. It is not yet hooked up, I'll do that later.
nenolod
parents:
diff changeset
14 xing.c
862190d39e00 [svn] - add madplug. It is not yet hooked up, I'll do that later.
nenolod
parents:
diff changeset
15
1776
cd28934add64 madplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1738
diff changeset
16 include ../../buildsys.mk
610
862190d39e00 [svn] - add madplug. It is not yet hooked up, I'll do that later.
nenolod
parents:
diff changeset
17
1776
cd28934add64 madplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1738
diff changeset
18 CFLAGS += $(PICFLAGS) $(SIMD_CFLAGS) -Wall
cd28934add64 madplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1738
diff changeset
19 CPPFLAGS += $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(MOWGLI_CFLAGS) $(ARCH_DEFINES) -I../..
cd28934add64 madplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1738
diff changeset
20 LIBS += -L/opt/local/lib -L$(libdir) -laudid3tag -lmad $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS)