Mercurial > audlegacy
annotate src/libid3tag/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 | 54b4f7aaca24 |
| children |
| rev | line source |
|---|---|
| 3535 | 1 LIB = ${LIB_PREFIX}audid3tag${LIB_SUFFIX} |
|
3562
1caa559c5619
fix libid3tag installation.
William Pitcock <nenolod@atheme.org>
parents:
3535
diff
changeset
|
2 LIB_MAJOR = 1 |
|
1caa559c5619
fix libid3tag installation.
William Pitcock <nenolod@atheme.org>
parents:
3535
diff
changeset
|
3 LIB_MINOR = 0 |
|
1caa559c5619
fix libid3tag installation.
William Pitcock <nenolod@atheme.org>
parents:
3535
diff
changeset
|
4 |
| 3535 | 5 INCLUDES = id3tag.h |
|
2503
10692383c103
[svn] first try for libid3tag integration. this improved libid3tag supports vfs operations and is capable of adding id3v2 tag to files which doesn't have id3v2 tag ever.
yaz
parents:
diff
changeset
|
6 |
| 3572 | 7 SRCS = compat.c \ |
| 8 debug.c \ | |
| 9 file.c \ | |
| 10 frametype.c \ | |
| 11 latin1.c \ | |
| 12 render.c \ | |
| 13 ucs4.c \ | |
| 14 utf8.c \ | |
| 15 version.c \ | |
| 16 crc.c \ | |
| 17 field.c \ | |
| 18 frame.c \ | |
| 19 genre.c \ | |
| 20 parse.c \ | |
| 21 tag.c \ | |
| 22 utf16.c \ | |
| 23 util.c | |
|
2503
10692383c103
[svn] first try for libid3tag integration. this improved libid3tag supports vfs operations and is capable of adding id3v2 tag to files which doesn't have id3v2 tag ever.
yaz
parents:
diff
changeset
|
24 |
| 3535 | 25 include ../../buildsys.mk |
| 3572 | 26 include ../../extra.mk |
|
2503
10692383c103
[svn] first try for libid3tag integration. this improved libid3tag supports vfs operations and is capable of adding id3v2 tag to files which doesn't have id3v2 tag ever.
yaz
parents:
diff
changeset
|
27 |
|
4812
a7b80f765d6f
moved libSAD.h to src/audlegacy for the path for header files.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4811
diff
changeset
|
28 CPPFLAGS += ${LIB_CPPFLAGS} -I.. -I../libSAD ${GLIB_CFLAGS} ${GTK_CFLAGS} \ |
|
4444
db3a3f46a226
Okay, mf0102 was right .. but we need mcs >= 0.7 for this to actually work
Matti Hamalainen <ccr@tnsp.org>
parents:
4441
diff
changeset
|
29 ${MOWGLI_CFLAGS} ${LIBMCS_CFLAGS} |
|
db3a3f46a226
Okay, mf0102 was right .. but we need mcs >= 0.7 for this to actually work
Matti Hamalainen <ccr@tnsp.org>
parents:
4441
diff
changeset
|
30 |
| 3572 | 31 CFLAGS += ${LIB_CFLAGS} |
|
4821
51aaee81d4f2
remove redundant dependencies
Andrew O. Shadoura <bugzilla@tut.by>
parents:
4812
diff
changeset
|
32 LIBS += -lz |
