Mercurial > audlegacy-plugins
annotate src/stdio/Makefile @ 1843:b900277e18ec
stdio: MK2
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 24 Sep 2007 14:10:16 -0500 |
| parents | 5896bd827cbc |
| children | eed7c270e8dd |
| rev | line source |
|---|---|
| 1843 | 1 PLUGIN = stdio$(PLUGIN_SUFFIX) |
| 2 plugindir = audacious/$(TRANSPORT_PLUGIN_DIR) | |
| 306 | 3 |
| 1843 | 4 SRCS = stdio.c |
| 306 | 5 |
| 1843 | 6 include ../../buildsys.mk |
| 7 include ../../extra.mk | |
| 306 | 8 |
| 1843 | 9 CFLAGS += $(PLUGIN_CFLAGS) |
| 10 CPPFLAGS += $(PLUGIN_CPPFLAGS) $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(ARCH_DEFINES) $(XML_CPPFLAGS) \ | |
| 11 -I../../intl -I../.. -Wall | |
| 12 LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(XML_LIBS) |
