Mercurial > audlegacy-plugins
view src/sexypsf/Makefile @ 585:2d20bc58a290 trunk
[svn] tweak xspf plugin to conform xspf specification version 1.
- arrange the order of elements to pass several validators.
- specify character set and encoding as UTF-8.
- now urls beginning with file:// can be used.
- prepend file:// onto local file entry to save (tentative).
author | yaz |
---|---|
date | Tue, 30 Jan 2007 23:14:02 -0800 |
parents | 550c9e382cf8 |
children | 6eef4486e481 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libsexypsf$(SHARED_SUFFIX) LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) SOURCES = \ PsxBios.c \ PsxCounters.c \ PsxDma.c \ Spu.c \ PsxMem.c \ PsxHw.c \ Misc.c \ R3000A.c \ PsxInterpreter.c \ PsxHLE.c \ spu/spu.c \ xmms.c LIBADD = -lz OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. -Ispu/ -I. include ../../mk/objective.mk clean-posthook: @rm -f spu/*.o