view src/libid3tag/Makefile @ 4441:e71b43cae233

Backed out changeset 6677949e662d. The Makefile change makes absolutely NO sense. The configdb.h struct hack is needed because of #define mess in certain libmcs versions, #including <libmcs/mcs.h> results in lots of noisy warnings.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Apr 2008 22:11:30 +0300
parents 9c40eb4bc22d
children db3a3f46a226
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}
CFLAGS += ${LIB_CFLAGS}
LIBS += ${IMPLIB_LIBS} ${GLIB_LIBS} ${GTK_LIBS} ${MOWGLI_LIBS} -lz