annotate src/stdio/Makefile @ 3161:6dd886b5c72b

revive stdio plugin for now. gio cannot write id3 tags.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 13 Jul 2009 23:53:41 +0900
parents
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}