Mercurial > audlegacy
annotate src/libaudutil/Makefile @ 4802:d834d2df8d7c
override includesibdir for compatibility.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Tue, 25 Nov 2008 02:14:56 +0900 |
parents | 5586782f9dfe |
children | 7bf7f83a217e |
rev | line source |
---|---|
4570
5586782f9dfe
Added libaudutil for functionality that does not fit into plugin API, but
Matti Hamalainen <ccr@tnsp.org>
parents:
diff
changeset
|
1 LIB = ${LIB_PREFIX}audutil${LIB_SUFFIX} |
5586782f9dfe
Added libaudutil for functionality that does not fit into plugin API, but
Matti Hamalainen <ccr@tnsp.org>
parents:
diff
changeset
|
2 LIB_MAJOR = 1 |
5586782f9dfe
Added libaudutil for functionality that does not fit into plugin API, but
Matti Hamalainen <ccr@tnsp.org>
parents:
diff
changeset
|
3 LIB_MINOR = 0 |
5586782f9dfe
Added libaudutil for functionality that does not fit into plugin API, but
Matti Hamalainen <ccr@tnsp.org>
parents:
diff
changeset
|
4 |
5586782f9dfe
Added libaudutil for functionality that does not fit into plugin API, but
Matti Hamalainen <ccr@tnsp.org>
parents:
diff
changeset
|
5 SRCS = md5.c |
5586782f9dfe
Added libaudutil for functionality that does not fit into plugin API, but
Matti Hamalainen <ccr@tnsp.org>
parents:
diff
changeset
|
6 |
5586782f9dfe
Added libaudutil for functionality that does not fit into plugin API, but
Matti Hamalainen <ccr@tnsp.org>
parents:
diff
changeset
|
7 INCLUDES = audutil.h |
5586782f9dfe
Added libaudutil for functionality that does not fit into plugin API, but
Matti Hamalainen <ccr@tnsp.org>
parents:
diff
changeset
|
8 |
5586782f9dfe
Added libaudutil for functionality that does not fit into plugin API, but
Matti Hamalainen <ccr@tnsp.org>
parents:
diff
changeset
|
9 include ../../buildsys.mk |
5586782f9dfe
Added libaudutil for functionality that does not fit into plugin API, but
Matti Hamalainen <ccr@tnsp.org>
parents:
diff
changeset
|
10 include ../../extra.mk |
5586782f9dfe
Added libaudutil for functionality that does not fit into plugin API, but
Matti Hamalainen <ccr@tnsp.org>
parents:
diff
changeset
|
11 |
4802
d834d2df8d7c
override includesibdir for compatibility.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4570
diff
changeset
|
12 includesubdir = audacious |
d834d2df8d7c
override includesibdir for compatibility.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4570
diff
changeset
|
13 |
4570
5586782f9dfe
Added libaudutil for functionality that does not fit into plugin API, but
Matti Hamalainen <ccr@tnsp.org>
parents:
diff
changeset
|
14 CPPFLAGS = ${LIB_CPPFLAGS} ${CFLAGS} -D_AUDACIOUS_CORE -I.. -I../.. |
5586782f9dfe
Added libaudutil for functionality that does not fit into plugin API, but
Matti Hamalainen <ccr@tnsp.org>
parents:
diff
changeset
|
15 CFLAGS += ${LIB_CFLAGS} ${GLIB_CFLAGS} ${MOWGLI_CFLAGS} |
5586782f9dfe
Added libaudutil for functionality that does not fit into plugin API, but
Matti Hamalainen <ccr@tnsp.org>
parents:
diff
changeset
|
16 |
5586782f9dfe
Added libaudutil for functionality that does not fit into plugin API, but
Matti Hamalainen <ccr@tnsp.org>
parents:
diff
changeset
|
17 LIBS += ${GLIB_LIBS} ${MOWGLI_LIBS} |