view src/libid3tag/Makefile @ 3645:bbd1f39e5377

This fixes cygwin.
author Jonathan Schleifer <js@h3c.de>
date Wed, 26 Sep 2007 06:32:34 +0200
parents 625af2797f35
children 088de3d37394
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}
CFLAGS += ${LIB_CFLAGS}
LIBS += ../audacious/vfs.o -lz ${GLIB_LIBS}