annotate src/stdio/Makefile @ 3194:bbf2cd0df6c3

alsa-ng: A gint by any other name...
author John Lindgren <john.lindgren@tds.net>
date Wed, 01 Jul 2009 19:09:13 -0400
parents 6dd886b5c72b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3161
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
1 PLUGIN = stdio${PLUGIN_SUFFIX}
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
2
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
3 SRCS = stdio.c
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
4
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
5 include ../../buildsys.mk
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
6 include ../../extra.mk
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
7
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
8 plugindir := ${plugindir}/${TRANSPORT_PLUGIN_DIR}
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
9
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
10 CFLAGS += ${PLUGIN_CFLAGS}
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
11 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} -I../..
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
12 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${XML_LIBS}