Mercurial > audlegacy
view src/libid3tag/Makefile @ 4444:db3a3f46a226
Okay, mf0102 was right .. but we need mcs >= 0.7 for this to actually work
(requirement changed in previous changeset): Fixed libmcs usage again. :D
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sat, 12 Apr 2008 02:50:10 +0300 |
parents | e71b43cae233 |
children | d834d2df8d7c |
line wrap: on
line source
LIB = ${LIB_PREFIX}audid3tag${LIB_SUFFIX} LIB_MAJOR = 1 LIB_MINOR = 0 LIBDIR = ${plugindir} 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 include ../../extra.mk CPPFLAGS += ${LIB_CPPFLAGS} -I.. ${GLIB_CFLAGS} ${GTK_CFLAGS} \ ${MOWGLI_CFLAGS} ${LIBMCS_CFLAGS} CFLAGS += ${LIB_CFLAGS} LIBS += ${IMPLIB_LIBS} ${GLIB_LIBS} ${GTK_LIBS} ${MOWGLI_LIBS} -lz