annotate src/libaudutil/Makefile @ 4836:fb3386ba8498

Unbreak compile.
author William Pitcock <nenolod@atheme.org>
date Sun, 05 Apr 2009 15:24:15 -0500
parents 74d11e0d60d9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
4811
7bf7f83a217e rename src/audacious src/audlegacy so that both audlegacy and audacious can coexist.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents: 4802
diff changeset
12 #includesubdir = audacious
4802
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
4822
74d11e0d60d9 removed one more dependency
Andrew O. Shadoura <bugzilla@tut.by>
parents: 4811
diff changeset
17 LIBS += ${GLIB_LIBS}