Mercurial > audlegacy-plugins
view src/paranormal/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 | f19e6748d8eb |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libparanormal$(SHARED_SUFFIX) SUBDIRS = libcalc presets LIBDIR = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR) LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(XML_LIBS) $(SDL_LIBS) libcalc/libcalc.a SOURCES = \ actuators.c \ beatdetect.c \ builtins.c \ cfg.c \ cmaps.c \ containers.c \ drawing.c \ freq.c \ general.c \ misc.c \ paranormal.c \ plugin.c \ presets.c \ wave.c \ xform.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(ARCH_DEFINES) $(XML_CPPFLAGS) $(SDL_CFLAGS) -I../../intl -I../.. include ../../mk/objective.mk