Mercurial > audlegacy
view src/libid3tag/Makefile @ 3535:9ddf21ab5c84 trunk
Transit to Mk2.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 17 Sep 2007 13:10:19 -0500 |
parents | bc862007dc1d |
children | 1caa559c5619 |
line wrap: on
line source
include ../../extra.mk LIB = ${LIB_PREFIX}audid3tag${LIB_SUFFIX} INCLUDES = id3tag.h SRCS = \ compat.c \ debug.c \ file.c \ frametype.c \ latin1.c \ render.c \ ucs4.c \ utf8.c \ version.c \ crc.c \ field.c \ frame.c \ genre.c \ parse.c \ tag.c \ utf16.c \ util.c include ../../buildsys.mk CPPFLAGS += -I.. $(GLIB_CFLAGS) CFLAGS += $(LIB_CFLAGS) LIBS += $(GLIB_LIBS) LIBDIR = $(plugindir)