Mercurial > audlegacy
view src/libid3tag/Makefile @ 3409:86dafe2300f7 trunk
Added Tuplez compiler (not used yet, though) and some related changes in
tuple code.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Thu, 30 Aug 2007 23:41:33 +0300 |
parents | bc862007dc1d |
children | 9ddf21ab5c84 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libaudid3tag$(SHARED_SUFFIX) PICLDFLAGS = $(LIBLDFLAGS) LIBDIR = $(plugindir) LIBADD += $(GLIB_LIBS) CFLAGS += $(PICFLAGS) \ -I.. \ $(GLIB_CFLAGS) -Wall HEADERS = id3tag.h SOURCES = \ 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 OBJECTS = ${SOURCES:.c=.o} include ../../mk/objective.mk