Mercurial > audlegacy-plugins
annotate src/wma/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 | add71276abfc |
| children | ea0dea2cc2a5 |
| rev | line source |
|---|---|
| 1784 | 1 include ../../extra.mk |
| 878 | 2 |
| 1784 | 3 PLUGIN = wma$(PLUGIN_SUFFIX) |
| 4 plugindir = audacious/$(INPUT_PLUGIN_DIR) | |
| 5 SUBDIRS = libffwma | |
| 878 | 6 |
| 894 | 7 LIBDEP = ./libffwma/libffwma.a |
| 8 | |
| 1784 | 9 SRCS = wma.c |
| 10 | |
| 11 include ../../buildsys.mk | |
| 878 | 12 |
| 1784 | 13 LIBS += ./libffwma/libffwma.a $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) |
| 14 | |
| 15 CFLAGS += $(PLUGIN_CFLAGS) | |
| 16 CPPFLAGS += $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../.. -I./libffwma -std=c99 $(GCC42_CFLAGS) | |
| 17 |
