Mercurial > audlegacy-plugins
view src/wma/Makefile @ 466:20657d994de8 trunk
[svn] Handle inline metadata. Parsing of tags needs work before it will not crash on
occasion, so it's disabled for now.
author | iabervon |
---|---|
date | Sat, 20 Jan 2007 23:31:12 -0800 |
parents | ad8e44bcdf8a |
children | 550c9e382cf8 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libwma$(SHARED_SUFFIX) SUBDIRS = libffwma LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) LIBADD = ./libffwma/libffwma.a SOURCES = wma.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../.. -I./libffwma -std=c99 include ../../mk/objective.mk