annotate src/musepack/Makefile @ 1839:4e8ed7dff435
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
| author |
William Pitcock <nenolod@atheme.org> |
| date |
Mon, 24 Sep 2007 14:03:31 -0500 |
| parents |
95c7d02a2092 |
| children |
eed7c270e8dd |
| rev |
line source |
|
1783
|
1 include ../../extra.mk
|
|
232
|
2
|
|
1783
|
3 PLUGIN = musepack$(PLUGIN_SUFFIX)
|
|
|
4 plugindir = audacious/$(INPUT_PLUGIN_DIR)
|
|
232
|
5
|
|
1783
|
6 SRCS = libmpc.cxx
|
|
232
|
7
|
|
1783
|
8 include ../../buildsys.mk
|
|
232
|
9
|
|
1783
|
10 LIBS += -lmpcdec $(TAGLIB_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS)
|
|
232
|
11
|
|
1783
|
12 CXXFLAGS += $(PLUGIN_CFLAGS)
|
|
|
13 CPPFLAGS += $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(TAGLIB_CFLAGS) -I../../intl -I../..
|