Mercurial > audlegacy
annotate src/libaudclient/Makefile @ 4811:7bf7f83a217e
rename src/audacious src/audlegacy so that both audlegacy and audacious can coexist.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 26 Nov 2008 00:44:56 +0900 |
parents | d834d2df8d7c |
children | 51aaee81d4f2 |
rev | line source |
---|---|
3535 | 1 LIB = ${LIB_PREFIX}audclient${LIB_SUFFIX} |
2 LIB_MAJOR = 1 | |
3 LIB_MINOR = 0 | |
4 | |
5 SRCS = audctrl.c | |
2711
c35913222440
[svn] Initial commit of dbus client library for plugins. Various changes were made to the plugin structure to support dbus.
magma
parents:
diff
changeset
|
6 |
3535 | 7 INCLUDES = audctrl.h |
8 | |
9 include ../../buildsys.mk | |
3572 | 10 include ../../extra.mk |
2711
c35913222440
[svn] Initial commit of dbus client library for plugins. Various changes were made to the plugin structure to support dbus.
magma
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:
4774
diff
changeset
|
13 |
3586
ddb15c329985
Update audacious to latest rev of build system.
Jonathan Schleifer <js@h3c.de>
parents:
3572
diff
changeset
|
14 pre-depend: |
4811
7bf7f83a217e
rename src/audacious src/audlegacy so that both audlegacy and audacious can coexist.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4802
diff
changeset
|
15 cd ../audlegacy; ${MAKE} ${MFLAGS} dbus-client-bindings.h |
3535 | 16 |
4774 | 17 CPPFLAGS = ${LIB_CPPFLAGS} ${CFLAGS} -D_AUDACIOUS_CORE -I.. -I../.. |
3572 | 18 CFLAGS += ${LIB_CFLAGS} \ |
4774 | 19 ${GLIB_CFLAGS} \ |
3572 | 20 ${MOWGLI_CFLAGS} \ |
21 ${DBUS_CFLAGS} \ | |
22 ${LIBMCS_CFLAGS} | |
23 LIBS += ${GLIB_LIBS} \ | |
24 ${DBUS_LIBS} \ | |
25 ${MOWGLI_LIBS} \ | |
26 ${LIBMCS_LIBS} |