view src/libid3tag/Makefile @ 4862:7ec3621a9f9b

We only need the results of the stat once, do not bother with a variable at all. From code analysis, unique ID uYRsrf.
author Tony Vroon <chainsaw@gentoo.org>
date Sun, 19 Apr 2009 23:26:48 +0100
parents 51aaee81d4f2
children 54b4f7aaca24
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

#includesubdir = audacious

CPPFLAGS += ${LIB_CPPFLAGS} -I.. -I../libSAD ${GLIB_CFLAGS} ${GTK_CFLAGS} \
	${MOWGLI_CFLAGS} ${LIBMCS_CFLAGS}

CFLAGS += ${LIB_CFLAGS}
LIBS += -lz