annotate src/musepack/Makefile @ 1791:ea7ec02f2ea2
Automated merge with ssh://hg.atheme-project.org//hg/audacious-plugins
| author |
Jonathan Schleifer <js@h3c.de> |
| date |
Mon, 24 Sep 2007 19:19:59 +0200 |
| 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../..
|