Mercurial > audlegacy
comparison src/libaudtag/Makefile @ 4887:0ddbd0025174 default tip
added libaudtag. (not used yet.)
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 05 May 2010 18:26:06 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
4886:54b4f7aaca24 | 4887:0ddbd0025174 |
---|---|
1 LIB = ${LIB_PREFIX}audtag${LIB_SUFFIX} | |
2 LIB_MAJOR = 1 | |
3 LIB_MINOR = 0 | |
4 | |
5 SRCS = audtag.c \ | |
6 util.c \ | |
7 tag_module.c \ | |
8 wma/guid.c \ | |
9 wma/wma.c \ | |
10 id3/id3v1.c \ | |
11 id3/id3v2.c \ | |
12 ape/ape.c \ | |
13 aac/aac.c | |
14 | |
15 INCLUDES = audtag.h | |
16 | |
17 include ../../buildsys.mk | |
18 include ../../extra.mk | |
19 | |
20 CPPFLAGS += ${LIB_CPPFLAGS} ${GLIB_CFLAGS} ${MOWGLI_CFLAGS} -D_AUDACIOUS_CORE -I.. -I../.. | |
21 CFLAGS += ${LIB_CFLAGS} | |
22 LIBS += ${GLIB_LIBS} ${MOWGLI_LIBS} |